Range-for-ify some things in GlobalMerge
[oota-llvm.git] / lib / CodeGen / EarlyIfConversion.cpp
2015-06-18 Yi JiangAvoid redundant select node in early if-conversion...
2015-05-29 Matthias BraunThis should have been a reference
2015-05-29 Matthias BraunCodeGen: Use mop_iterator instead of MIOperands/ConstMI...
2015-05-19 Matthias BraunMachineInstr: Remove unused parameter.
2015-04-15 Daniel BerlinAdd range iterators for post order and inverse post...
2015-01-27 Eric ChristopherThe subtarget is cached on the MachineFunction. Access...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-05-22 Eric ChristopherReturn false if we're not going to do anything.
2014-05-21 Eric ChristopherFix compilation issues.
2014-05-21 Eric ChristopherMake early if conversion dependent upon the subtarget...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
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-04-02 Jakob Stoklund OlesenAllow MachineTraceMetrics to be used when the model...
2013-04-02 Jakob Stoklund OlesenDon't attempt MTM heuristics without a scheduling model...
2013-03-08 Jakob Stoklund OlesenRemove wrong and unnecessary assertion.
2013-03-07 Jakob Stoklund OlesenAdd a getPassName() method.
2013-01-17 Jakob Stoklund OlesenMove MachineTraceMetrics.h into include/llvm/CodeGen.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-25 Jakob Stoklund OlesenStop running the machine code verifier unconditionally.
2012-10-04 Jakob Stoklund OlesenGet MCSchedModel directly from the subtarget.
2012-08-22 David BlaikieTidy up a few more uses of MF.getFunction()->getName().
2012-08-13 Jakob Stoklund OlesenCount triangles and diamonds in early if-conversion.
2012-08-13 Jakob Stoklund OlesenDelete dead typedef.
2012-08-13 Jakob Stoklund OlesenHandle extra Tail predecessors in if-conversion.
2012-08-10 Jakob Stoklund OlesenAdd a proper if-conversion cost model.
2012-08-10 Jakob Stoklund OlesenAdd getTPred() and getFPred() functions.
2012-08-08 Jakob Stoklund OlesenHeed -stress-early-ifcvt.
2012-08-08 Jakob Stoklund OlesenGet the MispredictPenalty from MCSchedModel.
2012-08-07 Jakob Stoklund OlesenAdd trace accessor methods, implement primitive if...
2012-07-30 Jakob Stoklund OlesenHook into PassManager's analysis verification.
2012-07-30 Jakob Stoklund OlesenAdd MachineTraceMetrics::verify().
2012-07-27 Jakob Stoklund OlesenAdd more debug output to MachineTraceMetrics.
2012-07-26 Jakob Stoklund OlesenStart scaffolding for a MachineTraceMetrics analysis...
2012-07-10 Jakob Stoklund OlesenRequire and preserve LoopInfo for early if-conversion.
2012-07-10 Jakob Stoklund OlesenRun early if-conversion in domtree post-order.
2012-07-06 Jakob Stoklund OlesenAdd some comments suggested in code review.
2012-07-04 Matt Beaumont-GayFix some ascii art in a comment to not have trailing...
2012-07-04 Jakob Stoklund OlesenAdd an experimental early if-conversion pass, off by...