Move DataTypes.h to include/llvm/System, update all users. This breaks the last
authorChandler Carruth <chandlerc@gmail.com>
Mon, 26 Oct 2009 01:35:46 +0000 (01:35 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 26 Oct 2009 01:35:46 +0000 (01:35 +0000)
commit8b67f774e9c38b7718b2b300b628388f966df4e0
tree8c3972478a42e7499b2ab8fe36a1a22edf2fadde
parent863928fc39c7f1ab86779415eb704b2f2474b995
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
direct inclusion edge from System to Support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85086 91177308-0d34-0410-b5e6-96231b3b80d8
82 files changed:
Makefile
autoconf/configure.ac
cmake/config-ix.cmake
configure
docs/CompilerDriver.html
include/llvm-c/Core.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/StringExtras.h
include/llvm/ADT/Twine.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ValueTracking.h
include/llvm/BasicBlock.h
include/llvm/Bitcode/BitCodes.h
include/llvm/Bitcode/Deserialize.h
include/llvm/CodeGen/BinaryObject.h
include/llvm/CodeGen/ELFRelocation.h
include/llvm/CodeGen/JITCodeEmitter.h
include/llvm/CodeGen/MachineCodeEmitter.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/CodeGen/MachineOperand.h
include/llvm/CodeGen/MachineRelocation.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/ValueTypes.h
include/llvm/ExecutionEngine/GenericValue.h
include/llvm/ExecutionEngine/JITEventListener.h
include/llvm/ExecutionEngine/JITMemoryManager.h
include/llvm/MC/MCAsmLexer.h
include/llvm/MC/MCAsmParser.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCDisassembler.h
include/llvm/MC/MCExpr.h
include/llvm/MC/MCInst.h
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCSymbol.h
include/llvm/MC/MCValue.h
include/llvm/Module.h
include/llvm/Pass.h
include/llvm/Support/AIXDataTypesFix.h [deleted file]
include/llvm/Support/Allocator.h
include/llvm/Support/ConstantRange.h
include/llvm/Support/DataTypes.h.cmake [deleted file]
include/llvm/Support/DataTypes.h.in [deleted file]
include/llvm/Support/ELF.h
include/llvm/Support/MathExtras.h
include/llvm/Support/MemoryBuffer.h
include/llvm/Support/MemoryObject.h
include/llvm/Support/PointerLikeTypeTraits.h
include/llvm/Support/SlowOperationInformer.h
include/llvm/Support/Timer.h
include/llvm/Support/raw_ostream.h
include/llvm/System/AIXDataTypesFix.h [new file with mode: 0644]
include/llvm/System/Atomic.h
include/llvm/System/DataTypes.h.cmake [new file with mode: 0644]
include/llvm/System/DataTypes.h.in [new file with mode: 0644]
include/llvm/System/Disassembler.h
include/llvm/System/Memory.h
include/llvm/System/TimeValue.h
include/llvm/Target/SubtargetFeature.h
include/llvm/Target/TargetData.h
include/llvm/Target/TargetJITInfo.h
include/llvm/Type.h
include/llvm/ValueSymbolTable.h
lib/CodeGen/ELF.h
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/ExecutionEngine/JIT/JITDebugRegisterer.h
lib/MC/MCAsmInfo.cpp
lib/Support/Allocator.cpp
lib/System/Unix/Memory.inc
lib/System/Win32/Memory.inc
lib/Target/CellSPU/SPU.h
projects/sample/lib/sample/sample.c
tools/llvm-mc/AsmLexer.h
unittests/ADT/StringMapTest.cpp
utils/TableGen/Record.cpp
utils/TableGen/Record.h
utils/TableGen/TGLexer.h