1. 796331c [LoopUnrollAnalyzer] Handle out of bounds accesses in visitLoad by David Majnemer · 9 years ago
  2. 2d3592d [LoopUnrollAnalyzer] Fix a bug in UnrolledInstAnalyzer::visitLoad. by Michael Zolotukhin · 9 years ago
  3. 19edbad [LoopUnrollAnalyzer] Fix a crash in analyzeLoopUnrollCost. by Michael Zolotukhin · 9 years ago
  4. d69cd1e [LoopUnrollAnalyzer] Add a comment to visitCastInst. by Michael Zolotukhin · 9 years ago
  5. 15e7451 [LoopUnrollAnalyzer] Bail out instead of dying with assert when facing huge index. by Michael Zolotukhin · 9 years ago
  6. 7216dd4 [LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::visitCastInst. by Michael Zolotukhin · 9 years ago
  7. 3898b2b [LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::visitCastInst. by Michael Zolotukhin · 9 years ago
  8. 963a6d9 Revert "Revert "[Unroll] Implement a conservative and monotonically increasing cost tracking system during the full unroll heuristic analysis that avoids counting any instruction cost until that instruction becomes "live" through a side-effect or use outside the..."" by Michael Zolotukhin · 9 years ago
  9. 9be3b8b Revert "[Unroll] Implement a conservative and monotonically increasing cost tracking system during the full unroll heuristic analysis that avoids counting any instruction cost until that instruction becomes "live" through a side-effect or use outside the..." by Michael Zolotukhin · 9 years ago
  10. b7b8052 [Unroll] Implement a conservative and monotonically increasing cost tracking system during the full unroll heuristic analysis that avoids counting any instruction cost until that instruction becomes "live" through a side-effect or use outside the... by Michael Zolotukhin · 9 years ago
  11. a59a308 [LoopUnrollAnalyzer] Don't treat gep-instructions with simplified offset as simplified. by Michael Zolotukhin · 9 years ago
  12. 9f520eb [LoopUnrollAnalyzer] Check that we're using SCEV for the same loop we're simulating. by Michael Zolotukhin · 10 years ago
  13. 1da4afd Factor out UnrollAnalyzer to Analysis, and add unit tests for it. by Michael Zolotukhin · 10 years ago