aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineTraceMetrics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Compute the critical path length through a trace.Jakob Stoklund Olesen2012-08-021-5/+69
* Compute instruction heights through a trace.Jakob Stoklund Olesen2012-08-011-10/+246
* Add DataDep constructors. Explicitly check SSA form.Jakob Stoklund Olesen2012-08-011-20/+18
* Compute instruction depths through the current trace.Jakob Stoklund Olesen2012-07-311-0/+232
* Rename CT -> MTM. MachineTraceMetrics is abbreviated MTM.Jakob Stoklund Olesen2012-07-311-12/+12
* Avoid looking at stale data in verifyAnalysis().Jakob Stoklund Olesen2012-07-301-1/+4
* Allow traces to enter nested loops.Jakob Stoklund Olesen2012-07-301-14/+29
* Assert that all trace candidate blocks have been visited by the PO.Jakob Stoklund Olesen2012-07-301-11/+6
* Hook into PassManager's analysis verification.Jakob Stoklund Olesen2012-07-301-1/+1
* Add MachineInstr::isTransient().Jakob Stoklund Olesen2012-07-301-23/+1
* Add MachineTraceMetrics::verify().Jakob Stoklund Olesen2012-07-301-10/+46
* Verify that the CFG hasn't changed during invalidate().Jakob Stoklund Olesen2012-07-301-2/+12
* Add more debug output to MachineTraceMetrics.Jakob Stoklund Olesen2012-07-271-1/+32
* Keep track of the head and tail of the trace through each block.Jakob Stoklund Olesen2012-07-271-4/+12
* Use an otherwise unused variable.Jakob Stoklund Olesen2012-07-261-1/+1
* Start scaffolding for a MachineTraceMetrics analysis pass.Jakob Stoklund Olesen2012-07-261-0/+477