1. fa23645 Quick: Fix LVN/GVN handling of acquire operations. by Vladimir Marko · 10 years ago
  2. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  3. 2d2365c Improve GVN performance when merging null-checked values. by Vladimir Marko · 10 years ago
  4. b19955d Reduce time and memory usage of GVN. by Vladimir Marko · 10 years ago
  5. 95a0597 Global Value Numbering. by Vladimir Marko · 10 years ago
  6. f418f32 Handle potential <clinit>() correctly in LVN. by Vladimir Marko · 10 years ago
  7. 2ac01fc Improve tracking of memory locations in LVN. by Vladimir Marko · 10 years ago
  8. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  9. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  10. 69f08ba Clean up ScopedArenaAllocatorAdapter. by Vladimir Marko · 11 years ago
  11. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  12. f59f18b Fix and rewrite local value numbering. by Vladimir Marko · 11 years ago
  13. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  14. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 11 years ago
  15. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  16. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  17. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  18. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/compiler/dex/local_value_numbering.h]
  19. 71fe267 Some common frontend tidying. by Ian Rogers · 12 years ago
  20. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago[Renamed (97%) from src/compiler/dex/bb_opt.h]
  21. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago[Renamed (96%) from src/compiler/bb_opt.h]
  22. 2502e00 Basic block optimization refactoring by buzbee · 12 years ago