1. edffa5e JVMTI Force early return am: b7c640d364 by Alex Light · 6 years ago
  2. b7c640d JVMTI Force early return by Alex Light · 6 years ago
  3. bf0003b Handle allocation failure in AddPreResolvedStringsArray am: 3ffb5b1576 by Mathieu Chartier · 6 years ago
  4. 3ffb5b1 Handle allocation failure in AddPreResolvedStringsArray by Mathieu Chartier · 6 years ago
  5. b56cea5 ART: Add art_verifierd am: 63ab3e1fb6 by Andreas Gampe · 6 years ago
  6. 63ab3e1 ART: Add art_verifierd by Andreas Gampe · 6 years ago
  7. 6bd6800 Fix two bugs in jitzygote configuration. am: 741a0707d4 by Nicolas Geoffray · 6 years ago
  8. 741a070 Fix two bugs in jitzygote configuration. by Nicolas Geoffray · 6 years ago
  9. 05f4ec9 Revert "Tweak check script in case logs interleave with Java prints." by Nicolas Geoffray · 6 years ago
  10. f1bd5f3 Revert "Tweak check script in case logs interleave with Java prints." by Nicolas Geoffray · 6 years ago
  11. 2871950 Add sim of time zone data module files for target am: 90ffe12e1b by Neil Fuller · 6 years ago
  12. 90ffe12 Add sim of time zone data module files for target by Neil Fuller · 6 years ago
  13. 251a5eb Pass the memory region to allocate into to the compiler / allocation. by Nicolas Geoffray · 6 years ago
  14. 7f7539b Pass the memory region to allocate into to the compiler / allocation. by Nicolas Geoffray · 6 years ago
  15. 724f601 ART: Remove some compile-time info points am: 93adcb53c7 by Andreas Gampe · 6 years ago
  16. 93adcb5 ART: Remove some compile-time info points by Andreas Gampe · 6 years ago
  17. a929051 Tweak check script in case logs interleave with Java prints. am: 01f2e3a488 by Nicolas Geoffray · 6 years ago
  18. 01f2e3a Tweak check script in case logs interleave with Java prints. by Nicolas Geoffray · 6 years ago
  19. 7c2a521 Switch-interpreter: Add new 'next' instruction field. am: 8867f3b017 by David Srbecky · 6 years ago
  20. 8867f3b Switch-interpreter: Add new 'next' instruction field. by David Srbecky · 6 years ago
  21. 43cc28e Fix imgdiag crashing for ASLR images am: d3b6664f45 by Mathieu Chartier · 6 years ago
  22. d3b6664 Fix imgdiag crashing for ASLR images by Mathieu Chartier · 6 years ago
  23. fb6e551 Refactor `List.print_list` and `Tree.print_tree` in `art_apex_test.py`. by Roland Levillain · 6 years ago
  24. 68bbd5a Fix the output of art_apex_test.py's `--list` option. am: 8c7308778f by Roland Levillain · 6 years ago
  25. 09744ac Refactor `List.print_list` and `Tree.print_tree` in `art_apex_test.py`. by Roland Levillain · 6 years ago
  26. 8c73087 Fix the output of art_apex_test.py's `--list` option. by Roland Levillain · 6 years ago
  27. 99f68fe Update TODOs for ICU library links. am: c9ea3d185d by Martin Stjernholm · 6 years ago
  28. c9ea3d1 Update TODOs for ICU library links. by Martin Stjernholm · 6 years ago
  29. 0ba75de ART: Mark unreachable catch handler code in verifier am: 0a7d0b10d2 by Andreas Gampe · 6 years ago
  30. 010c33e ART: Handle unresolved catch handler types differently in the verifier by Andreas Gampe · 6 years ago
  31. 0a7d0b1 ART: Mark unreachable catch handler code in verifier by Andreas Gampe · 6 years ago
  32. 6087bc2 ART: Handle unresolved catch handler types differently in the verifier by Andreas Gampe · 6 years ago
  33. dbee94f Fix dex2oatd module definition. am: 9a45d01b40 by Roland Levillain · 6 years ago
  34. 9a45d01 Fix dex2oatd module definition. by Roland Levillain · 6 years ago
  35. 290bb58 Add CtsJdwpTestCases as ART presubmit. am: 1e4ed979e5 by Nicolas Geoffray · 6 years ago
  36. 1e4ed97 Add CtsJdwpTestCases as ART presubmit. by Nicolas Geoffray · 6 years ago
  37. 466fb60 Move memory related regions of the JIT cache in its own class. am: 2a905b2b50 by Nicolas Geoffray · 6 years ago
  38. 2a905b2 Move memory related regions of the JIT cache in its own class. by Nicolas Geoffray · 6 years ago
  39. ea82eb9 Don't use prejit for jit-at-first-use. am: 29bb803f2d by Nicolas Geoffray · 6 years ago
  40. 29bb803 Don't use prejit for jit-at-first-use. by Nicolas Geoffray · 6 years ago
  41. 5978db8 Remove requirement of a ProfilingInfo for jitted code. am: d2f13ba715 by Nicolas Geoffray · 6 years ago
  42. d2f13ba Remove requirement of a ProfilingInfo for jitted code. by Nicolas Geoffray · 6 years ago
  43. 5a372f0 Revert "Remove skipped blocks reuse mechanism" am: e7d7e9dd01 by Hans Boehm · 6 years ago
  44. e7d7e9d Revert "Remove skipped blocks reuse mechanism" by Hans Boehm · 6 years ago
  45. 26bbcc9 Document ART's `--verbose-methods` compiler option in dex2oat's usage. by Roland Levillain · 6 years ago
  46. e1de95c Document ART's `--verbose-methods` compiler option in dex2oat's usage. by Roland Levillain · 6 years ago
  47. 5cacd98 Add AVX support for packed add/sub instructions on x86 am: 81d15be769 by Shalini Salomi Bodapati · 6 years ago
  48. 0738bee Remove main console in luci. am: 5fd673488c by Nicolas Geoffray · 6 years ago
  49. 81d15be Add AVX support for packed add/sub instructions on x86 by Shalini Salomi Bodapati · 6 years ago
  50. 5fd6734 Remove main console in luci. by Nicolas Geoffray · 6 years ago
  51. 2a97fd3 Switch-interpreter: Reduce copy-pasted code in array handling. am: 1332c26c69 by David Srbecky · 6 years ago
  52. f670be2 Switch-interpreter: Reduce amount of copy-pasted code. am: ee12e3abd3 by David Srbecky · 6 years ago
  53. 1332c26 Switch-interpreter: Reduce copy-pasted code in array handling. by David Srbecky · 6 years ago
  54. ee12e3a Switch-interpreter: Reduce amount of copy-pasted code. by David Srbecky · 6 years ago
  55. 49065c6 Add libfieldnull static target. am: 05e4b0263f by Alex Light · 6 years ago
  56. 05e4b02 Add libfieldnull static target. by Alex Light · 6 years ago
  57. 748efaf ART: Avoid shared cache lines for JIT code allocations am: df1ab205c7 by Orion Hodson · 6 years ago
  58. df1ab20 ART: Avoid shared cache lines for JIT code allocations by Orion Hodson · 6 years ago
  59. 2c57a1b ARM/ARM64: Clean up artFindNativeMethod(). am: 743600d5ae by Vladimir Marko · 6 years ago
  60. 743600d ARM/ARM64: Clean up artFindNativeMethod(). by Vladimir Marko · 6 years ago
  61. ad189bb Switch-interpreter: Add boolean return value to opcodes. am: bd613eced1 by David Srbecky · 6 years ago
  62. 419cb9f Switch-interpreter: Add GetVReg/SetVReg forwarding helpers. am: 6baf64482a by David Srbecky · 6 years ago
  63. 4486b76 Add validation for publicAlternatives am: 1cfbd2946c by Andrei Onea · 6 years ago
  64. bd613ec Switch-interpreter: Add boolean return value to opcodes. by David Srbecky · 6 years ago
  65. 6baf644 Switch-interpreter: Add GetVReg/SetVReg forwarding helpers. by David Srbecky · 6 years ago
  66. 1cfbd29 Add validation for publicAlternatives by Andrei Onea · 6 years ago
  67. 99cfbce Fix wrong assumption on boolean type. am: eb104c8f28 by Nicolas Geoffray · 6 years ago
  68. eb104c8 Fix wrong assumption on boolean type. by Nicolas Geoffray · 6 years ago
  69. c44f8c2 ART: Remove superfluous logging am: dddb6dea94 by Andreas Gampe · 6 years ago
  70. dddb6de ART: Remove superfluous logging by Andreas Gampe · 6 years ago
  71. 19f6129 Fix missing return when trying to skip threads dump when mutator lock is exclusively held by Brian Carlstrom · 6 years ago
  72. 54a6d4c Fix missing return when trying to skip threads dump when mutator lock is exclusively held by Brian Carlstrom · 6 years ago
  73. ed93ff3 ART: Allow thread suspend lock to be held when dumping a thread am: 7d42cdd505 by Andreas Gampe · 6 years ago
  74. 7d42cdd ART: Allow thread suspend lock to be held when dumping a thread by Andreas Gampe · 6 years ago
  75. 73679c5 ART: Skip all-threads dump on abort if locks are held am: ba26b51e2e by Andreas Gampe · 6 years ago
  76. ba26b51 ART: Skip all-threads dump on abort if locks are held by Andreas Gampe · 6 years ago
  77. f9dcc25 Add runtimeISA logging when no original dex files am: e8e2d00ec0 by randy.jeong · 6 years ago
  78. e8e2d00 Add runtimeISA logging when no original dex files by randy.jeong · 6 years ago
  79. a89f81a Remove skipped blocks reuse mechanism am: dbb57f3f8e by Hans Boehm · 6 years ago
  80. dbb57f3 Remove skipped blocks reuse mechanism by Hans Boehm · 6 years ago
  81. 9f3f98a Make test 1946 faster am: f98a38740b by Alex Light · 6 years ago
  82. f98a387 Make test 1946 faster by Alex Light · 6 years ago
  83. 431024e Clean up creating handles from `this`. am: 3068d582ef by Vladimir Marko · 6 years ago
  84. ff0edf3 Add default template args to Heap::Alloc*Object*(). am: 991cd5cc16 by Vladimir Marko · 6 years ago
  85. 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 6 years ago
  86. 991cd5c Add default template args to Heap::Alloc*Object*(). by Vladimir Marko · 6 years ago
  87. 2bfee95 Eliminate dead LoadClass when pruning ClinitCheck. am: 78da5e255d by Vladimir Marko · 6 years ago
  88. 78da5e2 Eliminate dead LoadClass when pruning ClinitCheck. by Vladimir Marko · 6 years ago
  89. b067732 Ensure non-standard returns release monitors am: 49af704f0f by Alex Light · 6 years ago
  90. 1ec894c FdFile needs close even without any valid FD am: bee28948fd by Alex Light · 6 years ago
  91. 49af704 Ensure non-standard returns release monitors by Alex Light · 6 years ago
  92. bee2894 FdFile needs close even without any valid FD by Alex Light · 6 years ago
  93. 8067323 Move libsigchain out of static/shared properties am: 616f400313 by Colin Cross · 6 years ago
  94. 616f400 Move libsigchain out of static/shared properties by Colin Cross · 6 years ago
  95. 435156b Blacklist libcore gcstress test that times out. am: 10f5f86b31 by Vladimir Marko · 6 years ago
  96. 10f5f86 Blacklist libcore gcstress test that times out. by Vladimir Marko · 6 years ago
  97. d0cffa1 Switch-interpreter: Use more helpers for opcode arguments. am: d6f579c1a9 by David Srbecky · 6 years ago
  98. d6f579c Switch-interpreter: Use more helpers for opcode arguments. by David Srbecky · 6 years ago
  99. 69523f4 Don't use apexd when TARGET_FLATTEN_APEX == true am: 27085041af by Jiyong Park · 6 years ago
  100. 2708504 Don't use apexd when TARGET_FLATTEN_APEX == true by Jiyong Park · 6 years ago