1. 68e5db5 Convert libdexfile_support_static to *_static_defaults modules. by Martin Stjernholm · 6 years ago
  2. b256869 JNI: Do not inhibit GC in GetStringCritical for compressed string. by Vladimir Marko · 6 years ago
  3. 423aefc Add ART gtests to the Mainline Test Suite (MTS). by Roland Levillain · 6 years ago
  4. 4075edd Allow to exclude objects from heap graph. by Florian Mayer · 6 years ago
  5. a3bd4ec Introduce Long.divideUnsigned() intrinsic on ARM64. by Artem Serov · 6 years ago
  6. b0f405e Move the resolved_method_reference to HInvoke. by Nicolas Geoffray · 6 years ago
  7. 5ba6699 Refactor Escape-analysis to use visitors by Alex Light · 6 years ago
  8. 6076b69 Add ability to override gtest LOG_TAGS by Alex Light · 6 years ago
  9. a48f6f1 Replace inlined string allocations to loop in 096-array-copy-concurrent by Lokesh Gidra · 6 years ago
  10. d9a7d0a Revert "Move ART run-tests to the `presubmit` test group in `TEST_MAPPING`." by Roland Levillain · 6 years ago
  11. 370948e X86: Implement VarHandle.compareAndExchange by Andra Danciu · 6 years ago
  12. c616530 Add missing libz4.so for Golem builds. by Martin Stjernholm · 6 years ago
  13. 8942b3a Integer.divideUnsigned() intrinsic on ARM64. by Vladimir Marko · 6 years ago
  14. 0571d47 LSE: Better elimination of array stores. by Vladimir Marko · 6 years ago
  15. 5437e6f Add tests for accessing referrer's class. by Vladimir Marko · 6 years ago
  16. 59a122a Rename some classes in test 727. by Vladimir Marko · 6 years ago
  17. 25b9c7d Don't store copied methods in BSS. by Nicolas Geoffray · 6 years ago
  18. 6d69b52 Move MethodLoadKind out of HInvokeStaticOrDirect. by Nicolas Geoffray · 6 years ago
  19. e407d97 Reattach some comments to what they apply to. by Martin Stjernholm · 6 years ago
  20. e1d2dce Add support for compact dex files in nterp. by Nicolas Geoffray · 6 years ago
  21. 9dfb1a9 X86: Implement VarHandle.getAndSet, getAndSetAcquire, getAndSetRelease by Andra Danciu · 6 years ago
  22. c372314 Fix missing globals_unix.cc on device. by Martin Stjernholm · 6 years ago
  23. 331c8e3 Fix expected results for clang-r399163 update. by Stephen Hines · 6 years ago
  24. 49cde24 X86: Add VarHandle.getAndAddAcquire and getAndAddRelease by Andra Danciu · 6 years ago
  25. d0f71f2 X86: Add the other get VarHandles (getVolatile, getAcquire, getOpaque) by Andra Danciu · 6 years ago
  26. fdb81da Dedupe some code in hiddenapi.cc by Anton Hansson · 6 years ago
  27. 6edcc08 X86: Implement VarHandle.getAndBitwise<Operation> intrinsics by Andra Danciu · 6 years ago
  28. 71b26b2 X86: Ensure atomicity for VarHandle.setRelease and setOpaque by Andra Danciu · 6 years ago
  29. 2eb1f83 Link liblz4 and liblzma dynamically again. by Martin Stjernholm · 6 years ago
  30. 3c7bd3c Fix issue where moving BitVector could cause free(nullptr) by Alex Light · 6 years ago
  31. 46c2a23 Don't assume allocators clear memory by Alex Light · 6 years ago
  32. b76cb89 Fix incorrect inheritance declaration in IndexIterator by Alex Light · 6 years ago
  33. 25c3e48 Merge "Merge mainline-release 6664920 to master - DO NOT MERGE" by Bill Yi · 6 years ago
  34. d6ea38b Fix a clang-tidy warning in VisitVarHandleGetAndAdd() by Orion Hodson · 6 years ago
  35. c679fe3 ARM: Optimize div/rem when dividend is compared with a non-negative by Evgeny Astigeevich · 6 years ago
  36. 952c090 Don't print the whole input file in case of Checker failure by Daniil Riazanovskiy · 6 years ago
  37. 74850a8 Remove redundant libandroidicu.so from manifest.json by Victor Chang · 6 years ago
  38. 8b8d93d Use kTieredHotnessMask in arm32 and x86 baseline backends. by Nicolas Geoffray · 6 years ago
  39. eb2c9dd X86: Implement VarHandle.getAndAdd intrinsic by Andra Danciu · 6 years ago
  40. 533afa0 Merge mainline-release 6664920 to master - DO NOT MERGE by Bill Yi · 6 years ago
  41. f61e061 Add test module for running gtests in chroot. by David Srbecky · 6 years ago
  42. 1d4f009 Call dex2oat and runtime hooks when creating / loading oat/dex files. by Nicolas Geoffray · 6 years ago
  43. fb9b09d Downgrade "multiple public alternatives" to a warning. by Mathew Inwood · 6 years ago
  44. 455e5c2 Move ART run-tests to the `presubmit` test group in `TEST_MAPPING`. by Roland Levillain · 6 years ago
  45. cde9819 X86: Add the other set VarHandles (setVolatile, setRelease, setOpaque) by Andra Danciu · 6 years ago
  46. 9dec90a Fix LSE-array overlap issue by Alex Light · 6 years ago
  47. 77cba3c Add andw for memory to x86 assembler. by Nicolas Geoffray · 6 years ago
  48. 52d2c0c X86: Add the other variants of VarHandle.compareAndSet by Andra Danciu · 6 years ago
  49. afad9f9 X86: Optimize GenCAS by Andra Danciu · 6 years ago
  50. 07927bf Remove dangling symlinks to clang-format config. by Martin Stjernholm · 6 years ago
  51. c992e42 X86: Clarify HandleFieldSet constant volatile Float64 case by Andra Danciu · 6 years ago
  52. ff6d5fa X86: Fix GenCAS DCHECK(kUseBakerReadBarrier) misplacement by Andra Danciu · 6 years ago
  53. 2fe9dbd Move ART gtests to the `presubmit` test group in `TEST_MAPPING`. by Roland Levillain · 6 years ago
  54. f1308e4 Drop compile_bcp.sh from the files checked for host apex by Orion Hodson · 6 years ago
  55. 5565029 Improve logging for missed fields by Mathieu Chartier · 6 years ago
  56. e82dee0 Adjust `regen-test-files` to match the current `TEST_MAPPING` output. by Roland Levillain · 6 years ago
  57. 6a99ae6 Switch-interpreter: Inline several trivial methods. by David Srbecky · 6 years ago
  58. 00381bf Add ART run-tests to the Mainline Test Suite (MTS). by Roland Levillain · 6 years ago
  59. 8d8380a X86: Refactor UnsafeCAS and VarHandle.compareAndSet intrinsics. by Andra Danciu · 6 years ago
  60. 3d9c0d9 Prevent IndirectReferenceTable from being outside of kPageAlignment by Alex Light · 6 years ago
  61. a7248f1 Remove root target preparer from ART run-tests configuration template. by Roland Levillain · 6 years ago
  62. 009568f X86: Add tests for cmpxchgw and cmpxchgb by Andra Danciu · 6 years ago
  63. 19a73a2 Fix clang-tidy error. by Vladimir Marko · 6 years ago
  64. ea2dfb9 Refresh test data with `method_idx` additional data. by Stephen Hines · 6 years ago
  65. e00e7d2 arm64: Fix VarHandle intrinsics for heap poisoning. by Vladimir Marko · 6 years ago
  66. 1fef877 Handle more cases of super calls in the compiler. by Nicolas Geoffray · 6 years ago
  67. a41ea27 arm64: VarHandle.get/set intrinsic for fields. by Vladimir Marko · 6 years ago
  68. 1e2d567 Add a new public library libicu.so by Victor Chang · 6 years ago
  69. 56e92ec Mark ART linker config as not installable by Kiyoung Kim · 6 years ago
  70. 630e447 Add a tool for transforming method names to descriptors by Alex Light · 6 years ago
  71. 227b23b Merge "Merge Android R" by Xin Li · 6 years ago
  72. 8127462 X86: Add test for movw by Andra Danciu · 6 years ago
  73. b0bf9e2 Fix test to search for a populated StackMap. by Nicolas Geoffray · 6 years ago
  74. 5e13d45 X86: Implement VarHandle.compareAndSet() for fields. by Andra Danciu · 6 years ago
  75. 8376a65 Add one test for VarHandle.compareAndSet(). by Vladimir Marko · 6 years ago
  76. 402a2e5 Merge Android R by Xin Li · 6 years ago
  77. fd10978 Flip builders to use builder_group property instead of mastername. am: 1f5a6d8ad0 by Garrett Beaty · 6 years ago
  78. 1f5a6d8 Flip builders to use builder_group property instead of mastername. by Garrett Beaty · 6 years ago
  79. cd25500 Avoid potential null dereference am: 306188923b by Greg Kaiser · 6 years ago
  80. 3061889 Avoid potential null dereference by Greg Kaiser · 6 years ago
  81. cea3bc2 Switch-interpreter: Small refactoring. am: 12891f9756 by David Srbecky · 6 years ago
  82. 6d989b4 Rename the expected-output text file in built TradeFed ART run-tests. am: 6b0b2e711f by Roland Levillain · 6 years ago
  83. 9238a14 Switch-interpreter: Rename fields to match ART conventions. am: 6f0c8b976a by David Srbecky · 6 years ago
  84. 12891f9 Switch-interpreter: Small refactoring. by David Srbecky · 6 years ago
  85. 6b0b2e7 Rename the expected-output text file in built TradeFed ART run-tests. by Roland Levillain · 6 years ago
  86. 6f0c8b9 Switch-interpreter: Rename fields to match ART conventions. by David Srbecky · 6 years ago
  87. 380d3bb clean up statsd public libraries am: 1263402b99 by Jooyung Han · 6 years ago
  88. 61a42e4 libnativeloader: clean-up hard-coded public libs am: cd616d0fa2 by Jooyung Han · 6 years ago
  89. 1263402 clean up statsd public libraries by Jooyung Han · 6 years ago
  90. cd616d0 libnativeloader: clean-up hard-coded public libs by Jooyung Han · 6 years ago
  91. 2e69f92 Add a test-art-host-gtest-dependencies target am: d78be00e7b by Alex Light · 6 years ago
  92. d78be00 Add a test-art-host-gtest-dependencies target by Alex Light · 6 years ago
  93. cf3fb35 Pass a full MethodReference of the invoke in HInvoke nodes. am: e6c0f2a75b by Nicolas Geoffray · 6 years ago
  94. e6c0f2a Pass a full MethodReference of the invoke in HInvoke nodes. by Nicolas Geoffray · 6 years ago
  95. adfdfaf X86: Fix bug in GenerateVarHandleAccessModeCheck am: 63c0c2d9da by Andra Danciu · 6 years ago
  96. 63c0c2d X86: Fix bug in GenerateVarHandleAccessModeCheck by Andra Danciu · 6 years ago
  97. 550c65d Add extra linker configuration in APEX module am: 5c2914dd61 by Kiyoung Kim · 6 years ago
  98. 5c2914d Add extra linker configuration in APEX module by Kiyoung Kim · 6 years ago
  99. e3b9589 Create apex/apex-info-list.xml for linkerconfig to read. am: 7914e8946f by Martin Stjernholm · 6 years ago
  100. 7914e89 Create apex/apex-info-list.xml for linkerconfig to read. by Martin Stjernholm · 6 years ago