Code reorg
authorMikhail Glushenkov <foldr@codedgers.com>
Tue, 6 May 2008 16:34:12 +0000 (16:34 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Tue, 6 May 2008 16:34:12 +0000 (16:34 +0000)
commitb90cd834ca5a849fcfcb6bbca5d38f73f5c37fcf
tree06d11382719346c723e1b8ec588232fd39bd34da
parentc8d9fe6bf92ac5a7ee48c328cd412bf052e6b07b
Code reorg

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50722 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
tools/llvmc2/Action.cpp [new file with mode: 0644]
tools/llvmc2/Action.h [new file with mode: 0644]
tools/llvmc2/AutoGenerated.cpp [new file with mode: 0644]
tools/llvmc2/AutoGenerated.h [new file with mode: 0644]
tools/llvmc2/CompilationGraph.cpp [new file with mode: 0644]
tools/llvmc2/CompilationGraph.h [new file with mode: 0644]
tools/llvmc2/Core.cpp [deleted file]
tools/llvmc2/Core.h [deleted file]
tools/llvmc2/Makefile
tools/llvmc2/Tool.cpp [new file with mode: 0644]
tools/llvmc2/Tool.h [new file with mode: 0644]
tools/llvmc2/Tools.cpp [deleted file]
tools/llvmc2/Tools.h [deleted file]
tools/llvmc2/Utility.cpp [deleted file]
tools/llvmc2/Utility.h [deleted file]
tools/llvmc2/llvmc.cpp [new file with mode: 0644]
tools/llvmc2/llvmcc.cpp [deleted file]
utils/TableGen/LLVMCCConfigurationEmitter.cpp