1. 0985a44 Rename a few unittests/.../Foo.cpp files to FooTest.cpp by Nico Weber · 7 years ago[Renamed from unittests/Analysis/UnrollAnalyzer.cpp]
  2. 3c0d607 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  3. fc76059 Delete a dead argument. NFC by Xin Tong · 9 years ago
  4. 2463a66 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
  5. a934d5c 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
  6. a538be3 [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
  7. 8be7707 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  8. 150be6b [LoopUnroll] Convert some existing tests to unit-tests. by Michael Zolotukhin · 9 years ago
  9. 79c1964 [LoopUnrollAnalyzer] Check that we're using SCEV for the same loop we're simulating. by Michael Zolotukhin · 10 years ago
  10. 30deba6 [UnitTests] UnrollAnalyzer: make unit-test more general so that it can cover more cases in future. by Michael Zolotukhin · 10 years ago
  11. 08d1cff Factor out UnrollAnalyzer to Analysis, and add unit tests for it. by Michael Zolotukhin · 10 years ago