aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARM.h
AgeCommit message (Expand)Author
2009-04-29Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling
2009-04-29Second attempt:Bill Wendling
2009-04-28r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling
2009-04-28Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling
2009-03-25CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng
2009-02-24Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-10-08Comment to be explicit that the enumeration values for CondCodes matter.Jim Grosbach
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-07-05Initial ARM JIT support by Raul Fernandes Herbster.Evan Cheng
2007-01-19ARM backend contribution from Apple.Evan Cheng
2006-11-02move ARMCondCodeToString to ARMAsmPrinter.cppRafael Espindola
2006-09-19Implement a MachineFunctionPass to fix the mul instructionRafael Espindola
2006-09-13add shifts to addressing mode 1Rafael Espindola
2006-09-02add more condition codesRafael Espindola
2006-08-24add the "eq" condition codeRafael Espindola
2006-08-24create a generic bcond instruction that has a conditional code argumentRafael Espindola
2006-05-14added a skeleton of the ARM backendRafael Espindola