summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineInstrBundle.h
Commit message (Expand)AuthorAge
* Fix physical register liveness calculations:Tim Northover2012-11-20
* Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...James Molloy2012-09-12
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-20
* Move getBundleStart() into MachineInstrBundle.h.Jakob Stoklund Olesen2012-03-01
* Add an analyzeVirtReg() function.Jakob Stoklund Olesen2012-02-29
* Move the operand iterator into MachineInstrBundle.h where it belongs.Jakob Stoklund Olesen2012-02-29
* More bundle related API additions.Evan Cheng2012-01-19
* Enhance finalizeBundle to return end of bundle iterator because it makes sense.Evan Cheng2012-01-19
* - Slight change to finalizeBundle() interface. LastMI is not exclusive (pointingEvan Cheng2012-01-19
* Rename Finalizebundle to finalizeBundle to conform to coding guideline.Evan Cheng2012-01-19
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-14