aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineTraceMetrics.h
AgeCommit message (Expand)Author
2012-08-02Compute the critical path length through a trace.Jakob Stoklund Olesen
2012-08-01Compute instruction heights through a trace.Jakob Stoklund Olesen
2012-07-31Compute instruction depths through the current trace.Jakob Stoklund Olesen
2012-07-31Rename CT -> MTM. MachineTraceMetrics is abbreviated MTM.Jakob Stoklund Olesen
2012-07-30Clarify invalidation strategy in comment.Jakob Stoklund Olesen
2012-07-30Hook into PassManager's analysis verification.Jakob Stoklund Olesen
2012-07-30Add MachineTraceMetrics::verify().Jakob Stoklund Olesen
2012-07-27Add more debug output to MachineTraceMetrics.Jakob Stoklund Olesen
2012-07-27Keep track of the head and tail of the trace through each block.Jakob Stoklund Olesen
2012-07-26Start scaffolding for a MachineTraceMetrics analysis pass.Jakob Stoklund Olesen