1. 7bda3b6 Revert "Quick: Work around large frame sizes for x86_64." by Vladimir Marko · 10 years ago
  2. d4cf1e4 Quick: Work around large frame sizes for x86_64. by Vladimir Marko · 10 years ago
  3. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  4. a5e69e8 Quick: Rely on inferred types in GVN/LVN/DCE. by Vladimir Marko · 11 years ago
  5. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 11 years ago
  6. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 11 years ago
  7. 2535abe Add JIT by Mathieu Chartier · 11 years ago
  8. b666f48 Move arenas into runtime by Mathieu Chartier · 11 years ago
  9. 22c7f5b Distinguish FP and integral constants in LVN. by Vladimir Marko · 11 years ago
  10. 7a01dc2 Dead code elimination based on GVN results. by Vladimir Marko · 11 years ago
  11. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 11 years ago
  12. 321b987 Further cleanup using dex_instruction_utils.h. by Vladimir Marko · 11 years ago
  13. e095114 ART: Add div-zero check elimination to LVN/GVN by Razvan A Lupusoru · 11 years ago
  14. ad17d41 Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)" by Andreas Gampe · 11 years ago
  15. 785d2f2 ART: Replace COMPILE_ASSERT with static_assert (compiler) by Andreas Gampe · 11 years ago
  16. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  17. a4426cf Quick: Fix wide Phi detection in GVN, clean up INVOKEs. by Vladimir Marko · 11 years ago
  18. fa23645 Quick: Fix LVN/GVN handling of acquire operations. by Vladimir Marko · 11 years ago
  19. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 11 years ago
  20. 2d2365c Improve GVN performance when merging null-checked values. by Vladimir Marko · 11 years ago
  21. b19955d Reduce time and memory usage of GVN. by Vladimir Marko · 11 years ago
  22. 95a0597 Global Value Numbering. by Vladimir Marko · 11 years ago
  23. f418f32 Handle potential <clinit>() correctly in LVN. by Vladimir Marko · 11 years ago
  24. 2ac01fc Improve tracking of memory locations in LVN. by Vladimir Marko · 11 years ago
  25. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  26. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  27. 69f08ba Clean up ScopedArenaAllocatorAdapter. by Vladimir Marko · 12 years ago
  28. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 12 years ago
  29. f59f18b Fix and rewrite local value numbering. by Vladimir Marko · 12 years ago
  30. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  31. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 12 years ago
  32. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 12 years ago
  33. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 12 years ago
  34. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  35. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/compiler/dex/local_value_numbering.h]
  36. 71fe267 Some common frontend tidying. by Ian Rogers · 13 years ago
  37. 311ca16 Compiler: Spring cleaning by buzbee · 13 years ago[Renamed (97%) from src/compiler/dex/bb_opt.h]
  38. 395116c Compiler: rearranging the deck chairs. by buzbee · 13 years ago[Renamed (96%) from src/compiler/bb_opt.h]
  39. 2502e00 Basic block optimization refactoring by buzbee · 13 years ago