Renamed CCState members that appear to misspell 'Processed' as 'Proceed'. NFC.
[oota-llvm.git] / include / llvm / CodeGen / MachineInstrBundle.h
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-01-09 Jakob Stoklund OlesenAdd a getBundleEnd() function to go with the existing...
2012-11-20 Tim NorthoverFix physical register liveness calculations:
2012-09-12 James MolloyAdd an analyzePhysReg() function to MachineOperandItera...
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-03-01 Jakob Stoklund OlesenMove getBundleStart() into MachineInstrBundle.h.
2012-02-29 Jakob Stoklund OlesenAdd an analyzeVirtReg() function.
2012-02-29 Jakob Stoklund OlesenMove the operand iterator into MachineInstrBundle.h...
2012-01-19 Evan ChengMore bundle related API additions.
2012-01-19 Evan ChengEnhance finalizeBundle to return end of bundle iterator...
2012-01-19 Evan Cheng- Slight change to finalizeBundle() interface. LastMI...
2012-01-19 Evan ChengRename Finalizebundle to finalizeBundle to conform...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...