Machine Model: Add MicroOpBufferSize and resource BufferSize.
[oota-llvm.git] / lib / CodeGen / MachineScheduler.cpp
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....
2012-12-18 Andrew TrickMISched: cleanup, use the proper iterator type.
2012-12-18 Andrew TrickMISched: minor improvement, initialize remaining resour...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-01 Andrew Trickmisched: Fix RegisterPressureTracker handling of DebugVals.
2012-12-01 Andrew Trickmisched: fix RegionBegin when DebugValues get shuffled...
2012-11-29 Benjamin Kramermisched: Recompute priority queue when DFSResults are...
2012-11-28 Andrew Trickmisched: Analysis that partitions the DAG into subtrees.
2012-11-28 Andrew Trickmisched: rename ScheduleDAGILP to ScheduleDFS to prepar...
2012-11-28 Andrew Trickmisched: Debug output fix. Use an always valid iterator.
2012-11-13 Andrew Trickmisched: Allow subtargets to enable misched and depende...
2012-11-12 Andrew Trickmisched: rename interfaceto avoid gcc warnings
2012-11-12 Andrew Trickmisched: Target-independent support for MacroFusion.
2012-11-12 Andrew Trickmisched: Target-independent support for load/store...
2012-11-12 Andrew Trickmisched: Infrastructure for weak DAG edges.
2012-11-09 Benjamin KramerSilence GCC warning about falling off the end of a...
2012-11-07 Andrew Trickmisched: Heuristics based on the machine model.
2012-11-06 Andrew Trickmisched: Rename RemainingCount to avoid confusion with...
2012-10-16 Andrew Trickmisched: Added handleMove support for updating all...
2012-10-15 Andrew Trickmisched: ILP scheduler for experimental heuristics.
2012-10-10 Andrew Trickmisched: Use the TargetSchedModel interface wherever...
2012-10-08 Andrew Trickmisched: avoid scheduling an instruction twice.
2012-09-14 Andrew Trickmisched: add a hook for custom DAG postprocessing.
2012-09-11 Manman RenRelease build: guard dump functions with
2012-09-11 Andrew TrickReorganize MachineScheduler interfaces and publish...
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-08-23 Andrew TrickSimplify the computeOperandLatency API.
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-02 Andrew Trickmisched: allow NULL InstrItineraries.
2012-06-29 Andrew Trickmisched: avoid scheduling instructions that can't be...
2012-06-29 Andrew Trickmisched: count micro-ops toward the issue limit.
2012-06-16 Benjamin KramerGuard private fields that are unused in Release builds...
2012-06-06 Andrew TrickMove RegisterClassInfo.h.
2012-06-06 Andrew TrickMove RegisterPressure.h.
2012-06-05 Andrew Trickmisched: API for minimum vs. expected latency.
2012-06-05 Andrew Trickmisched: comments from code review.
2012-05-25 Andrew Trickmisched: trace formatting
2012-05-24 Kaelyn UhrainSilence unused variable warnings from when assertions...
2012-05-24 Andrew Trickmisched: Use the same scheduling heuristics with -misch...
2012-05-24 Andrew Trickmisched: Trace regpressure.
2012-05-24 Andrew Trickmisched: Give each ReadyQ a unique ID
2012-05-24 Andrew Trickmisched: Added ScoreboardHazardRecognizer.
2012-05-24 Andrew Trickmisched: Release bottom roots in reverse order.
2012-05-24 Andrew Trickmisched: rename ReadyQ class
2012-05-24 Andrew Trickmisched: copy comments so compareRPDelta is readable...
2012-05-17 Andrew Trickcomments
2012-05-17 Andrew Trickmisched: trace ReadyQ.
2012-05-17 Andrew Trickmisched: Added 3-level regpressure back-off.
2012-05-17 Andrew Trickcomment
2012-05-17 Andrew Trickmisched: fix liveness iterators
2012-05-10 Andrew Trickmisched: Print machineinstrs with -debug-only=misched
2012-05-10 Andrew Trickmisched: tracing register pressure heuristics.
2012-05-10 Andrew Trickmisched: Add register pressure backoff to ConvergingSch...
2012-05-10 Andrew Trickmisched: Release only unscheduled nodes into ReadyQ.
2012-05-10 Andrew Trickmisched: Added ReadyQ container wrapper for Top and...
2012-05-10 Andrew Trickmisched: Introducing Top and Bottom register pressure...
2012-04-24 Andrew TrickFix a naughty header include that breaks "installed...
2012-04-24 Andrew Trickmisched: try (not too hard) to place debug values where...
2012-04-24 Andrew Trickmisched: ignore debug values during scheduling
2012-04-24 Andrew Trickmisched: DAG builder support for tracking register...
2012-04-01 Andrew Trickmisched: Add finalizeScheduler to complete the target...
2012-03-21 Andrew Trickmisched: trace LiveIntervals after scheduling.
2012-03-21 Andrew Trickmisched: obvious iterator update fixes for bottom-up.
2012-03-21 Andrew Trickmisched: cleanup main loop
2012-03-19 Lang HamesAdd an option to the MI scheduler to cut off scheduling...
2012-03-14 Benjamin KramerSilence operator precedence warnings.
next