1. 965665b Move MachineTraceMetrics.h into include/llvm/CodeGen. by Jakob Stoklund Olesen · 13 years ago
  2. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  3. d0d7860 Pass an explicit operand number to addLiveIns. by Jakob Stoklund Olesen · 13 years ago
  4. 9d1173a Don't crash on extra evil irreducible control flow. by Jakob Stoklund Olesen · 13 years ago
  5. 8982222 Switch MachineTraceMetrics to the new TargetSchedModel interface. by Jakob Stoklund Olesen · 13 years ago
  6. a0042ac Give MachineTraceMetrics its own debug tag. by Jakob Stoklund Olesen · 13 years ago
  7. 3484420 Add more trace query functions. by Jakob Stoklund Olesen · 13 years ago
  8. 0954d41 Include loop-carried dependencies when computing instr heights. by Jakob Stoklund Olesen · 13 years ago
  9. bf1ac4b Deal with irreducible control flow when building traces. by Jakob Stoklund Olesen · 13 years ago
  10. 296448b Fix a couple of typos. by Jakob Stoklund Olesen · 13 years ago
  11. 75d9d51 Add trace accessor methods, implement primitive if-conversion heuristic. by Jakob Stoklund Olesen · 13 years ago
  12. 5d30630 Compute the critical path length through a trace. by Jakob Stoklund Olesen · 13 years ago
  13. 2db6b65 Compute instruction heights through a trace. by Jakob Stoklund Olesen · 13 years ago
  14. 5e19d35 Add DataDep constructors. Explicitly check SSA form. by Jakob Stoklund Olesen · 13 years ago
  15. 059e647 Compute instruction depths through the current trace. by Jakob Stoklund Olesen · 13 years ago
  16. 1dfb101 Rename CT -> MTM. MachineTraceMetrics is abbreviated MTM. by Jakob Stoklund Olesen · 13 years ago
  17. 68c2cd0 Avoid looking at stale data in verifyAnalysis(). by Jakob Stoklund Olesen · 13 years ago
  18. c14cf57 Allow traces to enter nested loops. by Jakob Stoklund Olesen · 13 years ago
  19. f308c12 Assert that all trace candidate blocks have been visited by the PO. by Jakob Stoklund Olesen · 13 years ago
  20. a12a7d5 Hook into PassManager's analysis verification. by Jakob Stoklund Olesen · 13 years ago
  21. 7361846 Add MachineInstr::isTransient(). by Jakob Stoklund Olesen · 13 years ago
  22. 3df6c46 Add MachineTraceMetrics::verify(). by Jakob Stoklund Olesen · 13 years ago
  23. eb488fe Verify that the CFG hasn't changed during invalidate(). by Jakob Stoklund Olesen · 13 years ago
  24. 0563369 Add more debug output to MachineTraceMetrics. by Jakob Stoklund Olesen · 13 years ago
  25. 1152202 Keep track of the head and tail of the trace through each block. by Jakob Stoklund Olesen · 13 years ago
  26. 35400b1 Use an otherwise unused variable. by Jakob Stoklund Olesen · 13 years ago
  27. f9029fe Start scaffolding for a MachineTraceMetrics analysis pass. by Jakob Stoklund Olesen · 13 years ago