Duncan Sands
|
0006349f4d
|
Add Thumb2ITBlockPass.cpp to CMakeLists.txt, fixing
the cmake build.
llvm-svn: 75246
|
2009-07-10 08:31:50 +00:00 |
Xerxes Ranby
|
b009980f0b
|
Fix cmake build.
Added ARMBaseRegisterInfo.cpp to lib/Target/ARM/CMakeLists.txt
llvm-svn: 75035
|
2009-07-08 20:13:41 +00:00 |
David Goodwin
|
af7451b674
|
Checkpoint Thumb2 Instr info work. Generalized base code so that it can be shared between ARM and Thumb2. Not yet activated because register information must be generalized first.
llvm-svn: 75010
|
2009-07-08 16:09:28 +00:00 |
David Goodwin
|
ade05a37f1
|
Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1InstrInfo, Thumb2InstrInfo, Thumb1RegisterInfo and Thumb2RegisterInfo. Move methods from ARMInstrInfo to ARMBaseInstrInfo to prepare for sharing with Thumb2.
llvm-svn: 74731
|
2009-07-02 22:18:33 +00:00 |
Douglas Gregor
|
6141511621
|
CMake build fixes, from Xerxes Ranby
llvm-svn: 74720
|
2009-07-02 18:53:52 +00:00 |
Duncan Sands
|
24a3724b04
|
Include the new file ThumbRegisterInfo.cpp to CMakeLists.txt
to make sure ThumbRegisterInfo.cpp are compiled and linked in.
Patch by Xerxes.
llvm-svn: 74421
|
2009-06-29 13:11:32 +00:00 |
Douglas Gregor
|
33400e3670
|
Add ThumbInstrInfo.cpp to the CMake makefiles
llvm-svn: 74382
|
2009-06-27 07:44:59 +00:00 |
Bob Wilson
|
a4c2290e5f
|
Use CallConvLower.h and TableGen descriptions of the calling conventions
for ARM. Patch by Sandeep Patel.
llvm-svn: 69371
|
2009-04-17 19:07:39 +00:00 |
Oscar Fuentes
|
f3c03b02dc
|
CMake: Turned some libraries into partially linked objects. Corrected
names of LLVMCore and ARMCodeGen.
llvm-svn: 57943
|
2008-10-22 02:51:53 +00:00 |
Oscar Fuentes
|
cdc95498f5
|
CMake: Builds all targets.
llvm-svn: 56641
|
2008-09-26 04:40:32 +00:00 |