1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00
llvm-mirror/lib/Target/ARM
Rafael Espindola c0ede90402 emit global constants
llvm-svn: 29344
2006-07-27 11:38:51 +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 emit global constants 2006-07-27 11:38:51 +00:00
ARMInstrInfo.cpp create the raddr addressing mode that matches any register and the frame index 2006-07-10 01:41:35 +00:00
ARMInstrInfo.h create the raddr addressing mode that matches any register and the frame index 2006-07-10 01:41:35 +00:00
ARMInstrInfo.td implemented sub 2006-07-21 12:26:16 +00:00
ARMISelDAGToDAG.cpp implement function calling of functions with up to 4 arguments 2006-07-25 20:17:20 +00:00
ARMRegisterInfo.cpp implemented sub 2006-07-21 12:26:16 +00:00
ARMRegisterInfo.h getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd. 2006-05-18 00:12:58 +00:00
ARMRegisterInfo.td initial implementation of ARMRegisterInfo::eliminateFrameIndex 2006-06-18 00:08:07 +00:00
ARMTargetMachine.cpp Don't pass target name into TargetData anymore, it is never used or needed. 2006-06-16 18:22:52 +00:00
ARMTargetMachine.h added a skeleton of the ARM backend 2006-05-14 22:18:28 +00:00
Makefile added a skeleton of the ARM backend 2006-05-14 22:18:28 +00:00