Removing dependency on third party library for Intel JIT event support.
[oota-llvm.git] / lib / CodeGen / MachineTraceMetrics.cpp
2012-08-10 Jakob Stoklund OlesenGive MachineTraceMetrics its own debug tag.
2012-08-10 Jakob Stoklund OlesenAdd more trace query functions.
2012-08-10 Jakob Stoklund OlesenInclude loop-carried dependencies when computing instr...
2012-08-08 Jakob Stoklund OlesenDeal with irreducible control flow when building traces.
2012-08-07 Jakob Stoklund OlesenFix a couple of typos.
2012-08-07 Jakob Stoklund OlesenAdd trace accessor methods, implement primitive if...
2012-08-02 Jakob Stoklund OlesenCompute the critical path length through a trace.
2012-08-01 Jakob Stoklund OlesenCompute instruction heights through a trace.
2012-08-01 Jakob Stoklund OlesenAdd DataDep constructors. Explicitly check SSA form.
2012-07-31 Jakob Stoklund OlesenCompute instruction depths through the current trace.
2012-07-31 Jakob Stoklund OlesenRename CT -> MTM. MachineTraceMetrics is abbreviated...
2012-07-30 Jakob Stoklund OlesenAvoid looking at stale data in verifyAnalysis().
2012-07-30 Jakob Stoklund OlesenAllow traces to enter nested loops.
2012-07-30 Jakob Stoklund OlesenAssert that all trace candidate blocks have been visite...
2012-07-30 Jakob Stoklund OlesenHook into PassManager's analysis verification.
2012-07-30 Jakob Stoklund OlesenAdd MachineInstr::isTransient().
2012-07-30 Jakob Stoklund OlesenAdd MachineTraceMetrics::verify().
2012-07-30 Jakob Stoklund OlesenVerify that the CFG hasn't changed during invalidate().
2012-07-27 Jakob Stoklund OlesenAdd more debug output to MachineTraceMetrics.
2012-07-27 Jakob Stoklund OlesenKeep track of the head and tail of the trace through...
2012-07-26 Jakob Stoklund OlesenUse an otherwise unused variable.
2012-07-26 Jakob Stoklund OlesenStart scaffolding for a MachineTraceMetrics analysis...