Use ARMFunctionInfo to track number of constpool entries and jumptables.
[oota-llvm.git] / lib / Target / ARM / ARMMachineFunctionInfo.h
2008-11-08 Evan ChengUse ARMFunctionInfo to track number of constpool entrie...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-04-23 Dale Johannesenadd Align field, and use when generating function alignment
2007-03-01 Evan Cheng- Track which callee-saved registers are spilled.
2007-03-01 Evan ChengSwitch from std::vector<bool> to BitVector.
2007-02-07 Evan ChengIn thumb mode, R3 is reserved, but it can be live in...
2007-01-30 Evan Cheng- In thumb mode, if size of MachineFunction is >= 2048...
2007-01-29 Evan ChengRemember if LR register has been spilled in this function.
2007-01-25 Evan ChengGetting rid uses of evil std::set<>
2007-01-20 Evan ChengClean up ARM PEI code.
2007-01-19 Evan ChengARM backend contribution from Apple.