aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMMachineFunctionInfo.h
AgeCommit message (Expand)Author
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