Tue Mar 3 12:04:08 2015 UTC ()
Update to clang-3.6.0 (2015-02-27)
Non-comprehensive list of changes in this release:
- Support for AuroraUX has been removed.
- Added support for a native object file-based bitcode wrapper format.
- Added support for MSVC?s __vectorcall calling convention as x86_vectorcallcc.


(tnn)
diff -r1.34 -r1.35 pkgsrc/lang/clang/Makefile
diff -r1.14 -r1.15 pkgsrc/lang/clang/PLIST
diff -r1.28 -r1.29 pkgsrc/lang/clang/distinfo

cvs diff -r1.34 -r1.35 pkgsrc/lang/clang/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/clang/Makefile 2015/01/29 11:38:29 1.34
+++ pkgsrc/lang/clang/Makefile 2015/03/03 12:04:08 1.35
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.34 2015/01/29 11:38:29 adam Exp $ 1# $NetBSD: Makefile,v 1.35 2015/03/03 12:04:08 tnn Exp $
2 2
3DISTNAME= clang-3.5.1 3DISTNAME= clang-3.6.0
4CATEGORIES= lang 4CATEGORIES= lang
5MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/ 5MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/
6DISTFILES= llvm-${PKGVERSION_NOREV}.src.tar.xz \ 6DISTFILES= llvm-${PKGVERSION_NOREV}.src.tar.xz \
7 libcxx-${PKGVERSION_NOREV}.src.tar.xz \ 7 libcxx-${PKGVERSION_NOREV}.src.tar.xz \
8 cfe-${PKGVERSION_NOREV}.src.tar.xz \ 8 cfe-${PKGVERSION_NOREV}.src.tar.xz \
9 compiler-rt-${PKGVERSION_NOREV}.src.tar.xz 9 compiler-rt-${PKGVERSION_NOREV}.src.tar.xz
10 10
11MAINTAINER= adam.hoka@gmail.com 11MAINTAINER= adam.hoka@gmail.com
12HOMEPAGE= http://llvm.org/ 12HOMEPAGE= http://llvm.org/
13COMMENT= Low Level Virtual Machine compiler infrastructure 13COMMENT= Low Level Virtual Machine compiler infrastructure
14LICENSE= modified-bsd 14LICENSE= modified-bsd
15 15
16WRKSRC= ${WRKDIR}/llvm-${PKGVERSION_NOREV}.src 16WRKSRC= ${WRKDIR}/llvm-${PKGVERSION_NOREV}.src

cvs diff -r1.14 -r1.15 pkgsrc/lang/clang/PLIST (expand / switch to unified diff)

--- pkgsrc/lang/clang/PLIST 2014/09/06 07:37:14 1.14
+++ pkgsrc/lang/clang/PLIST 2015/03/03 12:04:08 1.15
@@ -1,51 +1,56 @@ @@ -1,51 +1,56 @@
1@comment $NetBSD: PLIST,v 1.14 2014/09/06 07:37:14 adam Exp $ 1@comment $NetBSD: PLIST,v 1.15 2015/03/03 12:04:08 tnn Exp $
2bin/FileCheck 2bin/FileCheck
3bin/bugpoint 3bin/bugpoint
4bin/c-index-test 4bin/c-index-test
5bin/clang 5bin/clang
6bin/clang++ 6bin/clang++
7bin/clang-check 7bin/clang-check
8bin/clang-format 8bin/clang-format
9bin/clang-tblgen 9bin/clang-tblgen
10bin/count 10bin/count
11bin/llc 11bin/llc
12bin/lli 12bin/lli
13bin/lli-child-target 13bin/lli-child-target
14bin/llvm-ar 14bin/llvm-ar
15bin/llvm-as 15bin/llvm-as
16bin/llvm-bcanalyzer 16bin/llvm-bcanalyzer
17bin/llvm-config 17bin/llvm-config
18bin/llvm-cov 18bin/llvm-cov
19bin/llvm-diff 19bin/llvm-diff
20bin/llvm-dis 20bin/llvm-dis
 21bin/llvm-dsymutil
21bin/llvm-dwarfdump 22bin/llvm-dwarfdump
22bin/llvm-extract 23bin/llvm-extract
23bin/llvm-link 24bin/llvm-link
24bin/llvm-mc 25bin/llvm-mc
25bin/llvm-mcmarkup 26bin/llvm-mcmarkup
26bin/llvm-nm 27bin/llvm-nm
27bin/llvm-objdump 28bin/llvm-objdump
28bin/llvm-profdata 29bin/llvm-profdata
29bin/llvm-ranlib 30bin/llvm-ranlib
30bin/llvm-readobj 31bin/llvm-readobj
31bin/llvm-rtdyld 32bin/llvm-rtdyld
32bin/llvm-size 33bin/llvm-size
33bin/llvm-stress 34bin/llvm-stress
34bin/llvm-symbolizer 35bin/llvm-symbolizer
35bin/llvm-tblgen 36bin/llvm-tblgen
 37bin/llvm-vtabledump
36bin/macho-dump 38bin/macho-dump
37bin/not 39bin/not
 40bin/obj2yaml
38bin/opt 41bin/opt
 42bin/verify-uselistorder
 43bin/yaml2obj
39include/c++/v1/__bit_reference 44include/c++/v1/__bit_reference
40include/c++/v1/__config 45include/c++/v1/__config
41include/c++/v1/__debug 46include/c++/v1/__debug
42include/c++/v1/__functional_03 47include/c++/v1/__functional_03
43include/c++/v1/__functional_base 48include/c++/v1/__functional_base
44include/c++/v1/__functional_base_03 49include/c++/v1/__functional_base_03
45include/c++/v1/__hash_table 50include/c++/v1/__hash_table
46include/c++/v1/__locale 51include/c++/v1/__locale
47include/c++/v1/__mutex_base 52include/c++/v1/__mutex_base
48include/c++/v1/__refstring 53include/c++/v1/__refstring
49include/c++/v1/__split_buffer 54include/c++/v1/__split_buffer
50include/c++/v1/__sso_allocator 55include/c++/v1/__sso_allocator
51include/c++/v1/__std_stream 56include/c++/v1/__std_stream
@@ -82,26 +87,27 @@ include/c++/v1/cstdint @@ -82,26 +87,27 @@ include/c++/v1/cstdint
82include/c++/v1/cstdio 87include/c++/v1/cstdio
83include/c++/v1/cstdlib 88include/c++/v1/cstdlib
84include/c++/v1/cstring 89include/c++/v1/cstring
85include/c++/v1/ctgmath 90include/c++/v1/ctgmath
86include/c++/v1/ctime 91include/c++/v1/ctime
87include/c++/v1/cwchar 92include/c++/v1/cwchar
88include/c++/v1/cwctype 93include/c++/v1/cwctype
89include/c++/v1/deque 94include/c++/v1/deque
90include/c++/v1/exception 95include/c++/v1/exception
91include/c++/v1/experimental/__config 96include/c++/v1/experimental/__config
92include/c++/v1/experimental/dynarray 97include/c++/v1/experimental/dynarray
93include/c++/v1/experimental/optional 98include/c++/v1/experimental/optional
94include/c++/v1/experimental/string_view 99include/c++/v1/experimental/string_view
 100include/c++/v1/experimental/type_traits
95include/c++/v1/experimental/utility 101include/c++/v1/experimental/utility
96include/c++/v1/ext/__hash 102include/c++/v1/ext/__hash
97include/c++/v1/ext/hash_map 103include/c++/v1/ext/hash_map
98include/c++/v1/ext/hash_set 104include/c++/v1/ext/hash_set
99include/c++/v1/forward_list 105include/c++/v1/forward_list
100include/c++/v1/fstream 106include/c++/v1/fstream
101include/c++/v1/functional 107include/c++/v1/functional
102include/c++/v1/future 108include/c++/v1/future
103include/c++/v1/initializer_list 109include/c++/v1/initializer_list
104include/c++/v1/iomanip 110include/c++/v1/iomanip
105include/c++/v1/ios 111include/c++/v1/ios
106include/c++/v1/iosfwd 112include/c++/v1/iosfwd
107include/c++/v1/iostream 113include/c++/v1/iostream
@@ -265,43 +271,45 @@ include/clang/Analysis/Analyses/Reachabl @@ -265,43 +271,45 @@ include/clang/Analysis/Analyses/Reachabl
265include/clang/Analysis/Analyses/ThreadSafety.h 271include/clang/Analysis/Analyses/ThreadSafety.h
266include/clang/Analysis/Analyses/ThreadSafetyCommon.h 272include/clang/Analysis/Analyses/ThreadSafetyCommon.h
267include/clang/Analysis/Analyses/ThreadSafetyLogical.h 273include/clang/Analysis/Analyses/ThreadSafetyLogical.h
268include/clang/Analysis/Analyses/ThreadSafetyOps.def 274include/clang/Analysis/Analyses/ThreadSafetyOps.def
269include/clang/Analysis/Analyses/ThreadSafetyTIL.h 275include/clang/Analysis/Analyses/ThreadSafetyTIL.h
270include/clang/Analysis/Analyses/ThreadSafetyTraverse.h 276include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
271include/clang/Analysis/Analyses/ThreadSafetyUtil.h 277include/clang/Analysis/Analyses/ThreadSafetyUtil.h
272include/clang/Analysis/Analyses/UninitializedValues.h 278include/clang/Analysis/Analyses/UninitializedValues.h
273include/clang/Analysis/AnalysisContext.h 279include/clang/Analysis/AnalysisContext.h
274include/clang/Analysis/AnalysisDiagnostic.h 280include/clang/Analysis/AnalysisDiagnostic.h
275include/clang/Analysis/CFG.h 281include/clang/Analysis/CFG.h
276include/clang/Analysis/CFGStmtMap.h 282include/clang/Analysis/CFGStmtMap.h
277include/clang/Analysis/CallGraph.h 283include/clang/Analysis/CallGraph.h
 284include/clang/Analysis/CodeInjector.h
278include/clang/Analysis/DomainSpecific/CocoaConventions.h 285include/clang/Analysis/DomainSpecific/CocoaConventions.h
279include/clang/Analysis/DomainSpecific/ObjCNoReturn.h 286include/clang/Analysis/DomainSpecific/ObjCNoReturn.h
280include/clang/Analysis/FlowSensitive/DataflowValues.h 287include/clang/Analysis/FlowSensitive/DataflowValues.h
281include/clang/Analysis/ProgramPoint.h 288include/clang/Analysis/ProgramPoint.h
282include/clang/Analysis/Support/BumpVector.h 289include/clang/Analysis/Support/BumpVector.h
283include/clang/Basic/ABI.h 290include/clang/Basic/ABI.h
284include/clang/Basic/AddressSpaces.h 291include/clang/Basic/AddressSpaces.h
285include/clang/Basic/AllDiagnostics.h 292include/clang/Basic/AllDiagnostics.h
286include/clang/Basic/AttrHasAttributeImpl.inc 293include/clang/Basic/AttrHasAttributeImpl.inc
287include/clang/Basic/AttrKinds.h 294include/clang/Basic/AttrKinds.h
288include/clang/Basic/AttrList.inc 295include/clang/Basic/AttrList.inc
289include/clang/Basic/Attributes.h 296include/clang/Basic/Attributes.h
290include/clang/Basic/Builtins.def 297include/clang/Basic/Builtins.def
291include/clang/Basic/Builtins.h 298include/clang/Basic/Builtins.h
292include/clang/Basic/BuiltinsAArch64.def 299include/clang/Basic/BuiltinsAArch64.def
293include/clang/Basic/BuiltinsARM.def 300include/clang/Basic/BuiltinsARM.def
294include/clang/Basic/BuiltinsHexagon.def 301include/clang/Basic/BuiltinsHexagon.def
 302include/clang/Basic/BuiltinsLe64.def
295include/clang/Basic/BuiltinsMips.def 303include/clang/Basic/BuiltinsMips.def
296include/clang/Basic/BuiltinsNEON.def 304include/clang/Basic/BuiltinsNEON.def
297include/clang/Basic/BuiltinsNVPTX.def 305include/clang/Basic/BuiltinsNVPTX.def
298include/clang/Basic/BuiltinsPPC.def 306include/clang/Basic/BuiltinsPPC.def
299include/clang/Basic/BuiltinsR600.def 307include/clang/Basic/BuiltinsR600.def
300include/clang/Basic/BuiltinsX86.def 308include/clang/Basic/BuiltinsX86.def
301include/clang/Basic/BuiltinsXCore.def 309include/clang/Basic/BuiltinsXCore.def
302include/clang/Basic/CapturedStmt.h 310include/clang/Basic/CapturedStmt.h
303include/clang/Basic/CharInfo.h 311include/clang/Basic/CharInfo.h
304include/clang/Basic/CommentOptions.h 312include/clang/Basic/CommentOptions.h
305include/clang/Basic/Diagnostic.h 313include/clang/Basic/Diagnostic.h
306include/clang/Basic/DiagnosticASTKinds.inc 314include/clang/Basic/DiagnosticASTKinds.inc
307include/clang/Basic/DiagnosticAnalysisKinds.inc 315include/clang/Basic/DiagnosticAnalysisKinds.inc
@@ -332,27 +340,29 @@ include/clang/Basic/LangOptions.h @@ -332,27 +340,29 @@ include/clang/Basic/LangOptions.h
332include/clang/Basic/Linkage.h 340include/clang/Basic/Linkage.h
333include/clang/Basic/MacroBuilder.h 341include/clang/Basic/MacroBuilder.h
334include/clang/Basic/Module.h 342include/clang/Basic/Module.h
335include/clang/Basic/ObjCRuntime.h 343include/clang/Basic/ObjCRuntime.h
336include/clang/Basic/OpenCLExtensions.def 344include/clang/Basic/OpenCLExtensions.def
337include/clang/Basic/OpenMPKinds.def 345include/clang/Basic/OpenMPKinds.def
338include/clang/Basic/OpenMPKinds.h 346include/clang/Basic/OpenMPKinds.h
339include/clang/Basic/OperatorKinds.def 347include/clang/Basic/OperatorKinds.def
340include/clang/Basic/OperatorKinds.h 348include/clang/Basic/OperatorKinds.h
341include/clang/Basic/OperatorPrecedence.h 349include/clang/Basic/OperatorPrecedence.h
342include/clang/Basic/PartialDiagnostic.h 350include/clang/Basic/PartialDiagnostic.h
343include/clang/Basic/PlistSupport.h 351include/clang/Basic/PlistSupport.h
344include/clang/Basic/PrettyStackTrace.h 352include/clang/Basic/PrettyStackTrace.h
 353include/clang/Basic/SanitizerBlacklist.h
345include/clang/Basic/Sanitizers.def 354include/clang/Basic/Sanitizers.def
 355include/clang/Basic/Sanitizers.h
346include/clang/Basic/SourceLocation.h 356include/clang/Basic/SourceLocation.h
347include/clang/Basic/SourceManager.h 357include/clang/Basic/SourceManager.h
348include/clang/Basic/SourceManagerInternals.h 358include/clang/Basic/SourceManagerInternals.h
349include/clang/Basic/Specifiers.h 359include/clang/Basic/Specifiers.h
350include/clang/Basic/TargetBuiltins.h 360include/clang/Basic/TargetBuiltins.h
351include/clang/Basic/TargetCXXABI.h 361include/clang/Basic/TargetCXXABI.h
352include/clang/Basic/TargetInfo.h 362include/clang/Basic/TargetInfo.h
353include/clang/Basic/TargetOptions.h 363include/clang/Basic/TargetOptions.h
354include/clang/Basic/TemplateKinds.h 364include/clang/Basic/TemplateKinds.h
355include/clang/Basic/TokenKinds.def 365include/clang/Basic/TokenKinds.def
356include/clang/Basic/TokenKinds.h 366include/clang/Basic/TokenKinds.h
357include/clang/Basic/TypeTraits.h 367include/clang/Basic/TypeTraits.h
358include/clang/Basic/Version.h 368include/clang/Basic/Version.h
@@ -401,26 +411,28 @@ include/clang/Frontend/DiagnosticRendere @@ -401,26 +411,28 @@ include/clang/Frontend/DiagnosticRendere
401include/clang/Frontend/FrontendAction.h 411include/clang/Frontend/FrontendAction.h
402include/clang/Frontend/FrontendActions.h 412include/clang/Frontend/FrontendActions.h
403include/clang/Frontend/FrontendDiagnostic.h 413include/clang/Frontend/FrontendDiagnostic.h
404include/clang/Frontend/FrontendOptions.h 414include/clang/Frontend/FrontendOptions.h
405include/clang/Frontend/FrontendPluginRegistry.h 415include/clang/Frontend/FrontendPluginRegistry.h
406include/clang/Frontend/LangStandard.h 416include/clang/Frontend/LangStandard.h
407include/clang/Frontend/LangStandards.def 417include/clang/Frontend/LangStandards.def
408include/clang/Frontend/LayoutOverrideSource.h 418include/clang/Frontend/LayoutOverrideSource.h
409include/clang/Frontend/LogDiagnosticPrinter.h 419include/clang/Frontend/LogDiagnosticPrinter.h
410include/clang/Frontend/MigratorOptions.h 420include/clang/Frontend/MigratorOptions.h
411include/clang/Frontend/MultiplexConsumer.h 421include/clang/Frontend/MultiplexConsumer.h
412include/clang/Frontend/PreprocessorOutputOptions.h 422include/clang/Frontend/PreprocessorOutputOptions.h
413include/clang/Frontend/SerializedDiagnosticPrinter.h 423include/clang/Frontend/SerializedDiagnosticPrinter.h
 424include/clang/Frontend/SerializedDiagnosticReader.h
 425include/clang/Frontend/SerializedDiagnostics.h
414include/clang/Frontend/TextDiagnostic.h 426include/clang/Frontend/TextDiagnostic.h
415include/clang/Frontend/TextDiagnosticBuffer.h 427include/clang/Frontend/TextDiagnosticBuffer.h
416include/clang/Frontend/TextDiagnosticPrinter.h 428include/clang/Frontend/TextDiagnosticPrinter.h
417include/clang/Frontend/Utils.h 429include/clang/Frontend/Utils.h
418include/clang/Frontend/VerifyDiagnosticConsumer.h 430include/clang/Frontend/VerifyDiagnosticConsumer.h
419include/clang/FrontendTool/Utils.h 431include/clang/FrontendTool/Utils.h
420include/clang/Index/CommentToXML.h 432include/clang/Index/CommentToXML.h
421include/clang/Index/USRGeneration.h 433include/clang/Index/USRGeneration.h
422include/clang/Lex/CodeCompletionHandler.h 434include/clang/Lex/CodeCompletionHandler.h
423include/clang/Lex/DirectoryLookup.h 435include/clang/Lex/DirectoryLookup.h
424include/clang/Lex/ExternalPreprocessorSource.h 436include/clang/Lex/ExternalPreprocessorSource.h
425include/clang/Lex/HeaderMap.h 437include/clang/Lex/HeaderMap.h
426include/clang/Lex/HeaderSearch.h 438include/clang/Lex/HeaderSearch.h
@@ -543,30 +555,32 @@ include/clang/StaticAnalyzer/Core/PathSe @@ -543,30 +555,32 @@ include/clang/StaticAnalyzer/Core/PathSe
543include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h 555include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
544include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h 556include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
545include/clang/StaticAnalyzer/Core/PathSensitive/Store.h 557include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
546include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h 558include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h
547include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h 559include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
548include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h 560include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h
549include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h 561include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
550include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h 562include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h
551include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h 563include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h
552include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h 564include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h
553include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h 565include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h
554include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h 566include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
555include/clang/StaticAnalyzer/Frontend/FrontendActions.h 567include/clang/StaticAnalyzer/Frontend/FrontendActions.h
 568include/clang/StaticAnalyzer/Frontend/ModelConsumer.h
556include/clang/Tooling/ArgumentsAdjusters.h 569include/clang/Tooling/ArgumentsAdjusters.h
557include/clang/Tooling/CommonOptionsParser.h 570include/clang/Tooling/CommonOptionsParser.h
558include/clang/Tooling/CompilationDatabase.h 571include/clang/Tooling/CompilationDatabase.h
559include/clang/Tooling/CompilationDatabasePluginRegistry.h 572include/clang/Tooling/CompilationDatabasePluginRegistry.h
 573include/clang/Tooling/Core/Replacement.h
560include/clang/Tooling/FileMatchTrie.h 574include/clang/Tooling/FileMatchTrie.h
561include/clang/Tooling/JSONCompilationDatabase.h 575include/clang/Tooling/JSONCompilationDatabase.h
562include/clang/Tooling/Refactoring.h 576include/clang/Tooling/Refactoring.h
563include/clang/Tooling/RefactoringCallbacks.h 577include/clang/Tooling/RefactoringCallbacks.h
564include/clang/Tooling/ReplacementsYaml.h 578include/clang/Tooling/ReplacementsYaml.h
565include/clang/Tooling/Tooling.h 579include/clang/Tooling/Tooling.h
566include/llvm-c/Analysis.h 580include/llvm-c/Analysis.h
567include/llvm-c/BitReader.h 581include/llvm-c/BitReader.h
568include/llvm-c/BitWriter.h 582include/llvm-c/BitWriter.h
569include/llvm-c/Core.h 583include/llvm-c/Core.h
570include/llvm-c/Disassembler.h 584include/llvm-c/Disassembler.h
571include/llvm-c/ExecutionEngine.h 585include/llvm-c/ExecutionEngine.h
572include/llvm-c/IRReader.h 586include/llvm-c/IRReader.h
@@ -633,45 +647,46 @@ include/llvm/ADT/StringSet.h @@ -633,45 +647,46 @@ include/llvm/ADT/StringSet.h
633include/llvm/ADT/StringSwitch.h 647include/llvm/ADT/StringSwitch.h
634include/llvm/ADT/TinyPtrVector.h 648include/llvm/ADT/TinyPtrVector.h
635include/llvm/ADT/Triple.h 649include/llvm/ADT/Triple.h
636include/llvm/ADT/Twine.h 650include/llvm/ADT/Twine.h
637include/llvm/ADT/UniqueVector.h 651include/llvm/ADT/UniqueVector.h
638include/llvm/ADT/VariadicFunction.h 652include/llvm/ADT/VariadicFunction.h
639include/llvm/ADT/edit_distance.h 653include/llvm/ADT/edit_distance.h
640include/llvm/ADT/ilist.h 654include/llvm/ADT/ilist.h
641include/llvm/ADT/ilist_node.h 655include/llvm/ADT/ilist_node.h
642include/llvm/ADT/iterator.h 656include/llvm/ADT/iterator.h
643include/llvm/ADT/iterator_range.h 657include/llvm/ADT/iterator_range.h
644include/llvm/Analysis/AliasAnalysis.h 658include/llvm/Analysis/AliasAnalysis.h
645include/llvm/Analysis/AliasSetTracker.h 659include/llvm/Analysis/AliasSetTracker.h
 660include/llvm/Analysis/AssumptionCache.h
646include/llvm/Analysis/BlockFrequencyInfo.h 661include/llvm/Analysis/BlockFrequencyInfo.h
647include/llvm/Analysis/BlockFrequencyInfoImpl.h 662include/llvm/Analysis/BlockFrequencyInfoImpl.h
648include/llvm/Analysis/BranchProbabilityInfo.h 663include/llvm/Analysis/BranchProbabilityInfo.h
649include/llvm/Analysis/CFG.h 664include/llvm/Analysis/CFG.h
650include/llvm/Analysis/CFGPrinter.h 665include/llvm/Analysis/CFGPrinter.h
651include/llvm/Analysis/CGSCCPassManager.h 666include/llvm/Analysis/CGSCCPassManager.h
652include/llvm/Analysis/CallGraph.h 667include/llvm/Analysis/CallGraph.h
653include/llvm/Analysis/CallGraphSCCPass.h 668include/llvm/Analysis/CallGraphSCCPass.h
654include/llvm/Analysis/CallPrinter.h 669include/llvm/Analysis/CallPrinter.h
655include/llvm/Analysis/CaptureTracking.h 670include/llvm/Analysis/CaptureTracking.h
656include/llvm/Analysis/CodeMetrics.h 671include/llvm/Analysis/CodeMetrics.h
657include/llvm/Analysis/ConstantFolding.h 672include/llvm/Analysis/ConstantFolding.h
658include/llvm/Analysis/ConstantsScanner.h 673include/llvm/Analysis/ConstantsScanner.h
659include/llvm/Analysis/DOTGraphTraitsPass.h 674include/llvm/Analysis/DOTGraphTraitsPass.h
660include/llvm/Analysis/DependenceAnalysis.h 675include/llvm/Analysis/DependenceAnalysis.h
661include/llvm/Analysis/DomPrinter.h 676include/llvm/Analysis/DomPrinter.h
662include/llvm/Analysis/DominanceFrontier.h 677include/llvm/Analysis/DominanceFrontier.h
663include/llvm/Analysis/DominanceFrontierImpl.h 678include/llvm/Analysis/DominanceFrontierImpl.h
664include/llvm/Analysis/FindUsedTypes.h 679include/llvm/Analysis/FunctionTargetTransformInfo.h
665include/llvm/Analysis/IVUsers.h 680include/llvm/Analysis/IVUsers.h
666include/llvm/Analysis/InlineCost.h 681include/llvm/Analysis/InlineCost.h
667include/llvm/Analysis/InstructionSimplify.h 682include/llvm/Analysis/InstructionSimplify.h
668include/llvm/Analysis/Interval.h 683include/llvm/Analysis/Interval.h
669include/llvm/Analysis/IntervalIterator.h 684include/llvm/Analysis/IntervalIterator.h
670include/llvm/Analysis/IntervalPartition.h 685include/llvm/Analysis/IntervalPartition.h
671include/llvm/Analysis/JumpInstrTableInfo.h 686include/llvm/Analysis/JumpInstrTableInfo.h
672include/llvm/Analysis/LazyCallGraph.h 687include/llvm/Analysis/LazyCallGraph.h
673include/llvm/Analysis/LazyValueInfo.h 688include/llvm/Analysis/LazyValueInfo.h
674include/llvm/Analysis/LibCallAliasAnalysis.h 689include/llvm/Analysis/LibCallAliasAnalysis.h
675include/llvm/Analysis/LibCallSemantics.h 690include/llvm/Analysis/LibCallSemantics.h
676include/llvm/Analysis/Lint.h 691include/llvm/Analysis/Lint.h
677include/llvm/Analysis/Loads.h 692include/llvm/Analysis/Loads.h
@@ -703,86 +718,85 @@ include/llvm/AsmParser/Parser.h @@ -703,86 +718,85 @@ include/llvm/AsmParser/Parser.h
703include/llvm/Bitcode/BitCodes.h 718include/llvm/Bitcode/BitCodes.h
704include/llvm/Bitcode/BitcodeWriterPass.h 719include/llvm/Bitcode/BitcodeWriterPass.h
705include/llvm/Bitcode/BitstreamReader.h 720include/llvm/Bitcode/BitstreamReader.h
706include/llvm/Bitcode/BitstreamWriter.h 721include/llvm/Bitcode/BitstreamWriter.h
707include/llvm/Bitcode/LLVMBitCodes.h 722include/llvm/Bitcode/LLVMBitCodes.h
708include/llvm/Bitcode/ReaderWriter.h 723include/llvm/Bitcode/ReaderWriter.h
709include/llvm/CodeGen/Analysis.h 724include/llvm/CodeGen/Analysis.h
710include/llvm/CodeGen/AsmPrinter.h 725include/llvm/CodeGen/AsmPrinter.h
711include/llvm/CodeGen/CalcSpillWeights.h 726include/llvm/CodeGen/CalcSpillWeights.h
712include/llvm/CodeGen/CallingConvLower.h 727include/llvm/CodeGen/CallingConvLower.h
713include/llvm/CodeGen/CommandFlags.h 728include/llvm/CodeGen/CommandFlags.h
714include/llvm/CodeGen/DAGCombine.h 729include/llvm/CodeGen/DAGCombine.h
715include/llvm/CodeGen/DFAPacketizer.h 730include/llvm/CodeGen/DFAPacketizer.h
 731include/llvm/CodeGen/DIE.h
716include/llvm/CodeGen/EdgeBundles.h 732include/llvm/CodeGen/EdgeBundles.h
717include/llvm/CodeGen/FastISel.h 733include/llvm/CodeGen/FastISel.h
 734include/llvm/CodeGen/ForwardControlFlowIntegrity.h
718include/llvm/CodeGen/FunctionLoweringInfo.h 735include/llvm/CodeGen/FunctionLoweringInfo.h
719include/llvm/CodeGen/GCMetadata.h 736include/llvm/CodeGen/GCMetadata.h
720include/llvm/CodeGen/GCMetadataPrinter.h 737include/llvm/CodeGen/GCMetadataPrinter.h
721include/llvm/CodeGen/GCStrategy.h 738include/llvm/CodeGen/GCStrategy.h
722include/llvm/CodeGen/GCs.h 739include/llvm/CodeGen/GCs.h
723include/llvm/CodeGen/ISDOpcodes.h 740include/llvm/CodeGen/ISDOpcodes.h
724include/llvm/CodeGen/IntrinsicLowering.h 741include/llvm/CodeGen/IntrinsicLowering.h
725include/llvm/CodeGen/JITCodeEmitter.h 
726include/llvm/CodeGen/JumpInstrTables.h 742include/llvm/CodeGen/JumpInstrTables.h
727include/llvm/CodeGen/LatencyPriorityQueue.h 743include/llvm/CodeGen/LatencyPriorityQueue.h
728include/llvm/CodeGen/LexicalScopes.h 744include/llvm/CodeGen/LexicalScopes.h
729include/llvm/CodeGen/LinkAllAsmWriterComponents.h 745include/llvm/CodeGen/LinkAllAsmWriterComponents.h
730include/llvm/CodeGen/LinkAllCodegenComponents.h 746include/llvm/CodeGen/LinkAllCodegenComponents.h
731include/llvm/CodeGen/LiveInterval.h 747include/llvm/CodeGen/LiveInterval.h
732include/llvm/CodeGen/LiveIntervalAnalysis.h 748include/llvm/CodeGen/LiveIntervalAnalysis.h
733include/llvm/CodeGen/LiveIntervalUnion.h 749include/llvm/CodeGen/LiveIntervalUnion.h
734include/llvm/CodeGen/LivePhysRegs.h 750include/llvm/CodeGen/LivePhysRegs.h
735include/llvm/CodeGen/LiveRangeEdit.h 751include/llvm/CodeGen/LiveRangeEdit.h
736include/llvm/CodeGen/LiveRegMatrix.h 752include/llvm/CodeGen/LiveRegMatrix.h
737include/llvm/CodeGen/LiveStackAnalysis.h 753include/llvm/CodeGen/LiveStackAnalysis.h
738include/llvm/CodeGen/LiveVariables.h 754include/llvm/CodeGen/LiveVariables.h
739include/llvm/CodeGen/MachORelocation.h 755include/llvm/CodeGen/MachORelocation.h
740include/llvm/CodeGen/MachineBasicBlock.h 756include/llvm/CodeGen/MachineBasicBlock.h
741include/llvm/CodeGen/MachineBlockFrequencyInfo.h 757include/llvm/CodeGen/MachineBlockFrequencyInfo.h
742include/llvm/CodeGen/MachineBranchProbabilityInfo.h 758include/llvm/CodeGen/MachineBranchProbabilityInfo.h
743include/llvm/CodeGen/MachineCodeEmitter.h 759include/llvm/CodeGen/MachineCombinerPattern.h
744include/llvm/CodeGen/MachineCodeInfo.h 
745include/llvm/CodeGen/MachineConstantPool.h 760include/llvm/CodeGen/MachineConstantPool.h
746include/llvm/CodeGen/MachineDominanceFrontier.h 761include/llvm/CodeGen/MachineDominanceFrontier.h
747include/llvm/CodeGen/MachineDominators.h 762include/llvm/CodeGen/MachineDominators.h
748include/llvm/CodeGen/MachineFrameInfo.h 763include/llvm/CodeGen/MachineFrameInfo.h
749include/llvm/CodeGen/MachineFunction.h 764include/llvm/CodeGen/MachineFunction.h
750include/llvm/CodeGen/MachineFunctionAnalysis.h 765include/llvm/CodeGen/MachineFunctionAnalysis.h
751include/llvm/CodeGen/MachineFunctionPass.h 766include/llvm/CodeGen/MachineFunctionPass.h
752include/llvm/CodeGen/MachineInstr.h 767include/llvm/CodeGen/MachineInstr.h
753include/llvm/CodeGen/MachineInstrBuilder.h 768include/llvm/CodeGen/MachineInstrBuilder.h
754include/llvm/CodeGen/MachineInstrBundle.h 769include/llvm/CodeGen/MachineInstrBundle.h
755include/llvm/CodeGen/MachineJumpTableInfo.h 770include/llvm/CodeGen/MachineJumpTableInfo.h
756include/llvm/CodeGen/MachineLoopInfo.h 771include/llvm/CodeGen/MachineLoopInfo.h
757include/llvm/CodeGen/MachineMemOperand.h 772include/llvm/CodeGen/MachineMemOperand.h
758include/llvm/CodeGen/MachineModuleInfo.h 773include/llvm/CodeGen/MachineModuleInfo.h
759include/llvm/CodeGen/MachineModuleInfoImpls.h 774include/llvm/CodeGen/MachineModuleInfoImpls.h
760include/llvm/CodeGen/MachineOperand.h 775include/llvm/CodeGen/MachineOperand.h
761include/llvm/CodeGen/MachinePassRegistry.h 776include/llvm/CodeGen/MachinePassRegistry.h
762include/llvm/CodeGen/MachinePostDominators.h 777include/llvm/CodeGen/MachinePostDominators.h
763include/llvm/CodeGen/MachineRegionInfo.h 778include/llvm/CodeGen/MachineRegionInfo.h
764include/llvm/CodeGen/MachineRegisterInfo.h 779include/llvm/CodeGen/MachineRegisterInfo.h
765include/llvm/CodeGen/MachineRelocation.h 
766include/llvm/CodeGen/MachineSSAUpdater.h 780include/llvm/CodeGen/MachineSSAUpdater.h
767include/llvm/CodeGen/MachineScheduler.h 781include/llvm/CodeGen/MachineScheduler.h
768include/llvm/CodeGen/MachineTraceMetrics.h 782include/llvm/CodeGen/MachineTraceMetrics.h
769include/llvm/CodeGen/MachineValueType.h 783include/llvm/CodeGen/MachineValueType.h
770include/llvm/CodeGen/PBQP/CostAllocator.h 784include/llvm/CodeGen/PBQP/CostAllocator.h
771include/llvm/CodeGen/PBQP/Graph.h 785include/llvm/CodeGen/PBQP/Graph.h
772include/llvm/CodeGen/PBQP/Math.h 786include/llvm/CodeGen/PBQP/Math.h
773include/llvm/CodeGen/PBQP/ReductionRules.h 787include/llvm/CodeGen/PBQP/ReductionRules.h
774include/llvm/CodeGen/PBQP/RegAllocSolver.h 
775include/llvm/CodeGen/PBQP/Solution.h 788include/llvm/CodeGen/PBQP/Solution.h
 789include/llvm/CodeGen/PBQPRAConstraint.h
776include/llvm/CodeGen/Passes.h 790include/llvm/CodeGen/Passes.h
777include/llvm/CodeGen/PseudoSourceValue.h 791include/llvm/CodeGen/PseudoSourceValue.h
778include/llvm/CodeGen/RegAllocPBQP.h 792include/llvm/CodeGen/RegAllocPBQP.h
779include/llvm/CodeGen/RegAllocRegistry.h 793include/llvm/CodeGen/RegAllocRegistry.h
780include/llvm/CodeGen/RegisterClassInfo.h 794include/llvm/CodeGen/RegisterClassInfo.h
781include/llvm/CodeGen/RegisterPressure.h 795include/llvm/CodeGen/RegisterPressure.h
782include/llvm/CodeGen/RegisterScavenging.h 796include/llvm/CodeGen/RegisterScavenging.h
783include/llvm/CodeGen/ResourcePriorityQueue.h 797include/llvm/CodeGen/ResourcePriorityQueue.h
784include/llvm/CodeGen/RuntimeLibcalls.h 798include/llvm/CodeGen/RuntimeLibcalls.h
785include/llvm/CodeGen/ScheduleDAG.h 799include/llvm/CodeGen/ScheduleDAG.h
786include/llvm/CodeGen/ScheduleDAGInstrs.h 800include/llvm/CodeGen/ScheduleDAGInstrs.h
787include/llvm/CodeGen/ScheduleDFS.h 801include/llvm/CodeGen/ScheduleDFS.h
788include/llvm/CodeGen/ScheduleHazardRecognizer.h 802include/llvm/CodeGen/ScheduleHazardRecognizer.h
@@ -797,38 +811,50 @@ include/llvm/CodeGen/StackMaps.h @@ -797,38 +811,50 @@ include/llvm/CodeGen/StackMaps.h
797include/llvm/CodeGen/StackProtector.h 811include/llvm/CodeGen/StackProtector.h
798include/llvm/CodeGen/TargetLoweringObjectFileImpl.h 812include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
799include/llvm/CodeGen/TargetSchedule.h 813include/llvm/CodeGen/TargetSchedule.h
800include/llvm/CodeGen/ValueTypes.h 814include/llvm/CodeGen/ValueTypes.h
801include/llvm/CodeGen/ValueTypes.td 815include/llvm/CodeGen/ValueTypes.td
802include/llvm/CodeGen/VirtRegMap.h 816include/llvm/CodeGen/VirtRegMap.h
803include/llvm/Config/AsmParsers.def 817include/llvm/Config/AsmParsers.def
804include/llvm/Config/AsmPrinters.def 818include/llvm/Config/AsmPrinters.def
805include/llvm/Config/Disassemblers.def 819include/llvm/Config/Disassemblers.def
806include/llvm/Config/Targets.def 820include/llvm/Config/Targets.def
807include/llvm/Config/config.h 821include/llvm/Config/config.h
808include/llvm/Config/llvm-config.h 822include/llvm/Config/llvm-config.h
809include/llvm/DebugInfo/DIContext.h 823include/llvm/DebugInfo/DIContext.h
 824include/llvm/DebugInfo/DWARFAbbreviationDeclaration.h
 825include/llvm/DebugInfo/DWARFAcceleratorTable.h
 826include/llvm/DebugInfo/DWARFCompileUnit.h
 827include/llvm/DebugInfo/DWARFContext.h
 828include/llvm/DebugInfo/DWARFDebugAbbrev.h
 829include/llvm/DebugInfo/DWARFDebugArangeSet.h
 830include/llvm/DebugInfo/DWARFDebugAranges.h
 831include/llvm/DebugInfo/DWARFDebugFrame.h
 832include/llvm/DebugInfo/DWARFDebugInfoEntry.h
 833include/llvm/DebugInfo/DWARFDebugLine.h
 834include/llvm/DebugInfo/DWARFDebugLoc.h
 835include/llvm/DebugInfo/DWARFDebugRangeList.h
810include/llvm/DebugInfo/DWARFFormValue.h 836include/llvm/DebugInfo/DWARFFormValue.h
 837include/llvm/DebugInfo/DWARFRelocMap.h
 838include/llvm/DebugInfo/DWARFSection.h
 839include/llvm/DebugInfo/DWARFTypeUnit.h
 840include/llvm/DebugInfo/DWARFUnit.h
811include/llvm/ExecutionEngine/ExecutionEngine.h 841include/llvm/ExecutionEngine/ExecutionEngine.h
812include/llvm/ExecutionEngine/GenericValue.h 842include/llvm/ExecutionEngine/GenericValue.h
813include/llvm/ExecutionEngine/Interpreter.h 843include/llvm/ExecutionEngine/Interpreter.h
814include/llvm/ExecutionEngine/JIT.h 
815include/llvm/ExecutionEngine/JITEventListener.h 844include/llvm/ExecutionEngine/JITEventListener.h
816include/llvm/ExecutionEngine/JITMemoryManager.h 
817include/llvm/ExecutionEngine/MCJIT.h 845include/llvm/ExecutionEngine/MCJIT.h
818include/llvm/ExecutionEngine/OProfileWrapper.h 846include/llvm/ExecutionEngine/OProfileWrapper.h
819include/llvm/ExecutionEngine/ObjectBuffer.h 
820include/llvm/ExecutionEngine/ObjectCache.h 847include/llvm/ExecutionEngine/ObjectCache.h
821include/llvm/ExecutionEngine/ObjectImage.h 
822include/llvm/ExecutionEngine/RTDyldMemoryManager.h 848include/llvm/ExecutionEngine/RTDyldMemoryManager.h
823include/llvm/ExecutionEngine/RuntimeDyld.h 849include/llvm/ExecutionEngine/RuntimeDyld.h
824include/llvm/ExecutionEngine/RuntimeDyldChecker.h 850include/llvm/ExecutionEngine/RuntimeDyldChecker.h
825include/llvm/ExecutionEngine/SectionMemoryManager.h 851include/llvm/ExecutionEngine/SectionMemoryManager.h
826include/llvm/IR/Argument.h 852include/llvm/IR/Argument.h
827include/llvm/IR/AssemblyAnnotationWriter.h 853include/llvm/IR/AssemblyAnnotationWriter.h
828include/llvm/IR/Attributes.h 854include/llvm/IR/Attributes.h
829include/llvm/IR/AutoUpgrade.h 855include/llvm/IR/AutoUpgrade.h
830include/llvm/IR/BasicBlock.h 856include/llvm/IR/BasicBlock.h
831include/llvm/IR/CFG.h 857include/llvm/IR/CFG.h
832include/llvm/IR/CallSite.h 858include/llvm/IR/CallSite.h
833include/llvm/IR/CallingConv.h 859include/llvm/IR/CallingConv.h
834include/llvm/IR/Comdat.h 860include/llvm/IR/Comdat.h
@@ -864,64 +890,65 @@ include/llvm/IR/IntrinsicInst.h @@ -864,64 +890,65 @@ include/llvm/IR/IntrinsicInst.h
864include/llvm/IR/Intrinsics.gen 890include/llvm/IR/Intrinsics.gen
865include/llvm/IR/Intrinsics.h 891include/llvm/IR/Intrinsics.h
866include/llvm/IR/Intrinsics.td 892include/llvm/IR/Intrinsics.td
867include/llvm/IR/IntrinsicsAArch64.td 893include/llvm/IR/IntrinsicsAArch64.td
868include/llvm/IR/IntrinsicsARM.td 894include/llvm/IR/IntrinsicsARM.td
869include/llvm/IR/IntrinsicsHexagon.td 895include/llvm/IR/IntrinsicsHexagon.td
870include/llvm/IR/IntrinsicsMips.td 896include/llvm/IR/IntrinsicsMips.td
871include/llvm/IR/IntrinsicsNVVM.td 897include/llvm/IR/IntrinsicsNVVM.td
872include/llvm/IR/IntrinsicsPowerPC.td 898include/llvm/IR/IntrinsicsPowerPC.td
873include/llvm/IR/IntrinsicsR600.td 899include/llvm/IR/IntrinsicsR600.td
874include/llvm/IR/IntrinsicsX86.td 900include/llvm/IR/IntrinsicsX86.td
875include/llvm/IR/IntrinsicsXCore.td 901include/llvm/IR/IntrinsicsXCore.td
876include/llvm/IR/LLVMContext.h 902include/llvm/IR/LLVMContext.h
877include/llvm/IR/LeakDetector.h 
878include/llvm/IR/LegacyPassManager.h 903include/llvm/IR/LegacyPassManager.h
879include/llvm/IR/LegacyPassManagers.h 904include/llvm/IR/LegacyPassManagers.h
880include/llvm/IR/LegacyPassNameParser.h 905include/llvm/IR/LegacyPassNameParser.h
881include/llvm/IR/MDBuilder.h 906include/llvm/IR/MDBuilder.h
882include/llvm/IR/Mangler.h 907include/llvm/IR/Mangler.h
 908include/llvm/IR/Metadata.def
883include/llvm/IR/Metadata.h 909include/llvm/IR/Metadata.h
 910include/llvm/IR/MetadataTracking.h
884include/llvm/IR/Module.h 911include/llvm/IR/Module.h
885include/llvm/IR/NoFolder.h 912include/llvm/IR/NoFolder.h
886include/llvm/IR/OperandTraits.h 913include/llvm/IR/OperandTraits.h
887include/llvm/IR/Operator.h 914include/llvm/IR/Operator.h
888include/llvm/IR/PassManager.h 915include/llvm/IR/PassManager.h
 916include/llvm/IR/PassManagerInternal.h
889include/llvm/IR/PatternMatch.h 917include/llvm/IR/PatternMatch.h
890include/llvm/IR/PredIteratorCache.h 918include/llvm/IR/PredIteratorCache.h
 919include/llvm/IR/Statepoint.h
891include/llvm/IR/SymbolTableListTraits.h 920include/llvm/IR/SymbolTableListTraits.h
 921include/llvm/IR/TrackingMDRef.h
892include/llvm/IR/Type.h 922include/llvm/IR/Type.h
893include/llvm/IR/TypeBuilder.h 923include/llvm/IR/TypeBuilder.h
894include/llvm/IR/TypeFinder.h 924include/llvm/IR/TypeFinder.h
895include/llvm/IR/Use.h 925include/llvm/IR/Use.h
 926include/llvm/IR/UseListOrder.h
896include/llvm/IR/User.h 927include/llvm/IR/User.h
897include/llvm/IR/Value.h 928include/llvm/IR/Value.h
898include/llvm/IR/ValueHandle.h 929include/llvm/IR/ValueHandle.h
899include/llvm/IR/ValueMap.h 930include/llvm/IR/ValueMap.h
900include/llvm/IR/ValueSymbolTable.h 931include/llvm/IR/ValueSymbolTable.h
901include/llvm/IR/Verifier.h 932include/llvm/IR/Verifier.h
902include/llvm/IRReader/IRReader.h 933include/llvm/IRReader/IRReader.h
903include/llvm/InitializePasses.h 934include/llvm/InitializePasses.h
904include/llvm/LTO/LTOCodeGenerator.h 935include/llvm/LTO/LTOCodeGenerator.h
905include/llvm/LTO/LTOModule.h 936include/llvm/LTO/LTOModule.h
906include/llvm/LineEditor/LineEditor.h 937include/llvm/LineEditor/LineEditor.h
907include/llvm/LinkAllIR.h 938include/llvm/LinkAllIR.h
908include/llvm/LinkAllPasses.h 939include/llvm/LinkAllPasses.h
909include/llvm/Linker/Linker.h 940include/llvm/Linker/Linker.h
910include/llvm/MC/ConstantPools.h 941include/llvm/MC/ConstantPools.h
911include/llvm/MC/MCAnalysis/MCAtom.h 
912include/llvm/MC/MCAnalysis/MCFunction.h 
913include/llvm/MC/MCAnalysis/MCModule.h 
914include/llvm/MC/MCAnalysis/MCModuleYAML.h 
915include/llvm/MC/MCAsmBackend.h 942include/llvm/MC/MCAsmBackend.h
916include/llvm/MC/MCAsmInfo.h 943include/llvm/MC/MCAsmInfo.h
917include/llvm/MC/MCAsmInfoCOFF.h 944include/llvm/MC/MCAsmInfoCOFF.h
918include/llvm/MC/MCAsmInfoDarwin.h 945include/llvm/MC/MCAsmInfoDarwin.h
919include/llvm/MC/MCAsmInfoELF.h 946include/llvm/MC/MCAsmInfoELF.h
920include/llvm/MC/MCAsmLayout.h 947include/llvm/MC/MCAsmLayout.h
921include/llvm/MC/MCAssembler.h 948include/llvm/MC/MCAssembler.h
922include/llvm/MC/MCCodeEmitter.h 949include/llvm/MC/MCCodeEmitter.h
923include/llvm/MC/MCCodeGenInfo.h 950include/llvm/MC/MCCodeGenInfo.h
924include/llvm/MC/MCContext.h 951include/llvm/MC/MCContext.h
925include/llvm/MC/MCDirectives.h 952include/llvm/MC/MCDirectives.h
926include/llvm/MC/MCDisassembler.h 953include/llvm/MC/MCDisassembler.h
927include/llvm/MC/MCDwarf.h 954include/llvm/MC/MCDwarf.h
@@ -935,30 +962,28 @@ include/llvm/MC/MCFixedLenDisassembler.h @@ -935,30 +962,28 @@ include/llvm/MC/MCFixedLenDisassembler.h
935include/llvm/MC/MCFixup.h 962include/llvm/MC/MCFixup.h
936include/llvm/MC/MCFixupKindInfo.h 963include/llvm/MC/MCFixupKindInfo.h
937include/llvm/MC/MCInst.h 964include/llvm/MC/MCInst.h
938include/llvm/MC/MCInstBuilder.h 965include/llvm/MC/MCInstBuilder.h
939include/llvm/MC/MCInstPrinter.h 966include/llvm/MC/MCInstPrinter.h
940include/llvm/MC/MCInstrAnalysis.h 967include/llvm/MC/MCInstrAnalysis.h
941include/llvm/MC/MCInstrDesc.h 968include/llvm/MC/MCInstrDesc.h
942include/llvm/MC/MCInstrInfo.h 969include/llvm/MC/MCInstrInfo.h
943include/llvm/MC/MCInstrItineraries.h 970include/llvm/MC/MCInstrItineraries.h
944include/llvm/MC/MCLabel.h 971include/llvm/MC/MCLabel.h
945include/llvm/MC/MCLinkerOptimizationHint.h 972include/llvm/MC/MCLinkerOptimizationHint.h
946include/llvm/MC/MCMachOSymbolFlags.h 973include/llvm/MC/MCMachOSymbolFlags.h
947include/llvm/MC/MCMachObjectWriter.h 974include/llvm/MC/MCMachObjectWriter.h
948include/llvm/MC/MCObjectDisassembler.h 
949include/llvm/MC/MCObjectFileInfo.h 975include/llvm/MC/MCObjectFileInfo.h
950include/llvm/MC/MCObjectStreamer.h 976include/llvm/MC/MCObjectStreamer.h
951include/llvm/MC/MCObjectSymbolizer.h 
952include/llvm/MC/MCObjectWriter.h 977include/llvm/MC/MCObjectWriter.h
953include/llvm/MC/MCParser/AsmCond.h 978include/llvm/MC/MCParser/AsmCond.h
954include/llvm/MC/MCParser/AsmLexer.h 979include/llvm/MC/MCParser/AsmLexer.h
955include/llvm/MC/MCParser/MCAsmLexer.h 980include/llvm/MC/MCParser/MCAsmLexer.h
956include/llvm/MC/MCParser/MCAsmParser.h 981include/llvm/MC/MCParser/MCAsmParser.h
957include/llvm/MC/MCParser/MCAsmParserExtension.h 982include/llvm/MC/MCParser/MCAsmParserExtension.h
958include/llvm/MC/MCParser/MCParsedAsmOperand.h 983include/llvm/MC/MCParser/MCParsedAsmOperand.h
959include/llvm/MC/MCRegisterInfo.h 984include/llvm/MC/MCRegisterInfo.h
960include/llvm/MC/MCRelocationInfo.h 985include/llvm/MC/MCRelocationInfo.h
961include/llvm/MC/MCSchedule.h 986include/llvm/MC/MCSchedule.h
962include/llvm/MC/MCSection.h 987include/llvm/MC/MCSection.h
963include/llvm/MC/MCSectionCOFF.h 988include/llvm/MC/MCSectionCOFF.h
964include/llvm/MC/MCSectionELF.h 989include/llvm/MC/MCSectionELF.h
@@ -997,29 +1022,35 @@ include/llvm/Object/RelocVisitor.h @@ -997,29 +1022,35 @@ include/llvm/Object/RelocVisitor.h
997include/llvm/Object/SymbolicFile.h 1022include/llvm/Object/SymbolicFile.h
998include/llvm/Option/Arg.h 1023include/llvm/Option/Arg.h
999include/llvm/Option/ArgList.h 1024include/llvm/Option/ArgList.h
1000include/llvm/Option/OptParser.td 1025include/llvm/Option/OptParser.td
1001include/llvm/Option/OptSpecifier.h 1026include/llvm/Option/OptSpecifier.h
1002include/llvm/Option/OptTable.h 1027include/llvm/Option/OptTable.h
1003include/llvm/Option/Option.h 1028include/llvm/Option/Option.h
1004include/llvm/Pass.h 1029include/llvm/Pass.h
1005include/llvm/PassAnalysisSupport.h 1030include/llvm/PassAnalysisSupport.h
1006include/llvm/PassInfo.h 1031include/llvm/PassInfo.h
1007include/llvm/PassManager.h 1032include/llvm/PassManager.h
1008include/llvm/PassRegistry.h 1033include/llvm/PassRegistry.h
1009include/llvm/PassSupport.h 1034include/llvm/PassSupport.h
 1035include/llvm/ProfileData/CoverageMapping.h
 1036include/llvm/ProfileData/CoverageMappingReader.h
 1037include/llvm/ProfileData/CoverageMappingWriter.h
1010include/llvm/ProfileData/InstrProf.h 1038include/llvm/ProfileData/InstrProf.h
1011include/llvm/ProfileData/InstrProfReader.h 1039include/llvm/ProfileData/InstrProfReader.h
1012include/llvm/ProfileData/InstrProfWriter.h 1040include/llvm/ProfileData/InstrProfWriter.h
 1041include/llvm/ProfileData/SampleProf.h
 1042include/llvm/ProfileData/SampleProfReader.h
 1043include/llvm/ProfileData/SampleProfWriter.h
1013include/llvm/Support/AIXDataTypesFix.h 1044include/llvm/Support/AIXDataTypesFix.h
1014include/llvm/Support/ARMBuildAttributes.h 1045include/llvm/Support/ARMBuildAttributes.h
1015include/llvm/Support/ARMEHABI.h 1046include/llvm/Support/ARMEHABI.h
1016include/llvm/Support/ARMWinEH.h 1047include/llvm/Support/ARMWinEH.h
1017include/llvm/Support/AlignOf.h 1048include/llvm/Support/AlignOf.h
1018include/llvm/Support/Allocator.h 1049include/llvm/Support/Allocator.h
1019include/llvm/Support/ArrayRecycler.h 1050include/llvm/Support/ArrayRecycler.h
1020include/llvm/Support/Atomic.h 1051include/llvm/Support/Atomic.h
1021include/llvm/Support/BlockFrequency.h 1052include/llvm/Support/BlockFrequency.h
1022include/llvm/Support/BranchProbability.h 1053include/llvm/Support/BranchProbability.h
1023include/llvm/Support/CBindingWrapping.h 1054include/llvm/Support/CBindingWrapping.h
1024include/llvm/Support/COFF.h 1055include/llvm/Support/COFF.h
1025include/llvm/Support/Capacity.h 1056include/llvm/Support/Capacity.h
@@ -1028,119 +1059,128 @@ include/llvm/Support/CodeGen.h @@ -1028,119 +1059,128 @@ include/llvm/Support/CodeGen.h
1028include/llvm/Support/CommandLine.h 1059include/llvm/Support/CommandLine.h
1029include/llvm/Support/Compiler.h 1060include/llvm/Support/Compiler.h
1030include/llvm/Support/Compression.h 1061include/llvm/Support/Compression.h
1031include/llvm/Support/ConvertUTF.h 1062include/llvm/Support/ConvertUTF.h
1032include/llvm/Support/CrashRecoveryContext.h 1063include/llvm/Support/CrashRecoveryContext.h
1033include/llvm/Support/DOTGraphTraits.h 1064include/llvm/Support/DOTGraphTraits.h
1034include/llvm/Support/DataExtractor.h 1065include/llvm/Support/DataExtractor.h
1035include/llvm/Support/DataStream.h 1066include/llvm/Support/DataStream.h
1036include/llvm/Support/DataTypes.h 1067include/llvm/Support/DataTypes.h
1037include/llvm/Support/Debug.h 1068include/llvm/Support/Debug.h
1038include/llvm/Support/Dwarf.h 1069include/llvm/Support/Dwarf.h
1039include/llvm/Support/DynamicLibrary.h 1070include/llvm/Support/DynamicLibrary.h
1040include/llvm/Support/ELF.h 1071include/llvm/Support/ELF.h
 1072include/llvm/Support/ELFRelocs/AArch64.def
 1073include/llvm/Support/ELFRelocs/ARM.def
 1074include/llvm/Support/ELFRelocs/Hexagon.def
 1075include/llvm/Support/ELFRelocs/Mips.def
 1076include/llvm/Support/ELFRelocs/PowerPC.def
 1077include/llvm/Support/ELFRelocs/PowerPC64.def
 1078include/llvm/Support/ELFRelocs/Sparc.def
 1079include/llvm/Support/ELFRelocs/SystemZ.def
 1080include/llvm/Support/ELFRelocs/i386.def
 1081include/llvm/Support/ELFRelocs/${MACHINE_ARCH}.def
1041include/llvm/Support/Endian.h 1082include/llvm/Support/Endian.h
1042include/llvm/Support/EndianStream.h 1083include/llvm/Support/EndianStream.h
1043include/llvm/Support/Errc.h 1084include/llvm/Support/Errc.h
1044include/llvm/Support/Errno.h 1085include/llvm/Support/Errno.h
1045include/llvm/Support/ErrorHandling.h 1086include/llvm/Support/ErrorHandling.h
1046include/llvm/Support/ErrorOr.h 1087include/llvm/Support/ErrorOr.h
1047include/llvm/Support/FileOutputBuffer.h 1088include/llvm/Support/FileOutputBuffer.h
1048include/llvm/Support/FileSystem.h 1089include/llvm/Support/FileSystem.h
1049include/llvm/Support/FileUtilities.h 1090include/llvm/Support/FileUtilities.h
1050include/llvm/Support/Format.h 1091include/llvm/Support/Format.h
1051include/llvm/Support/FormattedStream.h 1092include/llvm/Support/FormattedStream.h
1052include/llvm/Support/GCOV.h 1093include/llvm/Support/GCOV.h
1053include/llvm/Support/GenericDomTree.h 1094include/llvm/Support/GenericDomTree.h
1054include/llvm/Support/GenericDomTreeConstruction.h 1095include/llvm/Support/GenericDomTreeConstruction.h
1055include/llvm/Support/GraphWriter.h 1096include/llvm/Support/GraphWriter.h
1056include/llvm/Support/Host.h 1097include/llvm/Support/Host.h
1057include/llvm/Support/IncludeFile.h 
1058include/llvm/Support/LEB128.h 1098include/llvm/Support/LEB128.h
1059include/llvm/Support/LICENSE.TXT 1099include/llvm/Support/LICENSE.TXT
1060include/llvm/Support/LineIterator.h 1100include/llvm/Support/LineIterator.h
1061include/llvm/Support/Locale.h 1101include/llvm/Support/Locale.h
1062include/llvm/Support/LockFileManager.h 1102include/llvm/Support/LockFileManager.h
1063include/llvm/Support/MD5.h 1103include/llvm/Support/MD5.h
1064include/llvm/Support/MachO.h 1104include/llvm/Support/MachO.h
1065include/llvm/Support/ManagedStatic.h 1105include/llvm/Support/ManagedStatic.h
1066include/llvm/Support/MathExtras.h 1106include/llvm/Support/MathExtras.h
1067include/llvm/Support/Memory.h 1107include/llvm/Support/Memory.h
1068include/llvm/Support/MemoryBuffer.h 1108include/llvm/Support/MemoryBuffer.h
1069include/llvm/Support/MemoryObject.h 1109include/llvm/Support/MemoryObject.h
1070include/llvm/Support/Mutex.h 1110include/llvm/Support/Mutex.h
1071include/llvm/Support/MutexGuard.h 1111include/llvm/Support/MutexGuard.h
1072include/llvm/Support/OnDiskHashTable.h 1112include/llvm/Support/OnDiskHashTable.h
 1113include/llvm/Support/Options.h
1073include/llvm/Support/OutputBuffer.h 1114include/llvm/Support/OutputBuffer.h
1074include/llvm/Support/Path.h 1115include/llvm/Support/Path.h
1075include/llvm/Support/PluginLoader.h 1116include/llvm/Support/PluginLoader.h
1076include/llvm/Support/PointerLikeTypeTraits.h 1117include/llvm/Support/PointerLikeTypeTraits.h
1077include/llvm/Support/PrettyStackTrace.h 1118include/llvm/Support/PrettyStackTrace.h
1078include/llvm/Support/Process.h 1119include/llvm/Support/Process.h
1079include/llvm/Support/Program.h 1120include/llvm/Support/Program.h
1080include/llvm/Support/RWMutex.h 1121include/llvm/Support/RWMutex.h
1081include/llvm/Support/RandomNumberGenerator.h 1122include/llvm/Support/RandomNumberGenerator.h
1082include/llvm/Support/Recycler.h 1123include/llvm/Support/Recycler.h
1083include/llvm/Support/RecyclingAllocator.h 1124include/llvm/Support/RecyclingAllocator.h
1084include/llvm/Support/Regex.h 1125include/llvm/Support/Regex.h
1085include/llvm/Support/Registry.h 1126include/llvm/Support/Registry.h
1086include/llvm/Support/RegistryParser.h 1127include/llvm/Support/RegistryParser.h
1087include/llvm/Support/SMLoc.h 1128include/llvm/Support/SMLoc.h
1088include/llvm/Support/SaveAndRestore.h 1129include/llvm/Support/SaveAndRestore.h
1089include/llvm/Support/ScaledNumber.h 1130include/llvm/Support/ScaledNumber.h
1090include/llvm/Support/Signals.h 1131include/llvm/Support/Signals.h
1091include/llvm/Support/Solaris.h 1132include/llvm/Support/Solaris.h
1092include/llvm/Support/SourceMgr.h 1133include/llvm/Support/SourceMgr.h
1093include/llvm/Support/SpecialCaseList.h 1134include/llvm/Support/SpecialCaseList.h
1094include/llvm/Support/StreamableMemoryObject.h 1135include/llvm/Support/StreamingMemoryObject.h
1095include/llvm/Support/StringPool.h 1136include/llvm/Support/StringPool.h
1096include/llvm/Support/StringRefMemoryObject.h 
1097include/llvm/Support/SwapByteOrder.h 1137include/llvm/Support/SwapByteOrder.h
1098include/llvm/Support/SystemUtils.h 1138include/llvm/Support/SystemUtils.h
1099include/llvm/Support/TargetRegistry.h 1139include/llvm/Support/TargetRegistry.h
1100include/llvm/Support/TargetSelect.h 1140include/llvm/Support/TargetSelect.h
1101include/llvm/Support/ThreadLocal.h 1141include/llvm/Support/ThreadLocal.h
1102include/llvm/Support/Threading.h 1142include/llvm/Support/Threading.h
1103include/llvm/Support/TimeValue.h 1143include/llvm/Support/TimeValue.h
1104include/llvm/Support/Timer.h 1144include/llvm/Support/Timer.h
1105include/llvm/Support/ToolOutputFile.h 1145include/llvm/Support/ToolOutputFile.h
1106include/llvm/Support/Unicode.h 1146include/llvm/Support/Unicode.h
1107include/llvm/Support/UnicodeCharRanges.h 1147include/llvm/Support/UnicodeCharRanges.h
 1148include/llvm/Support/UniqueLock.h
1108include/llvm/Support/Valgrind.h 1149include/llvm/Support/Valgrind.h
1109include/llvm/Support/Watchdog.h 1150include/llvm/Support/Watchdog.h
1110include/llvm/Support/Win64EH.h 1151include/llvm/Support/Win64EH.h
1111include/llvm/Support/WindowsError.h 1152include/llvm/Support/WindowsError.h
1112include/llvm/Support/YAMLParser.h 1153include/llvm/Support/YAMLParser.h
1113include/llvm/Support/YAMLTraits.h 1154include/llvm/Support/YAMLTraits.h
1114include/llvm/Support/circular_raw_ostream.h 1155include/llvm/Support/circular_raw_ostream.h
1115include/llvm/Support/raw_os_ostream.h 1156include/llvm/Support/raw_os_ostream.h
1116include/llvm/Support/raw_ostream.h 1157include/llvm/Support/raw_ostream.h
1117include/llvm/Support/type_traits.h 1158include/llvm/Support/type_traits.h
1118include/llvm/TableGen/Error.h 1159include/llvm/TableGen/Error.h
1119include/llvm/TableGen/Main.h 1160include/llvm/TableGen/Main.h
1120include/llvm/TableGen/Record.h 1161include/llvm/TableGen/Record.h
1121include/llvm/TableGen/SetTheory.h 1162include/llvm/TableGen/SetTheory.h
1122include/llvm/TableGen/StringMatcher.h 1163include/llvm/TableGen/StringMatcher.h
1123include/llvm/TableGen/StringToOffsetTable.h 1164include/llvm/TableGen/StringToOffsetTable.h
1124include/llvm/TableGen/TableGenBackend.h 1165include/llvm/TableGen/TableGenBackend.h
1125include/llvm/Target/CostTable.h 1166include/llvm/Target/CostTable.h
1126include/llvm/Target/Target.td 1167include/llvm/Target/Target.td
1127include/llvm/Target/TargetCallingConv.h 1168include/llvm/Target/TargetCallingConv.h
1128include/llvm/Target/TargetCallingConv.td 1169include/llvm/Target/TargetCallingConv.td
1129include/llvm/Target/TargetFrameLowering.h 1170include/llvm/Target/TargetFrameLowering.h
1130include/llvm/Target/TargetInstrInfo.h 1171include/llvm/Target/TargetInstrInfo.h
1131include/llvm/Target/TargetIntrinsicInfo.h 1172include/llvm/Target/TargetIntrinsicInfo.h
1132include/llvm/Target/TargetItinerary.td 1173include/llvm/Target/TargetItinerary.td
1133include/llvm/Target/TargetJITInfo.h 
1134include/llvm/Target/TargetLibraryInfo.h 1174include/llvm/Target/TargetLibraryInfo.h
1135include/llvm/Target/TargetLowering.h 1175include/llvm/Target/TargetLowering.h
1136include/llvm/Target/TargetLoweringObjectFile.h 1176include/llvm/Target/TargetLoweringObjectFile.h
1137include/llvm/Target/TargetMachine.h 1177include/llvm/Target/TargetMachine.h
1138include/llvm/Target/TargetOpcodes.h 1178include/llvm/Target/TargetOpcodes.h
1139include/llvm/Target/TargetOptions.h 1179include/llvm/Target/TargetOptions.h
1140include/llvm/Target/TargetRegisterInfo.h 1180include/llvm/Target/TargetRegisterInfo.h
1141include/llvm/Target/TargetSchedule.td 1181include/llvm/Target/TargetSchedule.td
1142include/llvm/Target/TargetSelectionDAG.td 1182include/llvm/Target/TargetSelectionDAG.td
1143include/llvm/Target/TargetSelectionDAGInfo.h 1183include/llvm/Target/TargetSelectionDAGInfo.h
1144include/llvm/Target/TargetSubtargetInfo.h 1184include/llvm/Target/TargetSubtargetInfo.h
1145include/llvm/Transforms/IPO.h 1185include/llvm/Transforms/IPO.h
1146include/llvm/Transforms/IPO/InlinerPass.h 1186include/llvm/Transforms/IPO/InlinerPass.h
@@ -1156,41 +1196,49 @@ include/llvm/Transforms/Utils/Cloning.h @@ -1156,41 +1196,49 @@ include/llvm/Transforms/Utils/Cloning.h
1156include/llvm/Transforms/Utils/CmpInstAnalysis.h 1196include/llvm/Transforms/Utils/CmpInstAnalysis.h
1157include/llvm/Transforms/Utils/CodeExtractor.h 1197include/llvm/Transforms/Utils/CodeExtractor.h
1158include/llvm/Transforms/Utils/CtorUtils.h 1198include/llvm/Transforms/Utils/CtorUtils.h
1159include/llvm/Transforms/Utils/GlobalStatus.h 1199include/llvm/Transforms/Utils/GlobalStatus.h
1160include/llvm/Transforms/Utils/IntegerDivision.h 1200include/llvm/Transforms/Utils/IntegerDivision.h
1161include/llvm/Transforms/Utils/Local.h 1201include/llvm/Transforms/Utils/Local.h
1162include/llvm/Transforms/Utils/LoopUtils.h 1202include/llvm/Transforms/Utils/LoopUtils.h
1163include/llvm/Transforms/Utils/ModuleUtils.h 1203include/llvm/Transforms/Utils/ModuleUtils.h
1164include/llvm/Transforms/Utils/PromoteMemToReg.h 1204include/llvm/Transforms/Utils/PromoteMemToReg.h
1165include/llvm/Transforms/Utils/SSAUpdater.h 1205include/llvm/Transforms/Utils/SSAUpdater.h
1166include/llvm/Transforms/Utils/SSAUpdaterImpl.h 1206include/llvm/Transforms/Utils/SSAUpdaterImpl.h
1167include/llvm/Transforms/Utils/SimplifyIndVar.h 1207include/llvm/Transforms/Utils/SimplifyIndVar.h
1168include/llvm/Transforms/Utils/SimplifyLibCalls.h 1208include/llvm/Transforms/Utils/SimplifyLibCalls.h
 1209include/llvm/Transforms/Utils/SymbolRewriter.h
1169include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h 1210include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
1170include/llvm/Transforms/Utils/UnrollLoop.h 1211include/llvm/Transforms/Utils/UnrollLoop.h
1171include/llvm/Transforms/Utils/ValueMapper.h 1212include/llvm/Transforms/Utils/ValueMapper.h
1172include/llvm/Transforms/Utils/VectorUtils.h 1213include/llvm/Transforms/Utils/VectorUtils.h
1173include/llvm/Transforms/Vectorize.h 1214include/llvm/Transforms/Vectorize.h
1174lib/BugpointPasses.${SOEXT} 1215lib/BugpointPasses.${SOEXT}
1175lib/LLVMHello.${SOEXT} 1216lib/LLVMHello.${SOEXT}
1176lib/clang/${PKGVERSION}/include/Intrin.h 1217lib/clang/${PKGVERSION}/include/Intrin.h
 1218lib/clang/${PKGVERSION}/include/__stddef_max_align_t.h
1177lib/clang/${PKGVERSION}/include/__wmmintrin_aes.h 1219lib/clang/${PKGVERSION}/include/__wmmintrin_aes.h
1178lib/clang/${PKGVERSION}/include/__wmmintrin_pclmul.h 1220lib/clang/${PKGVERSION}/include/__wmmintrin_pclmul.h
 1221lib/clang/${PKGVERSION}/include/adxintrin.h
1179lib/clang/${PKGVERSION}/include/altivec.h 1222lib/clang/${PKGVERSION}/include/altivec.h
1180lib/clang/${PKGVERSION}/include/ammintrin.h 1223lib/clang/${PKGVERSION}/include/ammintrin.h
1181lib/clang/${PKGVERSION}/include/arm_acle.h 1224lib/clang/${PKGVERSION}/include/arm_acle.h
1182lib/clang/${PKGVERSION}/include/arm_neon.h 1225lib/clang/${PKGVERSION}/include/arm_neon.h
1183lib/clang/${PKGVERSION}/include/avx2intrin.h 1226lib/clang/${PKGVERSION}/include/avx2intrin.h
 1227lib/clang/${PKGVERSION}/include/avx512bwintrin.h
 1228lib/clang/${PKGVERSION}/include/avx512erintrin.h
 1229lib/clang/${PKGVERSION}/include/avx512fintrin.h
 1230lib/clang/${PKGVERSION}/include/avx512vlbwintrin.h
 1231lib/clang/${PKGVERSION}/include/avx512vlintrin.h
1184lib/clang/${PKGVERSION}/include/avxintrin.h 1232lib/clang/${PKGVERSION}/include/avxintrin.h
1185lib/clang/${PKGVERSION}/include/bmi2intrin.h 1233lib/clang/${PKGVERSION}/include/bmi2intrin.h
1186lib/clang/${PKGVERSION}/include/bmiintrin.h 1234lib/clang/${PKGVERSION}/include/bmiintrin.h
1187lib/clang/${PKGVERSION}/include/cpuid.h 1235lib/clang/${PKGVERSION}/include/cpuid.h
1188lib/clang/${PKGVERSION}/include/emmintrin.h 1236lib/clang/${PKGVERSION}/include/emmintrin.h
1189lib/clang/${PKGVERSION}/include/f16cintrin.h 1237lib/clang/${PKGVERSION}/include/f16cintrin.h
1190lib/clang/${PKGVERSION}/include/float.h 1238lib/clang/${PKGVERSION}/include/float.h
1191lib/clang/${PKGVERSION}/include/fma4intrin.h 1239lib/clang/${PKGVERSION}/include/fma4intrin.h
1192lib/clang/${PKGVERSION}/include/fmaintrin.h 1240lib/clang/${PKGVERSION}/include/fmaintrin.h
1193lib/clang/${PKGVERSION}/include/ia32intrin.h 1241lib/clang/${PKGVERSION}/include/ia32intrin.h
1194lib/clang/${PKGVERSION}/include/immintrin.h 1242lib/clang/${PKGVERSION}/include/immintrin.h
1195lib/clang/${PKGVERSION}/include/iso646.h 1243lib/clang/${PKGVERSION}/include/iso646.h
1196lib/clang/${PKGVERSION}/include/limits.h 1244lib/clang/${PKGVERSION}/include/limits.h
@@ -1207,34 +1255,36 @@ lib/clang/${PKGVERSION}/include/rdseedin @@ -1207,34 +1255,36 @@ lib/clang/${PKGVERSION}/include/rdseedin
1207lib/clang/${PKGVERSION}/include/rtmintrin.h 1255lib/clang/${PKGVERSION}/include/rtmintrin.h
1208lib/clang/${PKGVERSION}/include/sanitizer/allocator_interface.h 1256lib/clang/${PKGVERSION}/include/sanitizer/allocator_interface.h
1209lib/clang/${PKGVERSION}/include/sanitizer/asan_interface.h 1257lib/clang/${PKGVERSION}/include/sanitizer/asan_interface.h
1210lib/clang/${PKGVERSION}/include/sanitizer/common_interface_defs.h 1258lib/clang/${PKGVERSION}/include/sanitizer/common_interface_defs.h
1211lib/clang/${PKGVERSION}/include/sanitizer/dfsan_interface.h 1259lib/clang/${PKGVERSION}/include/sanitizer/dfsan_interface.h
1212lib/clang/${PKGVERSION}/include/sanitizer/linux_syscall_hooks.h 1260lib/clang/${PKGVERSION}/include/sanitizer/linux_syscall_hooks.h
1213lib/clang/${PKGVERSION}/include/sanitizer/lsan_interface.h 1261lib/clang/${PKGVERSION}/include/sanitizer/lsan_interface.h
1214lib/clang/${PKGVERSION}/include/sanitizer/msan_interface.h 1262lib/clang/${PKGVERSION}/include/sanitizer/msan_interface.h
1215lib/clang/${PKGVERSION}/include/sanitizer/tsan_interface_atomic.h 1263lib/clang/${PKGVERSION}/include/sanitizer/tsan_interface_atomic.h
1216lib/clang/${PKGVERSION}/include/shaintrin.h 1264lib/clang/${PKGVERSION}/include/shaintrin.h
1217lib/clang/${PKGVERSION}/include/smmintrin.h 1265lib/clang/${PKGVERSION}/include/smmintrin.h
1218lib/clang/${PKGVERSION}/include/stdalign.h 1266lib/clang/${PKGVERSION}/include/stdalign.h
1219lib/clang/${PKGVERSION}/include/stdarg.h 1267lib/clang/${PKGVERSION}/include/stdarg.h
 1268lib/clang/${PKGVERSION}/include/stdatomic.h
1220lib/clang/${PKGVERSION}/include/stdbool.h 1269lib/clang/${PKGVERSION}/include/stdbool.h
1221lib/clang/${PKGVERSION}/include/stddef.h 1270lib/clang/${PKGVERSION}/include/stddef.h
1222lib/clang/${PKGVERSION}/include/stdint.h 1271lib/clang/${PKGVERSION}/include/stdint.h
1223lib/clang/${PKGVERSION}/include/stdnoreturn.h 1272lib/clang/${PKGVERSION}/include/stdnoreturn.h
1224lib/clang/${PKGVERSION}/include/tbmintrin.h 1273lib/clang/${PKGVERSION}/include/tbmintrin.h
1225lib/clang/${PKGVERSION}/include/tgmath.h 1274lib/clang/${PKGVERSION}/include/tgmath.h
1226lib/clang/${PKGVERSION}/include/tmmintrin.h 1275lib/clang/${PKGVERSION}/include/tmmintrin.h
1227lib/clang/${PKGVERSION}/include/unwind.h 1276lib/clang/${PKGVERSION}/include/unwind.h
 1277lib/clang/${PKGVERSION}/include/vadefs.h
1228lib/clang/${PKGVERSION}/include/varargs.h 1278lib/clang/${PKGVERSION}/include/varargs.h
1229lib/clang/${PKGVERSION}/include/wmmintrin.h 1279lib/clang/${PKGVERSION}/include/wmmintrin.h
1230lib/clang/${PKGVERSION}/include/x86intrin.h 1280lib/clang/${PKGVERSION}/include/x86intrin.h
1231lib/clang/${PKGVERSION}/include/xmmintrin.h 1281lib/clang/${PKGVERSION}/include/xmmintrin.h
1232lib/clang/${PKGVERSION}/include/xopintrin.h 1282lib/clang/${PKGVERSION}/include/xopintrin.h
1233lib/libLLVMAArch64AsmParser.a 1283lib/libLLVMAArch64AsmParser.a
1234lib/libLLVMAArch64AsmPrinter.a 1284lib/libLLVMAArch64AsmPrinter.a
1235lib/libLLVMAArch64CodeGen.a 1285lib/libLLVMAArch64CodeGen.a
1236lib/libLLVMAArch64Desc.a 1286lib/libLLVMAArch64Desc.a
1237lib/libLLVMAArch64Disassembler.a 1287lib/libLLVMAArch64Disassembler.a
1238lib/libLLVMAArch64Info.a 1288lib/libLLVMAArch64Info.a
1239lib/libLLVMAArch64Utils.a 1289lib/libLLVMAArch64Utils.a
1240lib/libLLVMARMAsmParser.a 1290lib/libLLVMARMAsmParser.a
@@ -1244,40 +1294,38 @@ lib/libLLVMARMDesc.a @@ -1244,40 +1294,38 @@ lib/libLLVMARMDesc.a
1244lib/libLLVMARMDisassembler.a 1294lib/libLLVMARMDisassembler.a
1245lib/libLLVMARMInfo.a 1295lib/libLLVMARMInfo.a
1246lib/libLLVMAnalysis.a 1296lib/libLLVMAnalysis.a
1247lib/libLLVMAsmParser.a 1297lib/libLLVMAsmParser.a
1248lib/libLLVMAsmPrinter.a 1298lib/libLLVMAsmPrinter.a
1249lib/libLLVMBitReader.a 1299lib/libLLVMBitReader.a
1250lib/libLLVMBitWriter.a 1300lib/libLLVMBitWriter.a
1251lib/libLLVMCodeGen.a 1301lib/libLLVMCodeGen.a
1252lib/libLLVMCore.a 1302lib/libLLVMCore.a
1253lib/libLLVMCppBackendCodeGen.a 1303lib/libLLVMCppBackendCodeGen.a
1254lib/libLLVMCppBackendInfo.a 1304lib/libLLVMCppBackendInfo.a
1255lib/libLLVMDebugInfo.a 1305lib/libLLVMDebugInfo.a
1256lib/libLLVMExecutionEngine.a 1306lib/libLLVMExecutionEngine.a
1257lib/libLLVMHexagonAsmPrinter.a 
1258lib/libLLVMHexagonCodeGen.a 1307lib/libLLVMHexagonCodeGen.a
1259lib/libLLVMHexagonDesc.a 1308lib/libLLVMHexagonDesc.a
 1309lib/libLLVMHexagonDisassembler.a
1260lib/libLLVMHexagonInfo.a 1310lib/libLLVMHexagonInfo.a
1261lib/libLLVMIRReader.a 1311lib/libLLVMIRReader.a
1262lib/libLLVMInstCombine.a 1312lib/libLLVMInstCombine.a
1263lib/libLLVMInstrumentation.a 1313lib/libLLVMInstrumentation.a
1264lib/libLLVMInterpreter.a 1314lib/libLLVMInterpreter.a
1265lib/libLLVMJIT.a 
1266lib/libLLVMLTO.a 1315lib/libLLVMLTO.a
1267lib/libLLVMLineEditor.a 1316lib/libLLVMLineEditor.a
1268lib/libLLVMLinker.a 1317lib/libLLVMLinker.a
1269lib/libLLVMMC.a 1318lib/libLLVMMC.a
1270lib/libLLVMMCAnalysis.a 
1271lib/libLLVMMCDisassembler.a 1319lib/libLLVMMCDisassembler.a
1272lib/libLLVMMCJIT.a 1320lib/libLLVMMCJIT.a
1273lib/libLLVMMCParser.a 1321lib/libLLVMMCParser.a
1274lib/libLLVMMSP430AsmPrinter.a 1322lib/libLLVMMSP430AsmPrinter.a
1275lib/libLLVMMSP430CodeGen.a 1323lib/libLLVMMSP430CodeGen.a
1276lib/libLLVMMSP430Desc.a 1324lib/libLLVMMSP430Desc.a
1277lib/libLLVMMSP430Info.a 1325lib/libLLVMMSP430Info.a
1278lib/libLLVMMipsAsmParser.a 1326lib/libLLVMMipsAsmParser.a
1279lib/libLLVMMipsAsmPrinter.a 1327lib/libLLVMMipsAsmPrinter.a
1280lib/libLLVMMipsCodeGen.a 1328lib/libLLVMMipsCodeGen.a
1281lib/libLLVMMipsDesc.a 1329lib/libLLVMMipsDesc.a
1282lib/libLLVMMipsDisassembler.a 1330lib/libLLVMMipsDisassembler.a
1283lib/libLLVMMipsInfo.a 1331lib/libLLVMMipsInfo.a
@@ -1285,26 +1333,27 @@ lib/libLLVMNVPTXAsmPrinter.a @@ -1285,26 +1333,27 @@ lib/libLLVMNVPTXAsmPrinter.a
1285lib/libLLVMNVPTXCodeGen.a 1333lib/libLLVMNVPTXCodeGen.a
1286lib/libLLVMNVPTXDesc.a 1334lib/libLLVMNVPTXDesc.a
1287lib/libLLVMNVPTXInfo.a 1335lib/libLLVMNVPTXInfo.a
1288lib/libLLVMObjCARCOpts.a 1336lib/libLLVMObjCARCOpts.a
1289lib/libLLVMObject.a 1337lib/libLLVMObject.a
1290lib/libLLVMOption.a 1338lib/libLLVMOption.a
1291lib/libLLVMPowerPCAsmParser.a 1339lib/libLLVMPowerPCAsmParser.a
1292lib/libLLVMPowerPCAsmPrinter.a 1340lib/libLLVMPowerPCAsmPrinter.a
1293lib/libLLVMPowerPCCodeGen.a 1341lib/libLLVMPowerPCCodeGen.a
1294lib/libLLVMPowerPCDesc.a 1342lib/libLLVMPowerPCDesc.a
1295lib/libLLVMPowerPCDisassembler.a 1343lib/libLLVMPowerPCDisassembler.a
1296lib/libLLVMPowerPCInfo.a 1344lib/libLLVMPowerPCInfo.a
1297lib/libLLVMProfileData.a 1345lib/libLLVMProfileData.a
 1346lib/libLLVMR600AsmParser.a
1298lib/libLLVMR600AsmPrinter.a 1347lib/libLLVMR600AsmPrinter.a
1299lib/libLLVMR600CodeGen.a 1348lib/libLLVMR600CodeGen.a
1300lib/libLLVMR600Desc.a 1349lib/libLLVMR600Desc.a
1301lib/libLLVMR600Info.a 1350lib/libLLVMR600Info.a
1302lib/libLLVMRuntimeDyld.a 1351lib/libLLVMRuntimeDyld.a
1303lib/libLLVMScalarOpts.a 1352lib/libLLVMScalarOpts.a
1304lib/libLLVMSelectionDAG.a 1353lib/libLLVMSelectionDAG.a
1305lib/libLLVMSparcAsmParser.a 1354lib/libLLVMSparcAsmParser.a
1306lib/libLLVMSparcAsmPrinter.a 1355lib/libLLVMSparcAsmPrinter.a
1307lib/libLLVMSparcCodeGen.a 1356lib/libLLVMSparcCodeGen.a
1308lib/libLLVMSparcDesc.a 1357lib/libLLVMSparcDesc.a
1309lib/libLLVMSparcDisassembler.a 1358lib/libLLVMSparcDisassembler.a
1310lib/libLLVMSparcInfo.a 1359lib/libLLVMSparcInfo.a
@@ -1350,36 +1399,41 @@ lib/libclangFormat.a @@ -1350,36 +1399,41 @@ lib/libclangFormat.a
1350lib/libclangFrontend.a 1399lib/libclangFrontend.a
1351lib/libclangFrontendTool.a 1400lib/libclangFrontendTool.a
1352lib/libclangIndex.a 1401lib/libclangIndex.a
1353lib/libclangLex.a 1402lib/libclangLex.a
1354lib/libclangParse.a 1403lib/libclangParse.a
1355lib/libclangRewrite.a 1404lib/libclangRewrite.a
1356lib/libclangRewriteFrontend.a 1405lib/libclangRewriteFrontend.a
1357lib/libclangSema.a 1406lib/libclangSema.a
1358lib/libclangSerialization.a 1407lib/libclangSerialization.a
1359lib/libclangStaticAnalyzerCheckers.a 1408lib/libclangStaticAnalyzerCheckers.a
1360lib/libclangStaticAnalyzerCore.a 1409lib/libclangStaticAnalyzerCore.a
1361lib/libclangStaticAnalyzerFrontend.a 1410lib/libclangStaticAnalyzerFrontend.a
1362lib/libclangTooling.a 1411lib/libclangTooling.a
 1412lib/libclangToolingCore.a
1363man/man1/clang.1 1413man/man1/clang.1
1364share/doc/llvm/html.tar.gz 1414share/doc/llvm/html.tar.gz
1365share/doc/llvm/html/Dummy.html 1415share/doc/llvm/html/Dummy.html
1366share/doc/llvm/html/LibASTMatchersReference.html 1416share/doc/llvm/html/LibASTMatchersReference.html
1367share/doc/llvm/html/clang/clang.html 1417share/doc/llvm/html/clang/clang.html
1368share/doc/llvm/html/clang/manpage.css 1418share/doc/llvm/html/clang/manpage.css
1369share/doc/llvm/html/doxygen.css 1419share/doc/llvm/html/doxygen.css
1370share/doc/llvm/ps/clang.ps 1420share/doc/llvm/ps/clang.ps
1371share/llvm/cmake/AddLLVM.cmake 1421share/llvm/cmake/AddLLVM.cmake
1372share/llvm/cmake/AddLLVMDefinitions.cmake 1422share/llvm/cmake/AddLLVMDefinitions.cmake
 1423share/llvm/cmake/AddOCaml.cmake
1373share/llvm/cmake/AddSphinxTarget.cmake 1424share/llvm/cmake/AddSphinxTarget.cmake
1374share/llvm/cmake/ChooseMSVCCRT.cmake 1425share/llvm/cmake/ChooseMSVCCRT.cmake
 1426share/llvm/cmake/CrossCompile.cmake
 1427share/llvm/cmake/FindOCaml.cmake
1375share/llvm/cmake/FindSphinx.cmake 1428share/llvm/cmake/FindSphinx.cmake
1376share/llvm/cmake/GetSVN.cmake 1429share/llvm/cmake/GetSVN.cmake
1377share/llvm/cmake/HandleLLVMOptions.cmake 1430share/llvm/cmake/HandleLLVMOptions.cmake
1378share/llvm/cmake/HandleLLVMStdlib.cmake 1431share/llvm/cmake/HandleLLVMStdlib.cmake
1379share/llvm/cmake/LLVM-Config.cmake 1432share/llvm/cmake/LLVM-Config.cmake
1380share/llvm/cmake/LLVMConfig.cmake 1433share/llvm/cmake/LLVMConfig.cmake
1381share/llvm/cmake/LLVMConfigVersion.cmake 1434share/llvm/cmake/LLVMConfigVersion.cmake
1382share/llvm/cmake/LLVMExports.cmake 1435share/llvm/cmake/LLVMExports.cmake
1383share/llvm/cmake/LLVMParseArguments.cmake 1436share/llvm/cmake/LLVMParseArguments.cmake
1384share/llvm/cmake/LLVMProcessSources.cmake 1437share/llvm/cmake/LLVMProcessSources.cmake
1385share/llvm/cmake/TableGen.cmake 1438share/llvm/cmake/TableGen.cmake
 1439@pkgdir share/doc/llvm/html/img

cvs diff -r1.28 -r1.29 pkgsrc/lang/clang/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/clang/distinfo 2015/01/29 11:38:29 1.28
+++ pkgsrc/lang/clang/distinfo 2015/03/03 12:04:08 1.29
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: distinfo,v 1.28 2015/01/29 11:38:29 adam Exp $ 1$NetBSD: distinfo,v 1.29 2015/03/03 12:04:08 tnn Exp $
2 2
3SHA1 (cfe-3.5.1.src.tar.xz) = 39d79c0b40cec548a602dcac3adfc594b18149fe 3SHA1 (cfe-3.6.0.src.tar.xz) = 06b252867a3d118c95ca279fd3c4ac05f6730551
4RMD160 (cfe-3.5.1.src.tar.xz) = f2dfc60ef99aef5b19fab589c822acae695f67cb 4RMD160 (cfe-3.6.0.src.tar.xz) = 2e04853d2f8133fea493ee12d7f05bc6b27dc988
5Size (cfe-3.5.1.src.tar.xz) = 8268140 bytes 5Size (cfe-3.6.0.src.tar.xz) = 8640776 bytes
6SHA1 (compiler-rt-3.5.1.src.tar.xz) = 620d59dcc375b24c5663f2793b2bcd74f848435d 6SHA1 (compiler-rt-3.6.0.src.tar.xz) = 771cbf0535dce1ca3a3be022377781e32fdea70e
7RMD160 (compiler-rt-3.5.1.src.tar.xz) = 6ed96be5124216b295a699e604a7ee64291d6cd2 7RMD160 (compiler-rt-3.6.0.src.tar.xz) = 716cbd5e101959b064331ad73bfe18fcb98347c5
8Size (compiler-rt-3.5.1.src.tar.xz) = 1092452 bytes 8Size (compiler-rt-3.6.0.src.tar.xz) = 1140616 bytes
9SHA1 (libcxx-3.5.1.src.tar.xz) = aa8d221f4db99f5a8faef6b594cbf7742cc55ad2 9SHA1 (libcxx-3.6.0.src.tar.xz) = 5445194366ae2291092fd2204030cb3d01ad6272
10RMD160 (libcxx-3.5.1.src.tar.xz) = 46a5a2d9eaffe6b287d6245ab677d06e557d0687 10RMD160 (libcxx-3.6.0.src.tar.xz) = 9221db789b801dde45ad89f57c7a74fd3b082cf4
11Size (libcxx-3.5.1.src.tar.xz) = 912248 bytes 11Size (libcxx-3.6.0.src.tar.xz) = 946380 bytes
12SHA1 (llvm-3.5.1.src.tar.xz) = 79638cf00584b08fd6eeb1e73ea69b331561e7f6 12SHA1 (llvm-3.6.0.src.tar.xz) = 6eb2b7381d924bb3f267281c9058c817d825d824
13RMD160 (llvm-3.5.1.src.tar.xz) = ae22e9f0e913a1a834dc6baa50f265ed228a1241 13RMD160 (llvm-3.6.0.src.tar.xz) = cd2216a21871ba5be52e193e28e444bd04dacee2
14Size (llvm-3.5.1.src.tar.xz) = 11869356 bytes 14Size (llvm-3.6.0.src.tar.xz) = 12750908 bytes
15SHA1 (patch-ab) = 8dd0da6d47a57ac25eea358996cf874dd3289e08 15SHA1 (patch-ab) = 8dd0da6d47a57ac25eea358996cf874dd3289e08
16SHA1 (patch-ac) = 0f0cc98d443ec957fc5374fb491809d27e4f9d4e 16SHA1 (patch-ac) = 0f0cc98d443ec957fc5374fb491809d27e4f9d4e
17SHA1 (patch-ad) = ad1f6720e4c73e57fce10ba968b03637a133602d 17SHA1 (patch-ad) = ad1f6720e4c73e57fce10ba968b03637a133602d
18SHA1 (patch-include_llvm_Support_Host.h) = 545f9542cd2aaa6cea58d3653902b4e1a9e7189a 18SHA1 (patch-include_llvm_Support_Host.h) = 545f9542cd2aaa6cea58d3653902b4e1a9e7189a
19SHA1 (patch-tools_clang_tools_scan-build_scan-build) = a671f1e513fb43ddc0e73751a78235ab39aeaf9d 19SHA1 (patch-tools_clang_tools_scan-build_scan-build) = a671f1e513fb43ddc0e73751a78235ab39aeaf9d