Switch most getReservedRegs() clients to the MRI equivalent.
[oota-llvm.git] / lib / CodeGen / MachineTraceMetrics.h
2012-10-11 Jakob Stoklund OlesenPass an explicit operand number to addLiveIns.
2012-10-08 Jakob Stoklund OlesenDon't crash on extra evil irreducible control flow.
2012-10-04 Jakob Stoklund OlesenSwitch MachineTraceMetrics to the new TargetSchedModel...
2012-08-10 Jakob Stoklund OlesenAdd more trace query functions.
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-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 OlesenClarify invalidation strategy in comment.
2012-07-30 Jakob Stoklund OlesenHook into PassManager's analysis verification.
2012-07-30 Jakob Stoklund OlesenAdd MachineTraceMetrics::verify().
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 OlesenStart scaffolding for a MachineTraceMetrics analysis...