Age | Commit message (Expand) | Author | Files | Lines |
2015-08-10 | x86: Emit LAHF/SAHF instead of PUSHF/POPF | JF Bastien | 1 | -1/+1 |
2015-08-05 | Revert "Fix MO's analyzePhysReg, it was confusing sub- and super-registers. P... | JF Bastien | 1 | -1/+1 |
2015-08-05 | Fix MO's analyzePhysReg, it was confusing sub- and super-registers. Problem p... | JF Bastien | 1 | -1/+1 |
2015-06-08 | [ARM] Pass a callback to FunctionPass constructors to enable skipping execution | Akira Hatanaka | 1 | -1/+12 |
2014-11-19 | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 1 | -4/+4 |
2014-10-14 | Have MachineInstrBundle use the MachineFunction for subtarget | Eric Christopher | 1 | -5/+5 |
2014-08-04 | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 1 | -2/+3 |
2014-03-07 | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 1 | -2/+2 |
2014-03-02 | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 1 | -2/+2 |
2013-01-04 | Move an assertion so it doesn't dereference end(). | Jakob Stoklund Olesen | 1 | -4/+3 |
2012-12-13 | Use the new MI bundling API in MachineInstrBundle itself. | Jakob Stoklund Olesen | 1 | -4/+5 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -3/+3 |
2012-11-20 | Fix physical register liveness calculations: | Tim Northover | 1 | -2/+4 |
2012-09-17 | Increase the static sizes of some SmallSets. finalizeBundle() is very frequen... | Michael Ilseman | 1 | -4/+4 |
2012-09-17 | whitespace | Michael Ilseman | 1 | -1/+1 |
2012-09-12 | Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ... | James Molloy | 1 | -2/+52 |
2012-06-01 | Switch all register list clients to the new MC*Iterator interface. | Jakob Stoklund Olesen | 1 | -2/+2 |
2012-03-06 | Avoid finalizeBundles infinite looping. | Evan Cheng | 1 | -0/+2 |
2012-03-05 | Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati... | Craig Topper | 1 | -1/+1 |
2012-02-29 | Add an analyzeVirtReg() function. | Jakob Stoklund Olesen | 1 | -0/+33 |
2012-02-08 | Codegen pass definition cleanup. No functionality. | Andrew Trick | 1 | -8/+2 |
2012-01-19 | More bundle related API additions. | Evan Cheng | 1 | -1/+52 |
2012-01-19 | Enhance finalizeBundle to return end of bundle iterator because it makes sense. | Evan Cheng | 1 | -3/+6 |
2012-01-19 | - Slight change to finalizeBundle() interface. LastMI is not exclusive (pointing | Evan Cheng | 1 | -3/+18 |
2012-01-19 | Rename Finalizebundle to finalizeBundle to conform to coding guideline. | Evan Cheng | 1 | -2/+2 |
2011-12-14 | - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function | Evan Cheng | 1 | -0/+180 |