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