Replace the dynamically computed std::set lookup method for subregisters with a hasht...
[oota-llvm.git] / lib / Target / TargetRegisterInfo.cpp
2008-07-01 Owen AndersonReplace the dynamically computed std::set lookup method...
2008-06-27 Owen AndersonCache subregister relationships in a set in TargetRegis...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-04-25 Evan Cheng80 col violation.
2008-03-11 Evan ChengIf there are multiple register classes that a register...
2008-03-11 Evan ChengWhen the register allocator runs out of registers,...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.