Merging r257977:
[oota-llvm.git] / lib / CodeGen / MachineInstrBundle.cpp
2016-01-05 Matthias BraunMachineInstrBundle: Fix reversed isSuperRegisterEq...
2015-12-11 Matthias BraunCodeGen: Redo analyzePhysRegs() and computeRegisterLive...
2015-08-10 JF Bastienx86: Emit LAHF/SAHF instead of PUSHF/POPF
2015-08-05 JF BastienRevert "Fix MO's analyzePhysReg, it was confusing sub...
2015-08-05 JF BastienFix MO's analyzePhysReg, it was confusing sub- and...
2015-06-08 Akira Hatanaka[ARM] Pass a callback to FunctionPass constructors...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-10-14 Eric ChristopherHave MachineInstrBundle use the MachineFunction for...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2013-01-04 Jakob Stoklund OlesenMove an assertion so it doesn't dereference end().
2012-12-13 Jakob Stoklund OlesenUse the new MI bundling API in MachineInstrBundle itself.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-20 Tim NorthoverFix physical register liveness calculations:
2012-09-17 Michael IlsemanIncrease the static sizes of some SmallSets. finalizeBu...
2012-09-17 Michael Ilsemanwhitespace
2012-09-12 James MolloyAdd an analyzePhysReg() function to MachineOperandItera...
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-03-06 Evan ChengAvoid finalizeBundles infinite looping.
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-02-29 Jakob Stoklund OlesenAdd an analyzeVirtReg() function.
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2012-01-19 Evan ChengMore bundle related API additions.
2012-01-19 Evan ChengEnhance finalizeBundle to return end of bundle iterator...
2012-01-19 Evan Cheng- Slight change to finalizeBundle() interface. LastMI...
2012-01-19 Evan ChengRename Finalizebundle to finalizeBundle to conform...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...