aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetRegisterInfo.cpp
AgeCommit message (Expand)Author
2008-06-27Cache subregister relationships in a set in TargetRegisterInfo to allow faste...Owen Anderson
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands
2008-04-2580 col violation.Evan Cheng
2008-03-11If there are multiple register classes that a register belongs to, return the...Evan Cheng
2008-03-11When the register allocator runs out of registers, spill a physical register ...Evan Cheng
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman