summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegisterClassInfo.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Make comment more explicit.Jim Grosbach2013-12-17
* Typo. s/reserved/preserved/Jim Grosbach2013-12-17
* MI-Sched: Adjust regpressure limits for reserved regs.Andrew Trick2013-06-21
* Precompute some information about register costs.Jakob Stoklund Olesen2013-01-12
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen2012-11-29
* Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen2012-10-15
* Move RegisterClassInfo.h.Andrew Trick2012-06-06
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-04
* Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...Craig Topper2012-03-04
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-04
* Add missing staticJakob Stoklund Olesen2012-02-24
* Add a -stress-regalloc=<N> option.Jakob Stoklund Olesen2012-02-24
* Detect proper register sub-classes.Jakob Stoklund Olesen2011-08-05
* Add TargetRegisterInfo::getRawAllocationOrder().Jakob Stoklund Olesen2011-06-16
* Include callee-saved registers in debug output.Jakob Stoklund Olesen2011-06-13
* Don't try to be clever, just preserve the target's allocation order.Jakob Stoklund Olesen2011-06-06
* Preserve the original ordering when a CSR has multiple aliases.Jakob Stoklund Olesen2011-06-03
* Just use a SmallVector.Jakob Stoklund Olesen2011-06-02
* Start with a zeroed CSRNum map.Benjamin Kramer2011-06-02
* Initialize members to fix problem found by valgrind.Jakob Stoklund Olesen2011-06-02
* Add a RegisterClassInfo class that lazily caches information aboutJakob Stoklund Olesen2011-06-02