aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineTraceMetrics.h
Commit message (Expand)AuthorAgeFilesLines
* Pass an explicit operand number to addLiveIns.Jakob Stoklund Olesen2012-10-111-1/+1
* Don't crash on extra evil irreducible control flow.Jakob Stoklund Olesen2012-10-081-0/+8
* Switch MachineTraceMetrics to the new TargetSchedModel interface.Jakob Stoklund Olesen2012-10-041-1/+2
* Add more trace query functions.Jakob Stoklund Olesen2012-08-101-0/+13
* Fix a couple of typos.Jakob Stoklund Olesen2012-08-071-1/+1
* Add trace accessor methods, implement primitive if-conversion heuristic.Jakob Stoklund Olesen2012-08-071-11/+36
* Compute the critical path length through a trace.Jakob Stoklund Olesen2012-08-021-0/+6
* Compute instruction heights through a trace.Jakob Stoklund Olesen2012-08-011-1/+22
* Compute instruction depths through the current trace.Jakob Stoklund Olesen2012-07-311-7/+40
* Rename CT -> MTM. MachineTraceMetrics is abbreviated MTM.Jakob Stoklund Olesen2012-07-311-1/+1
* Clarify invalidation strategy in comment.Jakob Stoklund Olesen2012-07-301-0/+6
* Hook into PassManager's analysis verification.Jakob Stoklund Olesen2012-07-301-4/+1
* Add MachineTraceMetrics::verify().Jakob Stoklund Olesen2012-07-301-1/+7
* Add more debug output to MachineTraceMetrics.Jakob Stoklund Olesen2012-07-271-1/+11
* Keep track of the head and tail of the trace through each block.Jakob Stoklund Olesen2012-07-271-0/+6
* Start scaffolding for a MachineTraceMetrics analysis pass.Jakob Stoklund Olesen2012-07-261-0/+218