summaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARM.td
Commit message (Expand)AuthorAgeFilesLines
* Latency information for ARM v6. It's rough and not yet hooked up. Right now ...Evan Cheng2009-06-191-42/+52
* Separate V6 from V6T2 since the latter has some extra nice instructionsAnton Korobeynikov2009-06-081-2/+6
* Add placeholder for thumb2 stuffAnton Korobeynikov2009-05-291-5/+10
* Add ARMv7 architecture, Cortex processors and different FPU modes handling.Anton Korobeynikov2009-05-231-1/+10
* Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson2009-04-171-0/+2
* Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng2008-11-241-1/+1
* Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 enc...Evan Cheng2008-11-061-3/+1
* Restructure ARM code emitter to use instruction formats instead of addressing...Evan Cheng2008-11-051-1/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+1
* Initial JIT support for ARM by Raul Fernandes Herbster.Evan Cheng2007-08-071-2/+4
* Add a processor.Lauro Ramos Venancio2007-05-041-0/+1
* ARM backend contribution from Apple.Evan Cheng2007-01-191-2/+75
* getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.Evan Cheng2006-05-181-3/+0
* Remove PointerType from class TargetEvan Cheng2006-05-171-3/+0
* added a skeleton of the ARM backendRafael Espindola2006-05-141-0/+51