1. fc8b422 Clean up AtomicDexRefMap by Mathieu Chartier · 7 years ago
  2. 34ed868 Revert "Avoid creating verified methods for non quickening filters" by Andreas Gampe · 7 years ago
  3. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  4. 93764b8 Generalize atomic_method_ref_map to support dex references by Mathieu Chartier · 7 years ago
  5. 2848a5f Avoid creating verified methods for non quickening filters by Mathieu Chartier · 7 years ago
  6. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 7 years ago
  7. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  8. 26699c6 ART: Refactor VerifiedMethod by Andreas Gampe · 7 years ago
  9. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 7 years ago
  10. 49cda06 Rename and obsolete compiler filter names. by Nicolas Geoffray · 7 years ago
  11. c51c7ca Clean up VerifiedMethod. by Nicolas Geoffray · 8 years ago
  12. 51c17fa Create empty VerifiedMethod after vdex verification. by Nicolas Geoffray · 8 years ago
  13. 9df8931 Add atomic method reference map by Mathieu Chartier · 8 years ago
  14. fc2dd61 Speed up verified methods by Mathieu Chartier · 8 years ago
  15. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  16. 492a7fa Delay dex-to-dex compilation until Optimizing is done. by Vladimir Marko · 8 years ago
  17. f6d1e0f Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 8 years ago
  18. ffc8707 Split profile recording from jit compilation by Calin Juravle · 8 years ago
  19. bf9611f ART: Clean up verifier by Andreas Gampe · 8 years ago
  20. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 8 years ago
  21. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 8 years ago
  22. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 8 years ago
  23. 53e32d1 ART: Refactor verifier callbacks by Andreas Gampe · 9 years ago
  24. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  25. c833299 ART: Fix kEverything compiler filter by buzbee · 9 years ago
  26. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  27. 9c8d961 Fix dex2dex logic by Mathieu Chartier · 9 years ago
  28. c0d5f89 Fix JIT for vmdebug test 99 by Mathieu Chartier · 9 years ago
  29. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  30. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  31. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  32. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  33. 6c170c9 ART: Punt to the interpreter for VerifiedMethod errors by Andreas Gampe · 10 years ago
  34. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  35. ab972ef Remove method verification results right after compiling a method by Mathieu Chartier · 10 years ago
  36. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  37. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  38. a03de6d Revert "Revert "Make clang the default compiler on host."" by Ian Rogers · 10 years ago
  39. d54f3a6 Revert "Make clang the default compiler on host." by Ian Rogers · 10 years ago
  40. 87f8b4c Make clang the default compiler on host. by Ian Rogers · 10 years ago
  41. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  42. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  43. 2730db0 Add VerfiedMethod to DexCompilationUnit. by Vladimir Marko · 11 years ago
  44. c7f8320 Refactor verification results. by Vladimir Marko · 11 years ago