1. b7edcda Add method tracing JVMTI callbacks by Alex Light · 7 years ago
  2. 049f2a5 Merge "ART: Fix mac build" by Andreas Gampe · 7 years ago
  3. 6da1071 ART: Fix mac build by Andreas Gampe · 7 years ago
  4. 8375e4f Merge "ART: Fix or disable some tidy warnings." by Treehugger Robot · 7 years ago
  5. 05ae674 Merge "Introduce a number of MSA instructions for MIPS32" by Aart Bik · 7 years ago
  6. ca333f4 Merge "no-image does not prebuild, so disable checker for this." by Nicolas Geoffray · 7 years ago
  7. f654ef9 no-image does not prebuild, so disable checker for this. by Nicolas Geoffray · 7 years ago
  8. fed9cb1 Merge "ART: Use stdout in run-test 909" by Nicolas Geoffray · 7 years ago
  9. 482e58c Merge "Disable 137-cfi and 629-vdex-speed in no-prebuild mode" by Nicolas Geoffray · 7 years ago
  10. 4e4001e Disable 137-cfi and 629-vdex-speed in no-prebuild mode by Calin Juravle · 7 years ago
  11. f471155 Merge "Revert "Update profiling info allocation logic."" by Nicolas Geoffray · 7 years ago
  12. 941c6ec Revert "Update profiling info allocation logic." by Nicolas Geoffray · 7 years ago
  13. 7b805e6 Merge "ART: Fix mips build" by Treehugger Robot · 7 years ago
  14. f44b3a6 ART: Fix mips build by Andreas Gampe · 7 years ago
  15. d632b8b Merge changes I953d774b,Id84c44bf by Treehugger Robot · 7 years ago
  16. 934adc1 Merge "Fix local reference leak under reflection." by Mathieu Chartier · 7 years ago
  17. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 7 years ago
  18. db1a013 Merge "ARM64: Encode constants when it is possible." by Aart Bik · 7 years ago
  19. 58de3f7 Merge "Documented serialization method in dexfuzz mutator class" by Treehugger Robot · 7 years ago
  20. 35dd8dc Documented serialization method in dexfuzz mutator class by Sumnima Joshi · 7 years ago
  21. b5f33fb ART: Use stdout in run-test 909 by Andreas Gampe · 7 years ago
  22. 3b7dc35 ART: Clean up allocator.h by Andreas Gampe · 7 years ago
  23. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 7 years ago
  24. 443f862 Fix local reference leak under reflection. by Chang Xing · 7 years ago
  25. 83b1404 Merge "Layout clinit code items of profiled methods together." by Treehugger Robot · 7 years ago
  26. 355b576 Merge "Added more functionality to dex file tracking" by Treehugger Robot · 7 years ago
  27. 074408d Merge "ART: Add SANITIZE_HOST test configurations" by Treehugger Robot · 7 years ago
  28. 8dfe746 ARM64: Encode constants when it is possible. by Artem Serov · 7 years ago
  29. a215c5b Merge "Revert "Revert "Use OatFileAssistant default filter instead of the dex2oat one""" by Calin Juravle · 7 years ago
  30. 33e9483 Merge "Update profiling info allocation logic." by Nicolas Geoffray · 7 years ago
  31. 7d6a1c0 Update profiling info allocation logic. by Nicolas Geoffray · 7 years ago
  32. 07c6d72 Revert "Revert "Use OatFileAssistant default filter instead of the dex2oat one"" by Calin Juravle · 7 years ago
  33. 6fc7c4a Merge "Use ArtMethod* .bss entries for HInvokeStaticOrDirect." by Vladimir Marko · 7 years ago
  34. 0758ae7 Introduce a number of MSA instructions for MIPS32 by Lena Djokic · 7 years ago
  35. 206cbaa Layout clinit code items of profiled methods together. by Jeff Hao · 7 years ago
  36. 4d3df91 Merge "Store a copy of MethodDebugInfo in ElfWriter" by Treehugger Robot · 7 years ago
  37. bdb5c83 Merge "Document and use AtomicStack concurrency properties" by Hans Boehm · 7 years ago
  38. f96a2db Store a copy of MethodDebugInfo in ElfWriter by Pirama Arumuga Nainar · 7 years ago
  39. 97acd8a Merge "Use sleep instead of yield." by Nicolas Geoffray · 7 years ago
  40. 265791f Merge "MIPS64: Add min/max MSA instructions" by Aart Bik · 7 years ago
  41. e7e3543 ART: Add SANITIZE_HOST test configurations by Andreas Gampe · 7 years ago
  42. de3a5e9 Use sleep instead of yield. by Nicolas Geoffray · 7 years ago
  43. 0669e6f Merge "Handler-ize InstrumentationListener and related code" by Treehugger Robot · 7 years ago
  44. 3050956 Merge "Be less aggressive when inlining." by Treehugger Robot · 7 years ago
  45. 043c908 Added more functionality to dex file tracking by Bharadwaj Kalandhabhatta · 7 years ago
  46. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 7 years ago
  47. 3b8bbb9 Merge "Don't call EnsureInitialized in the JIT." by Treehugger Robot · 7 years ago
  48. 2127ad8 Merge "Revert "Use OatFileAssistant default filter instead of the dex2oat one"" by Vladimir Marko · 7 years ago
  49. df663fb Revert "Use OatFileAssistant default filter instead of the dex2oat one" by Vladimir Marko · 7 years ago
  50. 5691173 Merge "Only compile hot methods" by Mathieu Chartier · 7 years ago
  51. 05e6047 Merge "Address some review comments for aog/403114" by Mathieu Chartier · 7 years ago
  52. f81621e Be less aggressive when inlining. by Nicolas Geoffray · 7 years ago
  53. 0eb882b Use ArtMethod* .bss entries for HInvokeStaticOrDirect. by Vladimir Marko · 7 years ago
  54. 23ddfe8 Don't call EnsureInitialized in the JIT. by Nicolas Geoffray · 7 years ago
  55. b5f5d74 Merge "Use OatFileAssistant default filter instead of the dex2oat one" by Treehugger Robot · 7 years ago
  56. 3c8a912 Merge "Replace invoke kind kDexCacheViaMethod with kRuntimeCall." by Vladimir Marko · 7 years ago
  57. f62422e Use OatFileAssistant default filter instead of the dex2oat one by Calin Juravle · 7 years ago
  58. 0a87f31 Merge "Revert "Fully support static encoded fields."" by Nicolas Geoffray · 7 years ago
  59. 84c8432 Revert "Fully support static encoded fields." by Nicolas Geoffray · 7 years ago
  60. 61c42e9 Merge "Revert "Fixed Literal String intern mismatch."" by Nicolas Geoffray · 7 years ago
  61. f7ab834 Revert "Fixed Literal String intern mismatch." by Nicolas Geoffray · 7 years ago
  62. bc1c6b6 Merge "Revert "Fixed installation time regression when compile."" by Nicolas Geoffray · 7 years ago
  63. 54c32b1 Revert "Fixed installation time regression when compile." by Nicolas Geoffray · 7 years ago
  64. 658263e MIPS64: Add min/max MSA instructions by Goran Jakovljevic · 7 years ago
  65. 11d72c6 Merge "Dump startup and post startup methods for --dump-only" by Mathieu Chartier · 7 years ago
  66. 7b135c8 Only compile hot methods by Mathieu Chartier · 7 years ago
  67. cebf99c Address some review comments for aog/403114 by Mathieu Chartier · 7 years ago
  68. 28b5c58 Dump startup and post startup methods for --dump-only by Mathieu Chartier · 7 years ago
  69. 6ecff4d Merge "Pass through inputs beyond arguments in invoke." by Aart Bik · 7 years ago
  70. b938fe6 Merge "MIPS32: Add MSA instruction set feature option" by Aart Bik · 7 years ago
  71. ad58e8a Merge "ARM64: SIMD instruction scheduling." by Aart Bik · 7 years ago
  72. f3b5550 Merge "Combine madvise for clearing region space" by Treehugger Robot · 7 years ago
  73. 6811819 Merge "ART: Restrict dex2oat watchdog dumping to host" by Treehugger Robot · 7 years ago
  74. 9116d5a Merge "Don't treat proxy methods as compilable" by Mathieu Chartier · 7 years ago
  75. 7c928f0 Combine madvise for clearing region space by Mathieu Chartier · 7 years ago
  76. 48fde37 ART: Restrict dex2oat watchdog dumping to host by Andreas Gampe · 7 years ago
  77. c3e822b Merge changes I47bd6edc,I0e3e268d by Treehugger Robot · 7 years ago
  78. e913cd0 Merge "ART: Use dex2oat watchdog in host run-test" by Treehugger Robot · 7 years ago
  79. 888dd09 Merge "ART: Add thread dump to dex2oat watchdog" by Treehugger Robot · 7 years ago
  80. 9aeefb2 Merge "ART: Replace some '\n' with std::endl" by Treehugger Robot · 7 years ago
  81. 444d0c5 Merge "ART: Increase stack overflow guard for x86 sanitization" by Treehugger Robot · 7 years ago
  82. fae2e3d Merge "ART: More header cleanups" by Treehugger Robot · 7 years ago
  83. 349f900 Merge "ART: Remove old object_callbacks.h includes" by Treehugger Robot · 7 years ago
  84. e7197bf Replace invoke kind kDexCacheViaMethod with kRuntimeCall. by Vladimir Marko · 7 years ago
  85. f0fc4c6 ARM64: SIMD instruction scheduling. by Artem Serov · 7 years ago
  86. aa5684d MIPS32: Add MSA instruction set feature option by Lena Djokic · 7 years ago
  87. 85adf5a Merge "Fixed installation time regression when compile." by Mathieu Chartier · 7 years ago
  88. 508fdf3 ART: Small class-inl.h cleanup by Andreas Gampe · 7 years ago
  89. 2ff3b97 ART: More header cleanups by Andreas Gampe · 7 years ago
  90. 5d08fcc ART: More header cleanups by Andreas Gampe · 7 years ago
  91. 201e297 Don't treat proxy methods as compilable by Mathieu Chartier · 7 years ago
  92. 57cf00b ART: Remove old object_callbacks.h includes by Andreas Gampe · 7 years ago
  93. 8f98742 Fixed installation time regression when compile. by Chang Xing · 7 years ago
  94. 43ee054 ART: Use dex2oat watchdog in host run-test by Andreas Gampe · 7 years ago
  95. f81e656 Document and use AtomicStack concurrency properties by Hans Boehm · 7 years ago
  96. cd60731 ART: Add thread dump to dex2oat watchdog by Andreas Gampe · 7 years ago
  97. 5544e72 ART: Replace some '\n' with std::endl by Andreas Gampe · 7 years ago
  98. 40c6710 Merge "ART: Disable test 137 for ASAN" by Treehugger Robot · 7 years ago
  99. 3e00363 ART: Increase stack overflow guard for x86 sanitization by Andreas Gampe · 7 years ago
  100. 4f101e5 Merge "ART: Add method names to lock-contention samples" by Treehugger Robot · 7 years ago