summaryrefslogtreecommitdiff
path: root/lib/Target/MRegisterInfo.cpp
Commit message (Expand)AuthorAge
* Oops. Didn't mean to check in a quick hack.Evan Cheng2007-04-17
* Change getAllocatableSet() so it returns allocatable registers for a specific...Evan Cheng2007-04-17
* Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng2007-02-19
* For PR1207:Reid Spencer2007-02-19
* Added getReservedRegs().Evan Cheng2007-02-17
* Use BitVector instead of vector<bool> which can be extremely slow.Evan Cheng2007-02-15
* Repair debug frames as a prelude to eh_frames. Switched to using MachineMovesJim Laskey2007-01-24
* Hopefully a good crack at making debugging work on intel -disable-fp-elim.Jim Laskey2006-11-17
* Get darwin intel debugging up and running.Jim Laskey2006-08-03
* Use existing information.Jim Laskey2006-04-10
* Foundation for call frame information.Jim Laskey2006-04-07
* Expose base register for DwarfWriter. Refactor code accordingly.Jim Laskey2006-03-28
* Finegrainify namespacificationChris Lattner2006-02-01
* Rename MRegisterDesc -> TargetRegisterDesc for consistencyChris Lattner2005-09-30
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Move destructor out of line to avoid vtable emission in every file that inclu...Nate Begeman2004-10-27
* Fix the build by eliminating some more dead code. That'll learn me not to li...Nate Begeman2004-10-27
* Add getAllocatableSet() function.Alkis Evlogimenos2004-08-26
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Make it easier to debug by exposing a temporaryChris Lattner2003-08-03
* Capture more information in ctorChris Lattner2002-12-28
* New fileChris Lattner2002-12-17