Fix bugs handling ESP in alloca references
[oota-llvm.git] / lib / CodeGen / RegAllocLocal.cpp
2003-08-05 Chris LattnerFix bugs handling ESP in alloca references
2003-08-05 Chris LattnerRevert previous change, and be really anal about what...
2003-08-04 Chris LattnerDon't bother calculating info unless its needed. May...
2003-08-04 Chris Lattner* Fix spelling of 'necessary'
2003-08-03 Chris LattnerSet debug types
2003-08-03 Chris LattnerWrap at 80 columns
2003-08-01 Chris LattnerMove DEBUG to Debug.h
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-05-12 Chris LattnerFix tab infestation!
2003-05-04 Misha BrukmanDebug output should go to cerr, not cout, because that...
2003-01-16 Chris LattnerFix problems with empty basic blocks
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris Lattner* Convert to use LiveVariable analysis
2002-12-28 Chris Lattner Rename FunctionFrameInfo to MachineFrameInfo
2002-12-28 Chris Lattner* Convert to be a MachineFunctionPass instance
2002-12-25 Chris LattnerAdjust to simpler spill interface
2002-12-24 Chris LattnerSubstantial fixes to live range handling, fixing severa...
2002-12-18 Chris Lattner* Fix several register aliasing bugs
2002-12-17 Chris LattnerUse new reginfo interface
2002-12-17 Chris LattnerAdd prolog/epilog spills/reloads to counters
2002-12-17 Chris LattnerFix many bugs, regallocator now saves callee-save regis...
2002-12-16 Chris Lattner* Fix a gross X86 hack that was intended to avoid alloc...
2002-12-16 Chris LattnerInitial checkin of "local" register allocator. Bugs...