llvm: 3.6.2 -> 3.7.0

This commit is contained in:
Thomas Penteker 2015-11-28 15:43:11 +01:00
parent 31b4995cec
commit c874623d17
3 changed files with 166 additions and 43 deletions

View File

@ -11,6 +11,7 @@ drwxr-xr-x root/root usr/bin/
-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-cov
-rwxr-xr-x root/root usr/bin/llvm-cxxdump
-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-dsymutil
@ -21,6 +22,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/llvm-mcmarkup
-rwxr-xr-x root/root usr/bin/llvm-nm
-rwxr-xr-x root/root usr/bin/llvm-objdump
-rwxr-xr-x root/root usr/bin/llvm-pdbdump
-rwxr-xr-x root/root usr/bin/llvm-profdata
lrwxrwxrwx root/root usr/bin/llvm-ranlib -> llvm-ar
-rwxr-xr-x root/root usr/bin/llvm-readobj
@ -29,7 +31,6 @@ lrwxrwxrwx root/root usr/bin/llvm-ranlib -> llvm-ar
-rwxr-xr-x root/root usr/bin/llvm-stress
-rwxr-xr-x root/root usr/bin/llvm-symbolizer
-rwxr-xr-x root/root usr/bin/llvm-tblgen
-rwxr-xr-x root/root usr/bin/llvm-vtabledump
-rwxr-xr-x root/root usr/bin/macho-dump
-rwxr-xr-x root/root usr/bin/not
-rwxr-xr-x root/root usr/bin/obj2yaml
@ -71,6 +72,7 @@ drwxr-xr-x root/root usr/include/llvm/ADT/
-rw-r--r-- root/root usr/include/llvm/ADT/DenseMapInfo.h
-rw-r--r-- root/root usr/include/llvm/ADT/DenseSet.h
-rw-r--r-- root/root usr/include/llvm/ADT/DepthFirstIterator.h
-rw-r--r-- root/root usr/include/llvm/ADT/EpochTracker.h
-rw-r--r-- root/root usr/include/llvm/ADT/EquivalenceClasses.h
-rw-r--r-- root/root usr/include/llvm/ADT/FoldingSet.h
-rw-r--r-- root/root usr/include/llvm/ADT/GraphTraits.h
@ -135,32 +137,32 @@ drwxr-xr-x root/root usr/include/llvm/Analysis/
-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
-rw-r--r-- root/root usr/include/llvm/Analysis/DependenceAnalysis.h
-rw-r--r-- root/root usr/include/llvm/Analysis/DomPrinter.h
-rw-r--r-- root/root usr/include/llvm/Analysis/DominanceFrontier.h
-rw-r--r-- root/root usr/include/llvm/Analysis/DominanceFrontierImpl.h
-rw-r--r-- root/root usr/include/llvm/Analysis/FunctionTargetTransformInfo.h
-rw-r--r-- root/root usr/include/llvm/Analysis/IVUsers.h
-rw-r--r-- root/root usr/include/llvm/Analysis/InlineCost.h
-rw-r--r-- root/root usr/include/llvm/Analysis/InstructionSimplify.h
-rw-r--r-- root/root usr/include/llvm/Analysis/Interval.h
-rw-r--r-- root/root usr/include/llvm/Analysis/IntervalIterator.h
-rw-r--r-- root/root usr/include/llvm/Analysis/IntervalPartition.h
-rw-r--r-- root/root usr/include/llvm/Analysis/JumpInstrTableInfo.h
-rw-r--r-- root/root usr/include/llvm/Analysis/IteratedDominanceFrontier.h
-rw-r--r-- root/root usr/include/llvm/Analysis/LazyCallGraph.h
-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/Loads.h
-rw-r--r-- root/root usr/include/llvm/Analysis/LoopAccessAnalysis.h
-rw-r--r-- root/root usr/include/llvm/Analysis/LoopInfo.h
-rw-r--r-- root/root usr/include/llvm/Analysis/LoopInfoImpl.h
-rw-r--r-- root/root usr/include/llvm/Analysis/LoopIterator.h
-rw-r--r-- root/root usr/include/llvm/Analysis/LoopPass.h
-rw-r--r-- root/root usr/include/llvm/Analysis/MemoryBuiltins.h
-rw-r--r-- root/root usr/include/llvm/Analysis/MemoryDependenceAnalysis.h
-rw-r--r-- root/root usr/include/llvm/Analysis/MemoryLocation.h
-rw-r--r-- root/root usr/include/llvm/Analysis/PHITransAddr.h
-rw-r--r-- root/root usr/include/llvm/Analysis/Passes.h
-rw-r--r-- root/root usr/include/llvm/Analysis/PostDominators.h
@ -176,11 +178,16 @@ drwxr-xr-x root/root usr/include/llvm/Analysis/
-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/TargetFolder.h
-rw-r--r-- root/root usr/include/llvm/Analysis/TargetLibraryInfo.def
-rw-r--r-- root/root usr/include/llvm/Analysis/TargetLibraryInfo.h
-rw-r--r-- root/root usr/include/llvm/Analysis/TargetTransformInfo.h
-rw-r--r-- root/root usr/include/llvm/Analysis/TargetTransformInfoImpl.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/VectorUtils.h
drwxr-xr-x root/root usr/include/llvm/AsmParser/
-rw-r--r-- root/root usr/include/llvm/AsmParser/Parser.h
-rw-r--r-- root/root usr/include/llvm/AsmParser/SlotMapping.h
drwxr-xr-x root/root usr/include/llvm/Bitcode/
-rw-r--r-- root/root usr/include/llvm/Bitcode/BitCodes.h
-rw-r--r-- root/root usr/include/llvm/Bitcode/BitcodeWriterPass.h
@ -191,15 +198,18 @@ drwxr-xr-x root/root usr/include/llvm/Bitcode/
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/BasicTTIImpl.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/CommandFlags.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/DAGCombine.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/DFAPacketizer.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/DIE.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/DIEValue.def
-rw-r--r-- root/root usr/include/llvm/CodeGen/DwarfStringPoolEntry.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/EdgeBundles.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/FastISel.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ForwardControlFlowIntegrity.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/FaultMaps.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
@ -207,7 +217,6 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/
-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/JumpInstrTables.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LatencyPriorityQueue.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LexicalScopes.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LinkAllAsmWriterComponents.h
@ -220,6 +229,9 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/
-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveRegMatrix.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveStackAnalysis.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveVariables.h
drwxr-xr-x root/root usr/include/llvm/CodeGen/MIRParser/
-rw-r--r-- root/root usr/include/llvm/CodeGen/MIRParser/MIRParser.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/MIRYamlMapping.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/MachORelocation.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineBasicBlock.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
@ -231,6 +243,7 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/
-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineFrameInfo.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineFunction.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineFunctionAnalysis.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineFunctionInitializer.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineFunctionPass.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineInstr.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineInstrBuilder.h
@ -275,7 +288,6 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/PBQP/
-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAGISel.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAGNodes.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/SlotIndexes.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/StackMapLivenessAnalysis.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/StackMaps.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/StackProtector.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
@ -283,6 +295,7 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/PBQP/
-rw-r--r-- root/root usr/include/llvm/CodeGen/ValueTypes.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ValueTypes.td
-rw-r--r-- root/root usr/include/llvm/CodeGen/VirtRegMap.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/WinEHFuncInfo.h
drwxr-xr-x root/root usr/include/llvm/Config/
-rw-r--r-- root/root usr/include/llvm/Config/AsmParsers.def
-rw-r--r-- root/root usr/include/llvm/Config/AsmPrinters.def
@ -294,31 +307,106 @@ drwxr-xr-x root/root usr/include/llvm/Config/
-rw-r--r-- root/root usr/include/llvm/Config/llvm-config.h
drwxr-xr-x root/root usr/include/llvm/DebugInfo/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DIContext.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFAbbreviationDeclaration.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFAcceleratorTable.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFCompileUnit.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFContext.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFDebugAbbrev.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFDebugArangeSet.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFDebugAranges.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFDebugFrame.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFDebugInfoEntry.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFDebugLine.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFDebugLoc.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFDebugRangeList.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFFormValue.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFRelocMap.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFSection.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFTypeUnit.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARFUnit.h
drwxr-xr-x root/root usr/include/llvm/DebugInfo/DWARF/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFContext.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFSection.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFUnit.h
drwxr-xr-x root/root usr/include/llvm/DebugInfo/PDB/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
drwxr-xr-x root/root usr/include/llvm/DebugInfo/PDB/DIA/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIASession.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIASupport.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBDataStream.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBLineNumber.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBSession.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBSourceFile.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDB.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBContext.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBExtras.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymDumper.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbol.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolData.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolExe.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBTypes.h
drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/ExecutionEngine.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/GenericValue.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Interpreter.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITEventListener.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITSymbolFlags.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/MCJIT.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/OProfileWrapper.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/ObjectCache.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/ObjectMemoryBuffer.h
drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/Orc/
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/CompileUtils.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/JITSymbol.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/LambdaResolver.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/LogicalDylib.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/NullResolver.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/OrcTargetSupport.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/OrcMCJITReplacement.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/RTDyldMemoryManager.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/RuntimeDyld.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
@ -340,6 +428,8 @@ drwxr-xr-x root/root usr/include/llvm/IR/
-rw-r--r-- root/root usr/include/llvm/IR/DIBuilder.h
-rw-r--r-- root/root usr/include/llvm/IR/DataLayout.h
-rw-r--r-- root/root usr/include/llvm/IR/DebugInfo.h
-rw-r--r-- root/root usr/include/llvm/IR/DebugInfoFlags.def
-rw-r--r-- root/root usr/include/llvm/IR/DebugInfoMetadata.h
-rw-r--r-- root/root usr/include/llvm/IR/DebugLoc.h
-rw-r--r-- root/root usr/include/llvm/IR/DerivedTypes.h
-rw-r--r-- root/root usr/include/llvm/IR/DiagnosticInfo.h
@ -366,12 +456,15 @@ drwxr-xr-x root/root usr/include/llvm/IR/
-rw-r--r-- root/root usr/include/llvm/IR/Intrinsics.h
-rw-r--r-- root/root usr/include/llvm/IR/Intrinsics.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsAArch64.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsAMDGPU.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsARM.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsBPF.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsHexagon.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsMips.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsNVVM.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsPowerPC.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsR600.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsSystemZ.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsWebAssembly.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsX86.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsXCore.td
-rw-r--r-- root/root usr/include/llvm/IR/LLVMContext.h
@ -384,6 +477,7 @@ drwxr-xr-x root/root usr/include/llvm/IR/
-rw-r--r-- root/root usr/include/llvm/IR/Metadata.h
-rw-r--r-- root/root usr/include/llvm/IR/MetadataTracking.h
-rw-r--r-- root/root usr/include/llvm/IR/Module.h
-rw-r--r-- root/root usr/include/llvm/IR/ModuleSlotTracker.h
-rw-r--r-- root/root usr/include/llvm/IR/NoFolder.h
-rw-r--r-- root/root usr/include/llvm/IR/OperandTraits.h
-rw-r--r-- root/root usr/include/llvm/IR/Operator.h
@ -400,6 +494,7 @@ drwxr-xr-x root/root usr/include/llvm/IR/
-rw-r--r-- root/root usr/include/llvm/IR/Use.h
-rw-r--r-- root/root usr/include/llvm/IR/UseListOrder.h
-rw-r--r-- root/root usr/include/llvm/IR/User.h
-rw-r--r-- root/root usr/include/llvm/IR/Value.def
-rw-r--r-- root/root usr/include/llvm/IR/Value.h
-rw-r--r-- root/root usr/include/llvm/IR/ValueHandle.h
-rw-r--r-- root/root usr/include/llvm/IR/ValueMap.h
@ -411,6 +506,8 @@ drwxr-xr-x root/root usr/include/llvm/IRReader/
drwxr-xr-x root/root usr/include/llvm/LTO/
-rw-r--r-- root/root usr/include/llvm/LTO/LTOCodeGenerator.h
-rw-r--r-- root/root usr/include/llvm/LTO/LTOModule.h
drwxr-xr-x root/root usr/include/llvm/LibDriver/
-rw-r--r-- root/root usr/include/llvm/LibDriver/LibDriver.h
drwxr-xr-x root/root usr/include/llvm/LineEditor/
-rw-r--r-- root/root usr/include/llvm/LineEditor/LineEditor.h
-rw-r--r-- root/root usr/include/llvm/LinkAllIR.h
@ -432,10 +529,8 @@ drwxr-xr-x root/root usr/include/llvm/MC/
-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/MCELF.h
-rw-r--r-- root/root usr/include/llvm/MC/MCELFObjectWriter.h
-rw-r--r-- root/root usr/include/llvm/MC/MCELFStreamer.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/MCExternalSymbolizer.h
-rw-r--r-- root/root usr/include/llvm/MC/MCFixedLenDisassembler.h
@ -450,7 +545,6 @@ drwxr-xr-x root/root usr/include/llvm/MC/
-rw-r--r-- root/root usr/include/llvm/MC/MCInstrItineraries.h
-rw-r--r-- root/root usr/include/llvm/MC/MCLabel.h
-rw-r--r-- root/root usr/include/llvm/MC/MCLinkerOptimizationHint.h
-rw-r--r-- root/root usr/include/llvm/MC/MCMachOSymbolFlags.h
-rw-r--r-- root/root usr/include/llvm/MC/MCMachObjectWriter.h
-rw-r--r-- root/root usr/include/llvm/MC/MCObjectFileInfo.h
-rw-r--r-- root/root usr/include/llvm/MC/MCObjectStreamer.h
@ -461,6 +555,7 @@ drwxr-xr-x root/root usr/include/llvm/MC/MCParser/
-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/MCAsmParserUtils.h
-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCParsedAsmOperand.h
-rw-r--r-- root/root usr/include/llvm/MC/MCRegisterInfo.h
-rw-r--r-- root/root usr/include/llvm/MC/MCRelocationInfo.h
@ -472,6 +567,9 @@ drwxr-xr-x root/root usr/include/llvm/MC/MCParser/
-rw-r--r-- root/root usr/include/llvm/MC/MCStreamer.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSubtargetInfo.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSymbol.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolCOFF.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolELF.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolMachO.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolizer.h
-rw-r--r-- root/root usr/include/llvm/MC/MCTargetAsmParser.h
-rw-r--r-- root/root usr/include/llvm/MC/MCTargetOptions.h
@ -488,6 +586,7 @@ drwxr-xr-x root/root usr/include/llvm/MC/MCParser/
-rw-r--r-- root/root usr/include/llvm/MC/YAML.h
drwxr-xr-x root/root usr/include/llvm/Object/
-rw-r--r-- root/root usr/include/llvm/Object/Archive.h
-rw-r--r-- root/root usr/include/llvm/Object/ArchiveWriter.h
-rw-r--r-- root/root usr/include/llvm/Object/Binary.h
-rw-r--r-- root/root usr/include/llvm/Object/COFF.h
-rw-r--r-- root/root usr/include/llvm/Object/COFFYAML.h
@ -501,6 +600,8 @@ drwxr-xr-x root/root usr/include/llvm/Object/
-rw-r--r-- root/root usr/include/llvm/Object/MachOUniversal.h
-rw-r--r-- root/root usr/include/llvm/Object/ObjectFile.h
-rw-r--r-- root/root usr/include/llvm/Object/RelocVisitor.h
-rw-r--r-- root/root usr/include/llvm/Object/StackMapParser.h
-rw-r--r-- root/root usr/include/llvm/Object/SymbolSize.h
-rw-r--r-- root/root usr/include/llvm/Object/SymbolicFile.h
drwxr-xr-x root/root usr/include/llvm/Option/
-rw-r--r-- root/root usr/include/llvm/Option/Arg.h
@ -512,9 +613,10 @@ drwxr-xr-x root/root usr/include/llvm/Option/
-rw-r--r-- root/root usr/include/llvm/Pass.h
-rw-r--r-- root/root usr/include/llvm/PassAnalysisSupport.h
-rw-r--r-- root/root usr/include/llvm/PassInfo.h
-rw-r--r-- root/root usr/include/llvm/PassManager.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/Passes/
-rw-r--r-- root/root usr/include/llvm/Passes/PassBuilder.h
drwxr-xr-x root/root usr/include/llvm/ProfileData/
-rw-r--r-- root/root usr/include/llvm/ProfileData/CoverageMapping.h
-rw-r--r-- root/root usr/include/llvm/ProfileData/CoverageMappingReader.h
@ -538,6 +640,7 @@ drwxr-xr-x root/root usr/include/llvm/Support/
-rw-r--r-- root/root usr/include/llvm/Support/BranchProbability.h
-rw-r--r-- root/root usr/include/llvm/Support/CBindingWrapping.h
-rw-r--r-- root/root usr/include/llvm/Support/COFF.h
-rw-r--r-- root/root usr/include/llvm/Support/COM.h
-rw-r--r-- root/root usr/include/llvm/Support/Capacity.h
-rw-r--r-- root/root usr/include/llvm/Support/Casting.h
-rw-r--r-- root/root usr/include/llvm/Support/CodeGen.h
@ -551,6 +654,7 @@ drwxr-xr-x root/root usr/include/llvm/Support/
-rw-r--r-- root/root usr/include/llvm/Support/DataStream.h
-rw-r--r-- root/root usr/include/llvm/Support/DataTypes.h
-rw-r--r-- root/root usr/include/llvm/Support/Debug.h
-rw-r--r-- root/root usr/include/llvm/Support/Dwarf.def
-rw-r--r-- root/root usr/include/llvm/Support/Dwarf.h
-rw-r--r-- root/root usr/include/llvm/Support/DynamicLibrary.h
-rw-r--r-- root/root usr/include/llvm/Support/ELF.h
@ -593,6 +697,7 @@ drwxr-xr-x root/root usr/include/llvm/Support/ELFRelocs/
-rw-r--r-- root/root usr/include/llvm/Support/Memory.h
-rw-r--r-- root/root usr/include/llvm/Support/MemoryBuffer.h
-rw-r--r-- root/root usr/include/llvm/Support/MemoryObject.h
-rw-r--r-- root/root usr/include/llvm/Support/MipsABIFlags.h
-rw-r--r-- root/root usr/include/llvm/Support/Mutex.h
-rw-r--r-- root/root usr/include/llvm/Support/MutexGuard.h
-rw-r--r-- root/root usr/include/llvm/Support/OnDiskHashTable.h
@ -620,8 +725,10 @@ drwxr-xr-x root/root usr/include/llvm/Support/ELFRelocs/
-rw-r--r-- root/root usr/include/llvm/Support/SpecialCaseList.h
-rw-r--r-- root/root usr/include/llvm/Support/StreamingMemoryObject.h
-rw-r--r-- root/root usr/include/llvm/Support/StringPool.h
-rw-r--r-- root/root usr/include/llvm/Support/StringSaver.h
-rw-r--r-- root/root usr/include/llvm/Support/SwapByteOrder.h
-rw-r--r-- root/root usr/include/llvm/Support/SystemUtils.h
-rw-r--r-- root/root usr/include/llvm/Support/TargetParser.h
-rw-r--r-- root/root usr/include/llvm/Support/TargetRegistry.h
-rw-r--r-- root/root usr/include/llvm/Support/TargetSelect.h
-rw-r--r-- root/root usr/include/llvm/Support/ThreadLocal.h
@ -659,12 +766,12 @@ drwxr-xr-x root/root usr/include/llvm/Target/
-rw-r--r-- root/root usr/include/llvm/Target/TargetInstrInfo.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetIntrinsicInfo.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetItinerary.td
-rw-r--r-- root/root usr/include/llvm/Target/TargetLibraryInfo.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetLowering.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetLoweringObjectFile.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetMachine.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetOpcodes.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetOptions.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetRecip.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetRegisterInfo.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetSchedule.td
-rw-r--r-- root/root usr/include/llvm/Target/TargetSelectionDAG.td
@ -674,10 +781,18 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/
-rw-r--r-- root/root usr/include/llvm/Transforms/IPO.h
drwxr-xr-x root/root usr/include/llvm/Transforms/IPO/
-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/InlinerPass.h
-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/LowerBitSets.h
-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/PassManagerBuilder.h
drwxr-xr-x root/root usr/include/llvm/Transforms/InstCombine/
-rw-r--r-- root/root usr/include/llvm/Transforms/InstCombine/InstCombine.h
-rw-r--r-- root/root usr/include/llvm/Transforms/InstCombine/InstCombineWorklist.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation.h
-rw-r--r-- root/root usr/include/llvm/Transforms/ObjCARC.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar.h
drwxr-xr-x root/root usr/include/llvm/Transforms/Scalar/
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/EarlyCSE.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SimplifyCFG.h
drwxr-xr-x root/root usr/include/llvm/Transforms/Utils/
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/ASanStackFrameLayout.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/BasicBlockUtils.h
@ -691,6 +806,7 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/Utils/
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/IntegerDivision.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Local.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopUtils.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopVersioning.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/ModuleUtils.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
@ -701,12 +817,17 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/Utils/
-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
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/VectorUtils.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/BugpointPasses.so
lrwxrwxrwx root/root usr/lib/libLLVM-3.6.2.so -> libLLVM-3.6.so
-rwxr-xr-x root/root usr/lib/libLLVM-3.6.so
lrwxrwxrwx root/root usr/lib/libLLVM-3.7.0.so -> libLLVM-3.7.so
-rwxr-xr-x root/root usr/lib/libLLVM-3.7.so
-rwxr-xr-x root/root usr/lib/libLLVMAMDGPUAsmParser.a
-rwxr-xr-x root/root usr/lib/libLLVMAMDGPUAsmPrinter.a
-rwxr-xr-x root/root usr/lib/libLLVMAMDGPUCodeGen.a
-rwxr-xr-x root/root usr/lib/libLLVMAMDGPUDesc.a
-rwxr-xr-x root/root usr/lib/libLLVMAMDGPUInfo.a
-rwxr-xr-x root/root usr/lib/libLLVMAMDGPUUtils.a
-rwxr-xr-x root/root usr/lib/libLLVMAnalysis.a
-rwxr-xr-x root/root usr/lib/libLLVMAsmParser.a
-rwxr-xr-x root/root usr/lib/libLLVMAsmPrinter.a
@ -714,28 +835,28 @@ lrwxrwxrwx root/root usr/lib/libLLVM-3.6.2.so -> libLLVM-3.6.so
-rwxr-xr-x root/root usr/lib/libLLVMBitWriter.a
-rwxr-xr-x root/root usr/lib/libLLVMCodeGen.a
-rwxr-xr-x root/root usr/lib/libLLVMCore.a
-rwxr-xr-x root/root usr/lib/libLLVMDebugInfo.a
-rwxr-xr-x root/root usr/lib/libLLVMDebugInfoDWARF.a
-rwxr-xr-x root/root usr/lib/libLLVMDebugInfoPDB.a
-rwxr-xr-x root/root usr/lib/libLLVMExecutionEngine.a
-rwxr-xr-x root/root usr/lib/libLLVMIRReader.a
-rwxr-xr-x root/root usr/lib/libLLVMInstCombine.a
-rwxr-xr-x root/root usr/lib/libLLVMInstrumentation.a
-rwxr-xr-x root/root usr/lib/libLLVMInterpreter.a
-rwxr-xr-x root/root usr/lib/libLLVMLTO.a
-rwxr-xr-x root/root usr/lib/libLLVMLibDriver.a
-rwxr-xr-x root/root usr/lib/libLLVMLineEditor.a
-rwxr-xr-x root/root usr/lib/libLLVMLinker.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/libLLVMMCJIT.a
-rwxr-xr-x root/root usr/lib/libLLVMMCParser.a
-rwxr-xr-x root/root usr/lib/libLLVMMIRParser.a
-rwxr-xr-x root/root usr/lib/libLLVMObjCARCOpts.a
-rwxr-xr-x root/root usr/lib/libLLVMObject.a
-rwxr-xr-x root/root usr/lib/libLLVMOption.a
-rwxr-xr-x root/root usr/lib/libLLVMOrcJIT.a
-rwxr-xr-x root/root usr/lib/libLLVMPasses.a
-rwxr-xr-x root/root usr/lib/libLLVMProfileData.a
-rwxr-xr-x root/root usr/lib/libLLVMR600AsmParser.a
-rwxr-xr-x root/root usr/lib/libLLVMR600AsmPrinter.a
-rwxr-xr-x root/root usr/lib/libLLVMR600CodeGen.a
-rwxr-xr-x root/root usr/lib/libLLVMR600Desc.a
-rwxr-xr-x root/root usr/lib/libLLVMR600Info.a
-rwxr-xr-x root/root usr/lib/libLLVMRuntimeDyld.a
-rwxr-xr-x root/root usr/lib/libLLVMScalarOpts.a
-rwxr-xr-x root/root usr/lib/libLLVMSelectionDAG.a
@ -773,6 +894,5 @@ drwxr-xr-x root/root usr/share/llvm/cmake/
-rw-r--r-- root/root usr/share/llvm/cmake/LLVMConfig.cmake
-rw-r--r-- root/root usr/share/llvm/cmake/LLVMConfigVersion.cmake
-rw-r--r-- root/root usr/share/llvm/cmake/LLVMExports.cmake
-rw-r--r-- root/root usr/share/llvm/cmake/LLVMParseArguments.cmake
-rw-r--r-- root/root usr/share/llvm/cmake/LLVMProcessSources.cmake
-rw-r--r-- root/root usr/share/llvm/cmake/TableGen.cmake

View File

@ -1,3 +1,3 @@
36a89de82dfe6ca99829743591cf8112 config.h
0c1ee3597d75280dee603bae9cbf5cc2 llvm-3.6.2.src.tar.xz
b98b9495e5655a672d6cb83e1a180f8e llvm-3.7.0.src.tar.xz
fcd6954a7fbd05687990e59e87131c3e llvm-config.h

View File

@ -5,7 +5,7 @@
# Depends on: python
name=llvm
version=3.6.2
version=3.7.0
release=1
source=(http://llvm.org/releases/$version/$name-$version.src.tar.xz \
config.h llvm-config.h)
@ -13,7 +13,10 @@ source=(http://llvm.org/releases/$version/$name-$version.src.tar.xz \
build() {
cd $name-$version.src
./configure --prefix=/usr \
mkdir build
cd build
../configure --prefix=/usr \
--without-oprofile \
--enable-cxx11 \
--enable-targets=x86,x86_64,r600 \