1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  3. b45595b Remove redundant includes from lib/Analysis. by Michael Zolotukhin · 8 years ago
  4. 796331c [LoopUnrollAnalyzer] Handle out of bounds accesses in visitLoad by David Majnemer · 9 years ago
  5. 2d3592d [LoopUnrollAnalyzer] Fix a bug in UnrolledInstAnalyzer::visitLoad. by Michael Zolotukhin · 9 years ago
  6. 19edbad [LoopUnrollAnalyzer] Fix a crash in analyzeLoopUnrollCost. by Michael Zolotukhin · 9 years ago
  7. d69cd1e [LoopUnrollAnalyzer] Add a comment to visitCastInst. by Michael Zolotukhin · 9 years ago
  8. 15e7451 [LoopUnrollAnalyzer] Bail out instead of dying with assert when facing huge index. by Michael Zolotukhin · 9 years ago
  9. 7216dd4 [LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::visitCastInst. by Michael Zolotukhin · 9 years ago
  10. 3898b2b [LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::visitCastInst. by Michael Zolotukhin · 9 years ago
  11. 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
  12. 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
  13. 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
  14. a59a308 [LoopUnrollAnalyzer] Don't treat gep-instructions with simplified offset as simplified. by Michael Zolotukhin · 9 years ago
  15. 9f520eb [LoopUnrollAnalyzer] Check that we're using SCEV for the same loop we're simulating. by Michael Zolotukhin · 10 years ago
  16. 1da4afd Factor out UnrollAnalyzer to Analysis, and add unit tests for it. by Michael Zolotukhin · 10 years ago