1. 01f2e3a Tweak check script in case logs interleave with Java prints. by Nicolas Geoffray · 5 years ago
  2. 8867f3b Switch-interpreter: Add new 'next' instruction field. by David Srbecky · 5 years ago
  3. d3b6664 Fix imgdiag crashing for ASLR images by Mathieu Chartier · 5 years ago
  4. 09744ac Refactor `List.print_list` and `Tree.print_tree` in `art_apex_test.py`. by Roland Levillain · 5 years ago
  5. 8c73087 Fix the output of art_apex_test.py's `--list` option. by Roland Levillain · 5 years ago
  6. c9ea3d1 Update TODOs for ICU library links. by Martin Stjernholm · 5 years ago
  7. 0a7d0b1 ART: Mark unreachable catch handler code in verifier by Andreas Gampe · 5 years ago
  8. 6087bc2 ART: Handle unresolved catch handler types differently in the verifier by Andreas Gampe · 5 years ago
  9. 9a45d01 Fix dex2oatd module definition. by Roland Levillain · 5 years ago
  10. 1e4ed97 Add CtsJdwpTestCases as ART presubmit. by Nicolas Geoffray · 6 years ago
  11. 2a905b2 Move memory related regions of the JIT cache in its own class. by Nicolas Geoffray · 5 years ago
  12. 29bb803 Don't use prejit for jit-at-first-use. by Nicolas Geoffray · 5 years ago
  13. d2f13ba Remove requirement of a ProfilingInfo for jitted code. by Nicolas Geoffray · 5 years ago
  14. e7d7e9d Revert "Remove skipped blocks reuse mechanism" by Hans Boehm · 5 years ago
  15. e1de95c Document ART's `--verbose-methods` compiler option in dex2oat's usage. by Roland Levillain · 5 years ago
  16. 81d15be Add AVX support for packed add/sub instructions on x86 by Shalini Salomi Bodapati · 5 years ago
  17. 5fd6734 Remove main console in luci. by Nicolas Geoffray · 5 years ago
  18. 1332c26 Switch-interpreter: Reduce copy-pasted code in array handling. by David Srbecky · 5 years ago
  19. ee12e3a Switch-interpreter: Reduce amount of copy-pasted code. by David Srbecky · 5 years ago
  20. 05e4b02 Add libfieldnull static target. by Alex Light · 5 years ago
  21. df1ab20 ART: Avoid shared cache lines for JIT code allocations by Orion Hodson · 5 years ago
  22. 743600d ARM/ARM64: Clean up artFindNativeMethod(). by Vladimir Marko · 5 years ago
  23. bd613ec Switch-interpreter: Add boolean return value to opcodes. by David Srbecky · 5 years ago
  24. 6baf644 Switch-interpreter: Add GetVReg/SetVReg forwarding helpers. by David Srbecky · 5 years ago
  25. 1cfbd29 Add validation for publicAlternatives by Andrei Onea · 5 years ago
  26. eb104c8 Fix wrong assumption on boolean type. by Nicolas Geoffray · 5 years ago
  27. dddb6de ART: Remove superfluous logging by Andreas Gampe · 5 years ago
  28. 54a6d4c Fix missing return when trying to skip threads dump when mutator lock is exclusively held by Brian Carlstrom · 5 years ago
  29. 7d42cdd ART: Allow thread suspend lock to be held when dumping a thread by Andreas Gampe · 5 years ago
  30. ba26b51 ART: Skip all-threads dump on abort if locks are held by Andreas Gampe · 5 years ago
  31. e8e2d00 Add runtimeISA logging when no original dex files by randy.jeong · 5 years ago
  32. dbb57f3 Remove skipped blocks reuse mechanism by Hans Boehm · 5 years ago
  33. f98a387 Make test 1946 faster by Alex Light · 5 years ago
  34. 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 5 years ago
  35. 991cd5c Add default template args to Heap::Alloc*Object*(). by Vladimir Marko · 5 years ago
  36. 78da5e2 Eliminate dead LoadClass when pruning ClinitCheck. by Vladimir Marko · 5 years ago
  37. 49af704 Ensure non-standard returns release monitors by Alex Light · 5 years ago
  38. bee2894 FdFile needs close even without any valid FD by Alex Light · 5 years ago
  39. 616f400 Move libsigchain out of static/shared properties by Colin Cross · 5 years ago
  40. 10f5f86 Blacklist libcore gcstress test that times out. by Vladimir Marko · 5 years ago
  41. d6f579c Switch-interpreter: Use more helpers for opcode arguments. by David Srbecky · 5 years ago
  42. 2708504 Don't use apexd when TARGET_FLATTEN_APEX == true by Jiyong Park · 5 years ago
  43. cc3a121 ART: Fix exception stash in stack dump by Andreas Gampe · 5 years ago
  44. e42a4b9 Optimize stack maps: add fast path for no inline info. by David Srbecky · 5 years ago
  45. 67ba872 Optimize stack map decoding. by David Srbecky · 5 years ago
  46. 436f6c1 Switch-interpreter: Add helpers to get opcode arguments. by David Srbecky · 5 years ago
  47. 9a292a1 Convert most of tools/dexfuzz/Android.mk to .bp by Paul Duffin · 5 years ago
  48. af52cbe Use TargetSdkLevel in CalculateVerificationInfo by Alex Light · 5 years ago
  49. 8e6bf10 Convert tools/Android.mk to .bp by Paul Duffin · 5 years ago
  50. eea55ec Convert tools/class2greylist/test/Android.mk to .bp by Paul Duffin · 5 years ago
  51. abedfca Partially ObjPtr<>-ify HandleScope. by Vladimir Marko · 5 years ago
  52. 5bf2dbd Use conservative permissions when creating files in ART by Calin Juravle · 5 years ago
  53. 2fb74d3 Fix location of guest libraries on translated archs by dimitry · 5 years ago
  54. f667508 ARM/ARM64: Use trampolines for slow-path entrypoint calls. by Vladimir Marko · 5 years ago
  55. 8fa839c Revert^2 "Improve ArraySet codegen." by Vladimir Marko · 5 years ago
  56. 3cddf45 Make sure a out/build_number.txt file is present with linux-bionic by Alex Light · 5 years ago
  57. e2ddce3 Revert^2 "Add verifier fallback for JVMTI Get/SetLocalVariable" by Alex Light · 5 years ago
  58. 6045bc2 Fix incorrect register-number range check. by Alex Light · 5 years ago
  59. 99cbfb5 Revert "Add verifier fallback for JVMTI Get/SetLocalVariable" by David Srbecky · 5 years ago
  60. 098e7a6 Try to make test 1963 pass on fugu by Alex Light · 5 years ago
  61. e48fd0b Add verifier fallback for JVMTI Get/SetLocalVariable by Alex Light · 5 years ago
  62. abdb459 Use string length from DEX instead of recomputing by Eric Holk · 5 years ago
  63. 639e73b Revert^2 "Add AddToDexClassloader JVMTI extension functions" by Alex Light · 5 years ago
  64. f03b151 Allow linking to libicuuc.so and libicui18n.so from executable in /data by Victor Chang · 5 years ago
  65. 4a17f8a Add extra systrace for app startup by Mathieu Chartier · 5 years ago
  66. 799e536 Revert "Add AddToDexClassloader JVMTI extension functions" by Alex Light · 5 years ago
  67. c5265d9 ART: Use libcore's bp preupload check script by Andreas Gampe · 5 years ago
  68. 0dc93b1 ART: Run bpfmt over ART's blueprint files by Andreas Gampe · 5 years ago
  69. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 5 years ago
  70. 92ed90c Add AddToDexClassloader JVMTI extension functions by Alex Light · 5 years ago
  71. 82cc960 Make output of generate_operator_out reproducible by Dan Willemsen · 5 years ago
  72. 27a47a3 ART: Forward-declare ClassIterator and Signature in dex_file.h (iwyu) by Andreas Gampe · 5 years ago
  73. 957c538 ART: Refactor SchedulingGraph for consistency and clarity by Evgeny Astigeevich · 6 years ago
  74. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 7 years ago
  75. 0dda8c8 Revert "Improve ArraySet codegen." by Vladimir Marko · 5 years ago
  76. 0ece864 Improve ArraySet codegen. by Vladimir Marko · 5 years ago
  77. 3a8ab36 ART: Remove time_utils dependency in thread_list.h by Andreas Gampe · 5 years ago
  78. 19f5416 ART: Remove runtime.h file_utils.h (iwyu) by Andreas Gampe · 5 years ago
  79. 43e7243 ART: Remove file_utils' ReadFileToString by Andreas Gampe · 5 years ago
  80. 391be3a ART: Forward-declare AllocatorType (iwyu) by Andreas Gampe · 5 years ago
  81. 0c2313c ART: Forward-declare SuspendReason in thread.h by Andreas Gampe · 5 years ago
  82. b79674c ART: Forward-declare Signature in art_method.h (iwyu) by Andreas Gampe · 5 years ago
  83. fc06d35 Add thread state descriptive comment am: 230beda818 by Hans Boehm · 5 years ago
  84. 230beda Add thread state descriptive comment by Hans Boehm · 5 years ago
  85. 4c07986 ART: Place conditionally needed include in #ifdef am: 2388ae520a by Andreas Gampe · 5 years ago
  86. 8e572f8 ART: Forward-declare DexInstructionIterator (iwyu) am: 2f7a55c037 by Andreas Gampe · 5 years ago
  87. f9c9dad ART: Remove assert include (iwyu) am: 3ba32d966c by Andreas Gampe · 5 years ago
  88. 2388ae5 ART: Place conditionally needed include in #ifdef by Andreas Gampe · 5 years ago
  89. 2f7a55c ART: Forward-declare DexInstructionIterator (iwyu) by Andreas Gampe · 5 years ago
  90. 3ba32d9 ART: Remove assert include (iwyu) by Andreas Gampe · 5 years ago
  91. a24dacf Optimize RegionSpace::ClearFromSpace() am: baa99adfc7 by Lokesh Gidra · 5 years ago
  92. baa99ad Optimize RegionSpace::ClearFromSpace() by Lokesh Gidra · 5 years ago
  93. 57abd16 Allow stripped-down OatDexFile in system server. am: b5649f9b2b by David Srbecky · 5 years ago
  94. b5649f9 Allow stripped-down OatDexFile in system server. by David Srbecky · 5 years ago
  95. a515314 oatdump: Fix oat code retrieval. am: e00e20103f by Vladimir Marko · 5 years ago
  96. 7e5c5ba Fix image_space_test on Q+ target. am: 3f795d2ab3 by Vladimir Marko · 5 years ago
  97. e00e201 oatdump: Fix oat code retrieval. by Vladimir Marko · 5 years ago
  98. 3f795d2 Fix image_space_test on Q+ target. by Vladimir Marko · 5 years ago
  99. c15fab5 Bytes_moved accounting fix and accounting cleanup am: a253c2d27b by Hans Boehm · 5 years ago
  100. a253c2d Bytes_moved accounting fix and accounting cleanup by Hans Boehm · 5 years ago