diff --git a/llvm/PLIST b/llvm/PLIST index 4d3f01be38..172b7e9de8 100644 --- a/llvm/PLIST +++ b/llvm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.28 2010/11/02 03:45:43 makoto Exp $ +@comment $NetBSD: PLIST,v 1.29 2010/12/09 17:18:23 asau Exp $ bin/bugpoint bin/llc bin/lli @@ -17,6 +17,7 @@ bin/llvm-prof bin/llvm-ranlib bin/llvm-stub bin/llvmc +bin/macho-dumpx bin/opt bin/tblgen include/llvm-c/Analysis.h @@ -48,7 +49,9 @@ include/llvm/ADT/ImmutableIntervalMap.h include/llvm/ADT/ImmutableList.h include/llvm/ADT/ImmutableMap.h include/llvm/ADT/ImmutableSet.h +include/llvm/ADT/InMemoryStruct.h include/llvm/ADT/IndexedMap.h +include/llvm/ADT/IntervalMap.h include/llvm/ADT/IntrusiveRefCntPtr.h include/llvm/ADT/NullablePtr.h include/llvm/ADT/Optional.h @@ -91,6 +94,7 @@ include/llvm/Analysis/CaptureTracking.h include/llvm/Analysis/CodeMetrics.h include/llvm/Analysis/ConstantFolding.h include/llvm/Analysis/ConstantsScanner.h +include/llvm/Analysis/DIBuilder.h include/llvm/Analysis/DOTGraphTraitsPass.h include/llvm/Analysis/DebugInfo.h include/llvm/Analysis/DomPrinter.h @@ -201,7 +205,6 @@ include/llvm/CodeGen/PBQP/Heuristics/Briggs.h include/llvm/CodeGen/PBQP/Math.h include/llvm/CodeGen/PBQP/Solution.h include/llvm/CodeGen/Passes.h -include/llvm/CodeGen/PostRAHazardRecognizer.h include/llvm/CodeGen/ProcessImplicitDefs.h include/llvm/CodeGen/PseudoSourceValue.h include/llvm/CodeGen/RegAllocPBQP.h @@ -212,6 +215,7 @@ include/llvm/CodeGen/RuntimeLibcalls.h include/llvm/CodeGen/ScheduleDAG.h include/llvm/CodeGen/ScheduleHazardRecognizer.h include/llvm/CodeGen/SchedulerRegistry.h +include/llvm/CodeGen/ScoreboardHazardRecognizer.h include/llvm/CodeGen/SelectionDAG.h include/llvm/CodeGen/SelectionDAGISel.h include/llvm/CodeGen/SelectionDAGNodes.h @@ -245,6 +249,7 @@ include/llvm/ExecutionEngine/Interpreter.h include/llvm/ExecutionEngine/JIT.h include/llvm/ExecutionEngine/JITEventListener.h include/llvm/ExecutionEngine/JITMemoryManager.h +include/llvm/ExecutionEngine/MCJIT.h include/llvm/Function.h include/llvm/GVMaterializer.h include/llvm/GlobalAlias.h @@ -271,7 +276,6 @@ include/llvm/LinkAllPasses.h include/llvm/LinkAllVMCore.h include/llvm/Linker.h include/llvm/MC/EDInstInfo.h -include/llvm/MC/ELFObjectWriter.h include/llvm/MC/MCAsmInfo.h include/llvm/MC/MCAsmInfoCOFF.h include/llvm/MC/MCAsmInfoDarwin.h @@ -305,10 +309,12 @@ include/llvm/MC/MCSectionMachO.h include/llvm/MC/MCStreamer.h include/llvm/MC/MCSymbol.h include/llvm/MC/MCValue.h -include/llvm/MC/MachObjectWriter.h include/llvm/MC/SectionKind.h include/llvm/Metadata.h include/llvm/Module.h +include/llvm/Object/MachOFormat.h +include/llvm/Object/MachOObject.h +include/llvm/Object/ObjectFile.h include/llvm/OperandTraits.h include/llvm/Operator.h include/llvm/Pass.h @@ -317,8 +323,10 @@ include/llvm/PassManager.h include/llvm/PassManagers.h include/llvm/PassRegistry.h include/llvm/PassSupport.h +include/llvm/Support/AIXDataTypesFix.h include/llvm/Support/AlignOf.h include/llvm/Support/Allocator.h +include/llvm/Support/Atomic.h include/llvm/Support/CFG.h include/llvm/Support/COFF.h include/llvm/Support/CallSite.h @@ -330,83 +338,82 @@ include/llvm/Support/ConstantRange.h include/llvm/Support/CrashRecoveryContext.h include/llvm/Support/DOTGraphTraits.h include/llvm/Support/DataFlow.h +include/llvm/Support/DataTypes.h +include/llvm/Support/DataTypes.h.cmake include/llvm/Support/Debug.h include/llvm/Support/DebugLoc.h +include/llvm/Support/Disassembler.h include/llvm/Support/Dwarf.h -include/llvm/Support/DynamicLinker.h +include/llvm/Support/DynamicLibrary.h include/llvm/Support/ELF.h include/llvm/Support/Endian.h +include/llvm/Support/Errno.h include/llvm/Support/ErrorHandling.h +include/llvm/Support/FEnv.h +include/llvm/Support/FileSystem.h include/llvm/Support/FileUtilities.h include/llvm/Support/Format.h include/llvm/Support/FormattedStream.h include/llvm/Support/GetElementPtrTypeIterator.h include/llvm/Support/GraphWriter.h +include/llvm/Support/Host.h include/llvm/Support/IRBuilder.h include/llvm/Support/IRReader.h +include/llvm/Support/IncludeFile.h include/llvm/Support/InstIterator.h include/llvm/Support/InstVisitor.h +include/llvm/Support/LICENSE.TXT include/llvm/Support/LeakDetector.h include/llvm/Support/MachO.h include/llvm/Support/ManagedStatic.h include/llvm/Support/MathExtras.h +include/llvm/Support/Memory.h include/llvm/Support/MemoryBuffer.h include/llvm/Support/MemoryObject.h +include/llvm/Support/Mutex.h include/llvm/Support/MutexGuard.h include/llvm/Support/NoFolder.h include/llvm/Support/OutputBuffer.h include/llvm/Support/PassNameParser.h +include/llvm/Support/Path.h +include/llvm/Support/PathV2.h include/llvm/Support/PatternMatch.h include/llvm/Support/PluginLoader.h include/llvm/Support/PointerLikeTypeTraits.h include/llvm/Support/PredIteratorCache.h include/llvm/Support/PrettyStackTrace.h +include/llvm/Support/Process.h +include/llvm/Support/Program.h +include/llvm/Support/RWMutex.h include/llvm/Support/Recycler.h include/llvm/Support/RecyclingAllocator.h include/llvm/Support/Regex.h include/llvm/Support/Registry.h include/llvm/Support/RegistryParser.h include/llvm/Support/SMLoc.h +include/llvm/Support/Signals.h +include/llvm/Support/Solaris.h include/llvm/Support/SourceMgr.h include/llvm/Support/StableBasicBlockNumbering.h include/llvm/Support/StandardPasses.h include/llvm/Support/StringPool.h +include/llvm/Support/SwapByteOrder.h include/llvm/Support/SystemUtils.h include/llvm/Support/TargetFolder.h +include/llvm/Support/ThreadLocal.h +include/llvm/Support/Threading.h +include/llvm/Support/TimeValue.h include/llvm/Support/Timer.h include/llvm/Support/ToolOutputFile.h include/llvm/Support/TypeBuilder.h +include/llvm/Support/Valgrind.h include/llvm/Support/ValueHandle.h include/llvm/Support/circular_raw_ostream.h include/llvm/Support/raw_os_ostream.h include/llvm/Support/raw_ostream.h +include/llvm/Support/system_error.h include/llvm/Support/type_traits.h include/llvm/SymbolTableListTraits.h -include/llvm/System/AIXDataTypesFix.h -include/llvm/System/Alarm.h -include/llvm/System/Atomic.h -include/llvm/System/DataTypes.h -include/llvm/System/DataTypes.h.cmake -include/llvm/System/Disassembler.h -include/llvm/System/DynamicLibrary.h -include/llvm/System/Errno.h -include/llvm/System/FEnv.h -include/llvm/System/Host.h -include/llvm/System/IncludeFile.h -include/llvm/System/LICENSE.TXT -include/llvm/System/Memory.h -include/llvm/System/Mutex.h -include/llvm/System/Path.h -include/llvm/System/Process.h -include/llvm/System/Program.h -include/llvm/System/RWMutex.h -include/llvm/System/Signals.h -include/llvm/System/Solaris.h -include/llvm/System/SwapByteOrder.h -include/llvm/System/ThreadLocal.h -include/llvm/System/Threading.h -include/llvm/System/TimeValue.h -include/llvm/System/Valgrind.h include/llvm/Target/Mangler.h include/llvm/Target/SubtargetFeature.h include/llvm/Target/Target.td @@ -461,8 +468,8 @@ include/llvm/Value.h include/llvm/ValueSymbolTable.h lib/libBugpointPasses.${SO_SUFFIX} lib/libCompilerDriver.a -lib/libEnhancedDisassembly.${SO_SUFFIX} lib/libEnhancedDisassembly.a +lib/libEnhancedDisassembly.${SO_SUFFIX} lib/libLLVMAnalysis.a lib/libLLVMArchive.a lib/libLLVMAsmParser.a @@ -480,11 +487,12 @@ lib/libLLVMJIT.a lib/libLLVMLinker.a lib/libLLVMMC.a lib/libLLVMMCDisassembler.a +lib/libLLVMMCJIT.a lib/libLLVMMCParser.a +lib/libLLVMObject.a lib/libLLVMScalarOpts.a lib/libLLVMSelectionDAG.a lib/libLLVMSupport.a -lib/libLLVMSystem.a lib/libLLVMTarget.a lib/libLLVMTransformUtils.a lib/libLLVMX86AsmParser.a @@ -494,8 +502,8 @@ lib/libLLVMX86Disassembler.a lib/libLLVMX86Info.a lib/libLLVMipa.a lib/libLLVMipo.a -lib/libLTO.${SO_SUFFIX} lib/libLTO.a +lib/libLTO.${SO_SUFFIX} lib/libUnitTestMain.a lib/libprofile_rt.${SO_SUFFIX} man/man1/bugpoint.1