aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARM.td
AgeCommit message (Expand)Author
2009-07-08Add a Thumb2 instruction flag to that indicates whether the instruction can b...Evan Cheng
2009-06-19Latency information for ARM v6. It's rough and not yet hooked up. Right now ...Evan Cheng
2009-06-08Separate V6 from V6T2 since the latter has some extra nice instructionsAnton Korobeynikov
2009-05-29Add placeholder for thumb2 stuffAnton Korobeynikov
2009-05-23Add ARMv7 architecture, Cortex processors and different FPU modes handling.Anton Korobeynikov
2009-04-17Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson
2008-11-24Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng
2008-11-06Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 enc...Evan Cheng
2008-11-05Restructure ARM code emitter to use instruction formats instead of addressing...Evan Cheng
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-08-07Initial JIT support for ARM by Raul Fernandes Herbster.Evan Cheng
2007-05-04Add a processor.Lauro Ramos Venancio
2007-01-19ARM backend contribution from Apple.Evan Cheng
2006-05-18getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.Evan Cheng
2006-05-17Remove PointerType from class TargetEvan Cheng
2006-05-14added a skeleton of the ARM backendRafael Espindola