1. 08d0984 Allow late lookup for @FastNative methods. by Vladimir Marko · 4 years, 9 months ago
  2. 2d8b7f4 Blacklist failing test. by Nicolas Geoffray · 4 years, 9 months ago
  3. de3e51d If a collection is in progress, we need to mark new code. by Nicolas Geoffray · 4 years, 9 months ago
  4. 20036d8 JIT baseline: don't update inline caches for intrinsics. by Nicolas Geoffray · 4 years, 9 months ago
  5. 36ec598 Simplify name verification in ClassLoaderContext. by Vladimir Marko · 4 years, 9 months ago
  6. 457e9fa ARM64: FP16 greater/less/greaterEquals/lessEquals intrinsics for ARMv8 by Usama Arif · 4 years, 10 months ago
  7. 17a39ba JIT baseline: Don't update the inline cache for an intrinsic. by Nicolas Geoffray · 4 years, 9 months ago
  8. 49af4ca Fix oat version error message formatting. by Vladimir Marko · 4 years, 9 months ago
  9. e2a3aa9 Baseline JIT: update inline caches in compiled code. by Nicolas Geoffray · 4 years, 9 months ago
  10. a2c4d61 Allow test 178 to pass for --no-image. by Vladimir Marko · 4 years, 9 months ago
  11. 7dac864 Clean up JNI dlsym lookup trampoline. by Vladimir Marko · 4 years, 10 months ago
  12. 047081a Revert "Revert^2 "Revoke CC's thread-local mark stack in ~Thread"" by Lokesh Gidra · 4 years, 9 months ago
  13. f585c1e Protect/Unprotect regions (region space) only in debug build by Lokesh Gidra · 4 years, 9 months ago
  14. f92f6f1 Skip 909 & 126 with zipapex by Alex Light · 4 years, 9 months ago
  15. 0aa0206 Add resetJitCounters by Mathieu Chartier · 4 years, 10 months ago
  16. 88b1c83 Revert "Allow structural redefinition on non-final classes." by Roland Levillain · 4 years, 9 months ago
  17. 8e89500 Revert "Revert^2 "Implement Dot Product Vectorization for x86"" by Nicolas Geoffray · 4 years, 9 months ago
  18. 7c9cfe8 Honor the --baseline flag for the JIT. by Nicolas Geoffray · 4 years, 9 months ago
  19. d3ed4ad Handle Special case div and rem by 2 in art interpreter by Shalini Salomi Bodapati · 4 years, 11 months ago
  20. c47040d Allow structural redefinition on non-final classes. by Alex Light · 4 years, 10 months ago
  21. dc540df Add ScopedAllowThreadSuspension by Mathieu Chartier · 4 years, 10 months ago
  22. 882d414 Use nativePostForkSystemServer for system server profiling by Mathieu Chartier · 4 years, 10 months ago
  23. da3653f Fix reinterpret cast in ImmuneSpaceCaptureRefsVisitor by Lokesh Gidra · 4 years, 9 months ago
  24. 0ac78cf Fix vtable relocation for boot image extension. by Vladimir Marko · 4 years, 9 months ago
  25. 80f1c28 Add libdl_android.so to more places required for Golem. by Martin Stjernholm · 4 years, 9 months ago
  26. 7ed2d38 Fix boot image extension class exclusion. by Vladimir Marko · 4 years, 9 months ago
  27. aedc9bc Ensure we can always enter OSR code by Vladimir Marko · 5 years ago
  28. 3c03688 Make file_contexts as "android:path" property by Jooyung Han · 4 years, 10 months ago
  29. cb177da Convert 'thread to mark-stack map empty' assertion into a CHECK by Lokesh Gidra · 4 years, 10 months ago
  30. 78a44b9 Update Buildbot and Golem setups for libdl_android.so. by Martin Stjernholm · 4 years, 10 months ago
  31. a8f3918 Clean up some image tests. by Vladimir Marko · 4 years, 10 months ago
  32. e61f16a Add missing WriteBarrier on VisitReflectiveTargets by Alex Light · 4 years, 10 months ago
  33. 55d9aaa Assert no-thread-mark-stack mapping after switching to shared mode by Lokesh Gidra · 4 years, 10 months ago
  34. 505e56b Temporary hack: Force the use of `signal_dumper` as timeout handler on host. by Roland Levillain · 4 years, 10 months ago
  35. 3e9d7ae Don't use addr2line for dex and jar files. by Orion Hodson · 4 years, 10 months ago
  36. c526e42 Use full profile in Dex2OatImageTest#TestExtension. by Vladimir Marko · 4 years, 10 months ago
  37. a879bdf Revert^2 "Fix CompilerDriver's handling of boot image extension." by Vladimir Marko · 4 years, 10 months ago
  38. 142816a ARM64: Pass simd half floating point feature to VIXL macroassembler. by Usama Arif · 4 years, 10 months ago
  39. 986914b Revert^4 "Initial support for adding virtuals with structural redefinition" by Alex Light · 4 years, 10 months ago
  40. 5697fab ART: suppress control characters in scripts without a tty by Orion Hodson · 4 years, 10 months ago
  41. feba264 Make HashSet behave like std::unordered_set... by Vladimir Marko · 4 years, 10 months ago
  42. 26f6330 Partial loop unrolling during auto-vectorization for x86_64 architectures. by Neeraj Solanki · 4 years, 11 months ago
  43. a6d7f50 Refactor Javac.java into a new shared library. by Mathew Inwood · 4 years, 10 months ago
  44. d56f7d1 Revert "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 4 years, 10 months ago
  45. 9965fef Revert "Temporary hack: Also print extra backtraces on test timeouts on host." by Orion Hodson · 4 years, 10 months ago
  46. ffc791c dex2oat: add --cpu-set command-line option by Orion Hodson · 4 years, 10 months ago
  47. 2f8c1ac Revert^3 "Initial support for adding virtuals with structural redefinition" by Alex Light · 4 years, 10 months ago
  48. 96d8585 Revert "Fix CompilerDriver's handling of boot image extension." by Roland Levillain · 4 years, 10 months ago
  49. 8ba9738 Revert^2 "Initial support for adding virtuals with structural redefinition" by Alex Light · 4 years, 10 months ago
  50. 0d508a0 Add spin loop to mutex, overhaul monitor by Hans Boehm · 5 years ago
  51. 25d536e Temporary hack: Also print extra backtraces on test timeouts on host. by Roland Levillain · 4 years, 10 months ago
  52. fcd5a28 run-libcore-tests.sh: check for tty by Orion Hodson · 4 years, 10 months ago
  53. 63786f6 Bump profile version by Calin Juravle · 4 years, 10 months ago
  54. 96491e9 Fix CompilerDriver's handling of boot image extension. by Vladimir Marko · 4 years, 10 months ago
  55. d0e354e Revert "Initial support for adding virtuals with structural redefinition" by Nicolas Geoffray · 4 years, 10 months ago
  56. c0200a9 Improve profile merging error logging by Calin Juravle · 4 years, 10 months ago
  57. 283bb32 Initial support for adding virtuals with structural redefinition by Alex Light · 4 years, 10 months ago
  58. 2c5dfe1 Use packed fields for HeapGraph. by Florian Mayer · 4 years, 10 months ago
  59. a9bbc08 Implement STL iterators on ObjectArray and add helpers by Alex Light · 4 years, 10 months ago
  60. 56f1332 Fix pruning invoke environment for StringBuilder append pattern. by Vladimir Marko · 4 years, 10 months ago
  61. 3e20d0a Reduce boot profile data usage by Calin Juravle · 4 years, 10 months ago
  62. 8cdcd4f Increase the maximum allowed dex files for boot image profiles by Calin Juravle · 4 years, 10 months ago
  63. 4813618 Add missing bug number to TODO in `build/apex/art_apex_test.py`. by Roland Levillain · 4 years, 10 months ago
  64. 889b72d Load classes for boot image extension. by Vladimir Marko · 4 years, 10 months ago
  65. afaa457 Migrate to apex_manifest.pb by Jooyung Han · 4 years, 10 months ago
  66. 1592cfc Add mark-stack related assertions in marking phase by Lokesh Gidra · 4 years, 10 months ago
  67. d830263 Fix image checksum verification. by Vladimir Marko · 4 years, 10 months ago
  68. 52f8e5c ARM64: Move from FPRegister to VRegister based API (continued). by Roland Levillain · 4 years, 10 months ago
  69. 2221baf Add ForkJoinPool* threads to 911 Ignored regex by Alex Light · 4 years, 10 months ago
  70. b801210 Revert^2 "Correctly quote -Xbootclasspath argument in run-test-jar" by Alex Light · 4 years, 10 months ago
  71. 94fd9ea Use a different name for shared classloader namespace, to help debugging. by Martin Stjernholm · 4 years, 10 months ago
  72. 149cdda Check stored references in transactional interpreter. by Vladimir Marko · 4 years, 10 months ago
  73. fdbe207 Better handle the Host APEX case in `build/apex/art_apex_test.py`. by Roland Levillain · 4 years, 10 months ago
  74. af9ab6d art: extend the supported cpu_variant list for arm64 by Chuwei Xu · 4 years, 10 months ago
  75. 688ff64 Update 913-heaps expectation for change in D8 register assignments. by Ian Zerny · 4 years, 10 months ago
  76. df66de0 Update expectations around APEX manifests in `art_apex_test.py`. by Roland Levillain · 4 years, 10 months ago
  77. a8a17a4 Revert "Correctly quote -Xbootclasspath argument in run-test-jar" by Alex Light · 4 years, 10 months ago
  78. 682715e Set system server package name to "android" when profiling by Calin Juravle · 4 years, 10 months ago
  79. be08b20 Fix libnativeloader_test to work on 64 bit architectures. by Martin Stjernholm · 4 years, 10 months ago
  80. 4829733 Avoid "using namespace" that's blocked by cpplint. by Martin Stjernholm · 4 years, 10 months ago
  81. ad88cbe Handle profile annotation during profman-merge by Calin Juravle · 4 years, 10 months ago
  82. 0f6bde0 Adjust profile version when the boot image profiling is switched on by Calin Juravle · 4 years, 10 months ago
  83. 83aacb2 Print profile version when dumping the info by Calin Juravle · 4 years, 10 months ago
  84. 0e82e0f Add more options for boot profile aggregation by Calin Juravle · 4 years, 10 months ago
  85. cb809bb Correctly quote -Xbootclasspath argument in run-test-jar by Alex Light · 4 years, 10 months ago
  86. 681692b ARM64: FP16.rint() intrinsic for ARMv8 by Usama Arif · 4 years, 10 months ago
  87. 665aac4 ARM64: FP16.ceil() intrinsic for ARMv8 by Usama Arif · 4 years, 10 months ago
  88. b9f02c2 ARM64: FP16.floor() intrinsic for ARMv8 by Usama Arif · 4 years, 10 months ago
  89. f1b18fa Use explicit list of mirrored class when checking CanRedefine by Alex Light · 4 years, 10 months ago
  90. 2462789 Ensure structural redefinition can shadow functions/fields by Alex Light · 4 years, 10 months ago
  91. 28b6efe Don't visit invalid Dex-cache slots by Alex Light · 4 years, 10 months ago
  92. 2764f61 MethodHandles: fix missing nominal type return value conversion by Orion Hodson · 4 years, 10 months ago
  93. 1c5949e libicu_jni needs to be initialized before libopenjdk{d} by Victor Chang · 4 years, 10 months ago
  94. 7a20cbd Revert^4 "Package dexpreopt artifacts for libcore jars in the ART apex." by Ulyana Trafimovich · 4 years, 10 months ago
  95. 2022deb Blacklist tests that require getrandom. by Nicolas Geoffray · 4 years, 10 months ago
  96. ef3baf6 Refactor script, add new options by David Sehr · 4 years, 10 months ago
  97. 92eec3a Add boot image checksums to image header. by Vladimir Marko · 4 years, 10 months ago
  98. 4f7c0cc Disable zygote-jit-deopt under gcstress while investigating timeouts. by Nicolas Geoffray · 4 years, 10 months ago
  99. 64bac15 Restructure 580-fp16 tests into functions by Usama Arif · 4 years, 10 months ago
  100. 62f62f3 Disable -Wthread-safety-negative by Colin Cross · 4 years, 10 months ago