Introduce line editor library.
[oota-llvm.git] / lib / CodeGen / MachineTraceMetrics.cpp
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-04-27 Andrew TrickGeneralize the MachineTraceMetrics public API.
2013-04-02 Jakob Stoklund OlesenAllow MachineTraceMetrics to be used when the model...
2013-04-02 Jakob Stoklund OlesenCount processor resources individually in MachineTraceM...
2013-03-07 Jakob Stoklund OlesenRename isEarlierInSameTrace to isUsefulDominator.
2013-01-17 Jakob Stoklund OlesenMove MachineTraceMetrics.h into include/llvm/CodeGen.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
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 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...