| Commit message (Expand) | Author | Age | Files | Lines |
* | Untabification. | Bill Wendling | 2009-05-30 | 1 | -2/+2 |
* | getCommonSubClass() - Calculate the largest common sub-class of two register | Jakob Stoklund Olesen | 2009-04-30 | 1 | -0/+42 |
* | Give register alias checking the hash table treatment too. | Owen Anderson | 2009-04-09 | 1 | -1/+3 |
* | Convert TargetRegisterInfo's super-register checking to use a pre-computed ha... | Owen Anderson | 2009-04-09 | 1 | -3/+5 |
* | Instead of building a list and sorting it just to find a maximum element, | Dan Gohman | 2008-09-21 | 1 | -26/+9 |
* | Remove warning about initialization order. | Bill Wendling | 2008-07-01 | 1 | -2/+2 |
* | Make the subregister hashtable output more readable by wrapping the lines, | Owen Anderson | 2008-07-01 | 1 | -2/+4 |
* | Replace the dynamically computed std::set lookup method for subregisters with... | Owen Anderson | 2008-07-01 | 1 | -10/+0 |
* | Cache subregister relationships in a set in TargetRegisterInfo to allow faste... | Owen Anderson | 2008-06-27 | 1 | -0/+10 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -2/+1 |
* | 80 col violation. | Evan Cheng | 2008-04-25 | 1 | -1/+1 |
* | If there are multiple register classes that a register belongs to, return the... | Evan Cheng | 2008-03-11 | 1 | -4/+27 |
* | When the register allocator runs out of registers, spill a physical register ... | Evan Cheng | 2008-03-11 | 1 | -5/+6 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -0/+90 |