summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineTraceMetrics.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-11Pass an explicit operand number to addLiveIns.Jakob Stoklund Olesen1-7/+7
2012-10-08Don't crash on extra evil irreducible control flow.Jakob Stoklund Olesen1-2/+2
2012-10-04Switch MachineTraceMetrics to the new TargetSchedModel interface.Jakob Stoklund Olesen1-31/+25
2012-08-10Give MachineTraceMetrics its own debug tag.Jakob Stoklund Olesen1-1/+1
2012-08-10Add more trace query functions.Jakob Stoklund Olesen1-0/+29
2012-08-10Include loop-carried dependencies when computing instr heights.Jakob Stoklund Olesen1-6/+18
2012-08-08Deal with irreducible control flow when building traces.Jakob Stoklund Olesen1-17/+22
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-0/+24
2012-08-02Compute the critical path length through a trace.Jakob Stoklund Olesen1-5/+69
2012-08-01Compute instruction heights through a trace.Jakob Stoklund Olesen1-10/+246
2012-08-01Add DataDep constructors. Explicitly check SSA form.Jakob Stoklund Olesen1-20/+18
2012-07-31Compute instruction depths through the current trace.Jakob Stoklund Olesen1-0/+232
2012-07-31Rename CT -> MTM. MachineTraceMetrics is abbreviated MTM.Jakob Stoklund Olesen1-12/+12
2012-07-30Avoid looking at stale data in verifyAnalysis().Jakob Stoklund Olesen1-1/+4
2012-07-30Allow traces to enter nested loops.Jakob Stoklund Olesen1-14/+29
2012-07-30Assert that all trace candidate blocks have been visited by the PO.Jakob Stoklund Olesen1-11/+6
2012-07-30Hook into PassManager's analysis verification.Jakob Stoklund Olesen1-1/+1
2012-07-30Add MachineInstr::isTransient().Jakob Stoklund Olesen1-23/+1
2012-07-30Add MachineTraceMetrics::verify().Jakob Stoklund Olesen1-10/+46
2012-07-30Verify that the CFG hasn't changed during invalidate().Jakob Stoklund Olesen1-2/+12
2012-07-27Add more debug output to MachineTraceMetrics.Jakob Stoklund Olesen1-1/+32
2012-07-27Keep track of the head and tail of the trace through each block.Jakob Stoklund Olesen1-4/+12
2012-07-26Use an otherwise unused variable.Jakob Stoklund Olesen1-1/+1
2012-07-26Start scaffolding for a MachineTraceMetrics analysis pass.Jakob Stoklund Olesen1-0/+477