aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocLocal.cpp
AgeCommit message (Expand)Author
2003-08-23Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.llChris Lattner
2003-08-17Fix bug: Jello/2003-08-15-AllocaAssertion.llChris Lattner
2003-08-15Fix typo in commentBrian Gaeke
2003-08-13Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke
2003-08-05Fix bugs handling ESP in alloca referencesChris Lattner
2003-08-05Revert previous change, and be really anal about what physical registers can do.Chris Lattner
2003-08-04Don't bother calculating info unless its needed. May reduce number of stack ...Chris Lattner
2003-08-04* Fix spelling of 'necessary'Chris Lattner
2003-08-03Set debug typesChris Lattner
2003-08-03Wrap at 80 columnsChris Lattner
2003-08-01Move DEBUG to Debug.hChris Lattner
2003-05-27(1) Added special register class containing (for now) %fsr.Vikram S. Adve
2003-05-12Fix tab infestation!Chris Lattner
2003-05-04Debug output should go to cerr, not cout, because that's where bytecode goes.Misha Brukman
2003-01-16Fix problems with empty basic blocksChris Lattner
2003-01-14Rename MachineInstrInfo -> TargetInstrInfoChris Lattner
2003-01-13* Convert to use LiveVariable analysisChris Lattner
2002-12-28 Rename FunctionFrameInfo to MachineFrameInfoChris Lattner
2002-12-28* Convert to be a MachineFunctionPass instanceChris Lattner
2002-12-25Adjust to simpler spill interfaceChris Lattner
2002-12-24Substantial fixes to live range handling, fixing several problems, gettingChris Lattner
2002-12-18* Fix several register aliasing bugsChris Lattner
2002-12-17Use new reginfo interfaceChris Lattner
2002-12-17Add prolog/epilog spills/reloads to countersChris Lattner
2002-12-17Fix many bugs, regallocator now saves callee-save registers instead of targetChris Lattner
2002-12-16* Fix a gross X86 hack that was intended to avoid allocating SP and BPChris Lattner
2002-12-16Initial checkin of "local" register allocator. Bugs are still present.Chris Lattner