1. a2bba95 Partial loop unrolling during auto-vectorization for x86_64 architectures. by Neeraj Solanki · 5 years ago
  2. a4dc19e Refactor Javac.java into a new shared library. am: a6d7f50d36 by Mathew Inwood · 5 years ago
  3. 50b134b Revert "Add spin loop to mutex, overhaul monitor" am: d56f7d1086 by Hans Boehm · 5 years ago
  4. 8017ad4 Revert "Temporary hack: Also print extra backtraces on test timeouts on host." by Orion Hodson · 5 years ago
  5. 81ea502 dex2oat: add --cpu-set command-line option am: ffc791c748 by Orion Hodson · 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. 0ce0816 Revert^3 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  12. 2f8c1ac Revert^3 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  13. 916ee84 Revert "Fix CompilerDriver's handling of boot image extension." am: 96d8585ebb by Roland Levillain · 5 years ago
  14. 96d8585 Revert "Fix CompilerDriver's handling of boot image extension." by Roland Levillain · 5 years ago
  15. cb86980 Revert^2 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  16. 8ba9738 Revert^2 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  17. c680fb9 Add spin loop to mutex, overhaul monitor am: 0d508a0110 by Hans Boehm · 5 years ago
  18. 2a74914 Temporary hack: Also print extra backtraces on test timeouts on host. by Roland Levillain · 5 years ago
  19. 0d508a0 Add spin loop to mutex, overhaul monitor by Hans Boehm · 6 years ago
  20. 1eab167 run-libcore-tests.sh: check for tty am: fcd5a282ce by Orion Hodson · 5 years ago
  21. 25d536e Temporary hack: Also print extra backtraces on test timeouts on host. by Roland Levillain · 5 years ago
  22. fcd5a28 run-libcore-tests.sh: check for tty by Orion Hodson · 5 years ago
  23. 6a97f90 Bump profile version am: 63786f6b20 by Calin Juravle · 5 years ago
  24. 63786f6 Bump profile version by Calin Juravle · 5 years ago
  25. 7c3110b Fix CompilerDriver's handling of boot image extension. am: 96491e9db2 by Vladimir Marko · 5 years ago
  26. 96491e9 Fix CompilerDriver's handling of boot image extension. by Vladimir Marko · 5 years ago
  27. 1d2c13a Revert "Initial support for adding virtuals with structural redefinition" by Nicolas Geoffray · 5 years ago
  28. d0e354e Revert "Initial support for adding virtuals with structural redefinition" by Nicolas Geoffray · 5 years ago
  29. ae5fe28 Improve profile merging error logging am: c0200a984c by Calin Juravle · 5 years ago
  30. c0200a9 Improve profile merging error logging by Calin Juravle · 5 years ago
  31. 2ccd438 Initial support for adding virtuals with structural redefinition am: 283bb322de by Alex Light · 5 years ago
  32. 283bb32 Initial support for adding virtuals with structural redefinition by Alex Light · 5 years ago
  33. 5d83f27 Use packed fields for HeapGraph. am: 2c5dfe16ab by Florian Mayer · 5 years ago
  34. 2c5dfe1 Use packed fields for HeapGraph. by Florian Mayer · 5 years ago
  35. 38bff86 Implement STL iterators on ObjectArray and add helpers am: a9bbc08daa by Alex Light · 5 years ago
  36. a9bbc08 Implement STL iterators on ObjectArray and add helpers by Alex Light · 5 years ago
  37. af51dcb Fix pruning invoke environment for StringBuilder append pattern. am: 56f1332113 by Vladimir Marko · 5 years ago
  38. e80f9c2 Reduce boot profile data usage am: 3e20d0a774 by Calin Juravle · 5 years ago
  39. 2fcb51c Increase the maximum allowed dex files for boot image profiles am: 8cdcd4fab6 by Calin Juravle · 5 years ago
  40. 56f1332 Fix pruning invoke environment for StringBuilder append pattern. by Vladimir Marko · 5 years ago
  41. 3e20d0a Reduce boot profile data usage by Calin Juravle · 5 years ago
  42. 8cdcd4f Increase the maximum allowed dex files for boot image profiles by Calin Juravle · 5 years ago
  43. 6c53224 Add missing bug number to TODO in `build/apex/art_apex_test.py`. am: 4813618470 by Roland Levillain · 5 years ago
  44. 4813618 Add missing bug number to TODO in `build/apex/art_apex_test.py`. by Roland Levillain · 5 years ago
  45. 6e79033 Load classes for boot image extension. am: 889b72d80e by Vladimir Marko · 5 years ago
  46. 889b72d Load classes for boot image extension. by Vladimir Marko · 5 years ago
  47. 396b925 Migrate to apex_manifest.pb am: afaa457b6f by Jooyung Han · 5 years ago
  48. afaa457 Migrate to apex_manifest.pb by Jooyung Han · 5 years ago
  49. e9a9078 Add mark-stack related assertions in marking phase am: 1592cfc31c by Lokesh Gidra · 5 years ago
  50. 1592cfc Add mark-stack related assertions in marking phase by Lokesh Gidra · 5 years ago
  51. e009802 Fix image checksum verification. am: d830263af8 by Vladimir Marko · 5 years ago
  52. d830263 Fix image checksum verification. by Vladimir Marko · 5 years ago
  53. cfed2525 ARM64: Move from FPRegister to VRegister based API (continued). am: 52f8e5c2d3 by Roland Levillain · 5 years ago
  54. 52f8e5c ARM64: Move from FPRegister to VRegister based API (continued). by Roland Levillain · 5 years ago
  55. 88538f3 Add ForkJoinPool* threads to 911 Ignored regex am: 2221bafe9a by Alex Light · 5 years ago
  56. 2221baf Add ForkJoinPool* threads to 911 Ignored regex by Alex Light · 5 years ago
  57. 7d2bd0f Revert^2 "Correctly quote -Xbootclasspath argument in run-test-jar" by Alex Light · 5 years ago
  58. b801210 Revert^2 "Correctly quote -Xbootclasspath argument in run-test-jar" by Alex Light · 5 years ago
  59. 97ff45a Use a different name for shared classloader namespace, to help debugging. by Martin Stjernholm · 5 years ago
  60. 94fd9ea Use a different name for shared classloader namespace, to help debugging. by Martin Stjernholm · 5 years ago
  61. fc7eb4b Check stored references in transactional interpreter. am: 149cddaa22 by Vladimir Marko · 5 years ago
  62. efe4626 Better handle the Host APEX case in `build/apex/art_apex_test.py`. by Roland Levillain · 5 years ago
  63. 12bb439 art: extend the supported cpu_variant list for arm64 am: af9ab6de38 by Chuwei Xu · 5 years ago
  64. 149cdda Check stored references in transactional interpreter. by Vladimir Marko · 5 years ago
  65. fdbe207 Better handle the Host APEX case in `build/apex/art_apex_test.py`. by Roland Levillain · 5 years ago
  66. af9ab6d art: extend the supported cpu_variant list for arm64 by Chuwei Xu · 5 years ago
  67. cb7ae02 Update 913-heaps expectation for change in D8 register assignments. by Ian Zerny · 5 years ago
  68. 688ff64 Update 913-heaps expectation for change in D8 register assignments. by Ian Zerny · 5 years ago
  69. 453c075 Update expectations around APEX manifests in `art_apex_test.py`. am: df66de0b5e by Roland Levillain · 5 years ago
  70. df66de0 Update expectations around APEX manifests in `art_apex_test.py`. by Roland Levillain · 5 years ago
  71. 69bd9e0 Revert "Correctly quote -Xbootclasspath argument in run-test-jar" am: a8a17a4b92 by Alex Light · 5 years ago
  72. 00f0ff0 Set system server package name to "android" when profiling am: 682715ee14 by Calin Juravle · 5 years ago
  73. a8a17a4 Revert "Correctly quote -Xbootclasspath argument in run-test-jar" by Alex Light · 5 years ago
  74. 682715e Set system server package name to "android" when profiling by Calin Juravle · 5 years ago
  75. 02bd4b8 Fix libnativeloader_test to work on 64 bit architectures. am: be08b201e2 by Martin Stjernholm · 5 years ago
  76. c136d6d Avoid "using namespace" that's blocked by cpplint. am: 48297337eb by Martin Stjernholm · 5 years ago
  77. 6543508 Handle profile annotation during profman-merge am: ad88cbe5ac by Calin Juravle · 5 years ago
  78. 713814c Adjust profile version when the boot image profiling is switched on by Calin Juravle · 5 years ago
  79. 941875a Print profile version when dumping the info am: 83aacb23d8 by Calin Juravle · 5 years ago
  80. fe51f76 Add more options for boot profile aggregation am: 0e82e0f089 by Calin Juravle · 5 years ago
  81. be08b20 Fix libnativeloader_test to work on 64 bit architectures. by Martin Stjernholm · 5 years ago
  82. 4829733 Avoid "using namespace" that's blocked by cpplint. by Martin Stjernholm · 5 years ago
  83. ad88cbe Handle profile annotation during profman-merge by Calin Juravle · 5 years ago
  84. 0f6bde0 Adjust profile version when the boot image profiling is switched on by Calin Juravle · 5 years ago
  85. 83aacb2 Print profile version when dumping the info by Calin Juravle · 5 years ago
  86. 0e82e0f Add more options for boot profile aggregation by Calin Juravle · 5 years ago
  87. d929be8 Correctly quote -Xbootclasspath argument in run-test-jar am: cb809bb89e by Alex Light · 5 years ago
  88. cb809bb Correctly quote -Xbootclasspath argument in run-test-jar by Alex Light · 5 years ago
  89. 349adf8 ARM64: FP16.rint() intrinsic for ARMv8 am: 681692b629 by Usama Arif · 5 years ago
  90. 0d7c7e8 ARM64: FP16.ceil() intrinsic for ARMv8 am: 665aac4678 by Usama Arif · 5 years ago
  91. 9d32b63 ARM64: FP16.floor() intrinsic for ARMv8 am: b9f02c2f86 by Usama Arif · 5 years ago
  92. 681692b ARM64: FP16.rint() intrinsic for ARMv8 by Usama Arif · 5 years ago
  93. 665aac4 ARM64: FP16.ceil() intrinsic for ARMv8 by Usama Arif · 5 years ago
  94. b9f02c2 ARM64: FP16.floor() intrinsic for ARMv8 by Usama Arif · 5 years ago
  95. 1198797 Use explicit list of mirrored class when checking CanRedefine am: f1b18facd1 by Alex Light · 5 years ago
  96. f1b18fa Use explicit list of mirrored class when checking CanRedefine by Alex Light · 5 years ago
  97. 49bb9b1 Ensure structural redefinition can shadow functions/fields am: 2462789806 by Alex Light · 5 years ago
  98. 3657782 Don't visit invalid Dex-cache slots am: 28b6efed2c by Alex Light · 5 years ago
  99. 7dd58a6 MethodHandles: fix missing nominal type return value conversion am: 2764f61586 by Orion Hodson · 5 years ago
  100. 1b8aa1e libicu_jni needs to be initialized before libopenjdk{d} am: 1c5949ee99 by Victor Chang · 5 years ago