aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetRegisterInfo.cpp
AgeCommit message (Expand)Author
2012-11-28Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen
2012-09-11Add TRI::getSubRegIndexLaneMask().Jakob Stoklund Olesen
2012-05-31Add a PrintRegUnit helper similar to PrintReg.Jakob Stoklund Olesen
2012-05-09Remove unused variable to silence compiler warning.Richard Trieu
2012-05-08Use a shared function for a common operation.Jakob Stoklund Olesen
2012-05-07Fix bug in TRI::getCommonSuperRegClass().Jakob Stoklund Olesen
2012-05-07Add TRI::getCommonSuperRegClass().Jakob Stoklund Olesen
2012-05-04Add a SuperRegClassIterator class.Jakob Stoklund Olesen
2012-05-03Use a shared implementation of getMatchingSuperRegClass().Jakob Stoklund Olesen
2012-05-03Added TargetRegisterInfo::getAllocatableClass.Andrew Trick
2012-03-04Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...Craig Topper
2012-03-01Make TargetRegisterClasses non-virtual by making the only virtual function a ...Benjamin Kramer
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-10Minimize #include's and forward-declares in Target.Nick Lewycky
2011-09-30Store sub-class lists as a bit vector.Jakob Stoklund Olesen
2011-09-30Move getCommonSubClass() into TRI.Jakob Stoklund Olesen
2011-06-28Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng
2011-06-17Zap the last reference to allocation_order_begin().Jakob Stoklund Olesen
2011-06-15Replace the statically generated hashtables for checking register relationshi...Owen Anderson
2011-06-02Make it possible to have unallocatable register classes.Jakob Stoklund Olesen
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2011-01-09Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual andJakob Stoklund Olesen
2011-01-09Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen
2010-12-14Add TargetRegisterInfo::printReg() to pretty-print registers.Jakob Stoklund Olesen
2010-11-20Move some more hooks to TargetFrameInfoAnton Korobeynikov
2010-11-18Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov
2010-10-28Reduce malloc thrashing.Benjamin Kramer
2010-09-02remove trailing whitespaceJim Grosbach
2010-09-02handle case where a register class is specifiedJim Grosbach
2010-09-02Mask out reserved registers when constructing the set of allocatable regs.Jim Grosbach
2010-07-12Convert the last use of getPhysicalRegisterRegClass and remove it.Rafael Espindola
2010-07-06Make getMinimalPhysRegClass' comment mention what makes it differentDan Gohman
2010-06-29Add a VT argument to getMinimalPhysRegClass and replace the copy related usesRafael Espindola
2010-06-02Remove uses of getCalleeSavedRegClasses from outside theRafael Espindola
2010-05-25Drop the SuperregHashTable. It is essentially the same as SubregHashTable.Jakob Stoklund Olesen
2010-05-25Print symbolic SubRegIndex names on machine operands.Jakob Stoklund Olesen
2010-01-26constify a method argument.Chris Lattner
2009-10-09Add a const qualifier.Dan Gohman
2009-09-23Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as theBob Wilson
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-05-30Untabification.Bill Wendling
2009-04-30getCommonSubClass() - Calculate the largest common sub-class of two registerJakob Stoklund Olesen
2009-04-09Give register alias checking the hash table treatment too.Owen Anderson
2009-04-09Convert TargetRegisterInfo's super-register checking to use a pre-computed ha...Owen Anderson
2008-09-21Instead of building a list and sorting it just to find a maximum element,Dan Gohman
2008-07-01Remove warning about initialization order.Bill Wendling
2008-07-01Make the subregister hashtable output more readable by wrapping the lines,Owen Anderson
2008-07-01Replace the dynamically computed std::set lookup method for subregisters with...Owen Anderson