]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/RegAllocBase.h
Cleanup collectChangingRegs
[opencl/llvm.git] / lib / CodeGen / RegAllocBase.h
2014-04-16 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
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-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-08-14 Mark LaceyTrack new virtual registers by register number.
2013-08-14 Jakob Stoklund OlesenLiveIntervalUnion is not used in RegAllocBase.
2013-07-17 Craig TopperMake constant string pointer into an array to remove...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-28 Jakob Stoklund OlesenMake the LiveRegMatrix analysis available to targets.
2012-06-20 Jakob Stoklund OlesenRemove LiveIntervalUnions from RegAllocBase.
2012-06-20 Jakob Stoklund OlesenConvert RABasic to using LiveRegMatrix interference...
2012-06-09 Jakob Stoklund OlesenAlso compute MBB live-in lists in the new rewriter...
2012-06-06 Andrew TrickMove RegisterClassInfo.h.
2012-06-05 Jakob Stoklund OlesenMove LiveUnionArray into LiveIntervalUnion.h
2012-01-11 Jakob Stoklund OlesenMake data structures private.
2012-01-11 Jakob Stoklund OlesenSink spillInterferences into RABasic.
2012-01-11 Jakob Stoklund OlesenCleanup.
2011-06-03 Jakob Stoklund OlesenSwitch AllocationOrder to using RegisterClassInfo inste...
2011-05-10 Jakob Stoklund OlesenFix PR9883. Make sure all caches are invalidated when...
2011-03-16 Jakob Stoklund OlesenTag cached interference with a user-provided tag instea...
2011-02-22 Jakob Stoklund OlesenChange the RAGreedy register assignment order so large...
2011-02-09 Jakob Stoklund OlesenEvict a lighter single interference before attempting...
2010-12-29 Cameron ZwarichAdd a missing word to a comment.
2010-12-17 Jakob Stoklund OlesenMake the -verify-regalloc command line option available...
2010-12-11 Jakob Stoklund OlesenAdd named timer groups for the different stages of...
2010-12-10 Jakob Stoklund OlesenMove MRI into RegAllocBase. Clean up debug output a...
2010-12-09 Andrew TrickAdded register reassignment prototype to RAGreedy....
2010-12-08 Jakob Stoklund OlesenStore (priority,regnum) pairs in the priority queue...
2010-12-08 Jakob Stoklund OlesenMove RABasic::addMBBLiveIns to the base class, it is...
2010-12-07 Jakob Stoklund OlesenSwitch LiveIntervalUnion from std::set to IntervalMap.
2010-11-30 Andrew TrickCoding style. No significant functionality. Abandon...
2010-11-11 Andrew TrickCheck TRI->getReservedRegs because other allocators...
2010-11-10 Andrew TrickRABasic is nearly functionally complete. There are...
2010-11-09 Andrew TrickAdds RABasic verification and tracing.
2010-11-09 Andrew TrickReverting r118604. Windows build broke.
2010-11-09 Andrew TrickAdds RABasic verification and tracing.
2010-11-08 Andrew TrickAdds support for spilling previously allocated live...
2010-10-26 Andrew TrickJakob's review of the basic register allocator.
2010-10-22 Andrew TrickNonvirtual dtor that was accessible enough to be bad.
2010-10-22 Andrew TrickThis is a prototype of an experimental register allocation