Cleanup up unused R3LiveIn tracking.
[oota-llvm.git] / lib / Target / ARM / ARMMachineFunctionInfo.h
2009-10-08 Jim GrosbachCleanup up unused R3LiveIn tracking.
2009-08-11 Jim GrosbachWhitespace cleanup. Remove trailing whitespace.
2009-07-08 David GoodwinUse common code for both ARM and Thumb-2 instruction...
2009-06-30 David GoodwinAdd conditional and unconditional thumb-2 branch. Add...
2009-06-05 Dan GohmanAdd explicit keywords.
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.