aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARM.h
Commit message (Expand)AuthorAgeFilesLines
* Comment to be explicit that the enumeration values for CondCodes matter.Jim Grosbach2008-10-081-0/+2
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-1/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+1
* Initial ARM JIT support by Raul Fernandes Herbster.Evan Cheng2007-07-051-0/+3
* ARM backend contribution from Apple.Evan Cheng2007-01-191-32/+66
* move ARMCondCodeToString to ARMAsmPrinter.cppRafael Espindola2006-11-021-21/+0
* Implement a MachineFunctionPass to fix the mul instructionRafael Espindola2006-09-191-0/+1
* add shifts to addressing mode 1Rafael Espindola2006-09-131-0/+10
* add more condition codesRafael Espindola2006-09-021-2/+28
* add the "eq" condition codeRafael Espindola2006-08-241-1/+3
* create a generic bcond instruction that has a conditional code argumentRafael Espindola2006-08-241-0/+14
* added a skeleton of the ARM backendRafael Espindola2006-05-141-0/+40