1. 5677601 ART: Call ThreadGroup.add for attached threads by Andreas Gampe · 7 years ago
  2. 47ec7ad Merge "Add an option to stress only allocations in ThreadStress." by Roland Levillain · 7 years ago
  3. 7a32347 Add an option to stress only allocations in ThreadStress. by Roland Levillain · 7 years ago
  4. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  5. 1a824a5 Remove hiddenapi access flags in FixedUpDexFile by Alex Light · 7 years ago
  6. bac2a69 Merge "Update D8 reference file for 913-heaps" by Treehugger Robot · 7 years ago
  7. d15efdf Update D8 reference file for 913-heaps by Søren Gjesse · 7 years ago
  8. c1d3bac ART: Type conversion fixes for MethodHandles by Orion Hodson · 7 years ago
  9. 8006cf1 Merge "Fix default cdex level to be fast instead of none" by Mathieu Chartier · 7 years ago
  10. 0a333e4 Temporarily disable 137-cfi for cdex by Mathieu Chartier · 7 years ago
  11. dc757e5 Fix default cdex level to be fast instead of none by Mathieu Chartier · 7 years ago
  12. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 7 years ago
  13. 9779e6f Merge "Start warning on hidden API greylist" by David Brazdil · 7 years ago
  14. 1759f61 Merge "Start enforcing hidden API blacklist" by Treehugger Robot · 7 years ago
  15. 8304743 Merge "Revert "ART: Use the bitstring type check for AOT app compilation."" by Treehugger Robot · 7 years ago
  16. 8dc11b7 Merge "Revert "More general store elimination"" by Treehugger Robot · 7 years ago
  17. 0be8cab Revert "ART: Use the bitstring type check for AOT app compilation." by Nicolas Geoffray · 7 years ago
  18. e97949e Revert "More general store elimination" by Nicolas Geoffray · 7 years ago
  19. ee7d2fd Start warning on hidden API greylist by David Brazdil · 7 years ago
  20. 5a61bb7 Start enforcing hidden API blacklist by David Brazdil · 7 years ago
  21. 5cee0a3 Merge "dex2oat: Test whether the passed vdex has no dex file." by Nicolas Geoffray · 7 years ago
  22. d3233ab Merge "ART: Use the bitstring type check for AOT app compilation." by Mingyao Yang · 7 years ago
  23. 7257be3 Make 674-hiddenapi more deterministic by David Brazdil · 7 years ago
  24. bc17727 dex2oat: Test whether the passed vdex has no dex file. by Nicolas Geoffray · 7 years ago
  25. d02784e Merge "Move missed files to libdexfile" by David Sehr · 7 years ago
  26. 122c663 Change path to hiddenapi for run-tests by David Brazdil · 7 years ago
  27. 8c0961f Move missed files to libdexfile by David Sehr · 7 years ago
  28. f450a37 Merge "Set up a test for hidden API enforcement" by David Brazdil · 7 years ago
  29. a944e2e Merge "Enable unwind test for interpreter" by David Srbecky · 7 years ago
  30. 11b67b2 Set up a test for hidden API enforcement by David Brazdil · 7 years ago
  31. 718e831 ART: Use the bitstring type check for AOT app compilation. by Vladimir Marko · 7 years ago
  32. faedad9 Merge "ART: Update 710-varhandle-creation" by Orion Hodson · 7 years ago
  33. be2b613 Merge "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  34. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 7 years ago
  35. 8197076 ART: Update 710-varhandle-creation by Orion Hodson · 7 years ago
  36. 3913e48 ART: Refactor profile_compilation_info.h includes by Andreas Gampe · 7 years ago
  37. d78ca52 Merge "Improve bound analysis on constant range." by Aart Bik · 7 years ago
  38. a95a5cc Improve bound analysis on constant range. by Aart Bik · 7 years ago
  39. 7f90dc4 Merge "Reduce flakiness of 004-NativeAllocations test." by Richard Uhler · 7 years ago
  40. 8bd4ae1 Reduce flakiness of 004-NativeAllocations test. by Richard Uhler · 7 years ago
  41. 8c72359 Enable unwind test for interpreter by David Srbecky · 7 years ago
  42. 7d2ec61 Copy 'res' folder to device for run-tests by David Brazdil · 7 years ago
  43. ad643b0 Merge "More general store elimination" by Mingyao Yang · 7 years ago
  44. 1458841 Merge "Enhance BCE range analysis with length "alias" case." by Aart Bik · 7 years ago
  45. 62c5751 Merge "Enable unwind test for JIT" by Treehugger Robot · 7 years ago
  46. 08a9af0 Enable unwind test for JIT by David Srbecky · 7 years ago
  47. 78d9ab0 Merge changes I310e3daf,I3f662586 by Treehugger Robot · 7 years ago
  48. 98f1736 Enhance BCE range analysis with length "alias" case. by Aart Bik · 7 years ago
  49. 23c6cf4 Merge "Fix misc issues with non-generated-code fault handlers" by Alex Light · 7 years ago
  50. aec4e73 More general store elimination by Mingyao Yang · 7 years ago
  51. 7c61374 Merge "Code sinking near "always throwing" method calls" by Treehugger Robot · 7 years ago
  52. f4ed7e8 Fix misc issues with non-generated-code fault handlers by Alex Light · 7 years ago
  53. d4e328f Code sinking near "always throwing" method calls by Aart Bik · 7 years ago
  54. 74c876b Disable input vdex tests for cdex by Mathieu Chartier · 7 years ago
  55. 3b7916d Merge "Add 968 to skips for jvmti-stress" by Treehugger Robot · 7 years ago
  56. 66bed3b Merge "Improve code sinking near "always throwing" method calls" by Treehugger Robot · 7 years ago
  57. a8b8e9b Improve code sinking near "always throwing" method calls by Aart Bik · 7 years ago
  58. f12a1b0 Revise 004-NativeAllocations test. by Richard Uhler · 7 years ago
  59. 2b9c35b Introduce new build tool: hiddenapi by David Brazdil · 7 years ago
  60. 13a92d5 Merge "ART: Add support for VMStack.getAnnotatedStackTrace" by Treehugger Robot · 7 years ago
  61. a6b2a2d Merge "Revert "Make arm64-scratch-register less dexer dependent"" by Nicolas Geoffray · 7 years ago
  62. 942da61 Revert "Make arm64-scratch-register less dexer dependent" by Nicolas Geoffray · 7 years ago
  63. 017adc2 Merge changes from topic "userdebug-jdwp" by Alex Light · 7 years ago
  64. 5a2492b Merge "Make arm64-scratch-register less dexer dependent" by Alan Leung · 7 years ago
  65. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
  66. c44b433 Add 968 to skips for jvmti-stress by Alex Light · 7 years ago
  67. 2ce6fc8 Support using adbconnection and openjdkjvmti without JAVA_DEBUGGABLE by Alex Light · 7 years ago
  68. 22861a9 Merge "Enable compact dex by default" by Mathieu Chartier · 7 years ago
  69. ea443af Merge "Add missing skips for --redefine-stress" by Treehugger Robot · 7 years ago
  70. 1530591 Merge "Do not abort if we fail to allocate a thread-peer on shutdown" by Alex Light · 7 years ago
  71. fb6b0b1 ART: Add support for VMStack.getAnnotatedStackTrace by Andreas Gampe · 7 years ago
  72. 5015148 Add missing skips for --redefine-stress by Alex Light · 7 years ago
  73. e44ee0c Do not abort if we fail to allocate a thread-peer on shutdown by Alex Light · 7 years ago
  74. ee74149 Force JIT on reduction with many variables. by Aart Bik · 7 years ago
  75. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
  76. 4cb6347 Merge "ART: Take classloader into account for AttachAgent" by Treehugger Robot · 7 years ago
  77. 118c59c Merge "ART: Verifier support for VarHandles" by Orion Hodson · 7 years ago
  78. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  79. 7b38e69 ART: Take classloader into account for AttachAgent by Andreas Gampe · 7 years ago
  80. b496af8 Merge "ART: Clean up library loading" by Treehugger Robot · 7 years ago
  81. 70a58af Merge "Change ClassStatus to fit into 4 bits." by Treehugger Robot · 7 years ago
  82. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  83. fe92d12 ART: Verifier support for VarHandles by Orion Hodson · 7 years ago
  84. 4d77daf Correct behavior of thread suspension around Raw monitors by Alex Light · 7 years ago
  85. b6f3464 Ensure shutdown thread has a java peer. by Alex Light · 7 years ago
  86. ecb8662 Enable compact dex by default by Mathieu Chartier · 7 years ago
  87. a821bb1 Merge "Make D8 Desugaring default." by Alan Leung · 7 years ago
  88. a61e97f Merge "Remove CodeItem accessor functions" by Mathieu Chartier · 7 years ago
  89. a81a374 Ignore OOMEs in ThreadStress' QueuedWait operation. by Roland Levillain · 7 years ago
  90. 473191c ART: Clean up library loading by Andreas Gampe · 7 years ago
  91. 50173eb Make D8 Desugaring default. by Alan Leung · 7 years ago
  92. 73f21d4 Remove CodeItem accessor functions by Mathieu Chartier · 7 years ago
  93. e8f74ca ART: Ensure slow-debug mode in dex2oatd testing by Andreas Gampe · 7 years ago
  94. 90f2097 Merge "Fix Concurrency issues in test 1941" by Treehugger Robot · 7 years ago
  95. f6e3147 Fix default method verifier check for compact dex by Mathieu Chartier · 7 years ago
  96. 4ae4e7e Fix Concurrency issues in test 1941 by Alex Light · 7 years ago
  97. 1e01815 Fix potential out of bounds access in 151-OpenFileLimit test. by Richard Uhler · 7 years ago
  98. 1d32a16 Merge "Extensions to check JNI." by Treehugger Robot · 7 years ago
  99. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  100. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago