Update to LLVM/Clang 2.7

ok sthen@
This commit is contained in:
jsg 2010-04-29 16:37:09 +00:00
parent b57fc413b0
commit 84c63f751b
12 changed files with 497 additions and 163 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.19 2009/11/18 00:49:09 sthen Exp $
# $OpenBSD: Makefile,v 1.20 2010/04/29 16:37:09 jsg Exp $
COMMENT = Low Level Virtual Machine (LLVM) compiler infrastructure
LLVM_V = 2.6
LLVM_V = 2.7
DISTNAME = llvm-${LLVM_V}
PKGNAME = ${DISTNAME}p0
CATEGORIES = devel
@ -24,12 +23,9 @@ PERMIT_DISTFILES_FTP = Yes
WANTLIB = c m pthread
#llvm+clang repackaged from SVN.
#MASTER_SITES = http://spacehopper.org/mirrors/
MASTER_SITES = http://llvm.org/releases/${LLVM_V}/
#MASTER_SITES = ${MASTER_SITE_FREEBSD_LOCAL:=brooks/}
DISTFILES= ${DISTNAME}.tar.gz clang-${LLVM_V}.tar.gz
DISTFILES= ${DISTNAME}.tgz clang-${LLVM_V}.tgz
post-extract:
@mv ${WRKDIR}/clang-${LLVM_V} ${WRKDIST}/tools/clang
@ -70,18 +66,18 @@ MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC}/autoconf
pre-configure:
@perl -pi -e s,-lpthread,-pthread,g ${WRKSRC}/configure
@${SUBST_CMD} ${WRKSRC}/tools/clang/utils/scan-build
@${SUBST_CMD} ${WRKSRC}/tools/clang/tools/scan-build/scan-build
@ln -s ${MODPY_BIN} ${WRKDIR}/bin/python
# XXX googletest doesn't build
post-install:
@ln -s ${TRUEPREFIX}/libexec/clang-cc ${PREFIX}/bin
@${INSTALL_DATA_DIR} ${PREFIX}/share/llvm
@${INSTALL_DATA_DIR} ${WRKINST}/${MODPY_SITEPKG}
@${INSTALL_SCRIPT} ${WRKSRC}/tools/clang/utils/ccc-analyzer \
${WRKSRC}/tools/clang/utils/scan-build ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/tools/clang/utils/sorttable.js ${PREFIX}/share/llvm
@${INSTALL_DATA} ${WRKSRC}/tools/clang/utils/scanview.css ${PREFIX}/share/llvm
@${INSTALL_SCRIPT} ${WRKSRC}/tools/clang/tools/scan-build/ccc-analyzer \
${WRKSRC}/tools/clang/tools/scan-build/c++-analyzer \
${WRKSRC}/tools/clang/tools/scan-build/scan-build ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/tools/clang/tools/scan-build/sorttable.js \
${WRKSRC}/tools/clang/tools/scan-build/scanview.css \
${PREFIX}/share/llvm
.include <bsd.port.mk>

View File

@ -1,10 +1,10 @@
MD5 (clang-2.6.tar.gz) = CdaWvyO7Sjz2rzxzQc3ZRg==
MD5 (llvm-2.6.tar.gz) = NKEegHrdD0VV9pGUThpASg==
RMD160 (clang-2.6.tar.gz) = t+RKu/KJAv+OP9RXil/53TT0CBc=
RMD160 (llvm-2.6.tar.gz) = JNWMsFKrWHmq5Z6vSIXsQRhu4io=
SHA1 (clang-2.6.tar.gz) = GI8prTssZPzceRqjSzI+0GRS164=
SHA1 (llvm-2.6.tar.gz) = VHRxFHy/bT5JU54BGW/62ix5wlA=
SHA256 (clang-2.6.tar.gz) = mOIvT1h3+zxzq7ndyzBlupyUohFGOH2n+QXm/VWdOeo=
SHA256 (llvm-2.6.tar.gz) = TNklc1DF/4ubE50ZSX4jlsBgTu8OXWUE9cFGOwm/LYQ=
SIZE (clang-2.6.tar.gz) = 3857138
SIZE (llvm-2.6.tar.gz) = 7790380
MD5 (clang-2.7.tgz) = uDJgqowTSUrfiXi18ji/Gw==
MD5 (llvm-2.7.tgz) = rDImYfIOfWyBCxhp+Iatmw==
RMD160 (clang-2.7.tgz) = F3/c9Zvkpgw3zw37BYU1yc27rU4=
RMD160 (llvm-2.7.tgz) = D6LzYt1qRe/sNc6PoPjTbZjzLI8=
SHA1 (clang-2.7.tgz) = TYMmv+IwinNVpeTKLrFyv/12Hh4=
SHA1 (llvm-2.7.tgz) = BZ/CGw7BtknEo97IF1bl+SqhMaI=
SHA256 (clang-2.7.tgz) = +zSUcZR/FVwc2hyKSju8f6Q3uG9oddmXj4bJFd/tYjo=
SHA256 (llvm-2.7.tgz) = mWZL3IUDowYDgWavM/KOtCbZnil1daWddKGg3L3bvKU=
SIZE (clang-2.7.tgz) = 4953739
SIZE (llvm-2.7.tgz) = 8374297

View File

@ -1,17 +1,17 @@
$OpenBSD: patch-Makefile_config_in,v 1.2 2009/06/22 00:19:02 sthen Exp $
--- Makefile.config.in.orig Fri Apr 17 15:49:22 2009
+++ Makefile.config.in Mon Jun 22 00:24:21 2009
$OpenBSD: patch-Makefile_config_in,v 1.3 2010/04/29 16:37:09 jsg Exp $
--- Makefile.config.in.orig Thu Mar 4 21:56:19 2010
+++ Makefile.config.in Tue Apr 27 21:04:40 2010
@@ -79,11 +79,11 @@ LLVMMAKE := $(LLVM_SRC_ROOT)/make
PROJ_bindir := $(DESTDIR)$(PROJ_prefix)/bin
PROJ_libdir := $(DESTDIR)$(PROJ_prefix)/lib
PROJ_datadir := $(DESTDIR)$(PROJ_prefix)/share
-PROJ_docsdir := $(DESTDIR)$(PROJ_prefix)/docs/llvm
+PROJ_docsdir := $(DESTDIR)$(PROJ_prefix)/share/doc/llvm
PROJ_etcdir := $(DESTDIR)$(PROJ_prefix)/etc/llvm
PROJ_includedir := $(DESTDIR)$(PROJ_prefix)/include
PROJ_infodir := $(DESTDIR)$(PROJ_prefix)/info
-PROJ_mandir := $(DESTDIR)$(PROJ_prefix)/share/man
+PROJ_mandir := $(DESTDIR)$(PROJ_prefix)/man
PROJ_bindir := $(PROJ_prefix)/bin
PROJ_libdir := $(PROJ_prefix)/lib
PROJ_datadir := $(PROJ_prefix)/share
-PROJ_docsdir := $(PROJ_prefix)/docs/llvm
+PROJ_docsdir := $(PROJ_prefix)/share/doc/llvm
PROJ_etcdir := $(PROJ_prefix)/etc/llvm
PROJ_includedir := $(PROJ_prefix)/include
PROJ_infodir := $(PROJ_prefix)/info
-PROJ_mandir := $(PROJ_prefix)/share/man
+PROJ_mandir := $(PROJ_prefix)/man
# Determine if we're on a unix type operating system
LLVM_ON_UNIX:=@LLVM_ON_UNIX@

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-lib_Transforms_Makefile,v 1.2 2009/06/21 23:13:48 sthen Exp $
--- lib/Transforms/Makefile.orig Wed Mar 11 20:40:15 2009
+++ lib/Transforms/Makefile Sun Jun 21 22:55:37 2009
$OpenBSD: patch-lib_Transforms_Makefile,v 1.3 2010/04/29 16:37:09 jsg Exp $
--- lib/Transforms/Makefile.orig Mon Jan 4 07:23:24 2010
+++ lib/Transforms/Makefile Tue Apr 27 21:05:19 2010
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
-PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
+PARALLEL_DIRS = Utils Instrumentation Scalar IPO
-PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Hello
+PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO
include $(LEVEL)/Makefile.config

View File

@ -1,17 +1,39 @@
$OpenBSD: patch-tools_clang_lib_Driver_Tools_cpp,v 1.3 2009/11/02 22:53:27 jsg Exp $
--- tools/clang/lib/Driver/Tools.cpp.orig Sun Nov 1 22:19:03 2009
+++ tools/clang/lib/Driver/Tools.cpp Sun Nov 1 22:19:06 2009
@@ -1992,9 +1992,12 @@ void openbsd::Link::ConstructJob(Compilation &C, const
}
}
+ std::string Triple = getToolChain().getTripleString();
+ if (Triple.substr(0, 6) == "x86_64")
+ Triple.replace(0, 6, "amd64");
CmdArgs.push_back(MakeFormattedString(Args,
llvm::format("-L/usr/lib/gcc-lib/%s/3.3.5",
- getToolChain().getTripleString().c_str())));
+ Triple.c_str())));
$OpenBSD: patch-tools_clang_lib_Driver_Tools_cpp,v 1.4 2010/04/29 16:37:09 jsg Exp $
--- tools/clang/lib/Driver/Tools.cpp.orig Sun Mar 7 05:46:18 2010
+++ tools/clang/lib/Driver/Tools.cpp Wed Apr 28 21:14:33 2010
@@ -576,6 +576,11 @@ void Clang::AddX86TargetArgs(const ArgList &Args,
CPUName = "core2";
else if (getToolChain().getArchName() == "i386")
CPUName = "yonah";
+ } else if (getToolChain().getOS().startswith("openbsd")) {
+ if (getToolChain().getArchName() == "x86_64")
+ CPUName = "x86-64";
+ else if (getToolChain().getArchName() == "i386")
+ CPUName = "i486";
} else {
if (getToolChain().getArchName() == "x86_64")
CPUName = "x86-64";
@@ -2550,8 +2555,8 @@ void openbsd::Link::ConstructJob(Compilation &C, const
std::string Triple = getToolChain().getTripleString();
if (Triple.substr(0, 6) == "x86_64")
Triple.replace(0, 6, "amd64");
- CmdArgs.push_back(Args.MakeArgString("-L/usr/lib/gcc-lib/" + Triple +
- "/3.3.5"));
+ CmdArgs.push_back(Args.MakeArgString("-L/usr/local/lib/gcc/" + Triple +
+ "/4.2.4"));
Args.AddAllArgs(CmdArgs, options::OPT_L);
Args.AddAllArgs(CmdArgs, options::OPT_T_Group);
@@ -2576,6 +2581,12 @@ void openbsd::Link::ConstructJob(Compilation &C, const
if (!Args.hasArg(options::OPT_nostdlib) &&
!Args.hasArg(options::OPT_nodefaultlibs)) {
+ if (D.CCCIsCXX) {
+ CmdArgs.push_back("-L/usr/local/lib");
+ CmdArgs.push_back("-lestdc++");
+ CmdArgs.push_back("-lm");
+ }
+
// FIXME: For some reason GCC passes -lgcc before adding
// the default system libraries. Just mimic this for now.
CmdArgs.push_back("-lgcc");

View File

@ -0,0 +1,20 @@
$OpenBSD: patch-tools_clang_lib_Frontend_InitHeaderSearch_cpp,v 1.1 2010/04/29 16:37:09 jsg Exp $
--- tools/clang/lib/Frontend/InitHeaderSearch.cpp.orig Sat Mar 6 20:38:10 2010
+++ tools/clang/lib/Frontend/InitHeaderSearch.cpp Wed Apr 28 21:11:32 2010
@@ -581,6 +581,16 @@ void InitHeaderSearch::AddDefaultCPlusPlusIncludePaths
case llvm::Triple::FreeBSD:
AddGnuCPlusPlusIncludePaths("/usr/include/c++/4.2", "", "", "", triple);
break;
+ case llvm::Triple::OpenBSD:
+ {
+ std::string t = triple.getTriple();
+ if (t.substr(0, 6) == "x86_64")
+ t.replace(0, 6, "amd64");
+ // 4.7 gcc 4.2.4 from ports
+ AddGnuCPlusPlusIncludePaths("/usr/local/include/c++/4.2.4",
+ t, "", "", triple);
+ }
+ break;
case llvm::Triple::Solaris:
// Solaris - Fall though..
case llvm::Triple::AuroraUX:

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-tools_clang_lib_Lex_Lexer_cpp,v 1.4 2009/08/09 11:26:03 sthen Exp $
--- tools/clang/lib/Lex/Lexer.cpp.orig Sat Aug 8 00:35:03 2009
+++ tools/clang/lib/Lex/Lexer.cpp Sun Aug 9 10:23:50 2009
@@ -1088,6 +1088,7 @@ static bool isEndOfBlockCommentWithEscapedNewLine(cons
$OpenBSD: patch-tools_clang_lib_Lex_Lexer_cpp,v 1.5 2010/04/29 16:37:09 jsg Exp $
--- tools/clang/lib/Lex/Lexer.cpp.orig Wed Feb 3 22:06:21 2010
+++ tools/clang/lib/Lex/Lexer.cpp Tue Apr 27 20:57:36 2010
@@ -1104,6 +1104,7 @@ static bool isEndOfBlockCommentWithEscapedNewLine(cons
return true;
}

View File

@ -1,11 +1,10 @@
$OpenBSD: patch-tools_clang_lib_Parse_AttributeList_cpp,v 1.1 2009/08/16 09:54:28 jsg Exp $
--- tools/clang/lib/Parse/AttributeList.cpp.orig Sat Aug 8 01:35:04 2009
+++ tools/clang/lib/Parse/AttributeList.cpp Sat Aug 15 14:12:37 2009
@@ -76,6 +76,7 @@ AttributeList::Kind AttributeList::getKind(const Ident
break;
case 7:
if (!memcmp(Str, "aligned", 7)) return AT_aligned;
+ if (!memcmp(Str, "bounded", 7)) return IgnoredAttribute;
if (!memcmp(Str, "cleanup", 7)) return AT_cleanup;
if (!memcmp(Str, "nodebug", 7)) return AT_nodebug;
if (!memcmp(Str, "nonnull", 7)) return AT_nonnull;
$OpenBSD: patch-tools_clang_lib_Parse_AttributeList_cpp,v 1.2 2010/04/29 16:37:09 jsg Exp $
--- tools/clang/lib/Parse/AttributeList.cpp.orig Tue Feb 23 23:00:30 2010
+++ tools/clang/lib/Parse/AttributeList.cpp Tue Apr 27 21:03:13 2010
@@ -119,5 +119,6 @@ AttributeList::Kind AttributeList::getKind(const Ident
.Case("cf_returns_retained", AT_cf_returns_retained)
.Case("reqd_work_group_size", AT_reqd_wg_size)
.Case("no_instrument_function", AT_no_instrument_function)
+ .Case("bounded", IgnoredAttribute) // XXX
.Default(UnknownAttribute);
}

View File

@ -1,13 +1,12 @@
$OpenBSD: patch-tools_clang_lib_Sema_SemaDeclAttr_cpp,v 1.2 2009/11/02 22:53:27 jsg Exp $
--- tools/clang/lib/Sema/SemaDeclAttr.cpp.orig Thu Aug 20 01:56:48 2009
+++ tools/clang/lib/Sema/SemaDeclAttr.cpp Sun Nov 1 22:18:19 2009
@@ -1248,7 +1248,8 @@ static void HandleFormatAttr(Decl *d, const AttributeL
case 5: Supported = !memcmp(Format, "scanf", 5); break;
case 6: Supported = !memcmp(Format, "printf", 6); break;
case 7: Supported = !memcmp(Format, "printf0", 7) ||
- !memcmp(Format, "strfmon", 7); break;
+ !memcmp(Format, "strfmon", 7) ||
+ !memcmp(Format, "kprintf", 7); break;
case 8:
Supported = (is_strftime = !memcmp(Format, "strftime", 8)) ||
(is_NSString = !memcmp(Format, "NSString", 8)) ||
$OpenBSD: patch-tools_clang_lib_Sema_SemaDeclAttr_cpp,v 1.3 2010/04/29 16:37:09 jsg Exp $
--- tools/clang/lib/Sema/SemaDeclAttr.cpp.orig Thu Feb 25 04:26:51 2010
+++ tools/clang/lib/Sema/SemaDeclAttr.cpp Wed Apr 28 21:11:32 2010
@@ -1133,7 +1133,7 @@ static FormatAttrKind getFormatAttrKind(llvm::StringRe
if (Format == "scanf" || Format == "printf" || Format == "printf0" ||
Format == "strfmon" || Format == "cmn_err" || Format == "strftime" ||
Format == "NSString" || Format == "CFString" || Format == "vcmn_err" ||
- Format == "zcmn_err")
+ Format == "zcmn_err" || Format == "kprintf")
return SupportedFormat;
return InvalidFormat;

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-tools_clang_utils_scan-build,v 1.4 2009/08/09 11:26:03 sthen Exp $
--- tools/clang/utils/scan-build.orig Sat Aug 8 00:34:45 2009
+++ tools/clang/utils/scan-build Sun Aug 9 10:23:50 2009
@@ -423,7 +423,7 @@ sub CopyFiles {
$OpenBSD: patch-tools_clang_tools_scan-build_scan-build,v 1.1 2010/04/29 16:37:09 jsg Exp $
--- tools/clang/tools/scan-build/scan-build.orig Thu Feb 25 20:01:53 2010
+++ tools/clang/tools/scan-build/scan-build Wed Apr 28 19:55:39 2010
@@ -382,7 +382,7 @@ sub CopyFiles {
my $Dir = shift;
@ -10,7 +10,7 @@ $OpenBSD: patch-tools_clang_utils_scan-build,v 1.4 2009/08/09 11:26:03 sthen Exp
DieDiag("Cannot find 'sorttable.js'.\n")
if (! -r $JS);
@@ -433,7 +433,7 @@ sub CopyFiles {
@@ -392,7 +392,7 @@ sub CopyFiles {
DieDiag("Could not copy 'sorttable.js' to '$Dir'.\n")
if (! -r "$Dir/sorttable.js");

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-utils_unittest_Makefile,v 1.1 2009/02/08 22:55:43 sthen Exp $
--- utils/unittest/Makefile.orig Thu Feb 5 16:07:40 2009
+++ utils/unittest/Makefile Thu Feb 5 16:07:46 2009
@@ -8,6 +8,6 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
-PARALLEL_DIRS = googletest
+#PARALLEL_DIRS = googletest
include $(LEVEL)/Makefile.common

View File

@ -1,17 +1,16 @@
@comment $OpenBSD: PLIST,v 1.10 2009/11/02 22:53:27 jsg Exp $
@comment $OpenBSD: PLIST,v 1.11 2010/04/29 16:37:09 jsg Exp $
@bin bin/bugpoint
bin/c++-analyzer
bin/ccc-analyzer
@bin bin/clang
bin/clang++
bin/clang-cc
bin/gccas
bin/gccld
@bin bin/llc
@bin bin/lli
@bin bin/llvm-ar
@bin bin/llvm-as
@bin bin/llvm-bcanalyzer
bin/llvm-config
@bin bin/llvm-db
@bin bin/llvm-dis
@bin bin/llvm-extract
@bin bin/llvm-ld
@ -24,12 +23,283 @@ bin/llvm-config
@bin bin/opt
bin/scan-build
@bin bin/tblgen
include/clang/
include/clang-c/
include/clang-c/Index.h
include/clang/AST/
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/Attr.h
include/clang/AST/CXXInheritance.h
include/clang/AST/CanonicalType.h
include/clang/AST/CharUnits.h
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclContextInternals.h
include/clang/AST/DeclGroup.h
include/clang/AST/DeclNodes.def
include/clang/AST/DeclObjC.h
include/clang/AST/DeclTemplate.h
include/clang/AST/DeclVisitor.h
include/clang/AST/DeclarationName.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/ParentMap.h
include/clang/AST/PrettyPrinter.h
include/clang/AST/RecordLayout.h
include/clang/AST/Redeclarable.h
include/clang/AST/Stmt.h
include/clang/AST/StmtCXX.h
include/clang/AST/StmtGraphTraits.h
include/clang/AST/StmtIterator.h
include/clang/AST/StmtNodes.def
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/Analysis/
include/clang/Analysis/Analyses/
include/clang/Analysis/Analyses/LiveVariables.h
include/clang/Analysis/Analyses/PrintfFormatString.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/FlowSensitive/
include/clang/Analysis/FlowSensitive/DataflowSolver.h
include/clang/Analysis/FlowSensitive/DataflowValues.h
include/clang/Analysis/ProgramPoint.h
include/clang/Analysis/Support/
include/clang/Analysis/Support/BlkExprDeclBitVector.h
include/clang/Analysis/Support/BumpVector.h
include/clang/Analysis/Support/Optional.h
include/clang/Analysis/Support/SaveAndRestore.h
include/clang/Analysis/Visitors/
include/clang/Analysis/Visitors/CFGRecStmtDeclVisitor.h
include/clang/Analysis/Visitors/CFGRecStmtVisitor.h
include/clang/Analysis/Visitors/CFGStmtVisitor.h
include/clang/Basic/
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/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/Checker/
include/clang/Checker/BugReporter/
include/clang/Checker/BugReporter/BugReporter.h
include/clang/Checker/BugReporter/BugType.h
include/clang/Checker/BugReporter/PathDiagnostic.h
include/clang/Checker/Checkers/
include/clang/Checker/Checkers/DereferenceChecker.h
include/clang/Checker/Checkers/LocalCheckers.h
include/clang/Checker/DomainSpecific/
include/clang/Checker/DomainSpecific/CocoaConventions.h
include/clang/Checker/ManagerRegistry.h
include/clang/Checker/PathSensitive/
include/clang/Checker/PathSensitive/AnalysisManager.h
include/clang/Checker/PathSensitive/BasicValueFactory.h
include/clang/Checker/PathSensitive/Checker.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/
include/clang/CodeGen/CodeGenOptions.h
include/clang/CodeGen/ModuleBuilder.h
include/clang/Driver/
include/clang/Driver/Action.h
include/clang/Driver/Arg.h
include/clang/Driver/ArgList.h
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/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/
include/clang/Frontend/ASTConsumers.h
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/Analyses.def
include/clang/Frontend/AnalysisConsumer.h
include/clang/Frontend/ChainedDiagnosticClient.h
include/clang/Frontend/CodeGenAction.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/FixItRewriter.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/PCHBitCodes.h
include/clang/Frontend/PCHReader.h
include/clang/Frontend/PCHWriter.h
include/clang/Frontend/PathDiagnosticClients.h
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/Index/
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/Index/Utils.h
include/clang/Lex/
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/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/
include/clang/Parse/Action.h
include/clang/Parse/AttributeList.h
include/clang/Parse/DeclSpec.h
include/clang/Parse/Designator.h
include/clang/Parse/Ownership.h
include/clang/Parse/ParseDiagnostic.h
include/clang/Parse/Parser.h
include/clang/Parse/Scope.h
include/clang/Parse/Template.h
include/clang/Rewrite/
include/clang/Rewrite/DeltaTree.h
include/clang/Rewrite/HTMLRewrite.h
include/clang/Rewrite/RewriteRope.h
include/clang/Rewrite/Rewriter.h
include/clang/Rewrite/TokenRewriter.h
include/clang/Sema/
include/clang/Sema/CodeCompleteConsumer.h
include/clang/Sema/ExternalSemaSource.h
include/clang/Sema/ParseAST.h
include/clang/Sema/SemaConsumer.h
include/clang/Sema/SemaDiagnostic.h
include/llvm/
include/llvm-c/
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/LinkTimeOptimizer.h
include/llvm-c/Target.h
@ -42,6 +312,7 @@ include/llvm/ADT/APFloat.h
include/llvm/ADT/APInt.h
include/llvm/ADT/APSInt.h
include/llvm/ADT/BitVector.h
include/llvm/ADT/DeltaAlgorithm.h
include/llvm/ADT/DenseMap.h
include/llvm/ADT/DenseMapInfo.h
include/llvm/ADT/DenseSet.h
@ -49,7 +320,7 @@ include/llvm/ADT/DepthFirstIterator.h
include/llvm/ADT/EquivalenceClasses.h
include/llvm/ADT/FoldingSet.h
include/llvm/ADT/GraphTraits.h
include/llvm/ADT/HashExtras.h
include/llvm/ADT/ImmutableIntervalMap.h
include/llvm/ADT/ImmutableList.h
include/llvm/ADT/ImmutableMap.h
include/llvm/ADT/ImmutableSet.h
@ -65,6 +336,7 @@ include/llvm/ADT/STLExtras.h
include/llvm/ADT/ScopedHashTable.h
include/llvm/ADT/SetOperations.h
include/llvm/ADT/SetVector.h
include/llvm/ADT/SmallBitVector.h
include/llvm/ADT/SmallPtrSet.h
include/llvm/ADT/SmallSet.h
include/llvm/ADT/SmallString.h
@ -75,15 +347,15 @@ include/llvm/ADT/StringExtras.h
include/llvm/ADT/StringMap.h
include/llvm/ADT/StringRef.h
include/llvm/ADT/StringSet.h
include/llvm/ADT/StringSwitch.h
include/llvm/ADT/Trie.h
include/llvm/ADT/Triple.h
include/llvm/ADT/Twine.h
include/llvm/ADT/UniqueVector.h
include/llvm/ADT/ValueMap.h
include/llvm/ADT/VectorExtras.h
include/llvm/ADT/ilist.h
include/llvm/ADT/ilist_node.h
include/llvm/ADT/iterator.cmake
include/llvm/ADT/iterator.h
include/llvm/AbstractTypeUser.h
include/llvm/Analysis/
include/llvm/Analysis/AliasAnalysis.h
@ -93,22 +365,28 @@ include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/CaptureTracking.h
include/llvm/Analysis/ConstantFolding.h
include/llvm/Analysis/ConstantsScanner.h
include/llvm/Analysis/DOTGraphTraitsPass.h
include/llvm/Analysis/DebugInfo.h
include/llvm/Analysis/DomPrinter.h
include/llvm/Analysis/DominatorInternals.h
include/llvm/Analysis/Dominators.h
include/llvm/Analysis/FindUsedTypes.h
include/llvm/Analysis/IVUsers.h
include/llvm/Analysis/InlineCost.h
include/llvm/Analysis/InstructionSimplify.h
include/llvm/Analysis/Interval.h
include/llvm/Analysis/IntervalIterator.h
include/llvm/Analysis/IntervalPartition.h
include/llvm/Analysis/LazyValueInfo.h
include/llvm/Analysis/LibCallAliasAnalysis.h
include/llvm/Analysis/LibCallSemantics.h
include/llvm/Analysis/LiveValues.h
include/llvm/Analysis/LoopDependenceAnalysis.h
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/LoopPass.h
include/llvm/Analysis/LoopVR.h
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
@ -136,26 +414,19 @@ include/llvm/Bitcode/Archive.h
include/llvm/Bitcode/BitCodes.h
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Bitcode/BitstreamWriter.h
include/llvm/Bitcode/Deserialize.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/Bitcode/ReaderWriter.h
include/llvm/Bitcode/Serialization.h
include/llvm/Bitcode/SerializationFwd.h
include/llvm/Bitcode/Serialize.h
include/llvm/CMakeLists.txt
include/llvm/CallGraphSCCPass.h
include/llvm/CallingConv.h
include/llvm/CodeGen/
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/BinaryObject.h
include/llvm/CodeGen/BreakCriticalMachineEdge.h
include/llvm/CodeGen/CalcSpillWeights.h
include/llvm/CodeGen/CallingConvLower.h
include/llvm/CodeGen/DAGISelHeader.h
include/llvm/CodeGen/Dump.h
include/llvm/CodeGen/DwarfWriter.h
include/llvm/CodeGen/ELFRelocation.h
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/FileWriters.h
include/llvm/CodeGen/GCMetadata.h
include/llvm/CodeGen/GCMetadataPrinter.h
include/llvm/CodeGen/GCStrategy.h
@ -163,7 +434,6 @@ include/llvm/CodeGen/GCs.h
include/llvm/CodeGen/IntrinsicLowering.h
include/llvm/CodeGen/JITCodeEmitter.h
include/llvm/CodeGen/LatencyPriorityQueue.h
include/llvm/CodeGen/LazyLiveness.h
include/llvm/CodeGen/LinkAllAsmWriterComponents.h
include/llvm/CodeGen/LinkAllCodegenComponents.h
include/llvm/CodeGen/LiveInterval.h
@ -187,12 +457,15 @@ include/llvm/CodeGen/MachineLocation.h
include/llvm/CodeGen/MachineLoopInfo.h
include/llvm/CodeGen/MachineMemOperand.h
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/CodeGen/MachineModuleInfoImpls.h
include/llvm/CodeGen/MachineOperand.h
include/llvm/CodeGen/MachinePassRegistry.h
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/MachineRelocation.h
include/llvm/CodeGen/MachineSSAUpdater.h
include/llvm/CodeGen/ObjectCodeEmitter.h
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/ProcessImplicitDefs.h
include/llvm/CodeGen/PseudoSourceValue.h
include/llvm/CodeGen/RegAllocRegistry.h
include/llvm/CodeGen/RegisterCoalescer.h
@ -204,6 +477,8 @@ include/llvm/CodeGen/SchedulerRegistry.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/SlotIndexes.h
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/CodeGen/ValueTypes.h
include/llvm/CodeGen/ValueTypes.td
include/llvm/CompilerDriver/
@ -220,19 +495,12 @@ include/llvm/CompilerDriver/Tool.h
include/llvm/Config/
include/llvm/Config/AsmParsers.def
include/llvm/Config/AsmPrinters.def
include/llvm/Config/Disassemblers.def
include/llvm/Config/Targets.def
include/llvm/Config/alloca.h
include/llvm/Config/config.h
include/llvm/Config/config.h.cmake
include/llvm/Constant.h
include/llvm/Constants.h
include/llvm/Debugger/
include/llvm/Debugger/Debugger.h
include/llvm/Debugger/InferiorProcess.h
include/llvm/Debugger/ProgramInfo.h
include/llvm/Debugger/RuntimeInfo.h
include/llvm/Debugger/SourceFile.h
include/llvm/Debugger/SourceLanguage.h
include/llvm/DerivedTypes.h
include/llvm/ExecutionEngine/
include/llvm/ExecutionEngine/ExecutionEngine.h
@ -242,6 +510,7 @@ include/llvm/ExecutionEngine/JIT.h
include/llvm/ExecutionEngine/JITEventListener.h
include/llvm/ExecutionEngine/JITMemoryManager.h
include/llvm/Function.h
include/llvm/GVMaterializer.h
include/llvm/GlobalAlias.h
include/llvm/GlobalValue.h
include/llvm/GlobalVariable.h
@ -256,7 +525,6 @@ include/llvm/Intrinsics.h
include/llvm/Intrinsics.td
include/llvm/IntrinsicsARM.td
include/llvm/IntrinsicsAlpha.td
include/llvm/IntrinsicsBlackfin.td
include/llvm/IntrinsicsCellSPU.td
include/llvm/IntrinsicsPowerPC.td
include/llvm/IntrinsicsX86.td
@ -266,11 +534,25 @@ include/llvm/LinkAllPasses.h
include/llvm/LinkAllVMCore.h
include/llvm/Linker.h
include/llvm/MC/
include/llvm/MC/MCAsmLexer.h
include/llvm/MC/MCAsmParser.h
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCAsmInfoCOFF.h
include/llvm/MC/MCAsmInfoDarwin.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCCodeEmitter.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCDirectives.h
include/llvm/MC/MCDisassembler.h
include/llvm/MC/MCExpr.h
include/llvm/MC/MCFixup.h
include/llvm/MC/MCInst.h
include/llvm/MC/MCInstPrinter.h
include/llvm/MC/MCParser/
include/llvm/MC/MCParser/AsmCond.h
include/llvm/MC/MCParser/AsmLexer.h
include/llvm/MC/MCParser/AsmParser.h
include/llvm/MC/MCParser/MCAsmLexer.h
include/llvm/MC/MCParser/MCAsmParser.h
include/llvm/MC/MCParser/MCParsedAsmOperand.h
include/llvm/MC/MCSection.h
include/llvm/MC/MCSectionELF.h
include/llvm/MC/MCSectionMachO.h
@ -280,7 +562,6 @@ include/llvm/MC/MCValue.h
include/llvm/MC/SectionKind.h
include/llvm/Metadata.h
include/llvm/Module.h
include/llvm/ModuleProvider.h
include/llvm/OperandTraits.h
include/llvm/Operator.h
include/llvm/Pass.h
@ -289,7 +570,6 @@ include/llvm/PassManager.h
include/llvm/PassManagers.h
include/llvm/PassSupport.h
include/llvm/Support/
include/llvm/Support/AIXDataTypesFix.h
include/llvm/Support/AlignOf.h
include/llvm/Support/Allocator.h
include/llvm/Support/CFG.h
@ -301,8 +581,6 @@ include/llvm/Support/ConstantFolder.h
include/llvm/Support/ConstantRange.h
include/llvm/Support/DOTGraphTraits.h
include/llvm/Support/DataFlow.h
include/llvm/Support/DataTypes.h
include/llvm/Support/DataTypes.h.cmake
include/llvm/Support/Debug.h
include/llvm/Support/DebugLoc.h
include/llvm/Support/Dwarf.h
@ -315,11 +593,12 @@ include/llvm/Support/FormattedStream.h
include/llvm/Support/GetElementPtrTypeIterator.h
include/llvm/Support/GraphWriter.h
include/llvm/Support/IRBuilder.h
include/llvm/Support/IRReader.h
include/llvm/Support/InstIterator.h
include/llvm/Support/InstVisitor.h
include/llvm/Support/LeakDetector.h
include/llvm/Support/MachO.h
include/llvm/Support/ManagedStatic.h
include/llvm/Support/Mangler.h
include/llvm/Support/MathExtras.h
include/llvm/Support/MemoryBuffer.h
include/llvm/Support/MemoryObject.h
@ -334,25 +613,31 @@ include/llvm/Support/PredIteratorCache.h
include/llvm/Support/PrettyStackTrace.h
include/llvm/Support/Recycler.h
include/llvm/Support/RecyclingAllocator.h
include/llvm/Support/Regex.h
include/llvm/Support/Registry.h
include/llvm/Support/RegistryParser.h
include/llvm/Support/SMLoc.h
include/llvm/Support/SlowOperationInformer.h
include/llvm/Support/SourceMgr.h
include/llvm/Support/StableBasicBlockNumbering.h
include/llvm/Support/StandardPasses.h
include/llvm/Support/Streams.h
include/llvm/Support/StringPool.h
include/llvm/Support/SystemUtils.h
include/llvm/Support/TargetFolder.h
include/llvm/Support/Timer.h
include/llvm/Support/TypeBuilder.h
include/llvm/Support/ValueHandle.h
include/llvm/Support/circular_raw_ostream.h
include/llvm/Support/raw_os_ostream.h
include/llvm/Support/raw_ostream.h
include/llvm/Support/type_traits.h
include/llvm/SymbolTableListTraits.h
include/llvm/System/
include/llvm/System/AIXDataTypesFix.h
include/llvm/System/Alarm.h
include/llvm/System/Atomic.h
include/llvm/System/DataTypes.h
include/llvm/System/DataTypes.h.cmake
include/llvm/System/Disassembler.h
include/llvm/System/DynamicLibrary.h
include/llvm/System/Errno.h
@ -371,11 +656,11 @@ include/llvm/System/ThreadLocal.h
include/llvm/System/Threading.h
include/llvm/System/TimeValue.h
include/llvm/Target/
include/llvm/Target/COFFTargetAsmInfo.h
include/llvm/Target/DarwinTargetAsmInfo.h
include/llvm/Target/Mangler.h
include/llvm/Target/SubtargetFeature.h
include/llvm/Target/Target.td
include/llvm/Target/TargetAsmInfo.h
include/llvm/Target/TargetAsmBackend.h
include/llvm/Target/TargetAsmLexer.h
include/llvm/Target/TargetAsmParser.h
include/llvm/Target/TargetCallingConv.td
include/llvm/Target/TargetData.h
@ -388,8 +673,8 @@ include/llvm/Target/TargetIntrinsicInfo.h
include/llvm/Target/TargetJITInfo.h
include/llvm/Target/TargetLowering.h
include/llvm/Target/TargetLoweringObjectFile.h
include/llvm/Target/TargetMachOWriterInfo.h
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetOpcodes.h
include/llvm/Target/TargetOptions.h
include/llvm/Target/TargetRegisterInfo.h
include/llvm/Target/TargetRegistry.h
@ -408,11 +693,12 @@ include/llvm/Transforms/Utils/
include/llvm/Transforms/Utils/AddrModeMatcher.h
include/llvm/Transforms/Utils/BasicBlockUtils.h
include/llvm/Transforms/Utils/BasicInliner.h
include/llvm/Transforms/Utils/BuildLibCalls.h
include/llvm/Transforms/Utils/Cloning.h
include/llvm/Transforms/Utils/FunctionUtils.h
include/llvm/Transforms/Utils/InlineCost.h
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/PromoteMemToReg.h
include/llvm/Transforms/Utils/SSAUpdater.h
include/llvm/Transforms/Utils/SSI.h
include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
include/llvm/Transforms/Utils/UnrollLoop.h
@ -424,23 +710,29 @@ include/llvm/User.h
include/llvm/Value.h
include/llvm/ValueSymbolTable.h
lib/clang/
lib/clang/1.0/
lib/clang/1.0/include/
lib/clang/1.0/include/emmintrin.h
lib/clang/1.0/include/float.h
lib/clang/1.0/include/iso646.h
lib/clang/1.0/include/limits.h
lib/clang/1.0/include/mm_malloc.h
lib/clang/1.0/include/mmintrin.h
lib/clang/1.0/include/pmmintrin.h
lib/clang/1.0/include/stdarg.h
lib/clang/1.0/include/stdbool.h
lib/clang/1.0/include/stddef.h
lib/clang/1.0/include/stdint.h
lib/clang/1.0/include/tgmath.h
lib/clang/1.0/include/tmmintrin.h
lib/clang/1.0/include/xmmintrin.h
lib/clang/1.1/
lib/clang/1.1/include/
lib/clang/1.1/include/emmintrin.h
lib/clang/1.1/include/float.h
lib/clang/1.1/include/iso646.h
lib/clang/1.1/include/limits.h
lib/clang/1.1/include/mm_malloc.h
lib/clang/1.1/include/mmintrin.h
lib/clang/1.1/include/pmmintrin.h
lib/clang/1.1/include/smmintrin.h
lib/clang/1.1/include/stdarg.h
lib/clang/1.1/include/stdbool.h
lib/clang/1.1/include/stddef.h
lib/clang/1.1/include/stdint.h
lib/clang/1.1/include/tgmath.h
lib/clang/1.1/include/tmmintrin.h
lib/clang/1.1/include/xmmintrin.h
lib/libCIndex.a
lib/libCIndex.so
lib/libCompilerDriver.a
lib/libEnhancedDisassembly.a
lib/libEnhancedDisassembly.so
lib/libLLVMARMAsmParser.a
lib/libLLVMARMAsmPrinter.a
lib/libLLVMARMCodeGen.a
lib/libLLVMARMInfo.a
@ -465,13 +757,17 @@ lib/libLLVMCodeGen.a
lib/libLLVMCore.a
lib/libLLVMCppBackend.a
lib/libLLVMCppBackendInfo.a
lib/libLLVMDebugger.a
lib/libLLVMExecutionEngine.a
lib/libLLVMInstCombine.a
lib/libLLVMInstrumentation.a
lib/libLLVMInterpreter.a
lib/libLLVMJIT.a
lib/libLLVMLinker.a
lib/libLLVMMBlazeAsmPrinter.a
lib/libLLVMMBlazeCodeGen.a
lib/libLLVMMBlazeInfo.a
lib/libLLVMMC.a
lib/libLLVMMCParser.a
lib/libLLVMMSIL.a
lib/libLLVMMSILInfo.a
lib/libLLVMMSP430AsmPrinter.a
@ -501,27 +797,41 @@ lib/libLLVMTransformUtils.a
lib/libLLVMX86AsmParser.a
lib/libLLVMX86AsmPrinter.a
lib/libLLVMX86CodeGen.a
lib/libLLVMX86Disassembler.a
lib/libLLVMX86Info.a
lib/libLLVMXCoreAsmPrinter.a
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/libclangAST.a
lib/libclangAnalysis.a
lib/libclangBasic.a
lib/libclangChecker.a
lib/libclangCodeGen.a
lib/libclangDriver.a
lib/libclangFrontend.a
lib/libclangIndex.a
lib/libclangLex.a
lib/libclangParse.a
lib/libclangRewrite.a
lib/libclangSema.a
lib/libplugin_llvmc_Base.a
lib/libplugin_llvmc_Clang.a
lib/libprofile_rt.so
@bin libexec/clang-cc
@man man/man1/bugpoint.1
@man man/man1/clang.1
@man man/man1/lit.1
@man man/man1/llc.1
@man man/man1/lli.1
@man man/man1/llvm-ar.1
@man man/man1/llvm-as.1
@man man/man1/llvm-bcanalyzer.1
@man man/man1/llvm-config.1
@man man/man1/llvm-db.1
@man man/man1/llvm-dis.1
@man man/man1/llvm-extract.1
@man man/man1/llvm-ld.1
@ -549,13 +859,13 @@ share/doc/llvm/html/CommandGuide/
share/doc/llvm/html/CommandGuide/FileCheck.html
share/doc/llvm/html/CommandGuide/bugpoint.html
share/doc/llvm/html/CommandGuide/index.html
share/doc/llvm/html/CommandGuide/lit.html
share/doc/llvm/html/CommandGuide/llc.html
share/doc/llvm/html/CommandGuide/lli.html
share/doc/llvm/html/CommandGuide/llvm-ar.html
share/doc/llvm/html/CommandGuide/llvm-as.html
share/doc/llvm/html/CommandGuide/llvm-bcanalyzer.html
share/doc/llvm/html/CommandGuide/llvm-config.html
share/doc/llvm/html/CommandGuide/llvm-db.html
share/doc/llvm/html/CommandGuide/llvm-dis.html
share/doc/llvm/html/CommandGuide/llvm-extract.html
share/doc/llvm/html/CommandGuide/llvm-ld.html
@ -573,6 +883,7 @@ share/doc/llvm/html/CommandLine.html
share/doc/llvm/html/CompilerDriver.html
share/doc/llvm/html/CompilerDriverTutorial.html
share/doc/llvm/html/CompilerWriterInfo.html
share/doc/llvm/html/DebuggingJITedCode.html
share/doc/llvm/html/DeveloperPolicy.html
share/doc/llvm/html/DriverInternals.html
share/doc/llvm/html/ExceptionHandling.html
@ -594,10 +905,10 @@ share/doc/llvm/html/LinkTimeOptimization.html
share/doc/llvm/html/MakefileGuide.html
share/doc/llvm/html/PCHInternals.html
share/doc/llvm/html/PTHInternals.html
share/doc/llvm/html/Packaging.html
share/doc/llvm/html/Passes.html
share/doc/llvm/html/ProgrammersManual.html
share/doc/llvm/html/Projects.html
share/doc/llvm/html/ReleaseNotes-2.6.html
share/doc/llvm/html/ReleaseNotes.html
share/doc/llvm/html/SourceLevelDebugging.html
share/doc/llvm/html/SystemLibrary.html
@ -621,8 +932,6 @@ share/doc/llvm/html/index.html
share/doc/llvm/html/libIndex.html
share/doc/llvm/html/llvm.css
share/doc/llvm/html/tutorial/
share/doc/llvm/html/tutorial/JITTutorial1.html
share/doc/llvm/html/tutorial/JITTutorial2.html
share/doc/llvm/html/tutorial/LangImpl1.html
share/doc/llvm/html/tutorial/LangImpl2.html
share/doc/llvm/html/tutorial/LangImpl3.html
@ -643,13 +952,13 @@ share/doc/llvm/ps/
share/doc/llvm/ps/FileCheck.ps
share/doc/llvm/ps/bugpoint.ps
share/doc/llvm/ps/clang.ps
share/doc/llvm/ps/lit.ps
share/doc/llvm/ps/llc.ps
share/doc/llvm/ps/lli.ps
share/doc/llvm/ps/llvm-ar.ps
share/doc/llvm/ps/llvm-as.ps
share/doc/llvm/ps/llvm-bcanalyzer.ps
share/doc/llvm/ps/llvm-config.ps
share/doc/llvm/ps/llvm-db.ps
share/doc/llvm/ps/llvm-dis.ps
share/doc/llvm/ps/llvm-extract.ps
share/doc/llvm/ps/llvm-ld.ps