| Commit message (Expand) | Author | Age | Files | Lines |
| * | [MIBundles] Move analyzePhysReg out of MIBundleOperands iterator (NFC). | Florian Hahn | 2019-12-02 | 1 | -9/+4 |
| * | [MIBundles] Move analyzeVirtReg out of MIBundleOperands iterator (NFC). | Florian Hahn | 2019-12-02 | 1 | -12/+13 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -3/+3 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -3/+3 |
| * | CodeGen: Allow virtual registers in bundles | Matt Arsenault | 2019-08-01 | 1 | -2/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [CodeGen] Set FrameSetup/FrameDestroy on BUNDLE instructions | Bjorn Pettersson | 2018-08-25 | 1 | -3/+12 |
| * | Change how finalizeBundle selects debug location for the BUNDLE instruction | Bjorn Pettersson | 2018-08-21 | 1 | -1/+11 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -2/+2 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | CodeGen/Passes: Pass MachineFunction as functor arg; NFC | Matthias Braun | 2016-10-24 | 1 | -4/+6 |
| * | Move instances of std::function. | Benjamin Kramer | 2016-06-12 | 1 | -1/+1 |
| * | Apply clang-tidy's misc-move-constructor-init throughout LLVM. | Benjamin Kramer | 2016-05-27 | 1 | -1/+2 |
| * | [MachineInstrBundle] Actually set the PartialDeadDef flag only when the register | Quentin Colombet | 2016-04-27 | 1 | -1/+1 |
| * | [MachineInstrBundle] Improvement the recognition of dead definitions. | Quentin Colombet | 2016-04-26 | 1 | -3/+7 |
| * | MachineInstrBundle: Fix reversed isSuperRegisterEq() call | Matthias Braun | 2016-01-05 | 1 | -1/+1 |
| * | CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness() | Matthias Braun | 2015-12-11 | 1 | -23/+20 |
| * | x86: Emit LAHF/SAHF instead of PUSHF/POPF | JF Bastien | 2015-08-10 | 1 | -1/+1 |
| * | Revert "Fix MO's analyzePhysReg, it was confusing sub- and super-registers. P... | JF Bastien | 2015-08-05 | 1 | -1/+1 |
| * | Fix MO's analyzePhysReg, it was confusing sub- and super-registers. Problem p... | JF Bastien | 2015-08-05 | 1 | -1/+1 |
| * | [ARM] Pass a callback to FunctionPass constructors to enable skipping execution | Akira Hatanaka | 2015-06-08 | 1 | -1/+12 |
| * | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 2014-11-19 | 1 | -4/+4 |
| * | Have MachineInstrBundle use the MachineFunction for subtarget | Eric Christopher | 2014-10-14 | 1 | -5/+5 |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -2/+3 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-07 | 1 | -2/+2 |
| * | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 2014-03-02 | 1 | -2/+2 |
| * | Move an assertion so it doesn't dereference end(). | Jakob Stoklund Olesen | 2013-01-04 | 1 | -4/+3 |
| * | 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 |