aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMTargetMachine.h
AgeCommit message (Expand)Author
2008-03-11Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-07-20Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng
2007-07-05Initial ARM JIT support by Raul Fernandes Herbster.Evan Cheng
2007-05-16Move if-conversion after all passes that may use register scavenger.Evan Cheng
2007-05-16Hooks for predication support.Evan Cheng
2007-03-13Implement getTargetLowering() or else LSR won't be using ARM specific hooks.Evan Cheng
2007-02-23Added -march=thumb; removed -enable-thumb.Evan Cheng
2007-01-19ARM backend contribution from Apple.Evan Cheng
2006-09-19Implement a MachineFunctionPass to fix the mul instructionRafael Espindola
2006-09-071. Remove condition on delete.Jim Laskey
2006-09-07Make target asm info a property of the target machine.Jim Laskey
2006-09-04Completely rearchitect the interface between targets and the pass manager.Chris Lattner
2006-08-16Declare the callee saved regsRafael Espindola
2006-05-14added a skeleton of the ARM backendRafael Espindola