| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the new MI bundling API in MachineInstrBundle itself. | Jakob Stoklund Olesen | 2012-12-13 | 1 | -4/+5 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
* | Fix physical register liveness calculations: | Tim Northover | 2012-11-20 | 1 | -2/+4 |
* | Increase the static sizes of some SmallSets. finalizeBundle() is very frequen... | Michael Ilseman | 2012-09-17 | 1 | -4/+4 |
* | whitespace | Michael Ilseman | 2012-09-17 | 1 | -1/+1 |
* | Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ... | James Molloy | 2012-09-12 | 1 | -2/+52 |
* | Switch all register list clients to the new MC*Iterator interface. | Jakob Stoklund Olesen | 2012-06-01 | 1 | -2/+2 |
* | Avoid finalizeBundles infinite looping. | Evan Cheng | 2012-03-06 | 1 | -0/+2 |
* | Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati... | Craig Topper | 2012-03-05 | 1 | -1/+1 |
* | Add an analyzeVirtReg() function. | Jakob Stoklund Olesen | 2012-02-29 | 1 | -0/+33 |
* | Codegen pass definition cleanup. No functionality. | Andrew Trick | 2012-02-08 | 1 | -8/+2 |
* | More bundle related API additions. | Evan Cheng | 2012-01-19 | 1 | -1/+52 |
* | Enhance finalizeBundle to return end of bundle iterator because it makes sense. | Evan Cheng | 2012-01-19 | 1 | -3/+6 |
* | - Slight change to finalizeBundle() interface. LastMI is not exclusive (pointing | Evan Cheng | 2012-01-19 | 1 | -3/+18 |
* | Rename Finalizebundle to finalizeBundle to conform to coding guideline. | Evan Cheng | 2012-01-19 | 1 | -2/+2 |
* | - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function | Evan Cheng | 2011-12-14 | 1 | -0/+180 |