llvm: updated to 2.8.

This commit is contained in:
Tilman Sauerbeck 2010-10-07 20:04:19 +02:00
parent 8b32213a00
commit a6a7a9e834
3 changed files with 153 additions and 56 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/bugpoint
-rwxr-xr-x root/root usr/bin/c-index-test
-rwxr-xr-x root/root usr/bin/clang
lrwxrwxrwx root/root usr/bin/clang++ -> clang
-rwxr-xr-x root/root usr/bin/llc
@ -9,10 +10,12 @@ lrwxrwxrwx root/root usr/bin/clang++ -> clang
-rwxr-xr-x root/root usr/bin/llvm-as
-rwxr-xr-x root/root usr/bin/llvm-bcanalyzer
-rwxr-xr-x root/root usr/bin/llvm-config
-rwxr-xr-x root/root usr/bin/llvm-diff
-rwxr-xr-x root/root usr/bin/llvm-dis
-rwxr-xr-x root/root usr/bin/llvm-extract
-rwxr-xr-x root/root usr/bin/llvm-ld
-rwxr-xr-x root/root usr/bin/llvm-link
-rwxr-xr-x root/root usr/bin/llvm-mc
-rwxr-xr-x root/root usr/bin/llvm-nm
-rwxr-xr-x root/root usr/bin/llvm-prof
-rwxr-xr-x root/root usr/bin/llvm-ranlib
@ -31,35 +34,48 @@ drwxr-xr-x root/root usr/include/clang/AST/
-rw-r--r-- root/root usr/include/clang/AST/ASTContext.h
-rw-r--r-- root/root usr/include/clang/AST/ASTDiagnostic.h
-rw-r--r-- root/root usr/include/clang/AST/ASTImporter.h
-rw-r--r-- root/root usr/include/clang/AST/ASTVector.h
-rw-r--r-- root/root usr/include/clang/AST/Attr.h
-rw-r--r-- root/root usr/include/clang/AST/AttrImpl.inc
-rw-r--r-- root/root usr/include/clang/AST/Attrs.inc
-rw-r--r-- root/root usr/include/clang/AST/CXXInheritance.h
-rw-r--r-- root/root usr/include/clang/AST/CanonicalType.h
-rw-r--r-- root/root usr/include/clang/AST/CharUnits.h
-rw-r--r-- root/root usr/include/clang/AST/Decl.h
-rw-r--r-- root/root usr/include/clang/AST/DeclAccessPair.h
-rw-r--r-- root/root usr/include/clang/AST/DeclBase.h
-rw-r--r-- root/root usr/include/clang/AST/DeclCXX.h
-rw-r--r-- root/root usr/include/clang/AST/DeclContextInternals.h
-rw-r--r-- root/root usr/include/clang/AST/DeclFriend.h
-rw-r--r-- root/root usr/include/clang/AST/DeclGroup.h
-rw-r--r-- root/root usr/include/clang/AST/DeclNodes.def
-rw-r--r-- root/root usr/include/clang/AST/DeclNodes.inc
-rw-r--r-- root/root usr/include/clang/AST/DeclObjC.h
-rw-r--r-- root/root usr/include/clang/AST/DeclTemplate.h
-rw-r--r-- root/root usr/include/clang/AST/DeclVisitor.h
-rw-r--r-- root/root usr/include/clang/AST/DeclarationName.h
-rw-r--r-- root/root usr/include/clang/AST/DependentDiagnostic.h
-rw-r--r-- root/root usr/include/clang/AST/Expr.h
-rw-r--r-- root/root usr/include/clang/AST/ExprCXX.h
-rw-r--r-- root/root usr/include/clang/AST/ExprObjC.h
-rw-r--r-- root/root usr/include/clang/AST/ExternalASTSource.h
-rw-r--r-- root/root usr/include/clang/AST/FullExpr.h
-rw-r--r-- root/root usr/include/clang/AST/NestedNameSpecifier.h
-rw-r--r-- root/root usr/include/clang/AST/OperationKinds.h
-rw-r--r-- root/root usr/include/clang/AST/ParentMap.h
-rw-r--r-- root/root usr/include/clang/AST/PrettyPrinter.h
-rw-r--r-- root/root usr/include/clang/AST/RecordLayout.h
-rw-r--r-- root/root usr/include/clang/AST/RecursiveASTVisitor.h
-rw-r--r-- root/root usr/include/clang/AST/Redeclarable.h
drwxr-xr-x root/root usr/include/clang/AST/Release/
-rw-r--r-- root/root usr/include/clang/AST/Release/AttrImpl.inc.tmp
-rw-r--r-- root/root usr/include/clang/AST/Release/Attrs.inc.tmp
-rw-r--r-- root/root usr/include/clang/AST/Release/DeclNodes.inc.tmp
-rw-r--r-- root/root usr/include/clang/AST/Release/StmtNodes.inc.tmp
-rw-r--r-- root/root usr/include/clang/AST/Stmt.h
-rw-r--r-- root/root usr/include/clang/AST/StmtCXX.h
-rw-r--r-- root/root usr/include/clang/AST/StmtGraphTraits.h
-rw-r--r-- root/root usr/include/clang/AST/StmtIterator.h
-rw-r--r-- root/root usr/include/clang/AST/StmtNodes.def
-rw-r--r-- root/root usr/include/clang/AST/StmtNodes.inc
-rw-r--r-- root/root usr/include/clang/AST/StmtObjC.h
-rw-r--r-- root/root usr/include/clang/AST/StmtVisitor.h
-rw-r--r-- root/root usr/include/clang/AST/TemplateBase.h
@ -73,15 +89,18 @@ drwxr-xr-x root/root usr/include/clang/AST/
-rw-r--r-- root/root usr/include/clang/AST/TypeOrdering.h
-rw-r--r-- root/root usr/include/clang/AST/TypeVisitor.h
-rw-r--r-- root/root usr/include/clang/AST/UnresolvedSet.h
-rw-r--r-- root/root usr/include/clang/AST/UsuallyTinyPtrVector.h
drwxr-xr-x root/root usr/include/clang/Analysis/
drwxr-xr-x root/root usr/include/clang/Analysis/Analyses/
-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/FormatString.h
-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/LiveVariables.h
-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/PrintfFormatString.h
-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/PseudoConstantAnalysis.h
-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/ReachableCode.h
-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/UninitializedValues.h
-rw-r--r-- root/root usr/include/clang/Analysis/AnalysisContext.h
-rw-r--r-- root/root usr/include/clang/Analysis/AnalysisDiagnostic.h
-rw-r--r-- root/root usr/include/clang/Analysis/CFG.h
-rw-r--r-- root/root usr/include/clang/Analysis/CFGStmtMap.h
drwxr-xr-x root/root usr/include/clang/Analysis/FlowSensitive/
-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/DataflowSolver.h
-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/DataflowValues.h
@ -89,13 +108,14 @@ drwxr-xr-x root/root usr/include/clang/Analysis/FlowSensitive/
drwxr-xr-x root/root usr/include/clang/Analysis/Support/
-rw-r--r-- root/root usr/include/clang/Analysis/Support/BlkExprDeclBitVector.h
-rw-r--r-- root/root usr/include/clang/Analysis/Support/BumpVector.h
-rw-r--r-- root/root usr/include/clang/Analysis/Support/Optional.h
-rw-r--r-- root/root usr/include/clang/Analysis/Support/SaveAndRestore.h
drwxr-xr-x root/root usr/include/clang/Analysis/Visitors/
-rw-r--r-- root/root usr/include/clang/Analysis/Visitors/CFGRecStmtDeclVisitor.h
-rw-r--r-- root/root usr/include/clang/Analysis/Visitors/CFGRecStmtVisitor.h
-rw-r--r-- root/root usr/include/clang/Analysis/Visitors/CFGStmtVisitor.h
drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/AttrKinds.h
-rw-r--r-- root/root usr/include/clang/Basic/AttrList.inc
-rw-r--r-- root/root usr/include/clang/Basic/Builtins.def
-rw-r--r-- root/root usr/include/clang/Basic/Builtins.h
-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsARM.def
@ -123,6 +143,7 @@ drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/PartialDiagnostic.h
-rw-r--r-- root/root usr/include/clang/Basic/PrettyStackTrace.h
drwxr-xr-x root/root usr/include/clang/Basic/Release/
-rw-r--r-- root/root usr/include/clang/Basic/Release/AttrList.inc.tmp
-rw-r--r-- root/root usr/include/clang/Basic/Release/DiagnosticASTKinds.inc.tmp
-rw-r--r-- root/root usr/include/clang/Basic/Release/DiagnosticAnalysisKinds.inc.tmp
-rw-r--r-- root/root usr/include/clang/Basic/Release/DiagnosticCommonKinds.inc.tmp
@ -132,6 +153,8 @@ drwxr-xr-x root/root usr/include/clang/Basic/Release/
-rw-r--r-- root/root usr/include/clang/Basic/Release/DiagnosticLexKinds.inc.tmp
-rw-r--r-- root/root usr/include/clang/Basic/Release/DiagnosticParseKinds.inc.tmp
-rw-r--r-- root/root usr/include/clang/Basic/Release/DiagnosticSemaKinds.inc.tmp
-rw-r--r-- root/root usr/include/clang/Basic/Release/Version.inc.tmp
-rw-r--r-- root/root usr/include/clang/Basic/Release/arm_neon.inc.tmp
-rw-r--r-- root/root usr/include/clang/Basic/SourceLocation.h
-rw-r--r-- root/root usr/include/clang/Basic/SourceManager.h
-rw-r--r-- root/root usr/include/clang/Basic/SourceManagerInternals.h
@ -144,7 +167,10 @@ drwxr-xr-x root/root usr/include/clang/Basic/Release/
-rw-r--r-- root/root usr/include/clang/Basic/TokenKinds.h
-rw-r--r-- root/root usr/include/clang/Basic/TypeTraits.h
-rw-r--r-- root/root usr/include/clang/Basic/Version.h
-rw-r--r-- root/root usr/include/clang/Basic/Version.inc
-rw-r--r-- root/root usr/include/clang/Basic/arm_neon.inc
drwxr-xr-x root/root usr/include/clang/Checker/
-rw-r--r-- root/root usr/include/clang/Checker/AnalysisConsumer.h
drwxr-xr-x root/root usr/include/clang/Checker/BugReporter/
-rw-r--r-- root/root usr/include/clang/Checker/BugReporter/BugReporter.h
-rw-r--r-- root/root usr/include/clang/Checker/BugReporter/BugType.h
@ -154,11 +180,14 @@ drwxr-xr-x root/root usr/include/clang/Checker/Checkers/
-rw-r--r-- root/root usr/include/clang/Checker/Checkers/LocalCheckers.h
drwxr-xr-x root/root usr/include/clang/Checker/DomainSpecific/
-rw-r--r-- root/root usr/include/clang/Checker/DomainSpecific/CocoaConventions.h
-rw-r--r-- root/root usr/include/clang/Checker/FrontendActions.h
-rw-r--r-- root/root usr/include/clang/Checker/ManagerRegistry.h
-rw-r--r-- root/root usr/include/clang/Checker/PathDiagnosticClients.h
drwxr-xr-x root/root usr/include/clang/Checker/PathSensitive/
-rw-r--r-- root/root usr/include/clang/Checker/PathSensitive/AnalysisManager.h
-rw-r--r-- root/root usr/include/clang/Checker/PathSensitive/BasicValueFactory.h
-rw-r--r-- root/root usr/include/clang/Checker/PathSensitive/Checker.h
-rw-r--r-- root/root usr/include/clang/Checker/PathSensitive/CheckerHelpers.h
-rw-r--r-- root/root usr/include/clang/Checker/PathSensitive/CheckerVisitor.def
-rw-r--r-- root/root usr/include/clang/Checker/PathSensitive/CheckerVisitor.h
-rw-r--r-- root/root usr/include/clang/Checker/PathSensitive/ConstraintManager.h
@ -183,12 +212,15 @@ drwxr-xr-x root/root usr/include/clang/Checker/PathSensitive/
-rw-r--r-- root/root usr/include/clang/Checker/PathSensitive/SymbolManager.h
-rw-r--r-- root/root usr/include/clang/Checker/PathSensitive/ValueManager.h
drwxr-xr-x root/root usr/include/clang/CodeGen/
-rw-r--r-- root/root usr/include/clang/CodeGen/CodeGenOptions.h
-rw-r--r-- root/root usr/include/clang/CodeGen/BackendUtil.h
-rw-r--r-- root/root usr/include/clang/CodeGen/CodeGenAction.h
-rw-r--r-- root/root usr/include/clang/CodeGen/ModuleBuilder.h
drwxr-xr-x root/root usr/include/clang/Driver/
-rw-r--r-- root/root usr/include/clang/Driver/Action.h
-rw-r--r-- root/root usr/include/clang/Driver/Arg.h
-rw-r--r-- root/root usr/include/clang/Driver/ArgList.h
-rw-r--r-- root/root usr/include/clang/Driver/CC1AsOptions.h
-rw-r--r-- root/root usr/include/clang/Driver/CC1AsOptions.inc
-rw-r--r-- root/root usr/include/clang/Driver/CC1Options.h
-rw-r--r-- root/root usr/include/clang/Driver/CC1Options.inc
-rw-r--r-- root/root usr/include/clang/Driver/Compilation.h
@ -203,6 +235,7 @@ drwxr-xr-x root/root usr/include/clang/Driver/
-rw-r--r-- root/root usr/include/clang/Driver/Options.inc
-rw-r--r-- root/root usr/include/clang/Driver/Phases.h
drwxr-xr-x root/root usr/include/clang/Driver/Release/
-rw-r--r-- root/root usr/include/clang/Driver/Release/CC1AsOptions.inc.tmp
-rw-r--r-- root/root usr/include/clang/Driver/Release/CC1Options.inc.tmp
-rw-r--r-- root/root usr/include/clang/Driver/Release/Options.inc.tmp
-rw-r--r-- root/root usr/include/clang/Driver/Tool.h
@ -214,9 +247,9 @@ drwxr-xr-x root/root usr/include/clang/Frontend/
-rw-r--r-- root/root usr/include/clang/Frontend/ASTConsumers.h
-rw-r--r-- root/root usr/include/clang/Frontend/ASTUnit.h
-rw-r--r-- root/root usr/include/clang/Frontend/Analyses.def
-rw-r--r-- root/root usr/include/clang/Frontend/AnalysisConsumer.h
-rw-r--r-- root/root usr/include/clang/Frontend/AnalyzerOptions.h
-rw-r--r-- root/root usr/include/clang/Frontend/ChainedDiagnosticClient.h
-rw-r--r-- root/root usr/include/clang/Frontend/CodeGenAction.h
-rw-r--r-- root/root usr/include/clang/Frontend/CodeGenOptions.h
-rw-r--r-- root/root usr/include/clang/Frontend/CommandLineSourceLoc.h
-rw-r--r-- root/root usr/include/clang/Frontend/CompilerInstance.h
-rw-r--r-- root/root usr/include/clang/Frontend/CompilerInvocation.h
@ -226,7 +259,6 @@ drwxr-xr-x root/root usr/include/clang/Frontend/
-rw-r--r-- root/root usr/include/clang/Frontend/DiagnosticOptions.h
-rw-r--r-- root/root usr/include/clang/Frontend/DocumentXML.def
-rw-r--r-- root/root usr/include/clang/Frontend/DocumentXML.h
-rw-r--r-- root/root usr/include/clang/Frontend/FixItRewriter.h
-rw-r--r-- root/root usr/include/clang/Frontend/FrontendAction.h
-rw-r--r-- root/root usr/include/clang/Frontend/FrontendActions.h
-rw-r--r-- root/root usr/include/clang/Frontend/FrontendDiagnostic.h
@ -235,10 +267,6 @@ drwxr-xr-x root/root usr/include/clang/Frontend/
-rw-r--r-- root/root usr/include/clang/Frontend/HeaderSearchOptions.h
-rw-r--r-- root/root usr/include/clang/Frontend/LangStandard.h
-rw-r--r-- root/root usr/include/clang/Frontend/LangStandards.def
-rw-r--r-- root/root usr/include/clang/Frontend/PCHBitCodes.h
-rw-r--r-- root/root usr/include/clang/Frontend/PCHReader.h
-rw-r--r-- root/root usr/include/clang/Frontend/PCHWriter.h
-rw-r--r-- root/root usr/include/clang/Frontend/PathDiagnosticClients.h
-rw-r--r-- root/root usr/include/clang/Frontend/PreprocessorOptions.h
-rw-r--r-- root/root usr/include/clang/Frontend/PreprocessorOutputOptions.h
-rw-r--r-- root/root usr/include/clang/Frontend/StmtXML.def
@ -247,6 +275,8 @@ drwxr-xr-x root/root usr/include/clang/Frontend/
-rw-r--r-- root/root usr/include/clang/Frontend/TypeXML.def
-rw-r--r-- root/root usr/include/clang/Frontend/Utils.h
-rw-r--r-- root/root usr/include/clang/Frontend/VerifyDiagnosticsClient.h
drwxr-xr-x root/root usr/include/clang/FrontendTool/
-rw-r--r-- root/root usr/include/clang/FrontendTool/Utils.h
drwxr-xr-x root/root usr/include/clang/Index/
-rw-r--r-- root/root usr/include/clang/Index/ASTLocation.h
-rw-r--r-- root/root usr/include/clang/Index/Analyzer.h
@ -261,8 +291,8 @@ drwxr-xr-x root/root usr/include/clang/Index/
-rw-r--r-- root/root usr/include/clang/Index/STLExtras.h
-rw-r--r-- root/root usr/include/clang/Index/SelectorMap.h
-rw-r--r-- root/root usr/include/clang/Index/TranslationUnit.h
-rw-r--r-- root/root usr/include/clang/Index/Utils.h
drwxr-xr-x root/root usr/include/clang/Lex/
-rw-r--r-- root/root usr/include/clang/Lex/CodeCompletionHandler.h
-rw-r--r-- root/root usr/include/clang/Lex/DirectoryLookup.h
-rw-r--r-- root/root usr/include/clang/Lex/ExternalPreprocessorSource.h
-rw-r--r-- root/root usr/include/clang/Lex/HeaderMap.h
@ -276,6 +306,7 @@ drwxr-xr-x root/root usr/include/clang/Lex/
-rw-r--r-- root/root usr/include/clang/Lex/PTHLexer.h
-rw-r--r-- root/root usr/include/clang/Lex/PTHManager.h
-rw-r--r-- root/root usr/include/clang/Lex/Pragma.h
-rw-r--r-- root/root usr/include/clang/Lex/PreprocessingRecord.h
-rw-r--r-- root/root usr/include/clang/Lex/Preprocessor.h
-rw-r--r-- root/root usr/include/clang/Lex/PreprocessorLexer.h
-rw-r--r-- root/root usr/include/clang/Lex/ScratchBuffer.h
@ -283,27 +314,54 @@ drwxr-xr-x root/root usr/include/clang/Lex/
-rw-r--r-- root/root usr/include/clang/Lex/TokenConcatenation.h
-rw-r--r-- root/root usr/include/clang/Lex/TokenLexer.h
drwxr-xr-x root/root usr/include/clang/Parse/
-rw-r--r-- root/root usr/include/clang/Parse/Action.h
-rw-r--r-- root/root usr/include/clang/Parse/AttributeList.h
-rw-r--r-- root/root usr/include/clang/Parse/DeclSpec.h
-rw-r--r-- root/root usr/include/clang/Parse/Designator.h
-rw-r--r-- root/root usr/include/clang/Parse/Ownership.h
-rw-r--r-- root/root usr/include/clang/Parse/ParseAST.h
-rw-r--r-- root/root usr/include/clang/Parse/ParseDiagnostic.h
-rw-r--r-- root/root usr/include/clang/Parse/Parser.h
-rw-r--r-- root/root usr/include/clang/Parse/Scope.h
-rw-r--r-- root/root usr/include/clang/Parse/Template.h
drwxr-xr-x root/root usr/include/clang/Rewrite/
-rw-r--r-- root/root usr/include/clang/Rewrite/ASTConsumers.h
-rw-r--r-- root/root usr/include/clang/Rewrite/DeltaTree.h
-rw-r--r-- root/root usr/include/clang/Rewrite/FixItRewriter.h
-rw-r--r-- root/root usr/include/clang/Rewrite/FrontendActions.h
-rw-r--r-- root/root usr/include/clang/Rewrite/HTMLRewrite.h
-rw-r--r-- root/root usr/include/clang/Rewrite/RewriteRope.h
-rw-r--r-- root/root usr/include/clang/Rewrite/Rewriter.h
-rw-r--r-- root/root usr/include/clang/Rewrite/Rewriters.h
-rw-r--r-- root/root usr/include/clang/Rewrite/TokenRewriter.h
drwxr-xr-x root/root usr/include/clang/Sema/
-rw-r--r-- root/root usr/include/clang/Sema/AnalysisBasedWarnings.h
-rw-r--r-- root/root usr/include/clang/Sema/AttributeList.h
-rw-r--r-- root/root usr/include/clang/Sema/CXXFieldCollector.h
-rw-r--r-- root/root usr/include/clang/Sema/CodeCompleteConsumer.h
-rw-r--r-- root/root usr/include/clang/Sema/DeclSpec.h
-rw-r--r-- root/root usr/include/clang/Sema/DelayedDiagnostic.h
-rw-r--r-- root/root usr/include/clang/Sema/Designator.h
-rw-r--r-- root/root usr/include/clang/Sema/ExternalSemaSource.h
-rw-r--r-- root/root usr/include/clang/Sema/ParseAST.h
-rw-r--r-- root/root usr/include/clang/Sema/IdentifierResolver.h
-rw-r--r-- root/root usr/include/clang/Sema/Initialization.h
-rw-r--r-- root/root usr/include/clang/Sema/Lookup.h
-rw-r--r-- root/root usr/include/clang/Sema/ObjCMethodList.h
-rw-r--r-- root/root usr/include/clang/Sema/Overload.h
-rw-r--r-- root/root usr/include/clang/Sema/Ownership.h
-rw-r--r-- root/root usr/include/clang/Sema/ParsedTemplate.h
-rw-r--r-- root/root usr/include/clang/Sema/PrettyDeclStackTrace.h
-rw-r--r-- root/root usr/include/clang/Sema/Scope.h
-rw-r--r-- root/root usr/include/clang/Sema/ScopeInfo.h
-rw-r--r-- root/root usr/include/clang/Sema/Sema.h
-rw-r--r-- root/root usr/include/clang/Sema/SemaConsumer.h
-rw-r--r-- root/root usr/include/clang/Sema/SemaDiagnostic.h
-rw-r--r-- root/root usr/include/clang/Sema/SemaInternal.h
-rw-r--r-- root/root usr/include/clang/Sema/Template.h
-rw-r--r-- root/root usr/include/clang/Sema/TemplateDeduction.h
drwxr-xr-x root/root usr/include/clang/Serialization/
-rw-r--r-- root/root usr/include/clang/Serialization/ASTBitCodes.h
-rw-r--r-- root/root usr/include/clang/Serialization/ASTDeserializationListener.h
-rw-r--r-- root/root usr/include/clang/Serialization/ASTReader.h
-rw-r--r-- root/root usr/include/clang/Serialization/ASTWriter.h
-rw-r--r-- root/root usr/include/clang/Serialization/AttrPCHRead.inc
-rw-r--r-- root/root usr/include/clang/Serialization/AttrPCHWrite.inc
drwxr-xr-x root/root usr/include/clang/Serialization/Release/
-rw-r--r-- root/root usr/include/clang/Serialization/Release/AttrPCHRead.inc.tmp
-rw-r--r-- root/root usr/include/clang/Serialization/Release/AttrPCHWrite.inc.tmp
drwxr-xr-x root/root usr/include/llvm-c/
-rw-r--r-- root/root usr/include/llvm-c/Analysis.h
-rw-r--r-- root/root usr/include/llvm-c/BitReader.h
@ -323,6 +381,7 @@ drwxr-xr-x root/root usr/include/llvm/ADT/
-rw-r--r-- root/root usr/include/llvm/ADT/APInt.h
-rw-r--r-- root/root usr/include/llvm/ADT/APSInt.h
-rw-r--r-- root/root usr/include/llvm/ADT/BitVector.h
-rw-r--r-- root/root usr/include/llvm/ADT/DAGDeltaAlgorithm.h
-rw-r--r-- root/root usr/include/llvm/ADT/DeltaAlgorithm.h
-rw-r--r-- root/root usr/include/llvm/ADT/DenseMap.h
-rw-r--r-- root/root usr/include/llvm/ADT/DenseMapInfo.h
@ -337,6 +396,8 @@ drwxr-xr-x root/root usr/include/llvm/ADT/
-rw-r--r-- root/root usr/include/llvm/ADT/ImmutableSet.h
-rw-r--r-- root/root usr/include/llvm/ADT/IndexedMap.h
-rw-r--r-- root/root usr/include/llvm/ADT/IntrusiveRefCntPtr.h
-rw-r--r-- root/root usr/include/llvm/ADT/NullablePtr.h
-rw-r--r-- root/root usr/include/llvm/ADT/Optional.h
-rw-r--r-- root/root usr/include/llvm/ADT/OwningPtr.h
-rw-r--r-- root/root usr/include/llvm/ADT/PointerIntPair.h
-rw-r--r-- root/root usr/include/llvm/ADT/PointerUnion.h
@ -374,6 +435,7 @@ drwxr-xr-x root/root usr/include/llvm/Analysis/
-rw-r--r-- root/root usr/include/llvm/Analysis/CFGPrinter.h
-rw-r--r-- root/root usr/include/llvm/Analysis/CallGraph.h
-rw-r--r-- root/root usr/include/llvm/Analysis/CaptureTracking.h
-rw-r--r-- root/root usr/include/llvm/Analysis/CodeMetrics.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ConstantFolding.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ConstantsScanner.h
-rw-r--r-- root/root usr/include/llvm/Analysis/DOTGraphTraitsPass.h
@ -391,7 +453,9 @@ drwxr-xr-x root/root usr/include/llvm/Analysis/
-rw-r--r-- root/root usr/include/llvm/Analysis/LazyValueInfo.h
-rw-r--r-- root/root usr/include/llvm/Analysis/LibCallAliasAnalysis.h
-rw-r--r-- root/root usr/include/llvm/Analysis/LibCallSemantics.h
-rw-r--r-- root/root usr/include/llvm/Analysis/Lint.h
-rw-r--r-- root/root usr/include/llvm/Analysis/LiveValues.h
-rw-r--r-- root/root usr/include/llvm/Analysis/Loads.h
-rw-r--r-- root/root usr/include/llvm/Analysis/LoopDependenceAnalysis.h
-rw-r--r-- root/root usr/include/llvm/Analysis/LoopInfo.h
-rw-r--r-- root/root usr/include/llvm/Analysis/LoopPass.h
@ -404,16 +468,20 @@ drwxr-xr-x root/root usr/include/llvm/Analysis/
-rw-r--r-- root/root usr/include/llvm/Analysis/ProfileInfo.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ProfileInfoLoader.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ProfileInfoTypes.h
-rw-r--r-- root/root usr/include/llvm/Analysis/RegionInfo.h
-rw-r--r-- root/root usr/include/llvm/Analysis/RegionIterator.h
-rw-r--r-- root/root usr/include/llvm/Analysis/RegionPrinter.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarEvolution.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarEvolutionExpander.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarEvolutionExpressions.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarEvolutionNormalization.h
-rw-r--r-- root/root usr/include/llvm/Analysis/SparsePropagation.h
-rw-r--r-- root/root usr/include/llvm/Analysis/Trace.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ValueTracking.h
-rw-r--r-- root/root usr/include/llvm/Analysis/Verifier.h
-rw-r--r-- root/root usr/include/llvm/Argument.h
drwxr-xr-x root/root usr/include/llvm/Assembly/
-rw-r--r-- root/root usr/include/llvm/Assembly/AsmAnnotationWriter.h
-rw-r--r-- root/root usr/include/llvm/Assembly/AssemblyAnnotationWriter.h
-rw-r--r-- root/root usr/include/llvm/Assembly/Parser.h
-rw-r--r-- root/root usr/include/llvm/Assembly/PrintModulePass.h
-rw-r--r-- root/root usr/include/llvm/Assembly/Writer.h
@ -431,17 +499,18 @@ drwxr-xr-x root/root usr/include/llvm/Bitcode/
-rw-r--r-- root/root usr/include/llvm/CallGraphSCCPass.h
-rw-r--r-- root/root usr/include/llvm/CallingConv.h
drwxr-xr-x root/root usr/include/llvm/CodeGen/
-rw-r--r-- root/root usr/include/llvm/CodeGen/Analysis.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/AsmPrinter.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/BinaryObject.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/CalcSpillWeights.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/CallingConvLower.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/DwarfWriter.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ELFRelocation.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/FastISel.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/FunctionLoweringInfo.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GCMetadata.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GCMetadataPrinter.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GCStrategy.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GCs.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ISDOpcodes.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/IntrinsicLowering.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/JITCodeEmitter.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LatencyPriorityQueue.h
@ -476,6 +545,7 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/
-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineSSAUpdater.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ObjectCodeEmitter.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/Passes.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/PostRAHazardRecognizer.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ProcessImplicitDefs.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/PseudoSourceValue.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/RegAllocRegistry.h
@ -494,14 +564,13 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/
-rw-r--r-- root/root usr/include/llvm/CodeGen/ValueTypes.td
drwxr-xr-x root/root usr/include/llvm/CompilerDriver/
-rw-r--r-- root/root usr/include/llvm/CompilerDriver/Action.h
-rw-r--r-- root/root usr/include/llvm/CompilerDriver/AutoGenerated.h
-rw-r--r-- root/root usr/include/llvm/CompilerDriver/BuiltinOptions.h
-rw-r--r-- root/root usr/include/llvm/CompilerDriver/Common.td
-rw-r--r-- root/root usr/include/llvm/CompilerDriver/CompilationGraph.h
-rw-r--r-- root/root usr/include/llvm/CompilerDriver/Error.h
-rw-r--r-- root/root usr/include/llvm/CompilerDriver/ForceLinkage.h
-rw-r--r-- root/root usr/include/llvm/CompilerDriver/ForceLinkageMacros.h
-rw-r--r-- root/root usr/include/llvm/CompilerDriver/Main.h
-rw-r--r-- root/root usr/include/llvm/CompilerDriver/Main.inc
-rw-r--r-- root/root usr/include/llvm/CompilerDriver/Plugin.h
-rw-r--r-- root/root usr/include/llvm/CompilerDriver/Tool.h
drwxr-xr-x root/root usr/include/llvm/Config/
-rw-r--r-- root/root usr/include/llvm/Config/AsmParsers.def
@ -510,6 +579,8 @@ drwxr-xr-x root/root usr/include/llvm/Config/
-rw-r--r-- root/root usr/include/llvm/Config/Targets.def
-rw-r--r-- root/root usr/include/llvm/Config/config.h
-rw-r--r-- root/root usr/include/llvm/Config/config.h.cmake
-rw-r--r-- root/root usr/include/llvm/Config/llvm-config.h
-rw-r--r-- root/root usr/include/llvm/Config/llvm-config.h.cmake
-rw-r--r-- root/root usr/include/llvm/Constant.h
-rw-r--r-- root/root usr/include/llvm/Constants.h
-rw-r--r-- root/root usr/include/llvm/DerivedTypes.h
@ -545,31 +616,42 @@ drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/
-rw-r--r-- root/root usr/include/llvm/LinkAllVMCore.h
-rw-r--r-- root/root usr/include/llvm/Linker.h
drwxr-xr-x root/root usr/include/llvm/MC/
-rw-r--r-- root/root usr/include/llvm/MC/EDInstInfo.h
-rw-r--r-- root/root usr/include/llvm/MC/ELFObjectWriter.h
-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfo.h
-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoCOFF.h
-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoDarwin.h
-rw-r--r-- root/root usr/include/llvm/MC/MCAsmLayout.h
-rw-r--r-- root/root usr/include/llvm/MC/MCAssembler.h
-rw-r--r-- root/root usr/include/llvm/MC/MCCodeEmitter.h
-rw-r--r-- root/root usr/include/llvm/MC/MCContext.h
-rw-r--r-- root/root usr/include/llvm/MC/MCDirectives.h
-rw-r--r-- root/root usr/include/llvm/MC/MCDisassembler.h
-rw-r--r-- root/root usr/include/llvm/MC/MCDwarf.h
-rw-r--r-- root/root usr/include/llvm/MC/MCELFSymbolFlags.h
-rw-r--r-- root/root usr/include/llvm/MC/MCExpr.h
-rw-r--r-- root/root usr/include/llvm/MC/MCFixup.h
-rw-r--r-- root/root usr/include/llvm/MC/MCInst.h
-rw-r--r-- root/root usr/include/llvm/MC/MCInstPrinter.h
-rw-r--r-- root/root usr/include/llvm/MC/MCLabel.h
-rw-r--r-- root/root usr/include/llvm/MC/MCMachOSymbolFlags.h
-rw-r--r-- root/root usr/include/llvm/MC/MCObjectStreamer.h
-rw-r--r-- root/root usr/include/llvm/MC/MCObjectWriter.h
drwxr-xr-x root/root usr/include/llvm/MC/MCParser/
-rw-r--r-- root/root usr/include/llvm/MC/MCParser/AsmCond.h
-rw-r--r-- root/root usr/include/llvm/MC/MCParser/AsmLexer.h
-rw-r--r-- root/root usr/include/llvm/MC/MCParser/AsmParser.h
-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCAsmLexer.h
-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCAsmParser.h
-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCAsmParserExtension.h
-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCParsedAsmOperand.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSection.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSectionCOFF.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSectionELF.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSectionMachO.h
-rw-r--r-- root/root usr/include/llvm/MC/MCStreamer.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSymbol.h
-rw-r--r-- root/root usr/include/llvm/MC/MCValue.h
-rw-r--r-- root/root usr/include/llvm/MC/MachObjectWriter.h
-rw-r--r-- root/root usr/include/llvm/MC/SectionKind.h
-rw-r--r-- root/root usr/include/llvm/Metadata.h
-rw-r--r-- root/root usr/include/llvm/Module.h
@ -579,17 +661,20 @@ drwxr-xr-x root/root usr/include/llvm/MC/MCParser/
-rw-r--r-- root/root usr/include/llvm/PassAnalysisSupport.h
-rw-r--r-- root/root usr/include/llvm/PassManager.h
-rw-r--r-- root/root usr/include/llvm/PassManagers.h
-rw-r--r-- root/root usr/include/llvm/PassRegistry.h
-rw-r--r-- root/root usr/include/llvm/PassSupport.h
drwxr-xr-x root/root usr/include/llvm/Support/
-rw-r--r-- root/root usr/include/llvm/Support/AlignOf.h
-rw-r--r-- root/root usr/include/llvm/Support/Allocator.h
-rw-r--r-- root/root usr/include/llvm/Support/CFG.h
-rw-r--r-- root/root usr/include/llvm/Support/COFF.h
-rw-r--r-- root/root usr/include/llvm/Support/CallSite.h
-rw-r--r-- root/root usr/include/llvm/Support/Casting.h
-rw-r--r-- root/root usr/include/llvm/Support/CommandLine.h
-rw-r--r-- root/root usr/include/llvm/Support/Compiler.h
-rw-r--r-- root/root usr/include/llvm/Support/ConstantFolder.h
-rw-r--r-- root/root usr/include/llvm/Support/ConstantRange.h
-rw-r--r-- root/root usr/include/llvm/Support/CrashRecoveryContext.h
-rw-r--r-- root/root usr/include/llvm/Support/DOTGraphTraits.h
-rw-r--r-- root/root usr/include/llvm/Support/DataFlow.h
-rw-r--r-- root/root usr/include/llvm/Support/Debug.h
@ -628,7 +713,6 @@ drwxr-xr-x root/root usr/include/llvm/Support/
-rw-r--r-- root/root usr/include/llvm/Support/Registry.h
-rw-r--r-- root/root usr/include/llvm/Support/RegistryParser.h
-rw-r--r-- root/root usr/include/llvm/Support/SMLoc.h
-rw-r--r-- root/root usr/include/llvm/Support/SlowOperationInformer.h
-rw-r--r-- root/root usr/include/llvm/Support/SourceMgr.h
-rw-r--r-- root/root usr/include/llvm/Support/StableBasicBlockNumbering.h
-rw-r--r-- root/root usr/include/llvm/Support/StandardPasses.h
@ -666,6 +750,7 @@ drwxr-xr-x root/root usr/include/llvm/System/
-rw-r--r-- root/root usr/include/llvm/System/ThreadLocal.h
-rw-r--r-- root/root usr/include/llvm/System/Threading.h
-rw-r--r-- root/root usr/include/llvm/System/TimeValue.h
-rw-r--r-- root/root usr/include/llvm/System/Valgrind.h
drwxr-xr-x root/root usr/include/llvm/Target/
-rw-r--r-- root/root usr/include/llvm/Target/Mangler.h
-rw-r--r-- root/root usr/include/llvm/Target/SubtargetFeature.h
@ -673,6 +758,7 @@ drwxr-xr-x root/root usr/include/llvm/Target/
-rw-r--r-- root/root usr/include/llvm/Target/TargetAsmBackend.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetAsmLexer.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetAsmParser.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetCallingConv.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetCallingConv.td
-rw-r--r-- root/root usr/include/llvm/Target/TargetData.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetELFWriterInfo.h
@ -692,6 +778,7 @@ drwxr-xr-x root/root usr/include/llvm/Target/
-rw-r--r-- root/root usr/include/llvm/Target/TargetSchedule.td
-rw-r--r-- root/root usr/include/llvm/Target/TargetSelect.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetSelectionDAG.td
-rw-r--r-- root/root usr/include/llvm/Target/TargetSelectionDAGInfo.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetSubtarget.h
drwxr-xr-x root/root usr/include/llvm/Transforms/
-rw-r--r-- root/root usr/include/llvm/Transforms/IPO.h
@ -710,7 +797,7 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/Utils/
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Local.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/PromoteMemToReg.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SSAUpdater.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SSI.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SSAUpdaterImpl.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/UnrollLoop.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/ValueMapper.h
@ -722,31 +809,39 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/Utils/
-rw-r--r-- root/root usr/include/llvm/ValueSymbolTable.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/clang/
drwxr-xr-x root/root usr/lib/clang/1.1/
drwxr-xr-x root/root usr/lib/clang/1.1/include/
-rw-r--r-- root/root usr/lib/clang/1.1/include/emmintrin.h
-rw-r--r-- root/root usr/lib/clang/1.1/include/float.h
-rw-r--r-- root/root usr/lib/clang/1.1/include/iso646.h
-rw-r--r-- root/root usr/lib/clang/1.1/include/limits.h
-rw-r--r-- root/root usr/lib/clang/1.1/include/mm_malloc.h
-rw-r--r-- root/root usr/lib/clang/1.1/include/mmintrin.h
-rw-r--r-- root/root usr/lib/clang/1.1/include/pmmintrin.h
-rw-r--r-- root/root usr/lib/clang/1.1/include/smmintrin.h
-rw-r--r-- root/root usr/lib/clang/1.1/include/stdarg.h
-rw-r--r-- root/root usr/lib/clang/1.1/include/stdbool.h
-rw-r--r-- root/root usr/lib/clang/1.1/include/stddef.h
-rw-r--r-- root/root usr/lib/clang/1.1/include/stdint.h
-rw-r--r-- root/root usr/lib/clang/1.1/include/tgmath.h
-rw-r--r-- root/root usr/lib/clang/1.1/include/tmmintrin.h
-rw-r--r-- root/root usr/lib/clang/1.1/include/xmmintrin.h
-rwxr-xr-x root/root usr/lib/libCIndex.a
-rwxr-xr-x root/root usr/lib/libCIndex.so
drwxr-xr-x root/root usr/lib/clang/2.8/
drwxr-xr-x root/root usr/lib/clang/2.8/include/
-rw-r--r-- root/root usr/lib/clang/2.8/include/altivec.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/arm_neon.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/avxintrin.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/emmintrin.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/float.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/immintrin.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/iso646.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/limits.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/mm_malloc.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/mmintrin.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/nmmintrin.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/pmmintrin.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/smmintrin.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/stdarg.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/stdbool.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/stddef.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/stdint.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/tgmath.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/tmmintrin.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/varargs.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/wmmintrin.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/x86intrin.h
-rw-r--r-- root/root usr/lib/clang/2.8/include/xmmintrin.h
-rwxr-xr-x root/root usr/lib/libBugpointPasses.so
-rwxr-xr-x root/root usr/lib/libCompilerDriver.a
-rwxr-xr-x root/root usr/lib/libEnhancedDisassembly.a
-rwxr-xr-x root/root usr/lib/libEnhancedDisassembly.so
-rwxr-xr-x root/root usr/lib/libLLVMARMAsmParser.a
-rwxr-xr-x root/root usr/lib/libLLVMARMAsmPrinter.a
-rwxr-xr-x root/root usr/lib/libLLVMARMCodeGen.a
-rwxr-xr-x root/root usr/lib/libLLVMARMDisassembler.a
-rwxr-xr-x root/root usr/lib/libLLVMARMInfo.a
-rwxr-xr-x root/root usr/lib/libLLVMAlphaAsmPrinter.a
-rwxr-xr-x root/root usr/lib/libLLVMAlphaCodeGen.a
@ -780,9 +875,8 @@ drwxr-xr-x root/root usr/lib/clang/1.1/include/
-rwxr-xr-x root/root usr/lib/libLLVMMBlazeCodeGen.a
-rwxr-xr-x root/root usr/lib/libLLVMMBlazeInfo.a
-rwxr-xr-x root/root usr/lib/libLLVMMC.a
-rwxr-xr-x root/root usr/lib/libLLVMMCDisassembler.a
-rwxr-xr-x root/root usr/lib/libLLVMMCParser.a
-rwxr-xr-x root/root usr/lib/libLLVMMSIL.a
-rwxr-xr-x root/root usr/lib/libLLVMMSILInfo.a
-rwxr-xr-x root/root usr/lib/libLLVMMSP430AsmPrinter.a
-rwxr-xr-x root/root usr/lib/libLLVMMSP430CodeGen.a
-rwxr-xr-x root/root usr/lib/libLLVMMSP430Info.a
@ -821,6 +915,8 @@ drwxr-xr-x root/root usr/lib/clang/1.1/include/
-rwxr-xr-x root/root usr/lib/libLTO.a
-rwxr-xr-x root/root usr/lib/libLTO.so
-rwxr-xr-x root/root usr/lib/libUnitTestMain.a
-rwxr-xr-x root/root usr/lib/libclang.a
-rwxr-xr-x root/root usr/lib/libclang.so
-rwxr-xr-x root/root usr/lib/libclangAST.a
-rwxr-xr-x root/root usr/lib/libclangAnalysis.a
-rwxr-xr-x root/root usr/lib/libclangBasic.a
@ -828,13 +924,13 @@ drwxr-xr-x root/root usr/lib/clang/1.1/include/
-rwxr-xr-x root/root usr/lib/libclangCodeGen.a
-rwxr-xr-x root/root usr/lib/libclangDriver.a
-rwxr-xr-x root/root usr/lib/libclangFrontend.a
-rwxr-xr-x root/root usr/lib/libclangFrontendTool.a
-rwxr-xr-x root/root usr/lib/libclangIndex.a
-rwxr-xr-x root/root usr/lib/libclangLex.a
-rwxr-xr-x root/root usr/lib/libclangParse.a
-rwxr-xr-x root/root usr/lib/libclangRewrite.a
-rwxr-xr-x root/root usr/lib/libclangSema.a
-rwxr-xr-x root/root usr/lib/libplugin_llvmc_Base.a
-rwxr-xr-x root/root usr/lib/libplugin_llvmc_Clang.a
-rwxr-xr-x root/root usr/lib/libclangSerialization.a
-rwxr-xr-x root/root usr/lib/libprofile_rt.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
@ -847,6 +943,7 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/llvm-as.1.gz
-rw-r--r-- root/root usr/man/man1/llvm-bcanalyzer.1.gz
-rw-r--r-- root/root usr/man/man1/llvm-config.1.gz
-rw-r--r-- root/root usr/man/man1/llvm-diff.1.gz
-rw-r--r-- root/root usr/man/man1/llvm-dis.1.gz
-rw-r--r-- root/root usr/man/man1/llvm-extract.1.gz
-rw-r--r-- root/root usr/man/man1/llvm-ld.1.gz

View File

@ -1,2 +1,2 @@
b83260aa8c13494adf8978b5f238bf1b clang-2.7.tgz
ac322661f20e7d6c810b1869f886ad9b llvm-2.7.tgz
10e14c901fc3728eecbd5b829e011b59 clang-2.8.tgz
220d361b4d17051ff4bb21c64abe05ba llvm-2.8.tgz

View File

@ -3,7 +3,7 @@
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=llvm
version=2.7
version=2.8
release=1
source=(http://llvm.org/releases/$version/{$name,clang}-$version.tgz)