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