1. 6e26c0b Merge "Emit bit manipulation instructions for x86 and x86_64" by Vladimir Marko · 7 years ago
  2. d4c1c08 Merge "Replace switch interpreter macros with C++ functions." by David Srbecky · 7 years ago
  3. 1ecd7a8 Merge "Revert "Link lzma and lz4 compression libs statically into libartbase and use that"" by Annie Meng · 7 years ago
  4. 9960cbc Revert "Link lzma and lz4 compression libs statically into libartbase and use that" by Annie Meng · 7 years ago
  5. a25b683 Merge "Link lzma and lz4 compression libs statically into libartbase and use that instead." by Martin Stjernholm · 7 years ago
  6. 47ad376 Replace switch interpreter macros with C++ functions. by David Srbecky · 7 years ago
  7. 82b67b2 Merge "Move profile compilation info to CompilerOptions." by Vladimir Marko · 7 years ago
  8. 1a2a5cd Move profile compilation info to CompilerOptions. by Vladimir Marko · 7 years ago
  9. dd121f6 Emit bit manipulation instructions for x86 and x86_64 by Shalini Salomi Bodapati · 7 years ago
  10. b1fcebe Merge "ART: Small compiler-driver cleanup" by Andreas Gampe · 7 years ago
  11. 67da5aa Merge "Add test where we test jit & redefinition suitable for CTS" by Treehugger Robot · 7 years ago
  12. b406680 Add test where we test jit & redefinition suitable for CTS by Alex Light · 7 years ago
  13. 4776987 ART: Small compiler-driver cleanup by Andreas Gampe · 7 years ago
  14. 4c1784b Merge changes I1ce1c9b6,Ifd2db5bf by Treehugger Robot · 7 years ago
  15. 7b1e9fe Merge "ART: Fix addr2line call" by Treehugger Robot · 7 years ago
  16. 21579be Link lzma and lz4 compression libs statically into libartbase and use that by Martin Stjernholm · 7 years ago
  17. bf98321 Merge "ART: Fix internal addr2line" by Treehugger Robot · 7 years ago
  18. 48f8a24 ART: Clean up timeout_dumper by Andreas Gampe · 7 years ago
  19. 5f04f7f ART: Refactor ptrace timeout code for timeout_dumper by Andreas Gampe · 7 years ago
  20. 24a993d Merge "Clean up oat key-value store." by Vladimir Marko · 7 years ago
  21. 56581d8 Clean up oat key-value store. by Vladimir Marko · 7 years ago
  22. 204d1a9 ART: Fix addr2line call by Andreas Gampe · 7 years ago
  23. fe59955 Merge "Fix JIT creation so it picks up runtime flags." by Orion Hodson · 7 years ago
  24. c2cab4b Merge "Refactor ClassLinker::FindPrimitiveClass()." by Vladimir Marko · 7 years ago
  25. 9186b18 Refactor ClassLinker::FindPrimitiveClass(). by Vladimir Marko · 7 years ago
  26. b70c999 Merge "Split interpreter_switch_impl into smaller functions." by David Srbecky · 7 years ago
  27. 2e8d655 Merge "Update 624-checker-stringops and 911-get-stack-trace." by Ian Zerny · 7 years ago
  28. a7edd0d Fix JIT creation so it picks up runtime flags. by Nicolas Geoffray · 7 years ago
  29. 15a678a ART: Fix internal addr2line by Andreas Gampe · 7 years ago
  30. c925fe6 Merge "Add timing split for updating app image class loaders" by Mathieu Chartier · 7 years ago
  31. 57a3e68 Merge "Enable building art and tests with linux_bionic" by Alex Light · 7 years ago
  32. 456b492 Add timing split for updating app image class loaders by Mathieu Chartier · 7 years ago
  33. 680cbf2 Enable building art and tests with linux_bionic by Alex Light · 7 years ago
  34. f0e00e5 Merge "Conditionally compile/link ARM & ARM64 disassemblers based on targeted archs." by Roland Levillain · 7 years ago
  35. e6db761 Merge "Conditionally include ARM disassemblers based on targeted archs." by Roland Levillain · 7 years ago
  36. 57e7dbf Merge "ARM64: Support interm. address for object arrays." by Vladimir Marko · 7 years ago
  37. 6da8247 Split interpreter_switch_impl into smaller functions. by David Srbecky · 7 years ago
  38. 5725e7c Conditionally compile/link ARM & ARM64 disassemblers based on targeted archs. by Roland Levillain · 7 years ago
  39. 5af106e Conditionally include ARM disassemblers based on targeted archs. by Roland Levillain · 7 years ago
  40. 4fc843c Merge "Revert "Notify waiters when releasing the monitor"" by Roland Levillain · 7 years ago
  41. 9cec965 Revert "Notify waiters when releasing the monitor" by Roland Levillain · 7 years ago
  42. 6b2b372 Merge "ART: Add CRC32.udate(int,int) intrinsic for ARM64" by Vladimir Marko · 7 years ago
  43. adcbf7f Merge "Print the address of the sentinel object for debugging purposes." by Roland Levillain · 7 years ago
  44. 0d95e6a Merge "Notify waiters when releasing the monitor" by Treehugger Robot · 7 years ago
  45. d37979d Merge "ART: Fix JIT initialization" by Treehugger Robot · 7 years ago
  46. 6941f48 ART: Fix JIT initialization by Andreas Gampe · 7 years ago
  47. 7995cf6 Merge "Revert^4 "Implement LockSupport.park with a futex"" by Treehugger Robot · 7 years ago
  48. 84c11c7 Merge "ART: Clean up dex2oat_test a bit" by Andreas Gampe · 7 years ago
  49. 660b4cb Merge "ART: Add dump-on-timeout helper" by Andreas Gampe · 7 years ago
  50. aa31f49 Revert^4 "Implement LockSupport.park with a futex" by Charles Munger · 7 years ago
  51. 0e15559 Print the address of the sentinel object for debugging purposes. by Roland Levillain · 7 years ago
  52. 50f9dc2 ART: Clean up dex2oat_test a bit by Andreas Gampe · 7 years ago
  53. ae5d77d Merge "Revert "Add LockSupport.park to 004-ThreadStress"" by Roland Levillain · 7 years ago
  54. a5bd61e ART: Add dump-on-timeout helper by Andreas Gampe · 7 years ago
  55. ce0b077 Revert "Add LockSupport.park to 004-ThreadStress" by Roland Levillain · 7 years ago
  56. a517554 Merge "ART: Throw on soft verify failure in InitializeClass()." by Vladimir Marko · 7 years ago
  57. 1ebb52c Notify waiters when releasing the monitor by Charles Munger · 7 years ago
  58. 23d3ed8 Merge "Smarter set intersection between app image and non boot image strings" by Mathieu Chartier · 7 years ago
  59. cd5d107 Merge "Change ResolveStartupConstStrings default to false" by Mathieu Chartier · 7 years ago
  60. de773af Merge "Add LockSupport.park to 004-ThreadStress" by Charles Munger · 7 years ago
  61. 8fc7558 Smarter set intersection between app image and non boot image strings by Mathieu Chartier · 7 years ago
  62. 91587ea Add LockSupport.park to 004-ThreadStress by Charles Munger · 7 years ago
  63. a53da8f Merge "Do not cache RequiresConstructorBarrier() results." by Vladimir Marko · 7 years ago
  64. 3643360 Change ResolveStartupConstStrings default to false by Mathieu Chartier · 7 years ago
  65. 81ac31d Merge "ART: Move GetStackOverflowReservedBytes" by Treehugger Robot · 7 years ago
  66. d79b37b ART: Throw on soft verify failure in InitializeClass(). by Vladimir Marko · 7 years ago
  67. fd35c68 Merge "Add support for shared libaries in class loader context." by Nicolas Geoffray · 7 years ago
  68. d77b67a Merge "ART: Clean up android_dlopen_ext() call." by Vladimir Marko · 7 years ago
  69. db72790 Merge changes Icec3de58,Ib4f9b4ea by Vladimir Marko · 7 years ago
  70. 63a2365 Merge "Remove VMRuntime.hasUsedHiddenApi()" by David Brazdil · 7 years ago
  71. cb58b07 ART: Add CRC32.udate(int,int) intrinsic for ARM64 by xueliang.zhong · 8 years ago
  72. ca3c63a Merge "Optimize string comparisons in Class::FindClassMethod." by David Srbecky · 7 years ago
  73. bf44f15 Update 624-checker-stringops and 911-get-stack-trace. by Jinseong Jeon · 7 years ago
  74. e2acc33 Merge "Track what intern tables are from boot images" by Mathieu Chartier · 7 years ago
  75. 8cc418e Track what intern tables are from boot images by Mathieu Chartier · 7 years ago
  76. 7481e27 Merge "Don't fail 050-sync-test due to thread timing" by Lokesh Gidra · 7 years ago
  77. 39d8c87 Optimize string comparisons in Class::FindClassMethod. by David Srbecky · 7 years ago
  78. a9b2f7b ART: Move GetStackOverflowReservedBytes by Andreas Gampe · 7 years ago
  79. 7f22624 Remove VMRuntime.hasUsedHiddenApi() by David Brazdil · 7 years ago
  80. f6cfd00 ART: Clean up android_dlopen_ext() call. by Vladimir Marko · 7 years ago
  81. c1c3452 Do not cache RequiresConstructorBarrier() results. by Vladimir Marko · 7 years ago
  82. 06af3b4 Add support for shared libaries in class loader context. by Nicolas Geoffray · 7 years ago
  83. 1e152a6 Merge "Revert "Revert^2 "Implement LockSupport.park with a futex""" by Nicolas Geoffray · 7 years ago
  84. d69c49a Merge "Hold intern table lock for AddImageStringsToTable" by Mathieu Chartier · 7 years ago
  85. 3b50620 ART: Cache resolved types in InstructionBuilder. by Vladimir Marko · 7 years ago
  86. a2c211c Add compiling class to the DexCompilationUnit. by Vladimir Marko · 7 years ago
  87. 13f4d96 Revert "Revert^2 "Implement LockSupport.park with a futex"" by Nicolas Geoffray · 7 years ago
  88. 0708fc0 Merge "Do not clobber reserved register X18" by Yi Kong · 7 years ago
  89. 0b59b54 Merge "Use _PRIVATE versions of futex ops." by Treehugger Robot · 7 years ago
  90. 61afd95 Merge "Revert^2 "Implement LockSupport.park with a futex"" by Treehugger Robot · 7 years ago
  91. 6338c5f Don't fail 050-sync-test due to thread timing by Lokesh Gidra · 7 years ago
  92. 5c89c57 Do not clobber reserved register X18 by Yi Kong · 7 years ago
  93. 41c0808 Hold intern table lock for AddImageStringsToTable by Mathieu Chartier · 7 years ago
  94. 7530bae Use _PRIVATE versions of futex ops. by Charles Munger · 7 years ago
  95. 4e7077d Revert^2 "Implement LockSupport.park with a futex" by Charles Munger · 7 years ago
  96. 97d40f9 Merge "Revert "Implement LockSupport.park with a futex"" by Filip Pavlis · 7 years ago
  97. 41271dd Merge "Clean up mem_map_test." by Vladimir Marko · 7 years ago
  98. 5e43d5f Merge "Fix and improve ClinitCheck elimination." by Vladimir Marko · 7 years ago
  99. 2947ba6 Merge "Requeue rather than wake when notifying." by Treehugger Robot · 7 years ago
  100. 41ae033 Merge "ART: add hook for framework to set SELinux context" by Orion Hodson · 7 years ago