Age | Commit message (Expand) | Author |
---|---|---|
2008-09-21 | Instead of building a list and sorting it just to find a maximum element, | Dan Gohman |
2008-07-01 | Remove warning about initialization order. | Bill Wendling |
2008-07-01 | Make the subregister hashtable output more readable by wrapping the lines, | Owen Anderson |
2008-07-01 | Replace the dynamically computed std::set lookup method for subregisters with... | Owen Anderson |
2008-06-27 | Cache subregister relationships in a set in TargetRegisterInfo to allow faste... | Owen Anderson |
2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
2008-04-25 | 80 col violation. | Evan Cheng |
2008-03-11 | If there are multiple register classes that a register belongs to, return the... | Evan Cheng |
2008-03-11 | When the register allocator runs out of registers, spill a physical register ... | Evan Cheng |
2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |