1. f5ceaac Removed comment talking about a removed parameter by Santiago Aboy Solanes · 4 years, 7 months ago
  2. 483c41a ART: Use core image to speed up some gtests. by Vladimir Marko · 4 years, 7 months ago
  3. 219f81f Fix potential lint errors by Orion Hodson · 4 years, 7 months ago
  4. a0232ad Add .bss support for inlining across dexfiles within Oat by Santiago Aboy Solanes · 4 years, 7 months ago
  5. 9dca919 Make art_debug_defaults inherit art_defaults. by Martin Stjernholm · 4 years, 7 months ago
  6. 5097f83 Revert^2 "Add support for calling entry / exit hooks directly from JIT code"" by Mythri Alle · 4 years, 7 months ago
  7. 46a8910 Revert^2 "JNI: Remove `JniMethodFast{Start,End}()`." by Vladimir Marko · 4 years, 8 months ago
  8. 72be14e Revert "Add support for calling entry / exit hooks directly from JIT code" by Mythri Alle · 4 years, 7 months ago
  9. 2d4feeb Add support for calling entry / exit hooks directly from JIT code by Mythri Alle · 4 years, 8 months ago
  10. 60abdd9 Display the timeout value of `dex2oat`'s watchdog in milliseconds. by Roland Levillain · 4 years, 7 months ago
  11. 6f6929a Fix the documentation of `dex2oat`'s option `--watchdog-timeout`. by Roland Levillain · 4 years, 7 months ago
  12. 3ff9223 Revert "Revert^4 "Use cpplint.py from repohooks"" by Orion Hodson · 4 years, 8 months ago
  13. 0a12631 Revert^4 "Use cpplint.py from repohooks" by Orion Hodson · 4 years, 8 months ago
  14. 327cfcf Use the .dm file at runtime for verification. by Nicolas Geoffray · 4 years, 8 months ago
  15. 2ca0900 Revert "JNI: Remove `JniMethodFast{Start,End}()`." by Vladimir Marko · 4 years, 8 months ago
  16. 64d6e18 JNI: Remove `JniMethodFast{Start,End}()`. by Vladimir Marko · 4 years, 8 months ago
  17. ebf496f Deprecate --updatable-bcp-packages-fd and --updatable-bcp-packages-file by Jiakai Zhang · 4 years, 8 months ago
  18. 8d12ed6 Revert "Implement another OdrDexopt to use new CompOS API" by Sorin Basca · 4 years, 8 months ago
  19. 381e66a Implement another OdrDexopt to use new CompOS API by Victor Hsieh · 4 years, 8 months ago
  20. 79b74d7 Do not release the driver_ if we are dumping stats by Santiago Aboy Solanes · 4 years, 8 months ago
  21. a8d998f fix the redundant dependencies validation in fast verify by Yang Tianping · 4 years, 8 months ago
  22. 983c217 Merge "Merge Android 12" by Xin Li · 4 years, 8 months ago
  23. 33df0e3 Revert^4 "Lazily allocate DexCache arrays." by David Srbecky · 4 years, 8 months ago
  24. 0e802db Change ClassLinker::dex_caches_ from list to unordered_map. am: 6fbcc29159 by David Srbecky · 4 years, 8 months ago
  25. 6fbcc29 Change ClassLinker::dex_caches_ from list to unordered_map. by David Srbecky · 5 years ago
  26. 9d7d5c4 Remove the notion of soft failure within the verifier. am: 4b0c9b91de by Nicolas Geoffray · 4 years, 8 months ago
  27. 4b0c9b9 Remove the notion of soft failure within the verifier. by Nicolas Geoffray · 4 years, 8 months ago
  28. 587180c Revert "Revert^2 "Lazily allocate DexCache arrays."" am: 8473a5bf11 by Nicolas Geoffray · 4 years, 8 months ago
  29. 8473a5b Revert "Revert^2 "Lazily allocate DexCache arrays."" by Nicolas Geoffray · 4 years, 8 months ago
  30. 561ddae Revert^2 "Lazily allocate DexCache arrays." am: e153a62e8e by David Srbecky · 4 years, 8 months ago
  31. e153a62 Revert^2 "Lazily allocate DexCache arrays." by David Srbecky · 5 years ago
  32. 16a9b90 Better handling of unresolved fields in VerifyISFieldAccess. am: 03ce70a18e by Nicolas Geoffray · 4 years, 8 months ago
  33. 03ce70a Better handling of unresolved fields in VerifyISFieldAccess. by Nicolas Geoffray · 4 years, 8 months ago
  34. bb682b3 Revert "Revert^2 "Use cpplint.py from repohooks"" am: dc26639f11 by Yuri Lin · 4 years, 9 months ago
  35. dc26639 Revert "Revert^2 "Use cpplint.py from repohooks"" by Yuri Lin · 4 years, 9 months ago
  36. a318439 Revert^2 "Use cpplint.py from repohooks" am: c178495c22 by Orion Hodson · 4 years, 9 months ago
  37. c178495 Revert^2 "Use cpplint.py from repohooks" by Orion Hodson · 4 years, 9 months ago
  38. b65b083 Revert "Use cpplint.py from repohooks" am: af5fc456b0 by Paul Hadfield · 4 years, 9 months ago
  39. af5fc45 Revert "Use cpplint.py from repohooks" by Paul Hadfield · 4 years, 9 months ago
  40. bd4df72 Use cpplint.py from repohooks am: 145f969546 by Colin Cross · 4 years, 9 months ago
  41. 145f969 Use cpplint.py from repohooks by Colin Cross · 4 years, 9 months ago
  42. 3d12fad Better isolate standalone ART gtests on device. am: d8c0ac264f by Roland Levillain · 4 years, 9 months ago
  43. d8c0ac2 Better isolate standalone ART gtests on device. by Roland Levillain · 4 years, 9 months ago
  44. c55316e verifier: the throw bytecode must have a throwable class as input. am: 8756585230 by Nicolas Geoffray · 4 years, 9 months ago
  45. 8756585 verifier: the throw bytecode must have a throwable class as input. by Nicolas Geoffray · 4 years, 11 months ago
  46. 9d642a8 dex2oat: Avoid an open from /proc/self/fd by Victor Hsieh · 4 years, 10 months ago
  47. 2bac049 dex2oat: Avoid an open from /proc/self/fd by Victor Hsieh · 4 years, 10 months ago
  48. 87d555a Reland: Support pass BCP art/vdex/oat files by FD am: ce9b902a16 am: a0da1f8a5e by Victor Hsieh · 4 years, 10 months ago
  49. ce9b902 Reland: Support pass BCP art/vdex/oat files by FD by Victor Hsieh · 4 years, 11 months ago
  50. 32098cf Revert "Support pass BCP art/vdex/oat files by FD" am: d7a4da1f35 am: db2b75001d by Orion Hodson · 4 years, 11 months ago
  51. d7a4da1 Revert "Support pass BCP art/vdex/oat files by FD" by Orion Hodson · 4 years, 11 months ago
  52. 2b1aee2 verifier: Remove support for precise constants and RegisterTrackingMode. am: 2cb2527d41 am: c403996b11 by Nicolas Geoffray · 4 years, 11 months ago
  53. 2cb2527 verifier: Remove support for precise constants and RegisterTrackingMode. by Nicolas Geoffray · 4 years, 11 months ago
  54. 2a7ae93 Support pass BCP art/vdex/oat files by FD am: b1adfc2a05 am: 78ab7b0d0a by Victor Hsieh · 4 years, 11 months ago
  55. b1adfc2 Support pass BCP art/vdex/oat files by FD by Victor Hsieh · 4 years, 11 months ago
  56. 88a1d49 Clean up ClassLinker::VerifyClass. am: 66934efcab am: 3d3d335155 by Nicolas Geoffray · 4 years, 11 months ago
  57. 66934ef Clean up ClassLinker::VerifyClass. by Nicolas Geoffray · 5 years ago
  58. 374eae5 Remove the need of VerifiedMethod in the compiler. am: 9e050ab1a0 am: 0daecd8702 by Nicolas Geoffray · 5 years ago
  59. 9e050ab Remove the need of VerifiedMethod in the compiler. by Nicolas Geoffray · 5 years ago
  60. 77bec56 Modernize typedefs with `using`. am: 4f990714b1 am: f5f127e98a by Vladimir Marko · 5 years ago
  61. 4f99071 Modernize typedefs with `using`. by Vladimir Marko · 5 years ago
  62. 639f1ef Remove dual verification in RedefineClasses. am: 7744b69abf am: 6896634d0b by Nicolas Geoffray · 5 years ago
  63. 7744b69 Remove dual verification in RedefineClasses. by Nicolas Geoffray · 5 years ago
  64. 4651821 Clean up verifier interface. am: 2ec38232c6 am: c8cdc71130 by Nicolas Geoffray · 5 years ago
  65. 2ec3823 Clean up verifier interface. by Nicolas Geoffray · 5 years ago
  66. 1292aa7 Add support for standalone ART gtests to MTS. am: 6a2e689329 am: c82efe3e6b by Roland Levillain · 5 years ago
  67. 6a2e689 Add support for standalone ART gtests to MTS. by Roland Levillain · 5 years ago
  68. 7df33c7 Support field VarHandle objects in boot image. am: 7209da0a46 am: 7b9c2143e7 by Vladimir Marko · 5 years ago
  69. 7209da0 Support field VarHandle objects in boot image. by Vladimir Marko · 5 years ago
  70. f50da4c Don't wrap VerifyError into NoClassDefFoundError. am: 4dc6589f39 am: 1dfc1b6f33 by Nicolas Geoffray · 5 years ago
  71. 4dc6589 Don't wrap VerifyError into NoClassDefFoundError. by Nicolas Geoffray · 5 years ago
  72. a897d87 Uncouple ART gtests from the ART APEX. am: f040914a12 am: 942c09c77c by Roland Levillain · 5 years ago
  73. f040914 Uncouple ART gtests from the ART APEX. by Roland Levillain · 5 years ago
  74. 712d5c5 dex2oat: Faster retrieval of profile data. am: ea936c0270 am: 2419fe4538 by Vladimir Marko · 5 years ago
  75. ea936c0 dex2oat: Faster retrieval of profile data. by Vladimir Marko · 5 years ago
  76. c94ab92 Add `liblog` as a dependency of `dex2oat` Soong modules. by Roland Levillain · 5 years ago
  77. d35ad79 runtime: add -Xdeny-art-apex-data-files am: 971068dcaf am: 3359147e0b by Orion Hodson · 5 years ago
  78. 971068d runtime: add -Xdeny-art-apex-data-files by Orion Hodson · 5 years ago
  79. 3563d6a Remove experimental flag in verifier. am: f8b5288ab5 am: bf44f60685 by Nicolas Geoffray · 5 years ago
  80. f8b5288 Remove experimental flag in verifier. by Nicolas Geoffray · 5 years ago
  81. e9d5c96 Rename some ART gtest related Soong modules. am: 55ffe7fa9e am: 692850fdce by Roland Levillain · 5 years ago
  82. 55ffe7f Rename some ART gtest related Soong modules. by Roland Levillain · 5 years ago
  83. 02d6c64 dex2oat: Avoid unnecessary field/method resolution. am: a508249643 am: 71cc9bcfc8 by Vladimir Marko · 5 years ago
  84. a508249 dex2oat: Avoid unnecessary field/method resolution. by Vladimir Marko · 5 years ago
  85. cc0caed dex2oat: don't prune dex if passed as FD am: 59edf4b8f0 am: 850832b63c by Victor Hsieh · 5 years ago
  86. 59edf4b dex2oat: don't prune dex if passed as FD by Victor Hsieh · 5 years ago
  87. 192d2ab Only enable isolated compilation if requested am: c893d1597b am: ee503e28f3 by Calin Juravle · 5 years ago
  88. c893d15 Only enable isolated compilation if requested by Calin Juravle · 5 years ago
  89. 4a71374 Rewrite static/instance field search by index. am: 4026117163 am: 3e3b305238 by Vladimir Marko · 5 years ago
  90. 4026117 Rewrite static/instance field search by index. by Vladimir Marko · 5 years ago
  91. 0a86e93 Add --dirty-image-objects-fd and --updatable-bcp-packages-fd am: 4ab592315e am: a778b16bc3 by Victor Hsieh · 5 years ago
  92. 4ab5923 Add --dirty-image-objects-fd and --updatable-bcp-packages-fd by Victor Hsieh · 5 years ago
  93. 550446f Clean up Class::GetDirectInterface(). am: b10668cb6a am: 769c81aebb by Vladimir Marko · 5 years ago
  94. b10668c Clean up Class::GetDirectInterface(). by Vladimir Marko · 5 years ago
  95. 8e3bf4c Add runtime option -Xbootclasspathfds: for pre-opened fds am: a09d8b7d4c am: 236f7d4218 by Victor Hsieh · 5 years ago
  96. a09d8b7 Add runtime option -Xbootclasspathfds: for pre-opened fds by Victor Hsieh · 5 years ago
  97. 6fd59b6 Remove palette hooks. am: 4f6bb446f8 am: c0db4a5fe5 by Nicolas Geoffray · 5 years ago
  98. 4f6bb44 Remove palette hooks. by Nicolas Geoffray · 5 years ago
  99. d462d1c Use verify when speed-profile gets an empty profile am: 028c7efaf7 am: 719ac37d4b by Calin Juravle · 5 years ago
  100. 028c7ef Use verify when speed-profile gets an empty profile by Calin Juravle · 5 years ago