llvm-6502/lib/Target/ARM
Rafael Espindola 3717ca965b call computeRegisterProperties
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29780 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-20 01:49:49 +00:00
..
.cvsignore Ignore generated files 2006-05-27 01:23:30 +00:00
ARM.h added a skeleton of the ARM backend 2006-05-14 22:18:28 +00:00
ARM.td getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd. 2006-05-18 00:12:58 +00:00
ARMAsmPrinter.cpp add a "load effective address" 2006-08-17 17:09:40 +00:00
ARMFrameInfo.h Declare the callee saved regs 2006-08-16 14:43:33 +00:00
ARMInstrInfo.cpp change the addressing mode of the str instruction to reg+imm 2006-08-08 20:35:03 +00:00
ARMInstrInfo.h change the addressing mode of the str instruction to reg+imm 2006-08-08 20:35:03 +00:00
ARMInstrInfo.td add a "load effective address" 2006-08-17 17:09:40 +00:00
ARMISelDAGToDAG.cpp call computeRegisterProperties 2006-08-20 01:49:49 +00:00
ARMRegisterInfo.cpp add a "load effective address" 2006-08-17 17:09:40 +00:00
ARMRegisterInfo.h getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd. 2006-05-18 00:12:58 +00:00
ARMRegisterInfo.td Constify some methods. Patch provided by Anton Vayvod, thanks! 2006-08-17 22:00:08 +00:00
ARMTargetMachine.cpp Declare the callee saved regs 2006-08-16 14:43:33 +00:00
ARMTargetMachine.h Declare the callee saved regs 2006-08-16 14:43:33 +00:00
Makefile added a skeleton of the ARM backend 2006-05-14 22:18:28 +00:00