summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineInstrBundle.cpp
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Move an assertion so it doesn't dereference end().Jakob Stoklund Olesen2013-01-04
* Use the new MI bundling API in MachineInstrBundle itself.Jakob Stoklund Olesen2012-12-13
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Fix physical register liveness calculations:Tim Northover2012-11-20
* Increase the static sizes of some SmallSets. finalizeBundle() is very frequen...Michael Ilseman2012-09-17
* whitespaceMichael Ilseman2012-09-17
* Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...James Molloy2012-09-12
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* Avoid finalizeBundles infinite looping.Evan Cheng2012-03-06
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-05
* Add an analyzeVirtReg() function.Jakob Stoklund Olesen2012-02-29
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-08
* 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