aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocLocal.cpp
Commit message (Expand)AuthorAgeFilesLines
* standardize command line option namesChris Lattner2003-10-241-1/+1
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefsAlkis Evlogimenos2003-10-081-20/+23
* Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.llChris Lattner2003-08-231-13/+21
* Fix bug: Jello/2003-08-15-AllocaAssertion.llChris Lattner2003-08-171-8/+18
* Fix typo in commentBrian Gaeke2003-08-151-1/+1
* Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke2003-08-131-1/+1
* Fix bugs handling ESP in alloca referencesChris Lattner2003-08-051-3/+6
* Revert previous change, and be really anal about what physical registers can do.Chris Lattner2003-08-051-27/+19
* Don't bother calculating info unless its needed. May reduce number of stack ...Chris Lattner2003-08-041-4/+2
* * Fix spelling of 'necessary'Chris Lattner2003-08-041-26/+61
* Set debug typesChris Lattner2003-08-031-0/+1
* Wrap at 80 columnsChris Lattner2003-08-031-1/+2
* Move DEBUG to Debug.hChris Lattner2003-08-011-1/+2
* (1) Added special register class containing (for now) %fsr.Vikram S. Adve2003-05-271-3/+3
* Fix tab infestation!Chris Lattner2003-05-121-45/+45
* Debug output should go to cerr, not cout, because that's where bytecode goes.Misha Brukman2003-05-041-2/+2
* Fix problems with empty basic blocksChris Lattner2003-01-161-1/+1
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-141-6/+6
* * Convert to use LiveVariable analysisChris Lattner2003-01-131-261/+251
* Rename FunctionFrameInfo to MachineFrameInfoChris Lattner2002-12-281-1/+1
* * Convert to be a MachineFunctionPass instanceChris Lattner2002-12-281-196/+64
* Adjust to simpler spill interfaceChris Lattner2002-12-251-35/+64
* Substantial fixes to live range handling, fixing several problems, gettingChris Lattner2002-12-241-27/+35
* * Fix several register aliasing bugsChris Lattner2002-12-181-39/+148
* Use new reginfo interfaceChris Lattner2002-12-171-31/+7
* Add prolog/epilog spills/reloads to countersChris Lattner2002-12-171-4/+7
* Fix many bugs, regallocator now saves callee-save registers instead of targetChris Lattner2002-12-171-52/+163
* * Fix a gross X86 hack that was intended to avoid allocating SP and BPChris Lattner2002-12-161-5/+38
* Initial checkin of "local" register allocator. Bugs are still present.Chris Lattner2002-12-161-0/+490