Remove r108639 now that it is handled by InstCombine instead.
[oota-llvm.git] / lib / Target / TargetRegisterInfo.cpp
2010-07-12 Rafael EspindolaConvert the last use of getPhysicalRegisterRegClass...
2010-07-06 Dan GohmanMake getMinimalPhysRegClass' comment mention what makes...
2010-06-29 Rafael EspindolaAdd a VT argument to getMinimalPhysRegClass and replace...
2010-06-02 Rafael EspindolaRemove uses of getCalleeSavedRegClasses from outside the
2010-05-25 Jakob Stoklund OlesenDrop the SuperregHashTable. It is essentially the same...
2010-05-25 Jakob Stoklund OlesenPrint symbolic SubRegIndex names on machine operands.
2010-01-26 Chris Lattnerconstify a method argument.
2009-10-09 Dan GohmanAdd a const qualifier.
2009-09-23 Bob WilsonRemove BlackfinRegisterInfo::getFrameIndexOffset since...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-05-30 Bill WendlingUntabification.
2009-04-30 Jakob Stoklund OlesengetCommonSubClass() - Calculate the largest common...
2009-04-09 Owen AndersonGive register alias checking the hash table treatment...
2009-04-09 Owen AndersonConvert TargetRegisterInfo's super-register checking...
2008-09-21 Dan GohmanInstead of building a list and sorting it just to find...
2008-07-01 Bill WendlingRemove warning about initialization order.
2008-07-01 Owen AndersonMake the subregister hashtable output more readable...
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.