1. 5e38ea5 Make profile inline cache threshold configurable. by Jiakai Zhang · 1 year, 3 months ago
  2. 9a9f766 Re-enable CmdlineParserTest#TestXGcOption by Stefano Cianciulli · 1 year, 8 months ago
  3. 78f3c72 Use C++17's [[maybe_unused]] attribute in ART by Stefano Cianciulli · 1 year, 10 months ago
  4. 485e688 Add clang-format preupload check. by Martin Stjernholm · 2 years, 4 months ago
  5. 58f916c Replace the nterp threshold with the warmup threshold. by Nicolas Geoffray · 3 years, 4 months ago
  6. 3156695 Enable ProfileSaver to have a different delay for the first ever save by Calin Juravle · 3 years, 10 months ago
  7. 2f1ad34 Parse --cpu-set as ParseIntList by Victor Hsieh · 3 years, 10 months ago
  8. 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 9 months ago
  9. fc58809 Remove old JDWP implementation from ART by Alex Light · 5 years ago
  10. ffc791c dex2oat: add --cpu-set command-line option by Orion Hodson · 5 years ago
  11. 765b2a0 Add -verbose:interpreter by Mathieu Chartier · 6 years ago
  12. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  13. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  14. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 6 years ago
  15. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 7 years ago
  16. 3d8a78a Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Nicolas Geoffray · 7 years ago
  17. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  18. baac7e4 "Revert^4 "Make adbconnection start automatically for debuggable apps (on target)" by Alex Light · 7 years ago
  19. fb57a65 Revert "Revert^2 "Make adbconnection start automatically for debuggable apps (on target)"" by Nicolas Geoffray · 7 years ago
  20. 7b39a39 Revert^2 "Make adbconnection start automatically for debuggable apps (on target)" by Alex Light · 7 years ago
  21. b2926c0 Revert "Make adbconnection start automatically for debuggable apps (on target)" by Andreas Gampe · 7 years ago
  22. 5af3f50 Make adbconnection start automatically for debuggable apps (on target) by Alex Light · 7 years ago
  23. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  24. 264a486 Revert "Revert "Make the runtime default to not allowing JDWP again."" by Alex Light · 7 years ago
  25. f05c320 Revert "Make the runtime default to not allowing JDWP again." by David Brazdil · 7 years ago
  26. b06bd68 Make the runtime default to not allowing JDWP again. by Alex Light · 7 years ago
  27. 2183d4d Refactor jdwp_provider to make it easier to change the default by Alex Light · 7 years ago
  28. 4650d4a Revert "Change default dalvik.vm.jdwp-provider to adbconnection" by Alex Light · 7 years ago
  29. a76605a Change default dalvik.vm.jdwp-provider to adbconnection by Alex Light · 7 years ago
  30. fbf9670 Add adbconnection plugin by Alex Light · 7 years ago
  31. 4032071 Add support for selecting alternate JDWP implementations by Alex Light · 7 years ago
  32. 92d7720 ART: Make kDebugVerifier a verbose flag by Andreas Gampe · 7 years ago
  33. 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 7 years ago
  34. 2c30e4a ART: Remove art and art/runtime include_dir directives by Andreas Gampe · 8 years ago
  35. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  36. 51d80cc ART: Refactor abort code by Andreas Gampe · 8 years ago
  37. 885a713 Add support for profiling boot class path by Mathieu Chartier · 8 years ago
  38. 7b135c8 Only compile hot methods by Mathieu Chartier · 8 years ago
  39. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 8 years ago
  40. bec07a0 ART: Add -verbose:dex by Andreas Gampe · 8 years ago
  41. 9545f6d Accept output profile path from dalvikvm command by Calin Juravle · 8 years ago
  42. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
  43. f57589f Remove logging dependency on runtime by David Sehr · 8 years ago
  44. 14832ef Revert experimental lambda feature. by Narayan Kamath · 9 years ago
  45. 138dbff Clean up profiler options by Calin Juravle · 9 years ago
  46. ffc8707 Split profile recording from jit compilation by Calin Juravle · 9 years ago
  47. 66a5539 Add VLOG(collector) to reduce log spam by Mathieu Chartier · 9 years ago
  48. 9724c63 Enable interface default methods by default. by Neil Fuller · 9 years ago
  49. 4741516 Merge "Revert "Revert "Introduce support for hardware simulators, starting with ARM64""" by Roland Levillain · 9 years ago
  50. 295a596 Fix cmdline parser test. by Nicolas Geoffray · 9 years ago
  51. 0a3be16 Increase code cache after 1 full collection. by Nicolas Geoffray · 9 years ago
  52. 751beff Revert "Revert "Introduce support for hardware simulators, starting with ARM64"" by Phil Wang · 10 years ago
  53. eb7c144 Add initial default method support to Art by Alex Light · 10 years ago
  54. 7617abd runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS by Igor Murashkin · 10 years ago
  55. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 10 years ago
  56. bba348e Bring back verbosity override by Sebastien Hertz · 10 years ago
  57. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  58. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 10 years ago
  59. 2682699 ART: Fix Cmdline Parser test by Andreas Gampe · 10 years ago
  60. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  61. f548c54 Merge "Revert "Add JIT"" by Nicolas Geoffray · 10 years ago
  62. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  63. 4fa1a27 Merge "Add JIT" by Mathieu Chartier · 10 years ago
  64. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  65. 24e04aa ART: Allow the execution to stop if the compilation fails via an option by Jean Christophe Beyler · 10 years ago
  66. 61fdf5b Merge "art: Fix broken cmdline_parser_test" by Igor Murashkin · 10 years ago
  67. 60d77c6 art: Fix broken cmdline_parser_test by Igor Murashkin · 10 years ago
  68. 8f4ee5c Disable test, it fails on target and read-barrier config. by Nicolas Geoffray · 10 years ago
  69. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago