aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMMachineFunctionInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Use ARMFunctionInfo to track number of constpool entries and jumptables.Evan Cheng2008-11-081-3/+21
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* add Align field, and use when generating function alignmentDale Johannesen2007-04-231-2/+12
* - Track which callee-saved registers are spilled.Evan Cheng2007-03-011-9/+28
* Switch from std::vector<bool> to BitVector.Evan Cheng2007-03-011-12/+32
* In thumb mode, R3 is reserved, but it can be live in to the function. IfEvan Cheng2007-02-071-2/+11
* - In thumb mode, if size of MachineFunction is >= 2048, force LR to beEvan Cheng2007-01-301-7/+7
* Remember if LR register has been spilled in this function.Evan Cheng2007-01-291-4/+12
* Getting rid uses of evil std::set<>Evan Cheng2007-01-251-15/+33
* Clean up ARM PEI code.Evan Cheng2007-01-201-7/+7
* ARM backend contribution from Apple.Evan Cheng2007-01-191-0/+136