]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/EarlyIfConversion.cpp
Debug info: Implement (rvalue) reference qualifiers for C++11 non-static
[opencl/llvm.git] / lib / CodeGen / EarlyIfConversion.cpp
2013-04-02 Jakob Stoklund OlesenAllow MachineTraceMetrics to be used when the model...
2013-04-02 Jakob Stoklund OlesenDon't attempt MTM heuristics without a scheduling model...
2013-03-08 Jakob Stoklund OlesenRemove wrong and unnecessary assertion.
2013-03-07 Jakob Stoklund OlesenAdd a getPassName() method.
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-25 Jakob Stoklund OlesenStop running the machine code verifier unconditionally.
2012-10-04 Jakob Stoklund OlesenGet MCSchedModel directly from the subtarget.
2012-08-22 David BlaikieTidy up a few more uses of MF.getFunction()->getName().
2012-08-13 Jakob Stoklund OlesenCount triangles and diamonds in early if-conversion.
2012-08-13 Jakob Stoklund OlesenDelete dead typedef.
2012-08-13 Jakob Stoklund OlesenHandle extra Tail predecessors in if-conversion.
2012-08-10 Jakob Stoklund OlesenAdd a proper if-conversion cost model.
2012-08-10 Jakob Stoklund OlesenAdd getTPred() and getFPred() functions.
2012-08-08 Jakob Stoklund OlesenHeed -stress-early-ifcvt.
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...