aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineInstrBundle.h
AgeCommit message (Expand)Author
2013-01-09Add a getBundleEnd() function to go with the existing getBundleStart().Jakob Stoklund Olesen
2012-11-20Fix physical register liveness calculations:Tim Northover
2012-09-12Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...James Molloy
2012-06-20Remove 'static' from inline functions defined in header files.Chandler Carruth
2012-03-01Move getBundleStart() into MachineInstrBundle.h.Jakob Stoklund Olesen
2012-02-29Add an analyzeVirtReg() function.Jakob Stoklund Olesen
2012-02-29Move the operand iterator into MachineInstrBundle.h where it belongs.Jakob Stoklund Olesen
2012-01-19More bundle related API additions.Evan Cheng
2012-01-19Enhance finalizeBundle to return end of bundle iterator because it makes sense.Evan Cheng
2012-01-19- Slight change to finalizeBundle() interface. LastMI is not exclusive (pointingEvan Cheng
2012-01-19Rename Finalizebundle to finalizeBundle to conform to coding guideline.Evan Cheng
2011-12-14- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng