Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC...
[oota-llvm.git] / lib / Target / ARM / ARMMachineFunctionInfo.h
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-12-23 Jakob Stoklund OlesenExperimental support for aligned NEON spills.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-02-14 Bob WilsonRemove unused bitvectors that record ARM callee-saved...
2011-01-30 Anton KorobeynikovSave a mapping between original and cloned constpool...
2011-01-17 Evan ChengMaterialize GA addresses with movw + movt pairs for...
2011-01-15 Bob WilsonFix a comment.
2010-11-02 Jim GrosbachRevert r114340 (improvements in Darwin function prologu...
2010-10-19 Jim GrosbachUpdate comments to remove obsolete references.
2010-09-20 Jim GrosbachSimplify ARM callee-saved register handling by removing...
2010-08-10 Evan ChengRe-apply r110655 with fixes. Epilogue must restore...
2010-08-10 Daniel DunbarRevert r110655, "Fix ARM hasFP() semantics. It should...
2010-08-10 Evan ChengFix ARM hasFP() semantics. It should return true whenev...
2010-06-18 Evan ChengAllow ARM if-converter to be run after post allocation...
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2010-01-27 Chris Lattnereliminate the ARMFunctionInfo::Align member, using
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.