Merge System into Support.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 29 Nov 2010 18:16:10 +0000 (18:16 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 29 Nov 2010 18:16:10 +0000 (18:16 +0000)
commit1f6efa3996dd1929fbc129203ce5009b620e6969
tree6b782914982f90d3a983bcefef98b8ef68ab2961
parent9363f739cdc3bd02e8516a25de0090f52ae12fbb
Merge System into Support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120298 91177308-0d34-0410-b5e6-96231b3b80d8
350 files changed:
CMakeLists.txt
Makefile
Makefile.rules
autoconf/configure.ac
cmake/config-ix.cmake
configure
include/llvm-c/EnhancedDisassembly.h
include/llvm/ADT/EquivalenceClasses.h
include/llvm/ADT/FoldingSet.h
include/llvm/ADT/ImmutableList.h
include/llvm/ADT/ImmutableSet.h
include/llvm/ADT/SmallPtrSet.h
include/llvm/ADT/SparseBitVector.h
include/llvm/ADT/Statistic.h
include/llvm/ADT/StringExtras.h
include/llvm/ADT/Twine.h
include/llvm/ADT/ValueMap.h
include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/DIBuilder.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ValueTracking.h
include/llvm/BasicBlock.h
include/llvm/Bitcode/Archive.h
include/llvm/Bitcode/BitCodes.h
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/BinaryObject.h
include/llvm/CodeGen/JITCodeEmitter.h
include/llvm/CodeGen/MachORelocation.h
include/llvm/CodeGen/MachineCodeEmitter.h
include/llvm/CodeGen/MachineCodeInfo.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineMemOperand.h
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/CodeGen/MachineOperand.h
include/llvm/CodeGen/MachineRelocation.h
include/llvm/CodeGen/PostRAHazardRecognizer.h
include/llvm/CodeGen/RegisterCoalescer.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/ValueTypes.h
include/llvm/CompilerDriver/CompilationGraph.h
include/llvm/CompilerDriver/Tool.h
include/llvm/DerivedTypes.h
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/GenericValue.h
include/llvm/ExecutionEngine/JITEventListener.h
include/llvm/ExecutionEngine/JITMemoryManager.h
include/llvm/LinkAllVMCore.h
include/llvm/MC/EDInstInfo.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCDisassembler.h
include/llvm/MC/MCExpr.h
include/llvm/MC/MCFixup.h
include/llvm/MC/MCInst.h
include/llvm/MC/MCObjectWriter.h
include/llvm/MC/MCParser/AsmLexer.h
include/llvm/MC/MCParser/MCAsmLexer.h
include/llvm/MC/MCParser/MCAsmParser.h
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCValue.h
include/llvm/Module.h
include/llvm/Object/MachOFormat.h
include/llvm/Object/ObjectFile.h
include/llvm/PassSupport.h
include/llvm/Support/AIXDataTypesFix.h [new file with mode: 0644]
include/llvm/Support/Alarm.h [new file with mode: 0644]
include/llvm/Support/Allocator.h
include/llvm/Support/Atomic.h [new file with mode: 0644]
include/llvm/Support/COFF.h
include/llvm/Support/ConstantRange.h
include/llvm/Support/DataTypes.h.cmake [new file with mode: 0644]
include/llvm/Support/DataTypes.h.in [new file with mode: 0644]
include/llvm/Support/Disassembler.h [new file with mode: 0644]
include/llvm/Support/DynamicLibrary.h [new file with mode: 0644]
include/llvm/Support/ELF.h
include/llvm/Support/Endian.h
include/llvm/Support/Errno.h [new file with mode: 0644]
include/llvm/Support/FEnv.h [new file with mode: 0644]
include/llvm/Support/FileUtilities.h
include/llvm/Support/GraphWriter.h
include/llvm/Support/Host.h [new file with mode: 0644]
include/llvm/Support/IncludeFile.h [new file with mode: 0644]
include/llvm/Support/LICENSE.TXT [new file with mode: 0644]
include/llvm/Support/MachO.h
include/llvm/Support/ManagedStatic.h
include/llvm/Support/MathExtras.h
include/llvm/Support/Memory.h [new file with mode: 0644]
include/llvm/Support/MemoryBuffer.h
include/llvm/Support/MemoryObject.h
include/llvm/Support/Mutex.h [new file with mode: 0644]
include/llvm/Support/MutexGuard.h
include/llvm/Support/Path.h [new file with mode: 0644]
include/llvm/Support/PathV2.h [new file with mode: 0644]
include/llvm/Support/PointerLikeTypeTraits.h
include/llvm/Support/Process.h [new file with mode: 0644]
include/llvm/Support/Program.h [new file with mode: 0644]
include/llvm/Support/RWMutex.h [new file with mode: 0644]
include/llvm/Support/Signals.h [new file with mode: 0644]
include/llvm/Support/Solaris.h [new file with mode: 0644]
include/llvm/Support/SwapByteOrder.h [new file with mode: 0644]
include/llvm/Support/ThreadLocal.h [new file with mode: 0644]
include/llvm/Support/Threading.h [new file with mode: 0644]
include/llvm/Support/TimeValue.h [new file with mode: 0644]
include/llvm/Support/Timer.h
include/llvm/Support/Valgrind.h [new file with mode: 0644]
include/llvm/Support/raw_ostream.h
include/llvm/Support/system_error.h [new file with mode: 0644]
include/llvm/System/AIXDataTypesFix.h [deleted file]
include/llvm/System/Alarm.h [deleted file]
include/llvm/System/Atomic.h [deleted file]
include/llvm/System/DataTypes.h.cmake [deleted file]
include/llvm/System/DataTypes.h.in [deleted file]
include/llvm/System/Disassembler.h [deleted file]
include/llvm/System/DynamicLibrary.h [deleted file]
include/llvm/System/Errno.h [deleted file]
include/llvm/System/FEnv.h [deleted file]
include/llvm/System/Host.h [deleted file]
include/llvm/System/IncludeFile.h [deleted file]
include/llvm/System/LICENSE.TXT [deleted file]
include/llvm/System/Memory.h [deleted file]
include/llvm/System/Mutex.h [deleted file]
include/llvm/System/Path.h [deleted file]
include/llvm/System/PathV2.h [deleted file]
include/llvm/System/Process.h [deleted file]
include/llvm/System/Program.h [deleted file]
include/llvm/System/RWMutex.h [deleted file]
include/llvm/System/Signals.h [deleted file]
include/llvm/System/Solaris.h [deleted file]
include/llvm/System/SwapByteOrder.h [deleted file]
include/llvm/System/ThreadLocal.h [deleted file]
include/llvm/System/Threading.h [deleted file]
include/llvm/System/TimeValue.h [deleted file]
include/llvm/System/Valgrind.h [deleted file]
include/llvm/System/system_error.h [deleted file]
include/llvm/Target/SubtargetFeature.h
include/llvm/Target/TargetAsmBackend.h
include/llvm/Target/TargetData.h
include/llvm/Target/TargetInstrDesc.h
include/llvm/Target/TargetJITInfo.h
include/llvm/TypeSymbolTable.h
include/llvm/ValueSymbolTable.h
lib/Analysis/ConstantFolding.cpp
lib/Archive/Archive.cpp
lib/Archive/ArchiveInternals.h
lib/Archive/ArchiveWriter.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/ELF.h
lib/CodeGen/PseudoSourceValue.cpp
lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/ExecutionEngine/JIT/Intercept.cpp
lib/ExecutionEngine/JIT/JIT.cpp
lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp
lib/ExecutionEngine/JIT/JITDebugRegisterer.h
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/ExecutionEngine/JIT/JITMemoryManager.cpp
lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp
lib/ExecutionEngine/JIT/TargetSelect.cpp
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/MCJIT/TargetSelect.cpp
lib/Linker/LinkItems.cpp
lib/Linker/LinkModules.cpp
lib/Linker/Linker.cpp
lib/MC/MCAsmInfo.cpp
lib/MC/MCDisassembler/EDDisassembler.h
lib/MC/MCDisassembler/EDInst.h
lib/MC/MCDisassembler/EDOperand.h
lib/MC/MCDisassembler/EDToken.h
lib/MC/WinCOFFObjectWriter.cpp
lib/Object/MachOObject.cpp
lib/Object/ObjectFile.cpp
lib/Support/Alarm.cpp [new file with mode: 0644]
lib/Support/Allocator.cpp
lib/Support/Atomic.cpp [new file with mode: 0644]
lib/Support/CMakeLists.txt
lib/Support/CommandLine.cpp
lib/Support/CrashRecoveryContext.cpp
lib/Support/Debug.cpp
lib/Support/Disassembler.cpp [new file with mode: 0644]
lib/Support/DynamicLibrary.cpp [new file with mode: 0644]
lib/Support/Errno.cpp [new file with mode: 0644]
lib/Support/ErrorHandling.cpp
lib/Support/FileUtilities.cpp
lib/Support/FoldingSet.cpp
lib/Support/GraphWriter.cpp
lib/Support/Host.cpp [new file with mode: 0644]
lib/Support/IncludeFile.cpp [new file with mode: 0644]
lib/Support/Makefile
lib/Support/ManagedStatic.cpp
lib/Support/Memory.cpp [new file with mode: 0644]
lib/Support/MemoryBuffer.cpp
lib/Support/Mutex.cpp [new file with mode: 0644]
lib/Support/Path.cpp [new file with mode: 0644]
lib/Support/PluginLoader.cpp
lib/Support/PrettyStackTrace.cpp
lib/Support/Process.cpp [new file with mode: 0644]
lib/Support/Program.cpp [new file with mode: 0644]
lib/Support/README.txt.system [new file with mode: 0644]
lib/Support/RWMutex.cpp [new file with mode: 0644]
lib/Support/SearchForAddressOfSpecialSymbol.cpp [new file with mode: 0644]
lib/Support/Signals.cpp [new file with mode: 0644]
lib/Support/Statistic.cpp
lib/Support/SystemUtils.cpp
lib/Support/TargetRegistry.cpp
lib/Support/ThreadLocal.cpp [new file with mode: 0644]
lib/Support/Threading.cpp [new file with mode: 0644]
lib/Support/TimeValue.cpp [new file with mode: 0644]
lib/Support/Timer.cpp
lib/Support/ToolOutputFile.cpp
lib/Support/Unix/Alarm.inc [new file with mode: 0644]
lib/Support/Unix/Host.inc [new file with mode: 0644]
lib/Support/Unix/Memory.inc [new file with mode: 0644]
lib/Support/Unix/Mutex.inc [new file with mode: 0644]
lib/Support/Unix/Path.inc [new file with mode: 0644]
lib/Support/Unix/Process.inc [new file with mode: 0644]
lib/Support/Unix/Program.inc [new file with mode: 0644]
lib/Support/Unix/README.txt [new file with mode: 0644]
lib/Support/Unix/RWMutex.inc [new file with mode: 0644]
lib/Support/Unix/Signals.inc [new file with mode: 0644]
lib/Support/Unix/ThreadLocal.inc [new file with mode: 0644]
lib/Support/Unix/TimeValue.inc [new file with mode: 0644]
lib/Support/Unix/Unix.h [new file with mode: 0644]
lib/Support/Unix/system_error.inc [new file with mode: 0644]
lib/Support/Valgrind.cpp [new file with mode: 0644]
lib/Support/Windows/Alarm.inc [new file with mode: 0644]
lib/Support/Windows/DynamicLibrary.inc [new file with mode: 0644]
lib/Support/Windows/Host.inc [new file with mode: 0644]
lib/Support/Windows/Memory.inc [new file with mode: 0644]
lib/Support/Windows/Mutex.inc [new file with mode: 0644]
lib/Support/Windows/Path.inc [new file with mode: 0644]
lib/Support/Windows/Process.inc [new file with mode: 0644]
lib/Support/Windows/Program.inc [new file with mode: 0644]
lib/Support/Windows/RWMutex.inc [new file with mode: 0644]
lib/Support/Windows/Signals.inc [new file with mode: 0644]
lib/Support/Windows/ThreadLocal.inc [new file with mode: 0644]
lib/Support/Windows/TimeValue.inc [new file with mode: 0644]
lib/Support/Windows/Windows.h [new file with mode: 0644]
lib/Support/Windows/system_error.inc [new file with mode: 0644]
lib/Support/raw_ostream.cpp
lib/Support/system_error.cpp [new file with mode: 0644]
lib/System/Alarm.cpp [deleted file]
lib/System/Atomic.cpp [deleted file]
lib/System/CMakeLists.txt [deleted file]
lib/System/Disassembler.cpp [deleted file]
lib/System/DynamicLibrary.cpp [deleted file]
lib/System/Errno.cpp [deleted file]
lib/System/Host.cpp [deleted file]
lib/System/IncludeFile.cpp [deleted file]
lib/System/Makefile [deleted file]
lib/System/Memory.cpp [deleted file]
lib/System/Mutex.cpp [deleted file]
lib/System/Path.cpp [deleted file]
lib/System/Process.cpp [deleted file]
lib/System/Program.cpp [deleted file]
lib/System/README.txt [deleted file]
lib/System/RWMutex.cpp [deleted file]
lib/System/SearchForAddressOfSpecialSymbol.cpp [deleted file]
lib/System/Signals.cpp [deleted file]
lib/System/ThreadLocal.cpp [deleted file]
lib/System/Threading.cpp [deleted file]
lib/System/TimeValue.cpp [deleted file]
lib/System/Unix/Alarm.inc [deleted file]
lib/System/Unix/Host.inc [deleted file]
lib/System/Unix/Memory.inc [deleted file]
lib/System/Unix/Mutex.inc [deleted file]
lib/System/Unix/Path.inc [deleted file]
lib/System/Unix/Process.inc [deleted file]
lib/System/Unix/Program.inc [deleted file]
lib/System/Unix/README.txt [deleted file]
lib/System/Unix/RWMutex.inc [deleted file]
lib/System/Unix/Signals.inc [deleted file]
lib/System/Unix/ThreadLocal.inc [deleted file]
lib/System/Unix/TimeValue.inc [deleted file]
lib/System/Unix/Unix.h [deleted file]
lib/System/Unix/system_error.inc [deleted file]
lib/System/Valgrind.cpp [deleted file]
lib/System/Win32/Alarm.inc [deleted file]
lib/System/Win32/DynamicLibrary.inc [deleted file]
lib/System/Win32/Host.inc [deleted file]
lib/System/Win32/Memory.inc [deleted file]
lib/System/Win32/Mutex.inc [deleted file]
lib/System/Win32/Path.inc [deleted file]
lib/System/Win32/Process.inc [deleted file]
lib/System/Win32/Program.inc [deleted file]
lib/System/Win32/RWMutex.inc [deleted file]
lib/System/Win32/Signals.inc [deleted file]
lib/System/Win32/ThreadLocal.inc [deleted file]
lib/System/Win32/TimeValue.inc [deleted file]
lib/System/Win32/Win32.h [deleted file]
lib/System/Win32/system_error.inc [deleted file]
lib/System/system_error.cpp [deleted file]
lib/Target/TargetData.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
lib/Target/X86/X86JITInfo.cpp
lib/Target/X86/X86Subtarget.cpp
lib/VMCore/Attributes.cpp
lib/VMCore/Function.cpp
lib/VMCore/LeakDetector.cpp
lib/VMCore/PassManager.cpp
lib/VMCore/PassRegistry.cpp
lib/VMCore/Type.cpp
tools/bugpoint/BugDriver.cpp
tools/bugpoint/ExtractFunction.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/bugpoint/ToolRunner.cpp
tools/bugpoint/ToolRunner.h
tools/bugpoint/bugpoint.cpp
tools/llc/llc.cpp
tools/lli/lli.cpp
tools/llvm-ar/llvm-ar.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
tools/llvm-dis/llvm-dis.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-ld/Optimize.cpp
tools/llvm-ld/llvm-ld.cpp
tools/llvm-link/llvm-link.cpp
tools/llvm-mc/llvm-mc.cpp
tools/llvm-nm/llvm-nm.cpp
tools/llvm-prof/llvm-prof.cpp
tools/llvm-ranlib/llvm-ranlib.cpp
tools/opt/opt.cpp
unittests/ADT/StringMapTest.cpp
unittests/CMakeLists.txt
unittests/Makefile
unittests/Support/EndianTest.cpp
unittests/Support/SwapByteOrderTest.cpp
unittests/System/Makefile
unittests/System/Path.cpp
unittests/System/TimeValue.cpp
utils/FileCheck/CMakeLists.txt
utils/FileCheck/FileCheck.cpp
utils/FileCheck/Makefile
utils/FileUpdate/CMakeLists.txt
utils/FileUpdate/Makefile
utils/KillTheDoctor/CMakeLists.txt
utils/KillTheDoctor/KillTheDoctor.cpp
utils/TableGen/ARMDecoderEmitter.cpp
utils/TableGen/CMakeLists.txt
utils/TableGen/Makefile
utils/TableGen/Record.cpp
utils/TableGen/TableGen.cpp
utils/fpcmp/Makefile
utils/not/CMakeLists.txt
utils/not/Makefile
utils/not/not.cpp
utils/unittest/UnitTestMain/TestMain.cpp