aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Instead of building a list and sorting it just to find a maximum element,Dan Gohman2008-09-211-26/+9
* Remove warning about initialization order.Bill Wendling2008-07-011-2/+2
* Make the subregister hashtable output more readable by wrapping the lines,Owen Anderson2008-07-011-2/+4
* Replace the dynamically computed std::set lookup method for subregisters with...Owen Anderson2008-07-011-10/+0
* Cache subregister relationships in a set in TargetRegisterInfo to allow faste...Owen Anderson2008-06-271-0/+10
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-2/+1
* 80 col violation.Evan Cheng2008-04-251-1/+1
* If there are multiple register classes that a register belongs to, return the...Evan Cheng2008-03-111-4/+27
* When the register allocator runs out of registers, spill a physical register ...Evan Cheng2008-03-111-5/+6
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-0/+90