1. 2d2365c Improve GVN performance when merging null-checked values. by Vladimir Marko · 11 years ago
  2. b19955d Reduce time and memory usage of GVN. by Vladimir Marko · 11 years ago
  3. 55fff04 Rewrite topological sort order and improve GVN. by Vladimir Marko · 11 years ago
  4. 11ca612 Fix GVN to handle normal paths leading to catch entry. by Vladimir Marko · 11 years ago
  5. 95a0597 Global Value Numbering. by Vladimir Marko · 11 years ago
  6. f418f32 Handle potential <clinit>() correctly in LVN. by Vladimir Marko · 11 years ago
  7. 2ac01fc Improve tracking of memory locations in LVN. by Vladimir Marko · 11 years ago
  8. b3e527b Clean up special method inlining. by Vladimir Marko · 11 years ago
  9. ee40aa4 An argument is handled incorrectly for add-int/lit8 during optimization phase by nikolay serdjuk · 11 years ago
  10. 9820b7c Early inlining of simple methods. by Vladimir Marko · 12 years ago
  11. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 11 years ago
  12. 9c86a02 Revert "Annotate used fields." by Ian Rogers · 11 years ago
  13. f59f18b Fix and rewrite local value numbering. by Vladimir Marko · 11 years ago
  14. 4376c87 Remove the link from dalvik instruction back to kMirOpCheck. by Vladimir Marko · 12 years ago
  15. c6dbf90 Revert "Remove the link from dalvik instruction back to kMirOpCheck." by Ian Rogers · 12 years ago
  16. 8a3e7e7 Remove the link from dalvik instruction back to kMirOpCheck. by Vladimir Marko · 12 years ago
  17. 17189ac Quick compiler compile-time/memory use improvement by buzbee · 12 years ago
  18. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 12 years ago
  19. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  20. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/compiler/dex/local_value_numbering.cc]
  21. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago[Renamed (99%) from src/compiler/dex/bb_opt.cc]
  22. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago[Renamed from src/compiler/bb_opt.cc]
  23. 2502e00 Basic block optimization refactoring by buzbee · 13 years ago