Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / lib / CodeGen / MachineScheduler.cpp
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-01-24 Alp TokerFix known typos
2014-01-22 Andrew TrickReformat a loop for basic hygeine. Self review.
2014-01-21 Andrew TrickFix PR18572 - llc crash during GenericScheduler::initPo...
2013-12-28 Saleem AbdulrasoolCodeGen: silence a C++11 feature warning
2013-12-28 Andrew TrickUninitialized variable (in never taken path) after...
2013-12-28 Andrew TrickAdded debugging options: -misched-only-func/block
2013-12-28 Andrew TrickAdd a PostMachineScheduler pass with generic implementa...
2013-12-28 Andrew TrickStub out a PostMachineScheduler pass.
2013-12-28 Andrew TrickFactor MI-Sched in preparation for post-ra scheduling...
2013-12-07 Andrew TrickFactor out the SchedRemainder/SchedBoundary from Generi...
2013-12-06 Andrew Trickcomment grammar
2013-12-06 Daniel JasperFix bug introduced in r196517.
2013-12-05 Andrew TrickMI-Sched: Model "reserved" processor resources.
2013-12-05 Andrew TrickMI-Sched: handle latency of in-order operations with...
2013-12-05 Andrew Trickcomment typo and reformat
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-10-10 Matthias BraunPass LiveQueryResult by value
2013-09-24 Andrew TrickComment typo.
2013-09-20 Andrew TrickAllow subtarget selection of the default MachineSchedul...
2013-09-19 Andrew TrickRename ConvergingScheduler to GenericScheduler.
2013-09-09 Andrew TrickEnable -misched-cyclicpath by default.
2013-09-09 Andrew Trickmi-sched: smooth out the cyclicpath heuristic.
2013-09-06 Andrew Trickmi-sched: cleanup register pressure update, remove...
2013-09-06 Andrew Trickmi-sched: improve regpressure tracing.
2013-09-06 Andrew Trickmi-sched: print tree size in -view-misched-dags
2013-09-06 Andrew Trickmi-sched: register pressure update tracing.
2013-09-06 Andrew Trickmi-sched: Reorder Cyclicpath (latency) and CriticalMax...
2013-09-06 Andrew TrickAdded MachineSchedPolicy.
2013-09-04 Andrew Trickmi-sched: Force bottom up scheduling for generic targets.
2013-09-04 Andrew Trickcomment typo
2013-09-04 Andrew TrickRemove dead subtree limit code.
2013-09-04 Andrew Trick-view-misched-dags, better pruning.
2013-09-04 Andrew Trickmi-sched: DEBUG cleanup, call tracePick for unidirectio...
2013-09-04 Andrew Trick80 columns
2013-09-04 Andrew Trickmi-sched: Suppress register pressure tracking when...
2013-09-04 Andrew Trickmi-sched: Load clustering is a bit to expensive to...
2013-09-04 Andrew Trickmi-sched: Reuse an invalid HazardRecognizer to save...
2013-09-04 Andrew Trickmi-sched: bypass heuristic checks when regpressure...
2013-09-04 Andrew TrickAdded -misched-regpressure option.
2013-08-31 Andrew TrickFix my previous checkin to updatePressureDiffs.
2013-08-30 Andrew Trickmi-sched: update PressureDiffs on-the-fly for liveness.
2013-08-30 Andrew Trick mi-sched: improve the generic register pressure compar...
2013-08-30 Andrew Trickmi-sched: Precompute a PressureDiff for each instructio...
2013-08-30 Andrew Trickcomment typo
2013-08-29 Andrew TrickComment and revise the cyclic critical path code.
2013-08-23 Andrew TrickAdds cyclic critical path computation and heuristics...
2013-08-23 Andrew Trickmi-sched: Don't call MBB.size() in initSUnits. The...
2013-08-07 Andrew TrickConfusing comment typo.
2013-07-30 Andrew TrickMI Sched: Track live-thru registers.
2013-07-30 Andrew TrickMI Sched fix: assert "Disconnected LRG within the sched...
2013-07-25 Andrew TrickMI Sched: Register pressure heuristics.
2013-07-25 Andrew TrickDump LIS before regalloc. MI sched changes them.
2013-07-19 Alexey SamsonovFix uninitialized memory read found by MemorySanitizer...
2013-07-19 Andrew TrickMI Sched: Update the way resources are tracked so the...
2013-06-21 Andrew TrickMI-Sched: cleanup DEBUG output.
2013-06-21 Andrew TrickMI-Sched: Adjust regpressure limits for reserved regs.
2013-06-17 Andrew TrickGive RegMax higher priority.
2013-06-17 Andrew TrickRemove compareRPDelta.
2013-06-17 Andrew TrickMI-Sched: Remove another heuristic that is sensitive...
2013-06-17 Andrew TrickMI-Sched: Track multiple candidates with the same prior...
2013-06-15 Andrew TrickMissing NDEBUGs.
2013-06-15 Andrew TrickMI-Sched: heuristics using the new latency and machine...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-06-15 Andrew TrickMI-Sched: Rename IssueCount to CurrMOps.
2013-06-15 Andrew TrickMI-Sched: Remove the temporary EnableCopyConstrain...
2013-06-15 Andrew TrickMI-Sched: added tracking of dependent latency for bette...
2013-06-15 Andrew TrickMI-Sched: DEBUG: print critical resource.
2013-06-14 Jakub StaszakMove #include from .h to .cpp file.
2013-04-30 Andrew TrickMI Sched: revert a minor heuristic that snuck in with...
2013-04-24 Andrew TrickFix for r180193 - MI Sched: eliminate local vreg.
2013-04-24 Andrew TrickMI Sched: eliminate local vreg copies.
2013-04-24 Andrew TrickMI Sched: regpressure tracing.
2013-04-13 Andrew TrickMI-Sched: DEBUG formatting.
2013-04-13 Andrew TrickMI-Sched: schedule physreg copies.
2013-04-05 Andrew TrickRegisterPressure heuristics currently require signed...
2013-04-05 Andrew TrickDisable DFSResult for ConvergingScheduler.
2013-04-05 Andrew TrickMachineScheduler: format DEBUG output.
2013-03-21 Matt ArsenaultFix missing std::. Not sure how this compiles for anyon...
2013-03-10 Jakub StaszakCleanup #includes.
2013-03-08 Andrew TrickAdd -verify-misched option.
2013-02-16 Jakub StaszakUse const reference instead of vector object when passi...
2013-02-13 Andrew TrickMIsched: HazardRecognizers are created for each DAG...
2013-01-29 Andrew TrickMIsched: cleanup code. Use isBoundaryNode().
2013-01-25 Jakub StaszakUse const reference instead of vector copying.
2013-01-25 Andrew TrickMIsched: Print block name. No functionality.
2013-01-25 Andrew TrickMachineScheduler support for viewGraph.
2013-01-25 Andrew TrickMIsched: Improve the interface to SchedDFS analysis...
2013-01-25 Andrew TrickMISched: Add SchedDFSResult to ScheduleDAGMI to formali...
2013-01-24 Andrew TrickMachineScheduler: enable biasCriticalPath for all DAGs.
2013-01-11 Andrew TrickFollow-up typo correction from building the wrong branch.
2013-01-11 Andrew TrickFix typo from r170452. Affects -enable-misched heuristics.
2013-01-09 Andrew TrickMIsched: add an ILP window property to machine model.
2012-12-18 Andrew TrickMISched: Cleanup, redundant statement.
2012-12-18 Andrew TrickMISched: Heuristics, compare latency more precisely...
2012-12-18 Andrew TrickMISched: Remove SchedRemainder::IsResourceLimited....
next