aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2010-10-15 19:39:35 +0000
committerBrooks Davis <brooks@FreeBSD.org>2010-10-15 19:39:35 +0000
commit0de573baa5eef6cacb8620c92149a58192e6a1b3 (patch)
tree33154aa7b94904d6d89701210a90c905e849e4bf /devel
parent5793b4d047e46f2e1f2df87f1cc336b242d0cafb (diff)
downloadports-0de573baa5eef6cacb8620c92149a58192e6a1b3.tar.gz
ports-0de573baa5eef6cacb8620c92149a58192e6a1b3.zip
Upgrade LLVM and Clang to r116582 and bump the overall version to 2.9
since 2.8 has shipped. Split out the clang portion of devel/llvm-devel into lang/clang-devel.
Notes
Notes: svn path=/head/; revision=263055
Diffstat (limited to 'devel')
-rw-r--r--devel/llvm-devel/Makefile48
-rw-r--r--devel/llvm-devel/Makefile.svn_rev2
-rw-r--r--devel/llvm-devel/distinfo6
-rw-r--r--devel/llvm-devel/files/patch-tools_clang_include_clang_Analysis_Analyses_FormatString.h16
-rw-r--r--devel/llvm-devel/files/patch-tools_clang_lib_Analysis_PrintfFormatString.cpp26
-rw-r--r--devel/llvm-devel/files/patch-tools_clang_lib_Headers_Makefile14
-rw-r--r--devel/llvm-devel/files/patch-tools_clang_lib_Sema_SemaChecking.cpp45
-rw-r--r--devel/llvm-devel/files/patch-tools_clang_tools_scan-build_scan-build23
-rw-r--r--devel/llvm-devel/pkg-plist644
9 files changed, 151 insertions, 673 deletions
diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile
index 54b86af532e5..48c352455d94 100644
--- a/devel/llvm-devel/Makefile
+++ b/devel/llvm-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= llvm
-DISTVERSION= 2.8.r${SVN_REV}
+DISTVERSION= 2.9.r${SVN_REV}
CATEGORIES= devel lang
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
@@ -22,7 +22,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
BUILD_DEPENDS+= f2c:${PORTSDIR}/lang/f2c
.endif
-CONFLICTS= clang-2.[0-9]* llvm-2.[0-9]*
+CONFLICTS= llvm-2.[0-9]*
GNU_CONFIGURE= yes
USE_GCC= 4.2+
@@ -49,8 +49,8 @@ CONFIGURE_ARGS+= --enable-bindings=none
OPTIONS= ASSERTS "Enable assertions (thread unsafe)" off
-MAN1= bugpoint.1 clang.1 lit.1 llc.1 lli.1 llvmc.1 llvm-ar.1 \
- llvm-as.1 llvm-bcanalyzer.1 llvm-config.1 \
+MAN1= bugpoint.1 lit.1 llc.1 lli.1 llvmc.1 llvm-ar.1 \
+ llvm-as.1 llvm-bcanalyzer.1 llvm-config.1 llvm-diff.1 \
llvm-dis.1 llvm-extract.1 llvm-ld.1 llvm-link.1 llvm-nm.1 \
llvm-prof.1 llvm-ranlib.1 llvmgcc.1 \
llvmgxx.1 opt.1 tblgen.1
@@ -91,8 +91,6 @@ do-fetch:
${MKDIR} ${WRKDIR}
svn export -r ${SVN_REV} \
http://llvm.org/svn/llvm-project/llvm/trunk ${WRKSRC}
- svn export -r ${SVN_REV} \
- http://llvm.org/svn/llvm-project/cfe/trunk ${WRKSRC}/tools/clang
cd ${WRKDIR}; tar cvfy ${DISTDIR}/${DISTNAME}.tar.bz2 ${DISTNAME}
echo "SVN_REV= ${SVN_REV}" > ${MASTERDIR}/Makefile.svn_rev
.if ${USER} == brooks
@@ -106,20 +104,6 @@ post-patch:
${WRKSRC}/Makefile.config.in
${REINPLACE_CMD} -e 's,\(PROJ_mandir.*:=\).*$$,\1${MANPREFIX}/man,g' \
${WRKSRC}/Makefile.config.in
- ${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' \
- ${WRKSRC}/tools/clang/tools/scan-build/scan-build
- ${REINPLACE_CMD} -e 's|/usr/bin/env perl|${PERL}|' \
- ${WRKSRC}/tools/clang/tools/scan-build/ccc-analyzer \
- ${WRKSRC}/tools/clang/tools/scan-build/scan-build
-
-post-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/tools/clang/tools/scan-build/ccc-analyzer \
- ${PREFIX}/bin
- @${INSTALL_SCRIPT} ${WRKSRC}/tools/clang/tools/scan-build/scan-build \
- ${PREFIX}/bin
- @${MKDIR} ${DATADIR}
- @${INSTALL_DATA} ${WRKSRC}/tools/clang/tools/scan-build/scanview.css ${DATADIR}
- @${INSTALL_DATA} ${WRKSRC}/tools/clang/tools/scan-build/sorttable.js ${DATADIR}
TEST_CMD= '(cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} ${GMAKE} check-local-lit)'
regression-test: ${BUILD_COOKIE}
@@ -131,14 +115,10 @@ regression-test: ${BUILD_COOKIE}
fi
PLIST_FILE_LIST= bin/bugpoint \
- bin/c-index-test \
- bin/ccc-analyzer \
- bin/clang* \
bin/llc \
bin/lli \
bin/llvm* \
bin/opt \
- bin/scan-build \
bin/tblgen \
lib/libBugpointPasses.so \
lib/libCompilerDriver.a \
@@ -147,27 +127,23 @@ PLIST_FILE_LIST= bin/bugpoint \
lib/libLTO.* \
lib/libLLVM* \
lib/libUnitTestMain.a \
- lib/libclang* \
lib/libprofile_rt.so
-PLIST_DIR_LIST= include/clang \
- include/clang-c \
- include/llvm-c \
- include/llvm \
- lib/clang
+PLIST_DIR_LIST= include/llvm-c \
+ include/llvm
build-plist:
${RM} -f ${PLIST}
cd ${PREFIX} && \
- (ls ${PLIST_FILE_LIST} && ${FIND} ${PLIST_DIR_LIST} -type f) | \
+ (ls ${PLIST_FILE_LIST}; ${FIND} ${PLIST_DIR_LIST} -type f) | \
+ ${SORT} >> ${PLIST}
+ ${FIND} ${DOCSDIR} -type f | \
+ ${SED} -e 's|${DOCSDIR}|%%PORTDOCS%%%%DOCSDIR%%|' | \
${SORT} >> ${PLIST}
- ${FIND} ${DATADIR} ${DOCSDIR} -type f | \
- ${SED} -e 's|${DATADIR}|%%DATADIR%%|' \
- -e 's|${DOCSDIR}|%%DOCSDIR%%|' | ${SORT} >> ${PLIST}
cd ${PREFIX} && \
${FIND} ${PLIST_DIR_LIST} -type d | \
${SORT} -r | ${SED} -e 's|^|@dirrm |' >> ${PLIST}
- ${FIND} ${DATADIR} ${DOCSDIR} -type d | ${SORT} -r | \
+ ${FIND} ${DOCSDIR} -type d | ${SORT} -r | \
${SED} -e 's|${DATADIR}|%%DATADIR%%|' \
-e 's|${DOCSDIR}|%%DOCSDIR%%|' \
- -e 's|^|@dirrm |' >> ${PLIST}
+ -e 's|^|%%PORTDOCS%%@dirrm |' >> ${PLIST}
.include <bsd.port.post.mk>
diff --git a/devel/llvm-devel/Makefile.svn_rev b/devel/llvm-devel/Makefile.svn_rev
index a32ab8c6e3c0..506b7c3d05d1 100644
--- a/devel/llvm-devel/Makefile.svn_rev
+++ b/devel/llvm-devel/Makefile.svn_rev
@@ -1 +1 @@
-SVN_REV= 112486
+SVN_REV= 116582
diff --git a/devel/llvm-devel/distinfo b/devel/llvm-devel/distinfo
index 3b8b4308aa0a..5b350050b2d9 100644
--- a/devel/llvm-devel/distinfo
+++ b/devel/llvm-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (llvm-2.8.r112486.tar.bz2) = f9ff931fbebb04192cc48d9026a06388
-SHA256 (llvm-2.8.r112486.tar.bz2) = cbae3784f671e73bbe74f9e439a09196f66e32682669de13715c58dba6c5acd9
-SIZE (llvm-2.8.r112486.tar.bz2) = 11678822
+MD5 (llvm-2.9.r116582.tar.bz2) = 3ad4886e027b77cf5ea438e54d99aa2e
+SHA256 (llvm-2.9.r116582.tar.bz2) = ad5e66fcb06d5d7ce0ca77bf7a72a77e6d6bde44cf26fa5a4573decec3246c12
+SIZE (llvm-2.9.r116582.tar.bz2) = 7023799
diff --git a/devel/llvm-devel/files/patch-tools_clang_include_clang_Analysis_Analyses_FormatString.h b/devel/llvm-devel/files/patch-tools_clang_include_clang_Analysis_Analyses_FormatString.h
deleted file mode 100644
index 45a6b81cb300..000000000000
--- a/devel/llvm-devel/files/patch-tools_clang_include_clang_Analysis_Analyses_FormatString.h
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- tools/clang/include/clang/Analysis/Analyses/FormatString.h.orig
-+++ tools/clang/include/clang/Analysis/Analyses/FormatString.h
-@@ -139,6 +139,10 @@
- SArg,
-
- // ** Printf-specific **
-+
-+ // FreeBSD specific specifiers
-+ bArg,
-+ DArg,
-
- // Objective-C specific specifiers.
- ObjCObjArg, // '@'
diff --git a/devel/llvm-devel/files/patch-tools_clang_lib_Analysis_PrintfFormatString.cpp b/devel/llvm-devel/files/patch-tools_clang_lib_Analysis_PrintfFormatString.cpp
deleted file mode 100644
index b77afbc41600..000000000000
--- a/devel/llvm-devel/files/patch-tools_clang_lib_Analysis_PrintfFormatString.cpp
+++ /dev/null
@@ -1,26 +0,0 @@
-
-$FreeBSD$
-
---- tools/clang/lib/Analysis/PrintfFormatString.cpp.orig
-+++ tools/clang/lib/Analysis/PrintfFormatString.cpp
-@@ -192,11 +192,20 @@
- case '@': k = ConversionSpecifier::ObjCObjArg; break;
- // Glibc specific.
- case 'm': k = ConversionSpecifier::PrintErrno; break;
-+ // FreeBSD format extensions
-+ case 'b': k = ConversionSpecifier::bArg; break; /* check for int and then char * */
-+ case 'r': k = ConversionSpecifier::xArg; break;
-+ case 'y': k = ConversionSpecifier::iArg; break;
-+ case 'D': k = ConversionSpecifier::DArg; break; /* check for u_char * pointer and a char * string */
-+
- }
- PrintfConversionSpecifier CS(conversionPosition, k);
- FS.setConversionSpecifier(CS);
- if (CS.consumesDataArgument() && !FS.usesPositionalArg())
- FS.setArgIndex(argIndex++);
-+ // FreeBSD extension
-+ if (k == ConversionSpecifier::bArg || k == ConversionSpecifier::DArg)
-+ argIndex++;
-
- if (k == ConversionSpecifier::InvalidSpecifier) {
- // Assume the conversion takes one argument.
diff --git a/devel/llvm-devel/files/patch-tools_clang_lib_Headers_Makefile b/devel/llvm-devel/files/patch-tools_clang_lib_Headers_Makefile
deleted file mode 100644
index 41493c66230c..000000000000
--- a/devel/llvm-devel/files/patch-tools_clang_lib_Headers_Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- tools/clang/lib/Headers/Makefile.orig
-+++ tools/clang/lib/Headers/Makefile
-@@ -13,7 +13,7 @@
- # FIXME: Get version from a common place.
- HeaderDir := $(PROJ_OBJ_ROOT)/$(BuildMode)/lib/clang/1.0/include
-
--HEADERS := $(notdir $(wildcard $(PROJ_SRC_DIR)/*.h))
-+HEADERS := $(notdir $(wildcard $(PROJ_SRC_DIR)/*mm*.h))
-
- OBJHEADERS := $(addprefix $(HeaderDir)/, $(HEADERS))
-
diff --git a/devel/llvm-devel/files/patch-tools_clang_lib_Sema_SemaChecking.cpp b/devel/llvm-devel/files/patch-tools_clang_lib_Sema_SemaChecking.cpp
deleted file mode 100644
index f57ac2281a7f..000000000000
--- a/devel/llvm-devel/files/patch-tools_clang_lib_Sema_SemaChecking.cpp
+++ /dev/null
@@ -1,45 +0,0 @@
-
-$FreeBSD$
-
---- tools/clang/lib/Sema/SemaChecking.cpp.orig
-+++ tools/clang/lib/Sema/SemaChecking.cpp
-@@ -1511,6 +1511,39 @@
- CoveredArgs.set(argIndex);
- }
-
-+ // FreeBSD extensions
-+ if (CS.getKind() == ConversionSpecifier::bArg || CS.getKind() == ConversionSpecifier::DArg) {
-+ // claim the second argument
-+ CoveredArgs.set(argIndex + 1);
-+
-+ // Now type check the data expression that matches the
-+ // format specifier.
-+ const Expr *Ex = getDataArg(argIndex);
-+ QualType type = (CS.getKind() == ConversionSpecifier::bArg) ? S.Context.IntTy : S.Context.getPointerType(S.Context.UnsignedCharTy);
-+ //const analyze_printf::ArgTypeResult &ATR = S.Context.IntTy;
-+ const analyze_printf::ArgTypeResult &ATR = type;
-+ if (ATR.isValid() && !ATR.matchesType(S.Context, Ex->getType()))
-+ S.Diag(getLocationOfByte(CS.getStart()),
-+ diag::warn_printf_conversion_argument_type_mismatch)
-+ << ATR.getRepresentativeType(S.Context) << Ex->getType()
-+ << getSpecifierRange(startSpecifier, specifierLen)
-+ << Ex->getSourceRange();
-+
-+ // Now type check the data expression that matches the
-+ // format specifier.
-+ Ex = getDataArg(argIndex + 1);
-+ const analyze_printf::ArgTypeResult &ATR2 = ArgTypeResult::CStrTy;
-+ if (ATR2.isValid() && !ATR2.matchesType(S.Context, Ex->getType()))
-+ S.Diag(getLocationOfByte(CS.getStart()),
-+ diag::warn_printf_conversion_argument_type_mismatch)
-+ << ATR2.getRepresentativeType(S.Context) << Ex->getType()
-+ << getSpecifierRange(startSpecifier, specifierLen)
-+ << Ex->getSourceRange();
-+
-+ return true;
-+ }
-+ // END OF FREEBSD EXTENSIONS
-+
- // Check for using an Objective-C specific conversion specifier
- // in a non-ObjC literal.
- if (!IsObjCLiteral && CS.isObjCArg()) {
diff --git a/devel/llvm-devel/files/patch-tools_clang_tools_scan-build_scan-build b/devel/llvm-devel/files/patch-tools_clang_tools_scan-build_scan-build
deleted file mode 100644
index 291eafdeb2fc..000000000000
--- a/devel/llvm-devel/files/patch-tools_clang_tools_scan-build_scan-build
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- tools/clang/tools/scan-build/scan-build.orig
-+++ tools/clang/tools/scan-build/scan-build
-@@ -423,7 +423,7 @@
-
- my $Dir = shift;
-
-- my $JS = Cwd::realpath("$RealBin/sorttable.js");
-+ my $JS = Cwd::realpath("%%DATADIR%%/sorttable.js");
-
- DieDiag("Cannot find 'sorttable.js'.\n")
- if (! -r $JS);
-@@ -433,7 +433,7 @@
- DieDiag("Could not copy 'sorttable.js' to '$Dir'.\n")
- if (! -r "$Dir/sorttable.js");
-
-- my $CSS = Cwd::realpath("$RealBin/scanview.css");
-+ my $CSS = Cwd::realpath("%%DATADIR%%/scanview.css");
-
- DieDiag("Cannot find 'scanview.css'.\n")
- if (! -r $CSS);
diff --git a/devel/llvm-devel/pkg-plist b/devel/llvm-devel/pkg-plist
index b984c506f0e8..9382ca09f4c7 100644
--- a/devel/llvm-devel/pkg-plist
+++ b/devel/llvm-devel/pkg-plist
@@ -1,8 +1,4 @@
bin/bugpoint
-bin/c-index-test
-bin/ccc-analyzer
-bin/clang
-bin/clang++
bin/llc
bin/lli
bin/llvm-ar
@@ -21,324 +17,14 @@ bin/llvm-ranlib
bin/llvm-stub
bin/llvmc
bin/opt
-bin/scan-build
bin/tblgen
-include/clang-c/Index.h
-include/clang/AST/APValue.h
-include/clang/AST/AST.h
-include/clang/AST/ASTConsumer.h
-include/clang/AST/ASTContext.h
-include/clang/AST/ASTDiagnostic.h
-include/clang/AST/ASTImporter.h
-include/clang/AST/ASTVector.h
-include/clang/AST/Attr.h
-include/clang/AST/AttrImpl.inc
-include/clang/AST/Attrs.inc
-include/clang/AST/CXXInheritance.h
-include/clang/AST/CanonicalType.h
-include/clang/AST/CharUnits.h
-include/clang/AST/Decl.h
-include/clang/AST/DeclAccessPair.h
-include/clang/AST/DeclBase.h
-include/clang/AST/DeclCXX.h
-include/clang/AST/DeclContextInternals.h
-include/clang/AST/DeclFriend.h
-include/clang/AST/DeclGroup.h
-include/clang/AST/DeclNodes.inc
-include/clang/AST/DeclObjC.h
-include/clang/AST/DeclTemplate.h
-include/clang/AST/DeclVisitor.h
-include/clang/AST/DeclarationName.h
-include/clang/AST/DependentDiagnostic.h
-include/clang/AST/Expr.h
-include/clang/AST/ExprCXX.h
-include/clang/AST/ExprObjC.h
-include/clang/AST/ExternalASTSource.h
-include/clang/AST/FullExpr.h
-include/clang/AST/NestedNameSpecifier.h
-include/clang/AST/OperationKinds.h
-include/clang/AST/ParentMap.h
-include/clang/AST/PrettyPrinter.h
-include/clang/AST/RecordLayout.h
-include/clang/AST/RecursiveASTVisitor.h
-include/clang/AST/Redeclarable.h
-include/clang/AST/Release/AttrImpl.inc.tmp
-include/clang/AST/Release/Attrs.inc.tmp
-include/clang/AST/Release/DeclNodes.inc.tmp
-include/clang/AST/Release/StmtNodes.inc.tmp
-include/clang/AST/Stmt.h
-include/clang/AST/StmtCXX.h
-include/clang/AST/StmtGraphTraits.h
-include/clang/AST/StmtIterator.h
-include/clang/AST/StmtNodes.inc
-include/clang/AST/StmtObjC.h
-include/clang/AST/StmtVisitor.h
-include/clang/AST/TemplateBase.h
-include/clang/AST/TemplateName.h
-include/clang/AST/Type.h
-include/clang/AST/TypeLoc.h
-include/clang/AST/TypeLocBuilder.h
-include/clang/AST/TypeLocNodes.def
-include/clang/AST/TypeLocVisitor.h
-include/clang/AST/TypeNodes.def
-include/clang/AST/TypeOrdering.h
-include/clang/AST/TypeVisitor.h
-include/clang/AST/UnresolvedSet.h
-include/clang/AST/UsuallyTinyPtrVector.h
-include/clang/Analysis/Analyses/FormatString.h
-include/clang/Analysis/Analyses/LiveVariables.h
-include/clang/Analysis/Analyses/PseudoConstantAnalysis.h
-include/clang/Analysis/Analyses/ReachableCode.h
-include/clang/Analysis/Analyses/UninitializedValues.h
-include/clang/Analysis/AnalysisContext.h
-include/clang/Analysis/AnalysisDiagnostic.h
-include/clang/Analysis/CFG.h
-include/clang/Analysis/CFGStmtMap.h
-include/clang/Analysis/FlowSensitive/DataflowSolver.h
-include/clang/Analysis/FlowSensitive/DataflowValues.h
-include/clang/Analysis/ProgramPoint.h
-include/clang/Analysis/Support/BlkExprDeclBitVector.h
-include/clang/Analysis/Support/BumpVector.h
-include/clang/Analysis/Support/SaveAndRestore.h
-include/clang/Analysis/Visitors/CFGRecStmtDeclVisitor.h
-include/clang/Analysis/Visitors/CFGRecStmtVisitor.h
-include/clang/Analysis/Visitors/CFGStmtVisitor.h
-include/clang/Basic/AttrKinds.h
-include/clang/Basic/AttrList.inc
-include/clang/Basic/Builtins.def
-include/clang/Basic/Builtins.h
-include/clang/Basic/BuiltinsARM.def
-include/clang/Basic/BuiltinsPPC.def
-include/clang/Basic/BuiltinsX86.def
-include/clang/Basic/ConvertUTF.h
-include/clang/Basic/Diagnostic.h
-include/clang/Basic/DiagnosticASTKinds.inc
-include/clang/Basic/DiagnosticAnalysisKinds.inc
-include/clang/Basic/DiagnosticCommonKinds.inc
-include/clang/Basic/DiagnosticDriverKinds.inc
-include/clang/Basic/DiagnosticFrontendKinds.inc
-include/clang/Basic/DiagnosticGroups.inc
-include/clang/Basic/DiagnosticLexKinds.inc
-include/clang/Basic/DiagnosticParseKinds.inc
-include/clang/Basic/DiagnosticSemaKinds.inc
-include/clang/Basic/FileManager.h
-include/clang/Basic/IdentifierTable.h
-include/clang/Basic/LangOptions.h
-include/clang/Basic/Linkage.h
-include/clang/Basic/MacroBuilder.h
-include/clang/Basic/OnDiskHashTable.h
-include/clang/Basic/OperatorKinds.def
-include/clang/Basic/OperatorKinds.h
-include/clang/Basic/PartialDiagnostic.h
-include/clang/Basic/PrettyStackTrace.h
-include/clang/Basic/Release/AttrList.inc.tmp
-include/clang/Basic/Release/DiagnosticASTKinds.inc.tmp
-include/clang/Basic/Release/DiagnosticAnalysisKinds.inc.tmp
-include/clang/Basic/Release/DiagnosticCommonKinds.inc.tmp
-include/clang/Basic/Release/DiagnosticDriverKinds.inc.tmp
-include/clang/Basic/Release/DiagnosticFrontendKinds.inc.tmp
-include/clang/Basic/Release/DiagnosticGroups.inc.tmp
-include/clang/Basic/Release/DiagnosticLexKinds.inc.tmp
-include/clang/Basic/Release/DiagnosticParseKinds.inc.tmp
-include/clang/Basic/Release/DiagnosticSemaKinds.inc.tmp
-include/clang/Basic/Release/Version.inc.tmp
-include/clang/Basic/Release/arm_neon.inc.tmp
-include/clang/Basic/SourceLocation.h
-include/clang/Basic/SourceManager.h
-include/clang/Basic/SourceManagerInternals.h
-include/clang/Basic/Specifiers.h
-include/clang/Basic/TargetBuiltins.h
-include/clang/Basic/TargetInfo.h
-include/clang/Basic/TargetOptions.h
-include/clang/Basic/TemplateKinds.h
-include/clang/Basic/TokenKinds.def
-include/clang/Basic/TokenKinds.h
-include/clang/Basic/TypeTraits.h
-include/clang/Basic/Version.h
-include/clang/Basic/Version.inc
-include/clang/Basic/arm_neon.inc
-include/clang/Checker/AnalysisConsumer.h
-include/clang/Checker/BugReporter/BugReporter.h
-include/clang/Checker/BugReporter/BugType.h
-include/clang/Checker/BugReporter/PathDiagnostic.h
-include/clang/Checker/Checkers/DereferenceChecker.h
-include/clang/Checker/Checkers/LocalCheckers.h
-include/clang/Checker/DomainSpecific/CocoaConventions.h
-include/clang/Checker/FrontendActions.h
-include/clang/Checker/ManagerRegistry.h
-include/clang/Checker/PathDiagnosticClients.h
-include/clang/Checker/PathSensitive/AnalysisManager.h
-include/clang/Checker/PathSensitive/BasicValueFactory.h
-include/clang/Checker/PathSensitive/Checker.h
-include/clang/Checker/PathSensitive/CheckerHelpers.h
-include/clang/Checker/PathSensitive/CheckerVisitor.def
-include/clang/Checker/PathSensitive/CheckerVisitor.h
-include/clang/Checker/PathSensitive/ConstraintManager.h
-include/clang/Checker/PathSensitive/Environment.h
-include/clang/Checker/PathSensitive/ExplodedGraph.h
-include/clang/Checker/PathSensitive/GRAuditor.h
-include/clang/Checker/PathSensitive/GRBlockCounter.h
-include/clang/Checker/PathSensitive/GRCoreEngine.h
-include/clang/Checker/PathSensitive/GRExprEngine.h
-include/clang/Checker/PathSensitive/GRExprEngineBuilders.h
-include/clang/Checker/PathSensitive/GRSimpleAPICheck.h
-include/clang/Checker/PathSensitive/GRState.h
-include/clang/Checker/PathSensitive/GRStateTrait.h
-include/clang/Checker/PathSensitive/GRSubEngine.h
-include/clang/Checker/PathSensitive/GRTransferFuncs.h
-include/clang/Checker/PathSensitive/GRWorkList.h
-include/clang/Checker/PathSensitive/MemRegion.h
-include/clang/Checker/PathSensitive/SVals.h
-include/clang/Checker/PathSensitive/SValuator.h
-include/clang/Checker/PathSensitive/Store.h
-include/clang/Checker/PathSensitive/SummaryManager.h
-include/clang/Checker/PathSensitive/SymbolManager.h
-include/clang/Checker/PathSensitive/ValueManager.h
-include/clang/CodeGen/BackendUtil.h
-include/clang/CodeGen/CodeGenAction.h
-include/clang/CodeGen/ModuleBuilder.h
-include/clang/Driver/Action.h
-include/clang/Driver/Arg.h
-include/clang/Driver/ArgList.h
-include/clang/Driver/CC1AsOptions.h
-include/clang/Driver/CC1AsOptions.inc
-include/clang/Driver/CC1Options.h
-include/clang/Driver/CC1Options.inc
-include/clang/Driver/Compilation.h
-include/clang/Driver/Driver.h
-include/clang/Driver/DriverDiagnostic.h
-include/clang/Driver/HostInfo.h
-include/clang/Driver/Job.h
-include/clang/Driver/OptSpecifier.h
-include/clang/Driver/OptTable.h
-include/clang/Driver/Option.h
-include/clang/Driver/Options.h
-include/clang/Driver/Options.inc
-include/clang/Driver/Phases.h
-include/clang/Driver/Release/CC1AsOptions.inc.tmp
-include/clang/Driver/Release/CC1Options.inc.tmp
-include/clang/Driver/Release/Options.inc.tmp
-include/clang/Driver/Tool.h
-include/clang/Driver/ToolChain.h
-include/clang/Driver/Types.def
-include/clang/Driver/Types.h
-include/clang/Driver/Util.h
-include/clang/Frontend/ASTConsumers.h
-include/clang/Frontend/ASTUnit.h
-include/clang/Frontend/Analyses.def
-include/clang/Frontend/AnalyzerOptions.h
-include/clang/Frontend/ChainedDiagnosticClient.h
-include/clang/Frontend/CodeGenOptions.h
-include/clang/Frontend/CommandLineSourceLoc.h
-include/clang/Frontend/CompilerInstance.h
-include/clang/Frontend/CompilerInvocation.h
-include/clang/Frontend/DeclContextXML.def
-include/clang/Frontend/DeclXML.def
-include/clang/Frontend/DependencyOutputOptions.h
-include/clang/Frontend/DiagnosticOptions.h
-include/clang/Frontend/DocumentXML.def
-include/clang/Frontend/DocumentXML.h
-include/clang/Frontend/FrontendAction.h
-include/clang/Frontend/FrontendActions.h
-include/clang/Frontend/FrontendDiagnostic.h
-include/clang/Frontend/FrontendOptions.h
-include/clang/Frontend/FrontendPluginRegistry.h
-include/clang/Frontend/HeaderSearchOptions.h
-include/clang/Frontend/LangStandard.h
-include/clang/Frontend/LangStandards.def
-include/clang/Frontend/PreprocessorOptions.h
-include/clang/Frontend/PreprocessorOutputOptions.h
-include/clang/Frontend/StmtXML.def
-include/clang/Frontend/TextDiagnosticBuffer.h
-include/clang/Frontend/TextDiagnosticPrinter.h
-include/clang/Frontend/TypeXML.def
-include/clang/Frontend/Utils.h
-include/clang/Frontend/VerifyDiagnosticsClient.h
-include/clang/FrontendTool/Utils.h
-include/clang/Index/ASTLocation.h
-include/clang/Index/Analyzer.h
-include/clang/Index/CallGraph.h
-include/clang/Index/DeclReferenceMap.h
-include/clang/Index/Entity.h
-include/clang/Index/GlobalSelector.h
-include/clang/Index/Handlers.h
-include/clang/Index/IndexProvider.h
-include/clang/Index/Indexer.h
-include/clang/Index/Program.h
-include/clang/Index/STLExtras.h
-include/clang/Index/SelectorMap.h
-include/clang/Index/TranslationUnit.h
-include/clang/Lex/CodeCompletionHandler.h
-include/clang/Lex/DirectoryLookup.h
-include/clang/Lex/ExternalPreprocessorSource.h
-include/clang/Lex/HeaderMap.h
-include/clang/Lex/HeaderSearch.h
-include/clang/Lex/LexDiagnostic.h
-include/clang/Lex/Lexer.h
-include/clang/Lex/LiteralSupport.h
-include/clang/Lex/MacroInfo.h
-include/clang/Lex/MultipleIncludeOpt.h
-include/clang/Lex/PPCallbacks.h
-include/clang/Lex/PTHLexer.h
-include/clang/Lex/PTHManager.h
-include/clang/Lex/Pragma.h
-include/clang/Lex/PreprocessingRecord.h
-include/clang/Lex/Preprocessor.h
-include/clang/Lex/PreprocessorLexer.h
-include/clang/Lex/ScratchBuffer.h
-include/clang/Lex/Token.h
-include/clang/Lex/TokenConcatenation.h
-include/clang/Lex/TokenLexer.h
-include/clang/Parse/ParseAST.h
-include/clang/Parse/ParseDiagnostic.h
-include/clang/Parse/Parser.h
-include/clang/Rewrite/ASTConsumers.h
-include/clang/Rewrite/DeltaTree.h
-include/clang/Rewrite/FixItRewriter.h
-include/clang/Rewrite/FrontendActions.h
-include/clang/Rewrite/HTMLRewrite.h
-include/clang/Rewrite/RewriteRope.h
-include/clang/Rewrite/Rewriter.h
-include/clang/Rewrite/Rewriters.h
-include/clang/Rewrite/TokenRewriter.h
-include/clang/Sema/AnalysisBasedWarnings.h
-include/clang/Sema/AttributeList.h
-include/clang/Sema/CXXFieldCollector.h
-include/clang/Sema/CodeCompleteConsumer.h
-include/clang/Sema/DeclSpec.h
-include/clang/Sema/DelayedDiagnostic.h
-include/clang/Sema/Designator.h
-include/clang/Sema/ExternalSemaSource.h
-include/clang/Sema/IdentifierResolver.h
-include/clang/Sema/Initialization.h
-include/clang/Sema/Lookup.h
-include/clang/Sema/ObjCMethodList.h
-include/clang/Sema/Overload.h
-include/clang/Sema/Ownership.h
-include/clang/Sema/ParsedTemplate.h
-include/clang/Sema/PrettyDeclStackTrace.h
-include/clang/Sema/Scope.h
-include/clang/Sema/ScopeInfo.h
-include/clang/Sema/Sema.h
-include/clang/Sema/SemaConsumer.h
-include/clang/Sema/SemaDiagnostic.h
-include/clang/Sema/SemaInternal.h
-include/clang/Sema/Template.h
-include/clang/Sema/TemplateDeduction.h
-include/clang/Serialization/ASTBitCodes.h
-include/clang/Serialization/ASTDeserializationListener.h
-include/clang/Serialization/ASTReader.h
-include/clang/Serialization/ASTWriter.h
-include/clang/Serialization/AttrPCHRead.inc
-include/clang/Serialization/AttrPCHWrite.inc
-include/clang/Serialization/Release/AttrPCHRead.inc.tmp
-include/clang/Serialization/Release/AttrPCHWrite.inc.tmp
include/llvm-c/Analysis.h
include/llvm-c/BitReader.h
include/llvm-c/BitWriter.h
include/llvm-c/Core.h
include/llvm-c/EnhancedDisassembly.h
include/llvm-c/ExecutionEngine.h
+include/llvm-c/Initialization.h
include/llvm-c/LinkTimeOptimizer.h
include/llvm-c/Target.h
include/llvm-c/Transforms/IPO.h
@@ -429,7 +115,6 @@ include/llvm/Analysis/MemoryBuiltins.h
include/llvm/Analysis/MemoryDependenceAnalysis.h
include/llvm/Analysis/PHITransAddr.h
include/llvm/Analysis/Passes.h
-include/llvm/Analysis/PointerTracking.h
include/llvm/Analysis/PostDominators.h
include/llvm/Analysis/ProfileInfo.h
include/llvm/Analysis/ProfileInfoLoader.h
@@ -446,7 +131,7 @@ include/llvm/Analysis/Trace.h
include/llvm/Analysis/ValueTracking.h
include/llvm/Analysis/Verifier.h
include/llvm/Argument.h
-include/llvm/Assembly/AsmAnnotationWriter.h
+include/llvm/Assembly/AssemblyAnnotationWriter.h
include/llvm/Assembly/Parser.h
include/llvm/Assembly/PrintModulePass.h
include/llvm/Assembly/Writer.h
@@ -507,10 +192,17 @@ include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/MachineRelocation.h
include/llvm/CodeGen/MachineSSAUpdater.h
include/llvm/CodeGen/ObjectCodeEmitter.h
+include/llvm/CodeGen/PBQP/Graph.h
+include/llvm/CodeGen/PBQP/HeuristicBase.h
+include/llvm/CodeGen/PBQP/HeuristicSolver.h
+include/llvm/CodeGen/PBQP/Heuristics/Briggs.h
+include/llvm/CodeGen/PBQP/Math.h
+include/llvm/CodeGen/PBQP/Solution.h
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/PostRAHazardRecognizer.h
include/llvm/CodeGen/ProcessImplicitDefs.h
include/llvm/CodeGen/PseudoSourceValue.h
+include/llvm/CodeGen/RegAllocPBQP.h
include/llvm/CodeGen/RegAllocRegistry.h
include/llvm/CodeGen/RegisterCoalescer.h
include/llvm/CodeGen/RegisterScavenging.h
@@ -556,6 +248,7 @@ include/llvm/GVMaterializer.h
include/llvm/GlobalAlias.h
include/llvm/GlobalValue.h
include/llvm/GlobalVariable.h
+include/llvm/InitializePasses.h
include/llvm/InlineAsm.h
include/llvm/InstrTypes.h
include/llvm/Instruction.def
@@ -677,6 +370,7 @@ include/llvm/Support/StringPool.h
include/llvm/Support/SystemUtils.h
include/llvm/Support/TargetFolder.h
include/llvm/Support/Timer.h
+include/llvm/Support/ToolOutputFile.h
include/llvm/Support/TypeBuilder.h
include/llvm/Support/ValueHandle.h
include/llvm/Support/circular_raw_ostream.h
@@ -692,6 +386,7 @@ include/llvm/System/DataTypes.h.cmake
include/llvm/System/Disassembler.h
include/llvm/System/DynamicLibrary.h
include/llvm/System/Errno.h
+include/llvm/System/FEnv.h
include/llvm/System/Host.h
include/llvm/System/IncludeFile.h
include/llvm/System/LICENSE.TXT
@@ -703,6 +398,7 @@ include/llvm/System/Program.h
include/llvm/System/RWMutex.h
include/llvm/System/Signals.h
include/llvm/System/Solaris.h
+include/llvm/System/SwapByteOrder.h
include/llvm/System/ThreadLocal.h
include/llvm/System/Threading.h
include/llvm/System/TimeValue.h
@@ -759,17 +455,6 @@ include/llvm/Use.h
include/llvm/User.h
include/llvm/Value.h
include/llvm/ValueSymbolTable.h
-lib/clang/2.8/include/arm_neon.h
-lib/clang/2.8/include/emmintrin.h
-lib/clang/2.8/include/immintrin.h
-lib/clang/2.8/include/mm_malloc.h
-lib/clang/2.8/include/mmintrin.h
-lib/clang/2.8/include/nmmintrin.h
-lib/clang/2.8/include/pmmintrin.h
-lib/clang/2.8/include/smmintrin.h
-lib/clang/2.8/include/tmmintrin.h
-lib/clang/2.8/include/wmmintrin.h
-lib/clang/2.8/include/xmmintrin.h
lib/libBugpointPasses.so
lib/libCompilerDriver.a
lib/libEnhancedDisassembly.a
@@ -819,9 +504,9 @@ lib/libLLVMMSP430Info.a
lib/libLLVMMipsAsmPrinter.a
lib/libLLVMMipsCodeGen.a
lib/libLLVMMipsInfo.a
-lib/libLLVMPIC16AsmPrinter.a
-lib/libLLVMPIC16CodeGen.a
-lib/libLLVMPIC16Info.a
+lib/libLLVMPTXAsmPrinter.a
+lib/libLLVMPTXCodeGen.a
+lib/libLLVMPTXInfo.a
lib/libLLVMPowerPCAsmPrinter.a
lib/libLLVMPowerPCCodeGen.a
lib/libLLVMPowerPCInfo.a
@@ -847,152 +532,121 @@ lib/libLLVMXCoreCodeGen.a
lib/libLLVMXCoreInfo.a
lib/libLLVMipa.a
lib/libLLVMipo.a
-lib/libLLVMpic16passes.a
lib/libLTO.a
lib/libLTO.so
lib/libUnitTestMain.a
-lib/libclang.a
-lib/libclang.so
-lib/libclangAST.a
-lib/libclangAnalysis.a
-lib/libclangBasic.a
-lib/libclangChecker.a
-lib/libclangCodeGen.a
-lib/libclangDriver.a
-lib/libclangFrontend.a
-lib/libclangFrontendTool.a
-lib/libclangIndex.a
-lib/libclangLex.a
-lib/libclangParse.a
-lib/libclangRewrite.a
-lib/libclangSema.a
-lib/libclangSerialization.a
lib/libprofile_rt.so
-%%DATADIR%%/scanview.css
-%%DATADIR%%/sorttable.js
-%%DOCSDIR%%/html.tar.gz
-%%DOCSDIR%%/html/AliasAnalysis.html
-%%DOCSDIR%%/html/AnalyzerRegions.html
-%%DOCSDIR%%/html/BitCodeFormat.html
-%%DOCSDIR%%/html/Bugpoint.html
-%%DOCSDIR%%/html/CFEBuildInstrs.html
-%%DOCSDIR%%/html/CMake.html
-%%DOCSDIR%%/html/CodeGenerator.html
-%%DOCSDIR%%/html/CodingStandards.html
-%%DOCSDIR%%/html/CommandGuide/FileCheck.html
-%%DOCSDIR%%/html/CommandGuide/bugpoint.html
-%%DOCSDIR%%/html/CommandGuide/index.html
-%%DOCSDIR%%/html/CommandGuide/lit.html
-%%DOCSDIR%%/html/CommandGuide/llc.html
-%%DOCSDIR%%/html/CommandGuide/lli.html
-%%DOCSDIR%%/html/CommandGuide/llvm-ar.html
-%%DOCSDIR%%/html/CommandGuide/llvm-as.html
-%%DOCSDIR%%/html/CommandGuide/llvm-bcanalyzer.html
-%%DOCSDIR%%/html/CommandGuide/llvm-config.html
-%%DOCSDIR%%/html/CommandGuide/llvm-dis.html
-%%DOCSDIR%%/html/CommandGuide/llvm-extract.html
-%%DOCSDIR%%/html/CommandGuide/llvm-ld.html
-%%DOCSDIR%%/html/CommandGuide/llvm-link.html
-%%DOCSDIR%%/html/CommandGuide/llvm-nm.html
-%%DOCSDIR%%/html/CommandGuide/llvm-prof.html
-%%DOCSDIR%%/html/CommandGuide/llvm-ranlib.html
-%%DOCSDIR%%/html/CommandGuide/llvmc.html
-%%DOCSDIR%%/html/CommandGuide/llvmgcc.html
-%%DOCSDIR%%/html/CommandGuide/llvmgxx.html
-%%DOCSDIR%%/html/CommandGuide/manpage.css
-%%DOCSDIR%%/html/CommandGuide/opt.html
-%%DOCSDIR%%/html/CommandGuide/tblgen.html
-%%DOCSDIR%%/html/CommandLine.html
-%%DOCSDIR%%/html/CompilerDriver.html
-%%DOCSDIR%%/html/CompilerDriverTutorial.html
-%%DOCSDIR%%/html/CompilerWriterInfo.html
-%%DOCSDIR%%/html/DebuggingJITedCode.html
-%%DOCSDIR%%/html/DeveloperPolicy.html
-%%DOCSDIR%%/html/DriverInternals.html
-%%DOCSDIR%%/html/ExceptionHandling.html
-%%DOCSDIR%%/html/ExtendingLLVM.html
-%%DOCSDIR%%/html/FAQ.html
-%%DOCSDIR%%/html/GCCFEBuildInstrs.html
-%%DOCSDIR%%/html/GarbageCollection.html
-%%DOCSDIR%%/html/GetElementPtr.html
-%%DOCSDIR%%/html/GettingStarted.html
-%%DOCSDIR%%/html/GettingStartedVS.html
-%%DOCSDIR%%/html/GoldPlugin.html
-%%DOCSDIR%%/html/HowToReleaseLLVM.html
-%%DOCSDIR%%/html/HowToSubmitABug.html
-%%DOCSDIR%%/html/InternalsManual.html
-%%DOCSDIR%%/html/LangRef.html
-%%DOCSDIR%%/html/LanguageExtensions.html
-%%DOCSDIR%%/html/Lexicon.html
-%%DOCSDIR%%/html/LinkTimeOptimization.html
-%%DOCSDIR%%/html/MakefileGuide.html
-%%DOCSDIR%%/html/PCHInternals.html
-%%DOCSDIR%%/html/PTHInternals.html
-%%DOCSDIR%%/html/Packaging.html
-%%DOCSDIR%%/html/Passes.html
-%%DOCSDIR%%/html/ProgrammersManual.html
-%%DOCSDIR%%/html/Projects.html
-%%DOCSDIR%%/html/ReleaseNotes.html
-%%DOCSDIR%%/html/SourceLevelDebugging.html
-%%DOCSDIR%%/html/SystemLibrary.html
-%%DOCSDIR%%/html/TableGenFundamentals.html
-%%DOCSDIR%%/html/TestingGuide.html
-%%DOCSDIR%%/html/UsersManual.html
-%%DOCSDIR%%/html/UsingLibraries.html
-%%DOCSDIR%%/html/WritingAnLLVMBackend.html
-%%DOCSDIR%%/html/WritingAnLLVMPass.html
-%%DOCSDIR%%/html/clang/clang.html
-%%DOCSDIR%%/html/clang/manpage.css
-%%DOCSDIR%%/html/doxygen.css
-%%DOCSDIR%%/html/img/Debugging.gif
-%%DOCSDIR%%/html/img/libdeps.gif
-%%DOCSDIR%%/html/img/lines.gif
-%%DOCSDIR%%/html/img/objdeps.gif
-%%DOCSDIR%%/html/img/venusflytrap.jpg
-%%DOCSDIR%%/html/index.html
-%%DOCSDIR%%/html/libIndex.html
-%%DOCSDIR%%/html/llvm.css
-%%DOCSDIR%%/html/tutorial/LangImpl1.html
-%%DOCSDIR%%/html/tutorial/LangImpl2.html
-%%DOCSDIR%%/html/tutorial/LangImpl3.html
-%%DOCSDIR%%/html/tutorial/LangImpl4.html
-%%DOCSDIR%%/html/tutorial/LangImpl5.html
-%%DOCSDIR%%/html/tutorial/LangImpl6.html
-%%DOCSDIR%%/html/tutorial/LangImpl7.html
-%%DOCSDIR%%/html/tutorial/LangImpl8.html
-%%DOCSDIR%%/html/tutorial/OCamlLangImpl1.html
-%%DOCSDIR%%/html/tutorial/OCamlLangImpl2.html
-%%DOCSDIR%%/html/tutorial/OCamlLangImpl3.html
-%%DOCSDIR%%/html/tutorial/OCamlLangImpl4.html
-%%DOCSDIR%%/html/tutorial/OCamlLangImpl5.html
-%%DOCSDIR%%/html/tutorial/OCamlLangImpl6.html
-%%DOCSDIR%%/html/tutorial/OCamlLangImpl7.html
-%%DOCSDIR%%/html/tutorial/index.html
-%%DOCSDIR%%/ps/FileCheck.ps
-%%DOCSDIR%%/ps/bugpoint.ps
-%%DOCSDIR%%/ps/clang.ps
-%%DOCSDIR%%/ps/lit.ps
-%%DOCSDIR%%/ps/llc.ps
-%%DOCSDIR%%/ps/lli.ps
-%%DOCSDIR%%/ps/llvm-ar.ps
-%%DOCSDIR%%/ps/llvm-as.ps
-%%DOCSDIR%%/ps/llvm-bcanalyzer.ps
-%%DOCSDIR%%/ps/llvm-config.ps
-%%DOCSDIR%%/ps/llvm-dis.ps
-%%DOCSDIR%%/ps/llvm-extract.ps
-%%DOCSDIR%%/ps/llvm-ld.ps
-%%DOCSDIR%%/ps/llvm-link.ps
-%%DOCSDIR%%/ps/llvm-nm.ps
-%%DOCSDIR%%/ps/llvm-prof.ps
-%%DOCSDIR%%/ps/llvm-ranlib.ps
-%%DOCSDIR%%/ps/llvmc.ps
-%%DOCSDIR%%/ps/llvmgcc.ps
-%%DOCSDIR%%/ps/llvmgxx.ps
-%%DOCSDIR%%/ps/opt.ps
-%%DOCSDIR%%/ps/tblgen.ps
-@dirrm lib/clang/2.8/include
-@dirrm lib/clang/2.8
-@dirrm lib/clang
+%%PORTDOCS%%%%DOCSDIR%%/html.tar.gz
+%%PORTDOCS%%%%DOCSDIR%%/html/AliasAnalysis.html
+%%PORTDOCS%%%%DOCSDIR%%/html/BitCodeFormat.html
+%%PORTDOCS%%%%DOCSDIR%%/html/Bugpoint.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CFEBuildInstrs.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CMake.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CodeGenerator.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CodingStandards.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/FileCheck.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/bugpoint.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/index.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/lit.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llc.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/lli.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-ar.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-as.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-bcanalyzer.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-config.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-diff.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-dis.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-extract.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-ld.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-link.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-nm.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-prof.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-ranlib.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvmc.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvmgcc.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvmgxx.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/manpage.css
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/opt.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/tblgen.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CommandLine.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CompilerDriver.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CompilerDriverTutorial.html
+%%PORTDOCS%%%%DOCSDIR%%/html/CompilerWriterInfo.html
+%%PORTDOCS%%%%DOCSDIR%%/html/DebuggingJITedCode.html
+%%PORTDOCS%%%%DOCSDIR%%/html/DeveloperPolicy.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ExceptionHandling.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ExtendingLLVM.html
+%%PORTDOCS%%%%DOCSDIR%%/html/FAQ.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GCCFEBuildInstrs.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GarbageCollection.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GetElementPtr.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GettingStarted.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GettingStartedVS.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GoldPlugin.html
+%%PORTDOCS%%%%DOCSDIR%%/html/HowToReleaseLLVM.html
+%%PORTDOCS%%%%DOCSDIR%%/html/HowToSubmitABug.html
+%%PORTDOCS%%%%DOCSDIR%%/html/LangRef.html
+%%PORTDOCS%%%%DOCSDIR%%/html/Lexicon.html
+%%PORTDOCS%%%%DOCSDIR%%/html/LinkTimeOptimization.html
+%%PORTDOCS%%%%DOCSDIR%%/html/MakefileGuide.html
+%%PORTDOCS%%%%DOCSDIR%%/html/Packaging.html
+%%PORTDOCS%%%%DOCSDIR%%/html/Passes.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersManual.html
+%%PORTDOCS%%%%DOCSDIR%%/html/Projects.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ReleaseNotes.html
+%%PORTDOCS%%%%DOCSDIR%%/html/SourceLevelDebugging.html
+%%PORTDOCS%%%%DOCSDIR%%/html/SystemLibrary.html
+%%PORTDOCS%%%%DOCSDIR%%/html/TableGenFundamentals.html
+%%PORTDOCS%%%%DOCSDIR%%/html/TestingGuide.html
+%%PORTDOCS%%%%DOCSDIR%%/html/UsingLibraries.html
+%%PORTDOCS%%%%DOCSDIR%%/html/WritingAnLLVMBackend.html
+%%PORTDOCS%%%%DOCSDIR%%/html/WritingAnLLVMPass.html
+%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css
+%%PORTDOCS%%%%DOCSDIR%%/html/img/Debugging.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/img/libdeps.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/img/lines.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/img/objdeps.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/img/venusflytrap.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/index.html
+%%PORTDOCS%%%%DOCSDIR%%/html/llvm.css
+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl1.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl2.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl4.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl5.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl6.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl7.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl8.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl1.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl2.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl4.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl5.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl6.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl7.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/index.html
+%%PORTDOCS%%%%DOCSDIR%%/ps/FileCheck.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/bugpoint.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/lit.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/llc.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/lli.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-ar.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-as.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-bcanalyzer.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-config.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-diff.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-dis.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-extract.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-ld.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-link.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-nm.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-prof.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-ranlib.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/llvmc.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/llvmgcc.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/llvmgxx.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/opt.ps
+%%PORTDOCS%%%%DOCSDIR%%/ps/tblgen.ps
@dirrm include/llvm/Transforms/Utils
@dirrm include/llvm/Transforms/IPO
@dirrm include/llvm/Transforms
@@ -1004,6 +658,8 @@ lib/libprofile_rt.so
@dirrm include/llvm/ExecutionEngine
@dirrm include/llvm/Config
@dirrm include/llvm/CompilerDriver
+@dirrm include/llvm/CodeGen/PBQP/Heuristics
+@dirrm include/llvm/CodeGen/PBQP
@dirrm include/llvm/CodeGen
@dirrm include/llvm/Bitcode
@dirrm include/llvm/Assembly
@@ -1012,39 +668,9 @@ lib/libprofile_rt.so
@dirrm include/llvm-c/Transforms
@dirrm include/llvm-c
@dirrm include/llvm
-@dirrm include/clang/Serialization/Release
-@dirrm include/clang/Serialization
-@dirrm include/clang/Sema
-@dirrm include/clang/Rewrite
-@dirrm include/clang/Parse
-@dirrm include/clang/Lex
-@dirrm include/clang/Index
-@dirrm include/clang/FrontendTool
-@dirrm include/clang/Frontend
-@dirrm include/clang/Driver/Release
-@dirrm include/clang/Driver
-@dirrm include/clang/CodeGen
-@dirrm include/clang/Checker/PathSensitive
-@dirrm include/clang/Checker/DomainSpecific
-@dirrm include/clang/Checker/Checkers
-@dirrm include/clang/Checker/BugReporter
-@dirrm include/clang/Checker
-@dirrm include/clang/Basic/Release
-@dirrm include/clang/Basic
-@dirrm include/clang/Analysis/Visitors
-@dirrm include/clang/Analysis/Support
-@dirrm include/clang/Analysis/FlowSensitive
-@dirrm include/clang/Analysis/Analyses
-@dirrm include/clang/Analysis
-@dirrm include/clang/AST/Release
-@dirrm include/clang/AST
-@dirrm include/clang-c
-@dirrm include/clang
-@dirrm %%DATADIR%%
-@dirrm %%DOCSDIR%%/ps
-@dirrm %%DOCSDIR%%/html/tutorial
-@dirrm %%DOCSDIR%%/html/img
-@dirrm %%DOCSDIR%%/html/clang
-@dirrm %%DOCSDIR%%/html/CommandGuide
-@dirrm %%DOCSDIR%%/html
-@dirrm %%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/ps
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/tutorial
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/img
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/CommandGuide
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%