Age | Commit message (Expand) | Author |
---|---|---|
2012-08-02 | Compute the critical path length through a trace. | Jakob Stoklund Olesen |
2012-08-01 | Compute instruction heights through a trace. | Jakob Stoklund Olesen |
2012-07-31 | Compute instruction depths through the current trace. | Jakob Stoklund Olesen |
2012-07-31 | Rename CT -> MTM. MachineTraceMetrics is abbreviated MTM. | Jakob Stoklund Olesen |
2012-07-30 | Clarify invalidation strategy in comment. | Jakob Stoklund Olesen |
2012-07-30 | Hook into PassManager's analysis verification. | Jakob Stoklund Olesen |
2012-07-30 | Add MachineTraceMetrics::verify(). | Jakob Stoklund Olesen |
2012-07-27 | Add more debug output to MachineTraceMetrics. | Jakob Stoklund Olesen |
2012-07-27 | Keep track of the head and tail of the trace through each block. | Jakob Stoklund Olesen |
2012-07-26 | Start scaffolding for a MachineTraceMetrics analysis pass. | Jakob Stoklund Olesen |