1. f4bf58d Merge "Try to mmap vdex file within the address range of the ELF file." by David Srbecky · 8 years ago
  2. d6b7e8c Merge "Fix calculation of non-free region count." by Lokesh Gidra · 8 years ago
  3. b4f1541 Fix calculation of non-free region count. by Lokesh Gidra · 8 years ago
  4. ea443af Merge "Add missing skips for --redefine-stress" by Treehugger Robot · 8 years ago
  5. 1530591 Merge "Do not abort if we fail to allocate a thread-peer on shutdown" by Alex Light · 8 years ago
  6. 2567a12 Merge "Allow map name to be empty in DumpNativeStack." by Christopher Ferris · 8 years ago
  7. 8e47493 Merge "ARM: Replace arm::SetCc with vixl32::FlagsUpdate." by Treehugger Robot · 8 years ago
  8. 5f4a1a0 Merge "Convert to StandardDex in fixup_dex_dex_file" by Mathieu Chartier · 8 years ago
  9. 21cf258 Convert to StandardDex in fixup_dex_dex_file by Mathieu Chartier · 8 years ago
  10. 420d589 Merge "Remove Jack support from ART scripts" by Neil Fuller · 8 years ago
  11. 1191608 Merge "Force JIT on reduction with many variables." by Treehugger Robot · 8 years ago
  12. 5015148 Add missing skips for --redefine-stress by Alex Light · 8 years ago
  13. 680e88b Merge "Re-enable disabled dex2oat tests for compact dex." by Mathieu Chartier · 8 years ago
  14. e44ee0c Do not abort if we fail to allocate a thread-peer on shutdown by Alex Light · 8 years ago
  15. 0212910 Re-enable disabled dex2oat tests for compact dex. by Mathieu Chartier · 8 years ago
  16. ee74149 Force JIT on reduction with many variables. by Aart Bik · 8 years ago
  17. 812d4d4 Merge "Clean up CodeItemAccessors and Compact/StandardDexFile" by Mathieu Chartier · 8 years ago
  18. 8bd7d1b Allow map name to be empty in DumpNativeStack. by Christopher Ferris · 8 years ago
  19. 239bdf6 Remove Jack support from ART scripts by Neil Fuller · 8 years ago
  20. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 8 years ago
  21. 4b9a11f Merge "Switch to using d8 in ART" by Neil Fuller · 8 years ago
  22. f0a6a1d ARM: Replace arm::SetCc with vixl32::FlagsUpdate. by Vladimir Marko · 8 years ago
  23. 30f54cc Merge "ARM: Fix breaking changes from recent VIXL update." by Roland Levillain · 8 years ago
  24. 4cb6347 Merge "ART: Take classloader into account for AttachAgent" by Treehugger Robot · 8 years ago
  25. 118c59c Merge "ART: Verifier support for VarHandles" by Orion Hodson · 8 years ago
  26. 71a7b36 Merge "ART: Additional Atomic methods" by Orion Hodson · 8 years ago
  27. bf84c1b Merge "Create dex subdirectory" by Treehugger Robot · 8 years ago
  28. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  29. 7b38e69 ART: Take classloader into account for AttachAgent by Andreas Gampe · 8 years ago
  30. b496af8 Merge "ART: Clean up library loading" by Treehugger Robot · 8 years ago
  31. daa27bc Merge "Remove DexFile direct accesses to CodeItem" by Mathieu Chartier · 8 years ago
  32. 70a58af Merge "Change ClassStatus to fit into 4 bits." by Treehugger Robot · 8 years ago
  33. 9382c0d Merge "Print peak regions allocated metric at GC perf dump" by Lokesh Gidra · 8 years ago
  34. c546ec9 Switch to using d8 in ART by Neil Fuller · 8 years ago
  35. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 8 years ago
  36. 183d794 Merge "Explicitly document functions generated with macro ART_GET_FIELD_FROM_CODE." by Roland Levillain · 8 years ago
  37. fe92d12 ART: Verifier support for VarHandles by Orion Hodson · 8 years ago
  38. 4131d10 ART: Additional Atomic methods by Orion Hodson · 8 years ago
  39. bd01843 Merge changes Ibaed6a7e,I1c89537c by Treehugger Robot · 8 years ago
  40. 4d77daf Correct behavior of thread suspension around Raw monitors by Alex Light · 8 years ago
  41. b6f3464 Ensure shutdown thread has a java peer. by Alex Light · 8 years ago
  42. 2f1ca4c Merge "Remove skips for VariableTableTest & VariableTableWithGenericTest" by Treehugger Robot · 8 years ago
  43. 6238c83 Remove DexFile direct accesses to CodeItem by Mathieu Chartier · 8 years ago
  44. a821bb1 Merge "Make D8 Desugaring default." by Alan Leung · 8 years ago
  45. a61e97f Merge "Remove CodeItem accessor functions" by Mathieu Chartier · 8 years ago
  46. ec2cdf4 Try to mmap vdex file within the address range of the ELF file. by David Srbecky · 8 years ago
  47. 6cd0005 Merge "Don't use ANDROID_BUILD_TOP in common_test.mk" by Treehugger Robot · 8 years ago
  48. a0fd30d Merge "Ignore OOMEs in ThreadStress' QueuedWait operation." by Roland Levillain · 8 years ago
  49. dfee52f Don't use ANDROID_BUILD_TOP in common_test.mk by Alex Light · 8 years ago
  50. 809f5b1 Explicitly document functions generated with macro ART_GET_FIELD_FROM_CODE. by Roland Levillain · 8 years ago
  51. a81a374 Ignore OOMEs in ThreadStress' QueuedWait operation. by Roland Levillain · 8 years ago
  52. 4abc001 Merge "MIPS: InstructionCodeGeneratorMIPS*::DivRemByPowerOfTwo()" by Treehugger Robot · 8 years ago
  53. 3165bb0 Merge "ART: Rename Atomic::CompareExchange methods" by Treehugger Robot · 8 years ago
  54. 473191c ART: Clean up library loading by Andreas Gampe · 8 years ago
  55. 50173eb Make D8 Desugaring default. by Alan Leung · 8 years ago
  56. d5f4bae Remove skips for VariableTableTest & VariableTableWithGenericTest by Alex Light · 8 years ago
  57. a3e5095 Merge changes I69b3b6f2,I294dbd43 by Treehugger Robot · 8 years ago
  58. a556e6b MIPS: InstructionCodeGeneratorMIPS*::DivRemByPowerOfTwo() by Lena Djokic · 8 years ago
  59. b0ddceb Merge changes Idd405a2c,I7052da55 by Vladimir Marko · 8 years ago
  60. 38b8b25 ART: Faster type check bitstring initialization. by Vladimir Marko · 8 years ago
  61. ca420e4 Replace TypeStaticIf<> with std::conditional<> (C++11). by Vladimir Marko · 8 years ago
  62. 00359cd Merge "ARM: Remove a deprecated IT block in the read barrier code" by Treehugger Robot · 8 years ago
  63. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 8 years ago
  64. 73f21d4 Remove CodeItem accessor functions by Mathieu Chartier · 8 years ago
  65. 2a5d728 ART: Emit runtime read barrier checks only in slow-debug by Andreas Gampe · 8 years ago
  66. e8f74ca ART: Ensure slow-debug mode in dex2oatd testing by Andreas Gampe · 8 years ago
  67. 90f2097 Merge "Fix Concurrency issues in test 1941" by Treehugger Robot · 8 years ago
  68. d096b3a Merge "ART: Refactor VMStack code" by Treehugger Robot · 8 years ago
  69. e8f53e6 Merge "Fix default method verifier check for compact dex" by Treehugger Robot · 8 years ago
  70. 39a5c9a Merge "ART: Refactor Agent into Agent and AgentSpec" by Treehugger Robot · 8 years ago
  71. f6e3147 Fix default method verifier check for compact dex by Mathieu Chartier · 8 years ago
  72. 4ae4e7e Fix Concurrency issues in test 1941 by Alex Light · 8 years ago
  73. aadcbc6 ART: Refactor Agent into Agent and AgentSpec by Andreas Gampe · 8 years ago
  74. ce49825 Merge "Fix potential out of bounds access in 151-OpenFileLimit test." by Richard Uhler · 8 years ago
  75. 10d9d49 Merge "ART: Add test for ArrayElementVarHandle offsets." by Treehugger Robot · 8 years ago
  76. c23eb77 Merge "Revert "Rename ANDROID_PRODUCT_OUT -> PRODUCT_OUT."" by Nicolas Geoffray · 8 years ago
  77. 93d6846 Revert "Rename ANDROID_PRODUCT_OUT -> PRODUCT_OUT." by Nicolas Geoffray · 8 years ago
  78. ffad668 ART: Add test for ArrayElementVarHandle offsets. by Orion Hodson · 8 years ago
  79. 1e01815 Fix potential out of bounds access in 151-OpenFileLimit test. by Richard Uhler · 8 years ago
  80. ee82120 Merge "Rename ANDROID_PRODUCT_OUT -> PRODUCT_OUT." by Nicolas Geoffray · 8 years ago
  81. bf7fbc2 Rename ANDROID_PRODUCT_OUT -> PRODUCT_OUT. by Nicolas Geoffray · 8 years ago
  82. a13628e Merge "Use PRODUCT_OUT instead of ANDROID_PRODUCT_OUT" by Treehugger Robot · 8 years ago
  83. a022d8b Use PRODUCT_OUT instead of ANDROID_PRODUCT_OUT by Goran Jakovljevic · 8 years ago
  84. 66c0488 Merge "Use code item accessors in dex file verifier" by Mathieu Chartier · 8 years ago
  85. fe0daae Use code item accessors in dex file verifier by Mathieu Chartier · 8 years ago
  86. fbd5b0e Merge "Move dex exception helpers to their own file and use dex accessor" by Mathieu Chartier · 8 years ago
  87. 6362e23 ART: Refactor VMStack code by Andreas Gampe · 8 years ago
  88. ebe55a8 Merge "ART: Mark Dbg GCs as debugger" by Treehugger Robot · 8 years ago
  89. dc578c7 Move dex exception helpers to their own file and use dex accessor by Mathieu Chartier · 8 years ago
  90. 94c589d ART: Mark Dbg GCs as debugger by Andreas Gampe · 8 years ago
  91. b2e6090 Merge changes I4f6de0af,Id6805e03 by Treehugger Robot · 8 years ago
  92. 21f9cb8 ART: Disable watchdog test for non-CC by Andreas Gampe · 8 years ago
  93. 0f54b0d Revert "ART: Add barrier to dex2oat watchdog startup" by Andreas Gampe · 8 years ago
  94. 1d32a16 Merge "Extensions to check JNI." by Treehugger Robot · 8 years ago
  95. 9ad08a3 Merge "Make CodeItem fields private" by Mathieu Chartier · 8 years ago
  96. 55256cb Extensions to check JNI. by Ian Rogers · 8 years ago
  97. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  98. 64bae9f Merge "ART: Rename cloner_test." by Treehugger Robot · 8 years ago
  99. dfd110e Merge "ART: Add barrier to dex2oat watchdog startup" by Treehugger Robot · 8 years ago
  100. 5e399b8 ART: Rename cloner_test. by Artem Serov · 8 years ago