aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineInstrBundle.h
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Add a getBundleEnd() function to go with the existing getBundleStart().Jakob Stoklund Olesen2013-01-091-2/+20
* Fix physical register liveness calculations:Tim Northover2012-11-201-4/+1
* Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...James Molloy2012-09-121-3/+37
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-201-2/+2
* Move getBundleStart() into MachineInstrBundle.h.Jakob Stoklund Olesen2012-03-011-1/+17
* Add an analyzeVirtReg() function.Jakob Stoklund Olesen2012-02-291-0/+33
* Move the operand iterator into MachineInstrBundle.h where it belongs.Jakob Stoklund Olesen2012-02-291-0/+108
* More bundle related API additions.Evan Cheng2012-01-191-0/+4
* Enhance finalizeBundle to return end of bundle iterator because it makes sense.Evan Cheng2012-01-191-2/+3
* - Slight change to finalizeBundle() interface. LastMI is not exclusive (pointingEvan Cheng2012-01-191-1/+8
* Rename Finalizebundle to finalizeBundle to conform to coding guideline.Evan Cheng2012-01-191-2/+2
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-141-0/+34