[BranchFolding] Set correct mem refs
[oota-llvm.git] / lib / CodeGen / RegAllocBase.cpp
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-01-08 Quentin Colombet[RegAllocGreedy] Introduce a late pass to repair broken...
2014-11-17 Craig TopperMove register class name strings to a single array...
2014-10-14 Eric ChristopherRemove unnecessary TargetMachine.h includes.
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...
2014-03-13 Owen AndersonPhase 1 of refactoring the MachineRegisterInfo iterator...
2014-02-22 Manman RenFix typo
2013-11-22 Andrew TrickDEBUG shouldEvict decisions
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-10-10 Matthias BraunPrint register in LiveInterval::print()
2013-10-05 Benjamin KramerEmit a better error when running out of registers on...
2013-08-14 Mark LaceyTrack new virtual registers by register number.
2013-07-17 Craig TopperMake constant string pointer into an array to remove...
2012-11-28 Jakob Stoklund OlesenMake the LiveRegMatrix analysis available to targets.
2012-11-28 Chad RosierRevert r168630, r168631, and r168633 as these are causi...
2012-11-26 Chad RosierNow that the X86 Maximal Stack Alignment Check pass...
2012-06-20 Jakob Stoklund OlesenRemove LiveIntervalUnions from RegAllocBase.
2012-06-20 Jakob Stoklund OlesenConvert RABasic to using LiveRegMatrix interference...
2012-06-20 Jakob Stoklund OlesenAvoid iterating with LiveIntervals::iterator.
2012-06-09 Jakob Stoklund OlesenAlso compute MBB live-in lists in the new rewriter...
2012-06-05 Jakob Stoklund OlesenMove LiveUnionArray into LiveIntervalUnion.h
2012-06-05 Jakob Stoklund OlesenDon't print register names in LiveIntervalUnion::print().
2012-06-05 Jakob Stoklund OlesenSimplify LiveInterval::print().
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-05-12 Jakob Stoklund OlesenDon't look for empty live ranges in the unions.
2012-04-02 Pete CooperMoved LiveRangeEdit.h so that it can be called from...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-01-11 Jakob Stoklund OlesenSink spillInterferences into RABasic.
2012-01-11 Jakob Stoklund OlesenMove RegAllocBase into its own cpp file separate from...