Fix a spelling error in the description of a statistic. NFC
[oota-llvm.git] / lib / CodeGen / AllocationOrder.h
2015-07-15 Matthias BraunTargetRegisterInfo: Provide a way to check assigned...
2015-07-01 Benjamin Kramer[CodeGen] Reduce visibility of implementation details
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2013-12-05 Aditya NandakumarCheck hint registers for interference only once before...
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-01-12 Jakob Stoklund OlesenLimit the search space in RAGreedy::tryEvict().
2012-12-04 Jakob Stoklund OlesenSpeed up the AllocationOrder class a bit.
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-03 Jakob Stoklund OlesenUse the new getRegAllocationHints() hook from Allocatio...
2012-11-29 Jakob Stoklund OlesenUse MCPhysReg for RegisterClassInfo allocation orders.
2012-01-24 Jakob Stoklund OlesenFix old doxygen comment.
2011-06-06 Jakob Stoklund OlesenGet allocation orders from RegisterClassInfo when possible.
2011-06-03 Jakob Stoklund OlesenSwitch AllocationOrder to using RegisterClassInfo inste...
2011-02-25 Jakob Stoklund OlesenTry harder to get the hint by preferring to evict hint...
2010-12-10 Jakob Stoklund OlesenAdd an AllocationOrder class that can iterate over...