Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there.
[oota-llvm.git] / lib / CodeGen / RegisterClassInfo.cpp
2014-10-14 Eric ChristopherRemove unnecessary TargetMachine.h includes.
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
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...