aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineInstrBundle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-011-2/+2
* Avoid finalizeBundles infinite looping.Evan Cheng2012-03-061-0/+2
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-051-1/+1
* Add an analyzeVirtReg() function.Jakob Stoklund Olesen2012-02-291-0/+33
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-081-8/+2
* More bundle related API additions.Evan Cheng2012-01-191-1/+52
* Enhance finalizeBundle to return end of bundle iterator because it makes sense.Evan Cheng2012-01-191-3/+6
* - Slight change to finalizeBundle() interface. LastMI is not exclusive (pointingEvan Cheng2012-01-191-3/+18
* 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/+180