1. ec388c0 Add min_sdk_version for ART module. by Nicolas Geoffray · 3 years, 7 months ago
  2. 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 7 months ago
  3. df69bd7 Remove Flags by Eric Holk · 3 years, 7 months ago
  4. 3dba023 Add a server-configurable flags API by Eric Holk · 3 years, 8 months ago
  5. 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 4 years ago
  6. 0d47a82 Use help-text generator for dex2oat by Alex Light · 4 years, 1 month ago
  7. 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 2 months ago
  8. eb9da9e Add support for generating --help messages from cmdline definition by Alex Light · 4 years, 2 months ago
  9. 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 3 months ago
  10. 71f661c Set apex_available property by Jiyong Park · 4 years, 5 months ago
  11. 8bc5991 Remove MIPS support from dex2oat. by Vladimir Marko · 4 years, 7 months ago
  12. fc58809 Remove old JDWP implementation from ART by Alex Light · 4 years, 8 months ago
  13. dd09f71 Fix oatdump for boot image extensions. by Vladimir Marko · 4 years, 10 months ago
  14. ffc791c dex2oat: add --cpu-set command-line option by Orion Hodson · 4 years, 10 months ago
  15. 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
  16. 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
  17. c971eaf Basic structural redefinition support by Alex Light · 5 years ago
  18. 765b2a0 Add -verbose:interpreter by Mathieu Chartier · 5 years ago
  19. 6dfdfef Set core platform API policy from command line flag by David Brazdil · 5 years ago
  20. f75dce4 Revert^2 "Delete GSS" by Mathieu Chartier · 5 years ago
  21. e185883 Revert "Delete GSS" by Mathieu Chartier · 5 years ago
  22. 1397ea1 Delete GSS by Mathieu Chartier · 5 years ago
  23. b215557 Add FinalizerTimeoutMs argument, and respect it by Hans Boehm · 5 years ago
  24. b52cd38 Add comments around runtime options "-Xgc:[no]generational_cc" processing. by Roland Levillain · 6 years ago
  25. 8581e2a Replace StringPiece with std::string_view. by Vladimir Marko · 6 years ago
  26. 0b4d146 ART: make generational CC a runtime option by Albert Mingkun Yang · 6 years ago
  27. 7b814f3 Use __builtin_trap to force crashing by Yi Kong · 6 years ago
  28. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  29. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  30. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 6 years ago
  31. 1ee723b Merge "Add --runtime-arg to command line tools." by Vladimir Marko · 6 years ago
  32. 813b914 Add --runtime-arg to command line tools. by Vladimir Marko · 6 years ago
  33. 85f1c57 ART: Some iwyu for logging.h by Andreas Gampe · 6 years ago
  34. c57c680 Modernise code to use std::make_unique by Yi Kong · 6 years ago
  35. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  36. 3d8a78a Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Nicolas Geoffray · 6 years ago
  37. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  38. 1a727b0 Use std::move() to prevent copying. by Stephen Hines · 6 years ago
  39. a316f91 Merge ""Revert^4 "Make adbconnection start automatically for debuggable apps (on target)"" by Treehugger Robot · 6 years ago
  40. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  41. baac7e4 "Revert^4 "Make adbconnection start automatically for debuggable apps (on target)" by Alex Light · 6 years ago
  42. fb57a65 Revert "Revert^2 "Make adbconnection start automatically for debuggable apps (on target)"" by Nicolas Geoffray · 6 years ago
  43. 7b39a39 Revert^2 "Make adbconnection start automatically for debuggable apps (on target)" by Alex Light · 6 years ago
  44. b2926c0 Revert "Make adbconnection start automatically for debuggable apps (on target)" by Andreas Gampe · 6 years ago
  45. 5af3f50 Make adbconnection start automatically for debuggable apps (on target) by Alex Light · 6 years ago
  46. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 6 years ago
  47. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 6 years ago
  48. b3d1eee Add new profile saver options: save without jit & profile AOT code by Calin Juravle · 6 years ago
  49. f8e5d8c Delete MarkCompact GC by Mathieu Chartier · 6 years ago
  50. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  51. 264a486 Revert "Revert "Make the runtime default to not allowing JDWP again."" by Alex Light · 7 years ago
  52. f05c320 Revert "Make the runtime default to not allowing JDWP again." by David Brazdil · 7 years ago
  53. b06bd68 Make the runtime default to not allowing JDWP again. by Alex Light · 7 years ago
  54. 2183d4d Refactor jdwp_provider to make it easier to change the default by Alex Light · 7 years ago
  55. 4650d4a Revert "Change default dalvik.vm.jdwp-provider to adbconnection" by Alex Light · 7 years ago
  56. a76605a Change default dalvik.vm.jdwp-provider to adbconnection by Alex Light · 7 years ago
  57. aadcbc6 ART: Refactor Agent into Agent and AgentSpec by Andreas Gampe · 7 years ago
  58. fbf9670 Add adbconnection plugin by Alex Light · 7 years ago
  59. 4032071 Add support for selecting alternate JDWP implementations by Alex Light · 7 years ago
  60. 92d7720 ART: Make kDebugVerifier a verbose flag by Andreas Gampe · 7 years ago
  61. 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 7 years ago
  62. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  63. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  64. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  65. 097f34c ART: Use CmdlineParser in dex2oat by Andreas Gampe · 7 years ago
  66. 8fae4b5 ART: Change CmdlineMain/Args behavior by Andreas Gampe · 7 years ago
  67. 217488a ART: Move read barrier config out of globals by Andreas Gampe · 7 years ago
  68. 2c30e4a ART: Remove art and art/runtime include_dir directives by Andreas Gampe · 7 years ago
  69. 3157fc2 ART: Move cmdline parser to header library by Andreas Gampe · 7 years ago
  70. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  71. 51d80cc ART: Refactor abort code by Andreas Gampe · 7 years ago
  72. 885a713 Add support for profiling boot class path by Mathieu Chartier · 7 years ago
  73. 7b135c8 Only compile hot methods by Mathieu Chartier · 7 years ago
  74. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 7 years ago
  75. 88307ed Fix up code warning and errors by Yi Kong · 7 years ago
  76. bec07a0 ART: Add -verbose:dex by Andreas Gampe · 7 years ago
  77. 4b812fa Change Ti::Agent collection from vector to List by Alex Light · 7 years ago
  78. 9545f6d Accept output profile path from dalvikvm command by Calin Juravle · 8 years ago
  79. 67e1dc5 Remove use of npic image for gtests. by Richard Uhler · 8 years ago
  80. 01fd70b ART: Remove experimental flags for plugins and agents by Andreas Gampe · 8 years ago
  81. 9320675 MethodHandles: Remove experimental flag. by Narayan Kamath · 8 years ago
  82. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  83. 9186ced ART: Clean up utils.h by Andreas Gampe · 8 years ago
  84. 1b0adbf Ensure CC GC is used for the read barrier config. by Hiroshi Yamauchi · 8 years ago
  85. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
  86. 5c657fe Pass some arguments by const reference. by Vladimir Marko · 8 years ago
  87. eb84221 Enable agent attaching during live phase by Leonard Mosescu · 8 years ago
  88. f57589f Remove logging dependency on runtime by David Sehr · 8 years ago
  89. a9b296c Avoid ThreadStress timeout with art-read-barrier-table-lookup. by Hiroshi Yamauchi · 8 years ago
  90. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 8 years ago
  91. afd3c9e Convert art runtests to Android.bp by Colin Cross · 8 years ago
  92. 6e95dd5 Convert art gtests to Android.bp by Colin Cross · 8 years ago
  93. 60985b7 Background full compaction for CC. by Hiroshi Yamauchi · 8 years ago
  94. 346285b Merge changes I852b4daf,Id648eaed by Treehugger Robot · 8 years ago
  95. 7cbd27f Adjust spacing before NOLINT comments in ART. by Roland Levillain · 8 years ago
  96. 185d134 Add basic runtime-plugins support. by Alex Light · 8 years ago
  97. 7233c7e Create a basic agent loading framework. by Alex Light · 8 years ago
  98. 14832ef Revert experimental lambda feature. by Narayan Kamath · 8 years ago
  99. 56fe258 Add a way to measure read barrier slow paths by Mathieu Chartier · 8 years ago
  100. 138dbff Clean up profiler options by Calin Juravle · 8 years ago