| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow MachineTraceMetrics to be used when the model has no resources. | Jakob Stoklund Olesen | 2013-04-02 | 1 | -4/+0 |
* | Don't attempt MTM heuristics without a scheduling model present. | Jakob Stoklund Olesen | 2013-04-02 | 1 | -0/+4 |
* | Remove wrong and unnecessary assertion. | Jakob Stoklund Olesen | 2013-03-08 | 1 | -1/+0 |
* | Add a getPassName() method. | Jakob Stoklund Olesen | 2013-03-07 | 1 | -0/+1 |
* | Move MachineTraceMetrics.h into include/llvm/CodeGen. | Jakob Stoklund Olesen | 2013-01-17 | 1 | -2/+2 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -4/+4 |
* | Stop running the machine code verifier unconditionally. | Jakob Stoklund Olesen | 2012-10-25 | 1 | -1/+0 |
* | Get MCSchedModel directly from the subtarget. | Jakob Stoklund Olesen | 2012-10-04 | 1 | -2/+3 |
* | Tidy up a few more uses of MF.getFunction()->getName(). | David Blaikie | 2012-08-22 | 1 | -3/+1 |
* | Count triangles and diamonds in early if-conversion. | Jakob Stoklund Olesen | 2012-08-13 | 1 | -0/+16 |
* | Delete dead typedef. | Jakob Stoklund Olesen | 2012-08-13 | 1 | -2/+0 |
* | Handle extra Tail predecessors in if-conversion. | Jakob Stoklund Olesen | 2012-08-13 | 1 | -20/+67 |
* | Add a proper if-conversion cost model. | Jakob Stoklund Olesen | 2012-08-10 | 1 | -13/+77 |
* | Add getTPred() and getFPred() functions. | Jakob Stoklund Olesen | 2012-08-10 | 1 | -2/+8 |
* | Heed -stress-early-ifcvt. | Jakob Stoklund Olesen | 2012-08-08 | 1 | -0/+4 |
* | Get the MispredictPenalty from MCSchedModel. | Jakob Stoklund Olesen | 2012-08-08 | 1 | -5/+6 |
* | Add trace accessor methods, implement primitive if-conversion heuristic. | Jakob Stoklund Olesen | 2012-08-07 | 1 | -4/+18 |
* | Hook into PassManager's analysis verification. | Jakob Stoklund Olesen | 2012-07-30 | 1 | -2/+2 |
* | Add MachineTraceMetrics::verify(). | Jakob Stoklund Olesen | 2012-07-30 | 1 | -0/+2 |
* | Add more debug output to MachineTraceMetrics. | Jakob Stoklund Olesen | 2012-07-27 | 1 | -1/+5 |
* | Start scaffolding for a MachineTraceMetrics analysis pass. | Jakob Stoklund Olesen | 2012-07-26 | 1 | -1/+30 |
* | Require and preserve LoopInfo for early if-conversion. | Jakob Stoklund Olesen | 2012-07-10 | 1 | -0/+17 |
* | Run early if-conversion in domtree post-order. | Jakob Stoklund Olesen | 2012-07-10 | 1 | -49/+60 |
* | Add some comments suggested in code review. | Jakob Stoklund Olesen | 2012-07-06 | 1 | -0/+7 |
* | Fix some ascii art in a comment to not have trailing backslashes (inspiration | Matt Beaumont-Gay | 2012-07-04 | 1 | -5/+5 |
* | Add an experimental early if-conversion pass, off by default. | Jakob Stoklund Olesen | 2012-07-04 | 1 | -0/+583 |