aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMMachineFunctionInfo.h
AgeCommit message (Expand)Author
2009-07-08Use common code for both ARM and Thumb-2 instruction and register info.David Goodwin
2009-06-30Add conditional and unconditional thumb-2 branch. Add thumb-2 jump table.David Goodwin
2009-06-05Add explicit keywords.Dan Gohman
2008-11-08Use ARMFunctionInfo to track number of constpool entries and jumptables.Evan Cheng
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-04-23add Align field, and use when generating function alignmentDale Johannesen
2007-03-01- Track which callee-saved registers are spilled.Evan Cheng
2007-03-01Switch from std::vector<bool> to BitVector.Evan Cheng
2007-02-07In thumb mode, R3 is reserved, but it can be live in to the function. IfEvan Cheng
2007-01-30- In thumb mode, if size of MachineFunction is >= 2048, force LR to beEvan Cheng
2007-01-29Remember if LR register has been spilled in this function.Evan Cheng
2007-01-25Getting rid uses of evil std::set<>Evan Cheng
2007-01-20Clean up ARM PEI code.Evan Cheng
2007-01-19ARM backend contribution from Apple.Evan Cheng