1. 03ce70a Better handling of unresolved fields in VerifyISFieldAccess. by Nicolas Geoffray · 4 years, 8 months ago
  2. 2a973fc Adjust expectations for libcore+gcstress+debug+host. by Nicolas Geoffray · 4 years, 8 months ago
  3. 762ee92 Improve the logging of BCP checksum mismatch. by Jiakai Zhang · 4 years, 8 months ago
  4. 617c6ab Loosen the SDK requirement of a test case in OdRefreshTest. by Jiakai Zhang · 4 years, 8 months ago
  5. 9c00c65 Disable test 830 on redefine-stress. by Nicolas Geoffray · 4 years, 8 months ago
  6. aa08e52 Revert "Do not build libraries that depend on deapexer rules." by Nicolas Geoffray · 4 years, 8 months ago
  7. afe94ef Include ramdisk image variant of jni_headers in sdk by Paul Duffin · 4 years, 9 months ago
  8. 8dc5cf6 Include recovery image variant of jni_headers in sdk by Paul Duffin · 4 years, 9 months ago
  9. f8dea01 Simplify IRTEntry by Hans Boehm · 4 years, 9 months ago
  10. e8445e5 Always check for an exception after a class lookup. by Nicolas Geoffray · 4 years, 8 months ago
  11. d750630 Revert "Create an abstraction for dexopt tasks" by Victor Hsieh · 4 years, 8 months ago
  12. c887816 Create an abstraction for dexopt tasks by Victor Hsieh · 4 years, 9 months ago
  13. 2f01e8e Copying sun.misc.Unsafe to jdk.internal.misc by Sorin Basca · 5 years ago
  14. 33a3129 Revert "Move dex register check upwards in the Inliner stack" by Santiago Aboy Solanes · 4 years, 8 months ago
  15. 9cc65df Drop unused arguments for MethodEntered function by Mythri Alle · 4 years, 9 months ago
  16. 08a37a0 Include native bridge variant of jni_headers in sdk by Paul Duffin · 4 years, 9 months ago
  17. 57c6a72 Fix unused-command-line-argument warning by Yi Kong · 4 years, 8 months ago
  18. 59064eb Split odsign_e2e_tests. by Jiakai Zhang · 4 years, 8 months ago
  19. dc26639 Revert "Revert^2 "Use cpplint.py from repohooks"" by Yuri Lin · 4 years, 9 months ago
  20. 7ea9270 Enforcing min_sdk_version on art-run-test* and art_standalone*_tests by Spandan Das · 4 years, 9 months ago
  21. c178495 Revert^2 "Use cpplint.py from repohooks" by Orion Hodson · 4 years, 9 months ago
  22. ea55f3d Change only_use_system_oat_files_ logic. by Nicolas Geoffray · 4 years, 9 months ago
  23. 52818b0 Speed up odsign_e2e_tests. by Jiakai Zhang · 4 years, 9 months ago
  24. af5fc45 Revert "Use cpplint.py from repohooks" by Paul Hadfield · 4 years, 9 months ago
  25. 7cbd0e8 Remove libartbase from static_libs of odrefresh tests. by Jiakai Zhang · 4 years, 9 months ago
  26. b1d9035 Fix lint error in odrefresh_test. by Jiakai Zhang · 4 years, 9 months ago
  27. 8f0887b Update logic to add debug modules to art-runtime. by Martin Stjernholm · 4 years, 10 months ago
  28. 7a7a1e2 Move dex register check upwards in the Inliner stack by Santiago Aboy Solanes · 4 years, 9 months ago
  29. ad58e1c Remove the use of --updatable-bcp-packages-fd from odrefresh. by Jiakai Zhang · 4 years, 9 months ago
  30. d726cb1 Fix missing suspend check in nterp for goto32 +0 by Nicolas Geoffray · 4 years, 9 months ago
  31. 145f969 Use cpplint.py from repohooks by Colin Cross · 4 years, 9 months ago
  32. e684fc5 Add kryo785 as known variant. by Nicolas Geoffray · 4 years, 9 months ago
  33. 4e6cc73 Support using boot image on system when compiling system server. by Jiakai Zhang · 4 years, 9 months ago
  34. 0755671 Update odrefresh to check APEX system server artifacts on system. by Jiakai Zhang · 4 years, 9 months ago
  35. 7fa7086 Update ART runtime to recognize artifacts on /system for APEX. by Jiakai Zhang · 4 years, 9 months ago
  36. e3e0184 Update folder name in art/build's README by Santiago Aboy Solanes · 4 years, 9 months ago
  37. 9f98fc3 Add couple DexCache read-barriers. by David Srbecky · 4 years, 9 months ago
  38. ad0daef An incompatible field type assignment is always an error. by Nicolas Geoffray · 4 years, 9 months ago
  39. 39e2979 ARM64: FP16 min and max intrinsic for ARMv8 by Usama Arif · 7 years ago
  40. 816b0da ART: Enables Debugging with LLDB for dex2oat. by Stelios Ioannou · 5 years ago
  41. 2658a07 OpenJDK 11: update test expectations for 913-heaps by Nikita Iashchenko · 4 years, 9 months ago
  42. 236f7bf OpenJDK 11: replace Thread#init() with constructors by Nikita Iashchenko · 4 years, 9 months ago
  43. 073885c Fix art compiling against musl by Colin Cross · 4 years, 9 months ago
  44. 96d8f4f Fix two incorrect test conditions in `libartbase/base/flags_test.cc`. by Roland Levillain · 4 years, 9 months ago
  45. 3027c60 Do not build libraries that depend on deapexer rules. by Martin Stjernholm · 4 years, 9 months ago
  46. 88b5c1d Refactor register allocator's ProcessInstruction by Santiago Aboy Solanes · 4 years, 9 months ago
  47. cf6a926 Revert "Restore partial LSE." by Nicolas Geoffray · 4 years, 9 months ago
  48. f513a76 Handle .capex files in the chroot setup. by Martin Stjernholm · 4 years, 9 months ago
  49. f740be5e Handle the case the enclosing class is missing. by Nicolas Geoffray · 4 years, 9 months ago
  50. 7a3ccd0 Disable host build of odrefresh by Victor Hsieh · 4 years, 9 months ago
  51. c2aa7a3 Restore partial LSE. by Nicolas Geoffray · 4 years, 9 months ago
  52. 8214de1 Do not mark large objects for evacuation by Hans Boehm · 4 years, 9 months ago
  53. 53395f0 No longer mention APEX flattening in chroot-based testing docs. by Roland Levillain · 4 years, 9 months ago
  54. 172633d Remove instructions about running post-submit tests with Atest. by Roland Levillain · 4 years, 9 months ago
  55. 8c3b33f Skip version 199. by Nicolas Geoffray · 4 years, 9 months ago
  56. 8be6638 Update 939-hello-transformation-bcp test by Nikita Iashchenko · 4 years, 9 months ago
  57. ab91eef Address review comments on method resolution. by Nicolas Geoffray · 4 years, 9 months ago
  58. e8a822d Remove entry SuspendCheck for methods which only call on the slow path by Santiago Aboy Solanes · 4 years, 9 months ago
  59. 76a943a Update .oat version after disabling partial LSE. by Nicolas Geoffray · 4 years, 9 months ago
  60. 6e45817 [art] Add GetPreOomeGcCount API by Sekyeong Heo · 4 years, 9 months ago
  61. 3de02fb ART: Removes SuspendCheck for plain loops with a low trip count. by Stelios Ioannou · 5 years ago
  62. 18074d2 Temporarily disable partial LSE. by Nicolas Geoffray · 4 years, 9 months ago
  63. 92e5d84 Remove workarounds for fixed bug 18051191 by Santiago Aboy Solanes · 4 years, 9 months ago
  64. 248d5c4 Add an obsolete stub check in ArtMethod::GetOatQuickMethodHeader. by Nicolas Geoffray · 4 years, 9 months ago
  65. 8dea9c4 Update code to fix two unused variable warnings. by Nicolas Geoffray · 4 years, 9 months ago
  66. c07f488 Add a test and consistency checks in method / field resolution. by Nicolas Geoffray · 4 years, 9 months ago
  67. 7fae86c Make sure only comments are stripped by Yi Kong · 4 years, 9 months ago
  68. 1c494e3 Use the right class loader for ResolvedMethodAccessTest. by Nicolas Geoffray · 4 years, 9 months ago
  69. 9a10f5b Adding known failure due to missing format 038 support in slicer by Sorin Basca · 4 years, 9 months ago
  70. a74a707 vdex: add checks in the event of file corruption. by Nicolas Geoffray · 4 years, 9 months ago
  71. 0de8c02 Explicitly note ignored return result by Yi Kong · 4 years, 9 months ago
  72. fde4c27 Adapt ART tests for the new llvm-objdump output format by Yi Kong · 4 years, 9 months ago
  73. 75e5089 Fix -Wframe-larger-than warnings in ART tests by Yi Kong · 4 years, 9 months ago
  74. 2999759 Suppress three counts of compiler warnings for frame size limit exceeded by Yi Kong · 4 years, 9 months ago
  75. 1126d74 Expand error message in ResolvedMethodAccessTest by David Srbecky · 4 years, 9 months ago
  76. d6576ef Mention Checker tests in `test/README.md`. by Roland Levillain · 4 years, 9 months ago
  77. 01545e8 Reboot device before running eng-prod gtests by David Srbecky · 4 years, 9 months ago
  78. 19444a6 It's a hard failure if return types cannot match. by Nicolas Geoffray · 4 years, 9 months ago
  79. 18c72c6 Change soft failure into more precise missing method. by Nicolas Geoffray · 4 years, 9 months ago
  80. b05bf89 OpenJDK 11: Move math classes from sun.misc.* to jdk.internal.math by Nikita Iashchenko · 4 years, 9 months ago
  81. d8c0ac2 Better isolate standalone ART gtests on device. by Roland Levillain · 4 years, 9 months ago
  82. ebefce3 Make it a hard failure if we could not find a catch clause. by Nicolas Geoffray · 4 years, 9 months ago
  83. adc11b1 Turn unconditional soft failure into a hard failure. by Nicolas Geoffray · 4 years, 9 months ago
  84. 8756585 verifier: the throw bytecode must have a throwable class as input. by Nicolas Geoffray · 4 years, 11 months ago
  85. 1728bb7 Turn soft failure into hard failure. by Nicolas Geoffray · 4 years, 9 months ago
  86. 3a8dfcf Catch clauses should only have throwable types. by Nicolas Geoffray · 4 years, 9 months ago
  87. e172a80 Revert "Cleanup return type checks with arrays." by Nicolas Geoffray · 4 years, 9 months ago
  88. 59193a6 Cleanup return type checks with arrays. by Nicolas Geoffray · 4 years, 11 months ago
  89. f6fe363 Relax failure on return type for unresolved types. by Nicolas Geoffray · 4 years, 11 months ago
  90. 0700b69 SVE: Extract Intermediate Address for SVE Vector Memory Operations by Raphael Gault · 6 years ago
  91. 6194403 Exclude `com.android.org.conscrypt.NativeCryptoArgTest` from ART MTS. by Roland Levillain · 4 years, 9 months ago
  92. 380f967 Regenerate ART test files (2021-09-02). by Roland Levillain · 4 years, 9 months ago
  93. ecbdc07 ARM64: FP16.compare() intrinsic for ARMv8 by Usama Arif · 7 years ago
  94. 3676b36 Clean up compile time null checks for VarHandle intrinsics. by Ulya Trafimovich · 4 years, 9 months ago
  95. 315cf0c Allow visibility on libdexfile for all libdexfile_support users (reland). by Martin Stjernholm · 4 years, 9 months ago
  96. 3056792 Revert "Allow visibility on libdexfile for all libdexfile_suppor..." by Rex Lin · 4 years, 9 months ago
  97. 4ae09d4 Fix unused collector_type_ variable by Yi Kong · 4 years, 9 months ago
  98. 17af7a8 Stop using `group_static_libs` property by LaMont Jones · 4 years, 9 months ago
  99. 3c137bf Allow visibility on libdexfile for all libdexfile_support users. by Martin Stjernholm · 4 years, 9 months ago
  100. 0f803ce find_api_violations.pl: sync strings with hiddenapi_flags.h by Orion Hodson · 4 years, 9 months ago