| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert the last use of getPhysicalRegisterRegClass and remove it. | Rafael Espindola | 2010-07-12 | 1 | -21/+0 |
* | Make getMinimalPhysRegClass' comment mention what makes it different | Dan Gohman | 2010-07-06 | 1 | -1/+2 |
* | Add a VT argument to getMinimalPhysRegClass and replace the copy related uses | Rafael Espindola | 2010-06-29 | 1 | -2/+3 |
* | Remove uses of getCalleeSavedRegClasses from outside the | Rafael Espindola | 2010-06-02 | 1 | -0/+19 |
* | Drop the SuperregHashTable. It is essentially the same as SubregHashTable. | Jakob Stoklund Olesen | 2010-05-25 | 1 | -2/+0 |
* | Print symbolic SubRegIndex names on machine operands. | Jakob Stoklund Olesen | 2010-05-25 | 1 | -1/+3 |
* | constify a method argument. | Chris Lattner | 2010-01-26 | 1 | -3/+4 |
* | Add a const qualifier. | Dan Gohman | 2009-10-09 | 1 | -2/+2 |
* | Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as the | Bob Wilson | 2009-09-23 | 1 | -1/+1 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -1/+1 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -3/+3 |
* | 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 |