1. 6250dfa Merge "Add a public error code to DexFileLoader::OpenAll." by Dario Freni · 7 years ago
  2. 125a47c Merge "Move .art.rel data to a section in .art, part 1." by Vladimir Marko · 7 years ago
  3. 6514f95 Merge "ART: Clean up unused using declarations" by Treehugger Robot · 7 years ago
  4. 1eb8ce0 Merge "ART: Add more tidy checks to fatal list" by Treehugger Robot · 7 years ago
  5. 2472a52 Merge "Use std::move() to prevent copying." by Treehugger Robot · 7 years ago
  6. a89ec15 Merge "ART: Disable Wunreachable-code for tidy" by Treehugger Robot · 7 years ago
  7. 1a727b0 Use std::move() to prevent copying. by Stephen Hines · 7 years ago
  8. a8416b6 Merge "ART: disable test 712 for interpreter+gcstress" by Orion Hodson · 7 years ago
  9. bd39d14 ART: Clean up unused using declarations by Andreas Gampe · 7 years ago
  10. 6f4cf6e ART: Add more tidy checks to fatal list by Andreas Gampe · 7 years ago
  11. c1d762a Merge "Revert "Revert "Handle a special case of lock aliasing during lock verification""" by Treehugger Robot · 7 years ago
  12. e01844a ART: disable test 712 for interpreter+gcstress by Orion Hodson · 7 years ago
  13. 59d0872 Merge "Always produce PIC code for AOT compilation." by Treehugger Robot · 7 years ago
  14. e166fac Add a public error code to DexFileLoader::OpenAll. by Dario Freni · 7 years ago
  15. ca8de0a Move .art.rel data to a section in .art, part 1. by Vladimir Marko · 7 years ago
  16. 79deffc Merge "Revert^5 "Rewrite JVMTI method tracing to use trampolines"" by David Srbecky · 7 years ago
  17. d25eb2c Revert^5 "Rewrite JVMTI method tracing to use trampolines" by David Srbecky · 7 years ago
  18. b7044de Merge "Revert^4 "Rewrite JVMTI method tracing to use trampolines"" by Treehugger Robot · 7 years ago
  19. d7da314 Revert^4 "Rewrite JVMTI method tracing to use trampolines" by Alex Light · 7 years ago
  20. 3742245 Merge "Add test 071-dexfile to skips for gcstress" by Treehugger Robot · 7 years ago
  21. eee2ee8 Add test 071-dexfile to skips for gcstress by Alex Light · 7 years ago
  22. 14daaca Merge "Revert^3 "Rewrite JVMTI method tracing to use trampolines"" by David Srbecky · 7 years ago
  23. bf2ca05 Revert^3 "Rewrite JVMTI method tracing to use trampolines" by David Srbecky · 7 years ago
  24. 289c6c4 Merge "ahat: add support for parsing 0x0C HEAP DUMP record" by Treehugger Robot · 7 years ago
  25. eb5ff61 ahat: add support for parsing 0x0C HEAP DUMP record by Richard Uhler · 7 years ago
  26. 7f7f9d3 Merge "Add --retained option to ahat" by Treehugger Robot · 7 years ago
  27. 557204a Merge "Add another test that the slower gcstress causes timeouts" by Treehugger Robot · 7 years ago
  28. 23ea024 Add another test that the slower gcstress causes timeouts by Alex Light · 7 years ago
  29. 1bec084 Merge changes Id83aa0d7,I91211641 by Treehugger Robot · 7 years ago
  30. 8ec1abd Merge "ART: Address comment in Idaca9fe129ddc91aab79c65b3d0ca86f057848de" by Treehugger Robot · 7 years ago
  31. 460c6ce Revert^2 "Rewrite JVMTI method tracing to use trampolines" by Alex Light · 7 years ago
  32. 5357067 Allow threads to be marked as unsuspendable by kForUserCode by Alex Light · 7 years ago
  33. f036454 Merge "Add some tests to gcstress knownfailures" by Treehugger Robot · 7 years ago
  34. 663078e Merge "Add analysis for move-result target" by Mathieu Chartier · 7 years ago
  35. 764280a ART: Address comment in Idaca9fe129ddc91aab79c65b3d0ca86f057848de by Andreas Gampe · 7 years ago
  36. b7f10d5 Add some tests to gcstress knownfailures by Alex Light · 7 years ago
  37. 2fbc04d Add --retained option to ahat by Richard Uhler · 7 years ago
  38. 6743f1e Merge changes I668f5351,I40fa767b by Treehugger Robot · 7 years ago
  39. 9be57ce Merge "ART: Fix space trimming in oatdump_test" by Treehugger Robot · 7 years ago
  40. 8a0ede9 Add analysis for move-result target by Mathieu Chartier · 7 years ago
  41. 543d845 Revert^2 "Move GCStress BacktraceHelper to libbacktrace" by Alex Light · 7 years ago
  42. 184f075 Rewrite thread CustomTLS to support keyed TLS entries by Alex Light · 7 years ago
  43. 3cfc2e7 ART: Fix space trimming in oatdump_test by Andreas Gampe · 7 years ago
  44. 3360244 Merge "ART: Implement loop full unrolling." by Vladimir Marko · 7 years ago
  45. 728ca71 Merge "Update test expectations for 911-get-stack-trace." by Mads Ager · 7 years ago
  46. eb577eb Merge "ART: Clean up test exec code" by Treehugger Robot · 7 years ago
  47. 8abeb06 Update test expectations for 911-get-stack-trace. by Mads Ager · 7 years ago
  48. 06a45b7 Merge "ahat: switch to using new dominators API" by Treehugger Robot · 7 years ago
  49. ebe6037 Merge "ART: Delete code optimizing a%1 and a%-1 from InstructionCodeGeneratorARM64" by Vladimir Marko · 7 years ago
  50. e824a30 ahat: switch to using new dominators API by Richard Uhler · 7 years ago
  51. 8e524ad Always produce PIC code for AOT compilation. by Vladimir Marko · 7 years ago
  52. f125588 Merge "Add a more flexible Dominators API." by Treehugger Robot · 7 years ago
  53. 2449d6d Merge "Remove unused InvokeInfo from stack maps and the runtime." by David Srbecky · 7 years ago
  54. e24c69d Merge "Expand comment for HVecMultiplyAccumulate" by Hans Boehm · 7 years ago
  55. 38aa0b5 ART: Clean up test exec code by Andreas Gampe · 7 years ago
  56. 9434487 Expand comment for HVecMultiplyAccumulate by Hans Boehm · 7 years ago
  57. cdfc942 Merge "Revert "Emit vector mulitply and accumulate instructions for x86."" by Hans Boehm · 7 years ago
  58. ec1f1a9 Merge "Revert "Move GCStress BacktraceHelper to libbacktrace"" by Alex Light · 7 years ago
  59. 7d3256a Revert "Move GCStress BacktraceHelper to libbacktrace" by Alex Light · 7 years ago
  60. e8c91f2 Merge "Add instances to sites after removing duplicate ids." by Treehugger Robot · 7 years ago
  61. 2c76257 Remove unused InvokeInfo from stack maps and the runtime. by David Srbecky · 7 years ago
  62. f58dc65 ART: Delete code optimizing a%1 and a%-1 from InstructionCodeGeneratorARM64 by Evgeny Astigeevich · 7 years ago
  63. 0b4a439 Merge "Revert^2 "Use frame info from CodeInfo."" by David Srbecky · 7 years ago
  64. ce75049 Revert "Revert "Handle a special case of lock aliasing during lock verification"" by Alexey Grebenkin · 7 years ago
  65. 5618f06 Add a more flexible Dominators API. by Richard Uhler · 7 years ago
  66. f5f56c7 Revert "Emit vector mulitply and accumulate instructions for x86." by Hans Boehm · 7 years ago
  67. 0495fb0 Merge "Move GCStress BacktraceHelper to libbacktrace" by Treehugger Robot · 7 years ago
  68. 253a37b Merge "Everyone -- even "NDK" users -- gets C++14 by default now." by Treehugger Robot · 7 years ago
  69. 9491694 Move GCStress BacktraceHelper to libbacktrace by Alex Light · 7 years ago
  70. 225ed1d Everyone -- even "NDK" users -- gets C++14 by default now. by Elliott Hughes · 7 years ago
  71. 79aa624 Revert^2 "Use frame info from CodeInfo." by David Srbecky · 7 years ago
  72. 5991b18 Merge "hiddenapi: Fix map insertion bug" by Treehugger Robot · 7 years ago
  73. bbd2cc2 Merge "Fix HClinitCheck elimination in instruction builder." by Vladimir Marko · 7 years ago
  74. da821c9 hiddenapi: Fix map insertion bug by David Brazdil · 7 years ago
  75. 51b8aaf Fix HClinitCheck elimination in instruction builder. by Vladimir Marko · 8 years ago
  76. c06bfc9 Merge "ART: Clean up dex2oats/oatdumps Android.bp modules" by Treehugger Robot · 7 years ago
  77. eaaa92b Merge "Refactor InstructionBuilder into NewRegisterInstructions experiment" by Mathieu Chartier · 7 years ago
  78. fbc8003 Refactor InstructionBuilder into NewRegisterInstructions experiment by Mathieu Chartier · 7 years ago
  79. dca6840 Merge "Revert "Rewrite JVMTI method tracing to use trampolines"" by Alex Light · 7 years ago
  80. 8772eb7 Revert "Rewrite JVMTI method tracing to use trampolines" by Alex Light · 7 years ago
  81. eb53697 Add instances to sites after removing duplicate ids. by Richard Uhler · 7 years ago
  82. f3c3e83 Merge "Support heap dumps generated with HotSpotDiagnosticMXBean" by Treehugger Robot · 7 years ago
  83. b957c89 Support heap dumps generated with HotSpotDiagnosticMXBean by Richard Uhler · 7 years ago
  84. cd15294 Merge "ahat: ignore duplicate instances with the same id" by Treehugger Robot · 7 years ago
  85. 3e2fad1 Merge changes I06651995,I2f341cf7 by Alex Light · 7 years ago
  86. 5bf6d27 Merge "ART: Correctly compare in UTF-16 space" by Treehugger Robot · 7 years ago
  87. 11bf265 ART: Clean up dex2oats/oatdumps Android.bp modules by Andreas Gampe · 7 years ago
  88. c152817 ART: Correctly compare in UTF-16 space by Andreas Gampe · 7 years ago
  89. 848f0d9 Merge "Make Get/SetLocalVariables not pause jit." by Alex Light · 7 years ago
  90. 2a90bc9 Revert^2 "Move Trace to use trampolines" by Alex Light · 7 years ago
  91. 839f53a Fix typo in condition for getting the compiled code. by Alex Light · 7 years ago
  92. 23b8f0d Merge "Revert "Move Trace to use trampolines"" by Alex Light · 7 years ago
  93. 27d85ea Revert "Move Trace to use trampolines" by Alex Light · 7 years ago
  94. 020020f ART: Disable Wunreachable-code for tidy by Andreas Gampe · 7 years ago
  95. 4ac605e Make Get/SetLocalVariables not pause jit. by Alex Light · 7 years ago
  96. 1a2b9be Merge "Use clang integrated assembler." by Chih-hung Hsieh · 7 years ago
  97. 1206a14 Merge "Handle FixUpRemotePointer for external images" by Mathieu Chartier · 7 years ago
  98. e83d341 Merge changes Id4fb7c99,I14dd4eb9,I37c2ece1,I7b4b084b,I78f1d4b3, ... by Treehugger Robot · 7 years ago
  99. 955f0ba Use clang integrated assembler. by Chih-Hung Hsieh · 7 years ago
  100. 25bf446 Rewrite JVMTI method tracing to use trampolines by Alex Light · 7 years ago