1. a879bdf Revert^2 "Fix CompilerDriver's handling of boot image extension." by Vladimir Marko · 5 years ago
  2. 142816a ARM64: Pass simd half floating point feature to VIXL macroassembler. by Usama Arif · 5 years ago
  3. 986914b Revert^4 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  4. 5697fab ART: suppress control characters in scripts without a tty by Orion Hodson · 5 years ago
  5. feba264 Make HashSet behave like std::unordered_set... by Vladimir Marko · 5 years ago
  6. 26f6330 Partial loop unrolling during auto-vectorization for x86_64 architectures. by Neeraj Solanki · 5 years ago
  7. a6d7f50 Refactor Javac.java into a new shared library. by Mathew Inwood · 5 years ago
  8. d56f7d1 Revert "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 5 years ago
  9. 9965fef Revert "Temporary hack: Also print extra backtraces on test timeouts on host." by Orion Hodson · 5 years ago
  10. ffc791c dex2oat: add --cpu-set command-line option by Orion Hodson · 5 years ago
  11. 2f8c1ac Revert^3 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  12. 96d8585 Revert "Fix CompilerDriver's handling of boot image extension." by Roland Levillain · 5 years ago
  13. 8ba9738 Revert^2 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  14. 0d508a0 Add spin loop to mutex, overhaul monitor by Hans Boehm · 5 years ago
  15. 25d536e Temporary hack: Also print extra backtraces on test timeouts on host. by Roland Levillain · 5 years ago
  16. fcd5a28 run-libcore-tests.sh: check for tty by Orion Hodson · 5 years ago
  17. 63786f6 Bump profile version by Calin Juravle · 5 years ago
  18. 96491e9 Fix CompilerDriver's handling of boot image extension. by Vladimir Marko · 5 years ago
  19. d0e354e Revert "Initial support for adding virtuals with structural redefinition" by Nicolas Geoffray · 5 years ago
  20. c0200a9 Improve profile merging error logging by Calin Juravle · 5 years ago
  21. 283bb32 Initial support for adding virtuals with structural redefinition by Alex Light · 5 years ago
  22. 2c5dfe1 Use packed fields for HeapGraph. by Florian Mayer · 5 years ago
  23. a9bbc08 Implement STL iterators on ObjectArray and add helpers by Alex Light · 5 years ago
  24. 56f1332 Fix pruning invoke environment for StringBuilder append pattern. by Vladimir Marko · 5 years ago
  25. 3e20d0a Reduce boot profile data usage by Calin Juravle · 5 years ago
  26. 8cdcd4f Increase the maximum allowed dex files for boot image profiles by Calin Juravle · 5 years ago
  27. 4813618 Add missing bug number to TODO in `build/apex/art_apex_test.py`. by Roland Levillain · 5 years ago
  28. 889b72d Load classes for boot image extension. by Vladimir Marko · 5 years ago
  29. afaa457 Migrate to apex_manifest.pb by Jooyung Han · 5 years ago
  30. 1592cfc Add mark-stack related assertions in marking phase by Lokesh Gidra · 5 years ago
  31. d830263 Fix image checksum verification. by Vladimir Marko · 5 years ago
  32. 52f8e5c ARM64: Move from FPRegister to VRegister based API (continued). by Roland Levillain · 5 years ago
  33. 2221baf Add ForkJoinPool* threads to 911 Ignored regex by Alex Light · 5 years ago
  34. b801210 Revert^2 "Correctly quote -Xbootclasspath argument in run-test-jar" by Alex Light · 5 years ago
  35. 94fd9ea Use a different name for shared classloader namespace, to help debugging. by Martin Stjernholm · 5 years ago
  36. 149cdda Check stored references in transactional interpreter. by Vladimir Marko · 5 years ago
  37. fdbe207 Better handle the Host APEX case in `build/apex/art_apex_test.py`. by Roland Levillain · 5 years ago
  38. af9ab6d art: extend the supported cpu_variant list for arm64 by Chuwei Xu · 5 years ago
  39. 688ff64 Update 913-heaps expectation for change in D8 register assignments. by Ian Zerny · 5 years ago
  40. df66de0 Update expectations around APEX manifests in `art_apex_test.py`. by Roland Levillain · 5 years ago
  41. a8a17a4 Revert "Correctly quote -Xbootclasspath argument in run-test-jar" by Alex Light · 5 years ago
  42. 682715e Set system server package name to "android" when profiling by Calin Juravle · 5 years ago
  43. be08b20 Fix libnativeloader_test to work on 64 bit architectures. by Martin Stjernholm · 5 years ago
  44. 4829733 Avoid "using namespace" that's blocked by cpplint. by Martin Stjernholm · 5 years ago
  45. ad88cbe Handle profile annotation during profman-merge by Calin Juravle · 5 years ago
  46. 0f6bde0 Adjust profile version when the boot image profiling is switched on by Calin Juravle · 5 years ago
  47. 83aacb2 Print profile version when dumping the info by Calin Juravle · 5 years ago
  48. 0e82e0f Add more options for boot profile aggregation by Calin Juravle · 5 years ago
  49. cb809bb Correctly quote -Xbootclasspath argument in run-test-jar by Alex Light · 5 years ago
  50. 681692b ARM64: FP16.rint() intrinsic for ARMv8 by Usama Arif · 5 years ago
  51. 665aac4 ARM64: FP16.ceil() intrinsic for ARMv8 by Usama Arif · 5 years ago
  52. b9f02c2 ARM64: FP16.floor() intrinsic for ARMv8 by Usama Arif · 5 years ago
  53. f1b18fa Use explicit list of mirrored class when checking CanRedefine by Alex Light · 5 years ago
  54. 2462789 Ensure structural redefinition can shadow functions/fields by Alex Light · 5 years ago
  55. 28b6efe Don't visit invalid Dex-cache slots by Alex Light · 5 years ago
  56. 2764f61 MethodHandles: fix missing nominal type return value conversion by Orion Hodson · 5 years ago
  57. 1c5949e libicu_jni needs to be initialized before libopenjdk{d} by Victor Chang · 5 years ago
  58. 7a20cbd Revert^4 "Package dexpreopt artifacts for libcore jars in the ART apex." by Ulyana Trafimovich · 5 years ago
  59. 2022deb Blacklist tests that require getrandom. by Nicolas Geoffray · 5 years ago
  60. ef3baf6 Refactor script, add new options by David Sehr · 5 years ago
  61. 92eec3a Add boot image checksums to image header. by Vladimir Marko · 5 years ago
  62. 4f7c0cc Disable zygote-jit-deopt under gcstress while investigating timeouts. by Nicolas Geoffray · 5 years ago
  63. 64bac15 Restructure 580-fp16 tests into functions by Usama Arif · 5 years ago
  64. 62f62f3 Disable -Wthread-safety-negative by Colin Cross · 5 years ago
  65. 0d81f5b art: fix -Wc99-designator by Nick Desaulniers · 5 years ago
  66. d3d00c0 Refactor oat.h. by Vladimir Marko · 5 years ago
  67. 0f7c792 Revert^3 "Package dexpreopt artifacts for libcore jars in the ART apex." by Ulyana Trafimovich · 5 years ago
  68. 267366c Only allow access to @TestApi signatures in instrumented processes. by Artur Satayev · 5 years ago
  69. fa2b2d3 Revert^2 "Package dexpreopt artifacts for libcore jars in the ART apex." by Ulyana Trafimovich · 5 years ago
  70. 2191069 Revert^4 "Boot image extension." by Vladimir Marko · 5 years ago
  71. add69ac Revert^2 "Revoke CC's thread-local mark stack in ~Thread" by Lokesh Gidra · 5 years ago
  72. dd49278 Add size weighting to the script by David Sehr · 5 years ago
  73. f5c5eb3 Revert^3 "Boot image extension." by Vladimir Marko · 5 years ago
  74. acdb9a3 Plumb @TestApi enforcement policy to runtime. by Artur Satayev · 5 years ago
  75. 4c6d765 Make GetBytesAllocatedEver() monotonic by Hans Boehm · 5 years ago
  76. 93e5ae9 Revert "Revoke thread-local mark stack for CC in ~Thread" by Nicolas Geoffray · 5 years ago
  77. c7c711b Remove visibility exceptions for view_compiler by Orion Hodson · 5 years ago
  78. 129d61b Revoke thread-local mark stack for CC in ~Thread by Lokesh Gidra · 5 years ago
  79. 0d7232c libadbconnection_server: remove dynamic dependencies. by Josh Gao · 5 years ago
  80. 77e6187 Include libadbconnection_server in the art apex. by Josh Gao · 5 years ago
  81. 3314457 Remove unused MethodInspectionCallback declaration by Mathieu Chartier · 5 years ago
  82. 215cf3f Remove deprecated ART apex hooks. by Ulya Trafimovich · 5 years ago
  83. beb66b3 Fix boot image extension relocation. by Vladimir Marko · 5 years ago
  84. a48f0bb Add class name to all graph traces by David Sehr · 5 years ago
  85. ccc7519 Avoid making oat files executable for system server profiling by Mathieu Chartier · 5 years ago
  86. 5fd05e5 Include interfaces in IterateOverInstancesOfClass by Alex Light · 5 years ago
  87. 7c64e7f Change agent text encoding by David Sehr · 5 years ago
  88. 57fbf3e Update 1948-obsolete-const-method-handle for Java 11 toolchain by Orion Hodson · 5 years ago
  89. 02820f4 Revert^2 "Boot image extension." by Vladimir Marko · 5 years ago
  90. 962a110 Restructure the contents of art/test/Android.bp. by Roland Levillain · 5 years ago
  91. 831f20f Don't use F_SEAL_FUTURE_WRITE for boot image methods. by Nicolas Geoffray · 5 years ago
  92. 382df39 Add consistency CHECKs around ArtMethod fields. by Nicolas Geoffray · 5 years ago
  93. 9f459c4 Revert "Boot image extension." by Colin Cross · 5 years ago
  94. 9e709de Add max stack depth to agent by David Sehr · 5 years ago
  95. ad6f4ce Disable loading boot image extensions for tests. by Vladimir Marko · 5 years ago
  96. 4f6ebe8 Boot image extension. by Vladimir Marko · 6 years ago
  97. 3155aa4 Add DCHECK that Allocation PreFenceVisitors do not suspend by Alex Light · 5 years ago
  98. 014c16c Revert "Enable JIT dual data mapping." by David Srbecky · 5 years ago
  99. 201ffea Add tests for GreylistMaxQ. by Artur Satayev · 5 years ago
  100. 7d48dcd ARM64: Move from FPRegister to VRegister based API by Evgeny Astigeevich · 5 years ago