Fix a spelling error in the description of a statistic. NFC
[oota-llvm.git] / lib / CodeGen / AllocationOrder.cpp
2015-07-15 Matthias BraunTargetRegisterInfo: Provide a way to check assigned...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2013-02-19 Jakob Stoklund OlesenAssert that the target provided hints are in the alloca...
2013-02-09 Jakub StaszakRemove unneeded "TargetMachine.h" #includes.
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-11-28 Jakob Stoklund OlesenMake the LiveRegMatrix analysis available to targets.
2012-10-15 Jakob Stoklund OlesenRemove RegisterClassInfo::isReserved() and isAllocatable().
2012-06-06 Andrew TrickMove RegisterClassInfo.h.
2012-03-04 Craig TopperUse uint16_t instead of unsigned to store registers...
2011-06-16 Jakob Stoklund OlesenRename TRI::getAllocationOrder() to getRawAllocationOrd...
2011-06-06 Jakob Stoklund OlesenGet allocation orders from RegisterClassInfo when possible.
2011-06-03 Jakob Stoklund OlesenSwitch AllocationOrder to using RegisterClassInfo inste...
2011-01-10 Jakob Stoklund OlesenSimplify a bunch of isVirtualRegister() and isPhysicalR...
2010-12-10 Jakob Stoklund OlesenUse AllocationOrder in RegAllocGreedy, fix a bug in...
2010-12-10 Jakob Stoklund OlesenAdd an AllocationOrder class that can iterate over...