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