summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineScheduler.cpp
Commit message (Expand)AuthorAge
...
* comment typoAndrew Trick2013-09-04
* Remove dead subtree limit code.Andrew Trick2013-09-04
* -view-misched-dags, better pruning.Andrew Trick2013-09-04
* mi-sched: DEBUG cleanup, call tracePick for unidirectional scheduling.Andrew Trick2013-09-04
* 80 columnsAndrew Trick2013-09-04
* mi-sched: Suppress register pressure tracking when the scheduling window is t...Andrew Trick2013-09-04
* mi-sched: Load clustering is a bit to expensive to enable unconditionally.Andrew Trick2013-09-04
* mi-sched: Reuse an invalid HazardRecognizer to save compile time.Andrew Trick2013-09-04
* mi-sched: bypass heuristic checks when regpressure tracking is disabled.Andrew Trick2013-09-04
* Added -misched-regpressure option.Andrew Trick2013-09-04
* Fix my previous checkin to updatePressureDiffs.Andrew Trick2013-08-31
* mi-sched: update PressureDiffs on-the-fly for liveness.Andrew Trick2013-08-30
* mi-sched: improve the generic register pressure comparison.Andrew Trick2013-08-30
* mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick2013-08-30
* comment typoAndrew Trick2013-08-30
* Comment and revise the cyclic critical path code.Andrew Trick2013-08-29
* Adds cyclic critical path computation and heuristics, temporarily disabled.Andrew Trick2013-08-23
* mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr c...Andrew Trick2013-08-23
* Confusing comment typo.Andrew Trick2013-08-07
* MI Sched: Track live-thru registers.Andrew Trick2013-07-30
* MI Sched fix: assert "Disconnected LRG within the scheduling region."Andrew Trick2013-07-30
* MI Sched: Register pressure heuristics.Andrew Trick2013-07-25
* Dump LIS before regalloc. MI sched changes them.Andrew Trick2013-07-25
* Fix uninitialized memory read found by MemorySanitizer: always set output par...Alexey Samsonov2013-07-19
* MI Sched: Update the way resources are tracked so the current heuristics make...Andrew Trick2013-07-19
* MI-Sched: cleanup DEBUG output.Andrew Trick2013-06-21
* MI-Sched: Adjust regpressure limits for reserved regs.Andrew Trick2013-06-21
* Give RegMax higher priority.Andrew Trick2013-06-17
* Remove compareRPDelta.Andrew Trick2013-06-17
* MI-Sched: Remove another heuristic that is sensitive to queue order.Andrew Trick2013-06-17
* MI-Sched: Track multiple candidates with the same priority level.Andrew Trick2013-06-17
* Missing NDEBUGs.Andrew Trick2013-06-15
* MI-Sched: heuristics using the new latency and machine model.Andrew Trick2013-06-15
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-15
* MI-Sched: Rename IssueCount to CurrMOps.Andrew Trick2013-06-15
* MI-Sched: Remove the temporary EnableCopyConstrain flag.Andrew Trick2013-06-15
* MI-Sched: added tracking of dependent latency for better heuristics.Andrew Trick2013-06-15
* MI-Sched: DEBUG: print critical resource.Andrew Trick2013-06-15
* Move #include from .h to .cpp file.Jakub Staszak2013-06-14
* MI Sched: revert a minor heuristic that snuck in with -misched-vcopy.Andrew Trick2013-04-30
* Fix for r180193 - MI Sched: eliminate local vreg.Andrew Trick2013-04-24
* MI Sched: eliminate local vreg copies.Andrew Trick2013-04-24
* MI Sched: regpressure tracing.Andrew Trick2013-04-24
* MI-Sched: DEBUG formatting.Andrew Trick2013-04-13
* MI-Sched: schedule physreg copies.Andrew Trick2013-04-13
* RegisterPressure heuristics currently require signed comparisons.Andrew Trick2013-04-05
* Disable DFSResult for ConvergingScheduler.Andrew Trick2013-04-05
* MachineScheduler: format DEBUG output.Andrew Trick2013-04-05
* Fix missing std::. Not sure how this compiles for anyone else.Matt Arsenault2013-03-21
* Cleanup #includes.Jakub Staszak2013-03-10