1. 81f396d Merge changes I166d5c7b,I15d5a2c2 am: c71f38bdf7 by Dan Willemsen · 6 years ago
  2. c71f38b Merge changes I166d5c7b,I15d5a2c2 by Dan Willemsen · 6 years ago
  3. 8059678 Merge "Avoid sign extending pointers in SetStringInitValueToAllAliases" by Mathieu Chartier · 6 years ago
  4. 6359e69 Merge "Avoid sign extending pointers in SetStringInitValueToAllAliases" by Mathieu Chartier · 6 years ago
  5. d0bc768 Merge "ART: Add diagnostic for b/117426281" am: 28d84669bd by Andreas Gampe · 6 years ago
  6. 60f3222 Avoid sign extending pointers in SetStringInitValueToAllAliases by Mathieu Chartier · 6 years ago
  7. 28d8466 Merge "ART: Add diagnostic for b/117426281" by Treehugger Robot · 6 years ago
  8. 8118607 Merge "Add a `jit-on-first-use` "compiler" option to ART's testrunner script." by Roland Levillain · 6 years ago
  9. 1f0133b Merge "Add a `jit-on-first-use` "compiler" option to ART's testrunner script." by Roland Levillain · 6 years ago
  10. dd47394 ART: Add diagnostic for b/117426281 by Andreas Gampe · 6 years ago
  11. b12ca50 Merge "ART: Fix 530-checker-peel-unroll after D8 update." am: e044063620 by Mads Ager · 6 years ago
  12. ad694bf Add a `jit-on-first-use` "compiler" option to ART's testrunner script. by Roland Levillain · 6 years ago
  13. e044063 Merge "ART: Fix 530-checker-peel-unroll after D8 update." by Mads Ager · 6 years ago
  14. b2b1280 Merge "Revert^2 "Re-enable ART's region space memory protection on host."" by Roland Levillain · 6 years ago
  15. 51a778a ART: Fix 530-checker-peel-unroll after D8 update. by Mads Ager · 6 years ago
  16. fc4660b Merge "Revert^2 "Re-enable ART's region space memory protection on host."" by Roland Levillain · 6 years ago
  17. c24133e Revert^2 "Re-enable ART's region space memory protection on host." by Roland Levillain · 6 years ago
  18. 3590dec Merge "Fix multi-image boot class path construction." am: b63a4e8dc6 by Vladimir Marko · 6 years ago
  19. b63a4e8 Merge "Fix multi-image boot class path construction." by Vladimir Marko · 6 years ago
  20. 2e956ba Use soong_ui.bash instead of the deprecated make wrapper by Dan Willemsen · 6 years ago
  21. db72e5e Stop using DIST_DIR directly, use dist-for-goals by Dan Willemsen · 6 years ago
  22. 28ece49 Merge changes I46fb4aed,I06410bc3 am: 432d280f68 by Alex Light · 6 years ago
  23. 432d280 Merge changes I46fb4aed,I06410bc3 by Treehugger Robot · 6 years ago
  24. 1c7b1fc Revert^2 "JVMTI PopFrame support" by Alex Light · 6 years ago
  25. 25776d7 Merge "Use only signed/unsigned numbers with ParseInt/ParseUint respectively" by Tom Cherry · 6 years ago
  26. 6773d08 Merge "Use only signed/unsigned numbers with ParseInt/ParseUint respectively" by Tom Cherry · 6 years ago
  27. d8b2f5e Merge "Moved several messages from LOG to VLOG(compiler)." am: 989e5c4681 by Christian Wailes · 6 years ago
  28. 989e5c4 Merge "Moved several messages from LOG to VLOG(compiler)." by Christian Wailes · 6 years ago
  29. 59b950f Prevent jit-compilation from loading classes in jit-on-first-use by Alex Light · 6 years ago
  30. 036bae0 Fix multi-image boot class path construction. by Vladimir Marko · 6 years ago
  31. 4e0171b Merge "Change FATAL message to WARNING message in FindClass" am: 6e82b7e672 by Jesse Schettler · 6 years ago
  32. 6e82b7e Merge "Change FATAL message to WARNING message in FindClass" by Jesse Schettler · 6 years ago
  33. 2608661 Merge "Change address range for loading boot image." am: fdb1b3d50b by Vladimir Marko · 6 years ago
  34. fdb1b3d Merge "Change address range for loading boot image." by Vladimir Marko · 6 years ago
  35. ae581ed Change address range for loading boot image. by Vladimir Marko · 6 years ago
  36. 331bae4 Merge "ART: Log /proc/self/maps for RegionSpace failure" am: 3cdd57b7b1 by Andreas Gampe · 6 years ago
  37. 3cdd57b Merge "ART: Log /proc/self/maps for RegionSpace failure" by Treehugger Robot · 6 years ago
  38. 5605188 Merge "Drop an empty .vpython file pointing at Python 2.7" am: db0ff5b6ba by Ryan Tseng · 6 years ago
  39. db0ff5b Merge "Drop an empty .vpython file pointing at Python 2.7" by Ryan Tseng · 6 years ago
  40. 2670715 Merge "Remove the auto-generated asm_support_gen.h" am: d8ee1f5a8b by David Srbecky · 6 years ago
  41. 03ceeed ART: Log /proc/self/maps for RegionSpace failure by Andreas Gampe · 6 years ago
  42. 2d74391 Merge "Revert "JVMTI PopFrame support"" am: 068a9bec8d by Alex Light · 6 years ago
  43. d8ee1f5 Merge "Remove the auto-generated asm_support_gen.h" by David Srbecky · 6 years ago
  44. 068a9be Merge "Revert "JVMTI PopFrame support"" by Alex Light · 6 years ago
  45. f67d0cb Revert "JVMTI PopFrame support" by Alex Light · 6 years ago
  46. cc59386 Merge "Disable ASAN for ExecuteSwitchImplCpp" am: bc550bbbf2 by Alex Light · 6 years ago
  47. 9a19e98 Moved several messages from LOG to VLOG(compiler). by Chris Wailes · 6 years ago
  48. bc550bb Merge "Disable ASAN for ExecuteSwitchImplCpp" by Alex Light · 6 years ago
  49. 199ba2e Drop an empty .vpython file pointing at Python 2.7 by Ryan Tseng · 6 years ago
  50. 6f22e06 Disable ASAN for ExecuteSwitchImplCpp by Alex Light · 6 years ago
  51. 7bc8e8f Use only signed/unsigned numbers with ParseInt/ParseUint respectively by Tom Cherry · 6 years ago
  52. 78940f2 Remove the auto-generated asm_support_gen.h by David Srbecky · 6 years ago
  53. 1aefc0f Merge "Stop using sum(1)." am: 0614de7055 by Elliott Hughes · 6 years ago
  54. 0614de7 Merge "Stop using sum(1)." by Elliott Hughes · 6 years ago
  55. 7cac35f Change FATAL message to WARNING message in FindClass by Jesse Schettler · 6 years ago
  56. 0c2c4a0 Merge "JVMTI PopFrame support" am: dd0f77c400 by Alex Light · 6 years ago
  57. dd0f77c Merge "JVMTI PopFrame support" by Alex Light · 6 years ago
  58. 0baa9cf Merge "Revert^2 "Add hand written assembly for mterp field reads."" by David Srbecky · 6 years ago
  59. c6adcbd Merge "Revert^2 "Add hand written assembly for mterp field reads."" by David Srbecky · 6 years ago
  60. 2b7332e Merge "Make it easier to generate helpers for mterp opcodes." am: e0e835a448 by David Srbecky · 6 years ago
  61. e0e835a Merge "Make it easier to generate helpers for mterp opcodes." by David Srbecky · 6 years ago
  62. b1eff83 Revert^2 "Add hand written assembly for mterp field reads." by David Srbecky · 6 years ago
  63. 2b6eb71 Make it easier to generate helpers for mterp opcodes. by David Srbecky · 6 years ago
  64. 3c74455 Merge "Add a new variant of 602-deoptimizeable" am: 235c1790a2 by Nicolas Geoffray · 6 years ago
  65. 235c179 Merge "Add a new variant of 602-deoptimizeable" by Nicolas Geoffray · 6 years ago
  66. 06ab6d2 Merge "Implemented a new method for walking string references in AppImages." by Christian Wailes · 6 years ago
  67. 3adb7f2 Merge "Implemented a new method for walking string references in AppImages." by Christian Wailes · 6 years ago
  68. d4bca40 Merge "Add builders to luci configs" am: e0e49b9eb7 by Ryan Tseng · 6 years ago
  69. e0e49b9 Merge "Add builders to luci configs" by Ryan Tseng · 6 years ago
  70. 3ee351c Merge "Add some comments missed during jit-loading CL" am: 66c8d8ea90 by Alex Light · 6 years ago
  71. d1c01a7 Add builders to luci configs by Ryan Tseng · 6 years ago
  72. 66c8d8e Merge "Add some comments missed during jit-loading CL" by Treehugger Robot · 6 years ago
  73. 8f54309 Merge "ART: Adapt failure list to JDWP jarjaring" am: 0f64974ab1 by Andreas Gampe · 6 years ago
  74. 0f64974 Merge "ART: Adapt failure list to JDWP jarjaring" by Treehugger Robot · 6 years ago
  75. f24ac51 Merge "Add initial luci-config files" am: fdc283469f by Ryan Tseng · 6 years ago
  76. fdc2834 Merge "Add initial luci-config files" by Ryan Tseng · 6 years ago
  77. d566b08 Stop using sum(1). by Elliott Hughes · 6 years ago
  78. 185a461 Add some comments missed during jit-loading CL by Alex Light · 6 years ago
  79. 69cf514 Add initial luci-config files by Ryan Tseng · 6 years ago
  80. 0c61be4 Implemented a new method for walking string references in AppImages. by Chris Wailes · 6 years ago
  81. ba6fe92 Merge "ART: Add bugprone-argument-comment" am: 660718f175 by Andreas Gampe · 6 years ago
  82. 88a2a9d JVMTI PopFrame support by Alex Light · 7 years ago
  83. 660718f Merge "ART: Add bugprone-argument-comment" by Treehugger Robot · 6 years ago
  84. 386db1a Add a new variant of 602-deoptimizeable by Nicolas Geoffray · 6 years ago
  85. d8b64f6 Merge "Only warn if a pre-P app overrides inlined methods at runtime" by David Brazdil · 6 years ago
  86. 9293b53 Merge "Only warn if a pre-P app overrides inlined methods at runtime" by David Brazdil · 6 years ago
  87. 3552b47 Merge "Revert "ART: Fix breaking changes from recent VIXL update."" by Roland Levillain · 6 years ago
  88. 89dc5e2 Merge "Revert "ART: Fix breaking changes from recent VIXL update."" by Roland Levillain · 6 years ago
  89. 9477047 Revert "ART: Fix breaking changes from recent VIXL update." by Roland Levillain · 6 years ago
  90. 01e970e Merge "Remove InvokeVirtualOrInterface event from instrumentation." by David Srbecky · 6 years ago
  91. 62f14c8 Merge "Remove InvokeVirtualOrInterface event from instrumentation." by David Srbecky · 6 years ago
  92. e17f080 Merge "Use the small thread-local cache for mterp invokes." am: c177c47c21 by David Srbecky · 6 years ago
  93. c177c47 Merge "Use the small thread-local cache for mterp invokes." by David Srbecky · 6 years ago
  94. 99f9733 Remove InvokeVirtualOrInterface event from instrumentation. by David Srbecky · 6 years ago
  95. d217c07 Merge "ART: Fix breaking changes from recent VIXL update." am: 12568e0279 by Roland Levillain · 6 years ago
  96. d8aaca6 Merge "Check the size of pid_t in art::mirror::Class." am: e8fdf725e3 by Roland Levillain · 6 years ago
  97. 12568e0 Merge "ART: Fix breaking changes from recent VIXL update." by Roland Levillain · 6 years ago
  98. e8fdf72 Merge "Check the size of pid_t in art::mirror::Class." by Roland Levillain · 6 years ago
  99. 8064461 Merge "Avoid infinite loop with mutator lock." am: 9d2f7f87c7 by Nicolas Geoffray · 6 years ago
  100. 7667a64 Merge "Mark most *Offset helper functions as constexpr." am: 55838e338f by David Srbecky · 6 years ago