clarify: stub emission depends on the version of the linker you use, it has nothing
[oota-llvm.git] / lib / Target / TargetRegisterInfo.cpp
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.