]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/RegisterClassInfo.cpp
clarify comment
[opencl/llvm.git] / lib / CodeGen / RegisterClassInfo.cpp
2013-12-17 Jim GrosbachMake comment more explicit.
2013-12-17 Jim GrosbachTypo. s/reserved/preserved/
2013-06-21 Andrew TrickMI-Sched: Adjust regpressure limits for reserved regs.
2013-01-12 Jakob Stoklund OlesenPrecompute some information about register costs.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-29 Jakob Stoklund OlesenUse MCPhysReg for RegisterClassInfo allocation orders.
2012-10-15 Jakob Stoklund OlesenSwitch most getReservedRegs() clients to the MRI equiva...
2012-06-06 Andrew TrickMove RegisterClassInfo.h.
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-03-04 Craig TopperUse uint16_t instead of unsigned to store registers...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-02-24 Jakob Stoklund OlesenAdd missing static
2012-02-24 Jakob Stoklund OlesenAdd a -stress-regalloc=<N> option.
2011-08-05 Jakob Stoklund OlesenDetect proper register sub-classes.
2011-06-16 Jakob Stoklund OlesenAdd TargetRegisterInfo::getRawAllocationOrder().
2011-06-13 Jakob Stoklund OlesenInclude callee-saved registers in debug output.
2011-06-06 Jakob Stoklund OlesenDon't try to be clever, just preserve the target's...
2011-06-03 Jakob Stoklund OlesenPreserve the original ordering when a CSR has multiple...
2011-06-02 Jakob Stoklund OlesenJust use a SmallVector.
2011-06-02 Benjamin KramerStart with a zeroed CSRNum map.
2011-06-02 Jakob Stoklund OlesenInitialize members to fix problem found by valgrind.
2011-06-02 Jakob Stoklund OlesenAdd a RegisterClassInfo class that lazily caches inform...