Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
[oota-llvm.git] / lib / Target / TargetRegisterInfo.cpp
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-17 Jakob Stoklund OlesenZap the last reference to allocation_order_begin().
2011-06-15 Owen AndersonReplace the statically generated hashtables for checkin...
2011-06-02 Jakob Stoklund OlesenMake it possible to have unallocatable register classes.
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2011-01-09 Jakob Stoklund OlesenTeach TargetRegisterInfo how to cram stack slot indexes...
2011-01-09 Jakob Stoklund OlesenReplace TargetRegisterInfo::printReg with a PrintReg...
2010-12-14 Jakob Stoklund OlesenAdd TargetRegisterInfo::printReg() to pretty-print...
2010-11-20 Anton KorobeynikovMove some more hooks to TargetFrameInfo
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
2010-10-28 Benjamin KramerReduce malloc thrashing.
2010-09-02 Jim Grosbachremove trailing whitespace
2010-09-02 Jim Grosbachhandle case where a register class is specified
2010-09-02 Jim GrosbachMask out reserved registers when constructing the set...
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.