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