1. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  2. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  3. 66c6d7b Rewrite class initialization check elimination. by Vladimir Marko · 11 years ago
  4. a4426cf Quick: Fix wide Phi detection in GVN, clean up INVOKEs. by Vladimir Marko · 11 years ago
  5. 415ac88 Quick: In GVN, apply modifications early if outside loop. by Vladimir Marko · 11 years ago
  6. a78e66a Quick: Handle kMirOpNullCheck in LVN/GVN. by Vladimir Marko · 11 years ago
  7. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 11 years ago
  8. ff0ac47 Remove all uses of MIR_INLINED. by Vladimir Marko · 11 years ago
  9. fa23645 Quick: Fix LVN/GVN handling of acquire operations. by Vladimir Marko · 11 years ago
  10. fb0ea2d ART: Extending FlagsOf by Jean Christophe Beyler · 11 years ago
  11. 2d2365c Improve GVN performance when merging null-checked values. by Vladimir Marko · 11 years ago
  12. b19955d Reduce time and memory usage of GVN. by Vladimir Marko · 11 years ago
  13. 55fff04 Rewrite topological sort order and improve GVN. by Vladimir Marko · 11 years ago
  14. 11ca612 Fix GVN to handle normal paths leading to catch entry. by Vladimir Marko · 11 years ago
  15. 95a0597 Global Value Numbering. by Vladimir Marko · 11 years ago
  16. f418f32 Handle potential <clinit>() correctly in LVN. by Vladimir Marko · 11 years ago
  17. 2ac01fc Improve tracking of memory locations in LVN. by Vladimir Marko · 11 years ago
  18. b3e527b Clean up special method inlining. by Vladimir Marko · 11 years ago
  19. ee40aa4 An argument is handled incorrectly for add-int/lit8 during optimization phase by nikolay serdjuk · 11 years ago
  20. 9820b7c Early inlining of simple methods. by Vladimir Marko · 11 years ago
  21. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 11 years ago
  22. 9c86a02 Revert "Annotate used fields." by Ian Rogers · 11 years ago
  23. f59f18b Fix and rewrite local value numbering. by Vladimir Marko · 11 years ago
  24. 4376c87 Remove the link from dalvik instruction back to kMirOpCheck. by Vladimir Marko · 11 years ago
  25. c6dbf90 Revert "Remove the link from dalvik instruction back to kMirOpCheck." by Ian Rogers · 11 years ago
  26. 8a3e7e7 Remove the link from dalvik instruction back to kMirOpCheck. by Vladimir Marko · 11 years ago
  27. 17189ac Quick compiler compile-time/memory use improvement by buzbee · 12 years ago
  28. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 12 years ago
  29. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  30. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/compiler/dex/local_value_numbering.cc]
  31. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago[Renamed (99%) from src/compiler/dex/bb_opt.cc]
  32. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago[Renamed from src/compiler/bb_opt.cc]
  33. 2502e00 Basic block optimization refactoring by buzbee · 12 years ago