Get the MispredictPenalty from MCSchedModel.
[oota-llvm.git] / lib / CodeGen / EarlyIfConversion.cpp
2012-08-08 Jakob Stoklund OlesenGet the MispredictPenalty from MCSchedModel.
2012-08-07 Jakob Stoklund OlesenAdd trace accessor methods, implement primitive if...
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-26 Jakob Stoklund OlesenStart scaffolding for a MachineTraceMetrics analysis...
2012-07-10 Jakob Stoklund OlesenRequire and preserve LoopInfo for early if-conversion.
2012-07-10 Jakob Stoklund OlesenRun early if-conversion in domtree post-order.
2012-07-06 Jakob Stoklund OlesenAdd some comments suggested in code review.
2012-07-04 Matt Beaumont-GayFix some ascii art in a comment to not have trailing...
2012-07-04 Jakob Stoklund OlesenAdd an experimental early if-conversion pass, off by...