1. 23e81a1 Improve ImageWriter logging. by Ian Rogers · 7 years ago
  2. 5da3780 Merge "Prune methods in image DexCache based on referencing class." by Treehugger Robot · 7 years ago
  3. f79aa7f Small refactoring of field/method access checks. by Vladimir Marko · 7 years ago
  4. 3b15545 Prune methods in image DexCache based on referencing class. by Vladimir Marko · 7 years ago
  5. 640fbdc Merge "Disambiguate memory accesses in instruction scheduling" by Nicolas Geoffray · 7 years ago
  6. 4913cf3 Remove obsolete helpers from CompilerDriver. by Vladimir Marko · 7 years ago
  7. 631827d Fixes for constant method handles by Orion Hodson · 7 years ago
  8. 8091ed8 Merge "MIPS: Shorten .bss string/class loads" by Treehugger Robot · 7 years ago
  9. 7df2bb6 Merge "Fix boot classes init when compiling app image" by Mathieu Chartier · 7 years ago
  10. e602b1c Fix boot classes init when compiling app image by Chang Xing · 7 years ago
  11. e128af5 Merge "ARM: ART Vectorizer (64-bit vectors)." by Treehugger Robot · 7 years ago
  12. dd3240c Merge "MIPS32: MoveLocation refactoring" by Aart Bik · 7 years ago
  13. 2a3471f Disambiguate memory accesses in instruction scheduling by xueliang.zhong · 7 years ago
  14. 89ae0f4 Merge "Fix unintended change in JIT inlining heuristics." by Nicolas Geoffray · 7 years ago
  15. aed3dbf Merge "Improve array index analysis in LSA." by Nicolas Geoffray · 7 years ago
  16. 8f7c410 ARM: ART Vectorizer (64-bit vectors). by Artem Serov · 7 years ago
  17. cf96bed Fix unintended change in JIT inlining heuristics. by Nicolas Geoffray · 7 years ago
  18. 740c300 Merge "Add CHECKs to help diagnose a crash seen internally." by Nicolas Geoffray · 7 years ago
  19. 4aa0cf8 Merge "Turn a few DCHECK into CHECKs." by Nicolas Geoffray · 7 years ago
  20. 99f753b Merge "Improved subscript and data dependence analysis." by Treehugger Robot · 7 years ago
  21. 37dc4df Improved subscript and data dependence analysis. by Aart Bik · 7 years ago
  22. 757b26c Add CHECKs to help diagnose a crash seen internally. by Nicolas Geoffray · 7 years ago
  23. c9c3104 Turn a few DCHECK into CHECKs. by Nicolas Geoffray · 7 years ago
  24. 853cc56 Merge "Code cleanup around compiler options and JIT." by Nicolas Geoffray · 7 years ago
  25. 57c4704 Code cleanup around compiler options and JIT. by Nicolas Geoffray · 7 years ago
  26. ba17dbd Revert "Revert "Fixed Literal String intern mismatch."" by Chang Xing · 7 years ago
  27. 76754cc Merge "Prevent loop optimization in debuggable mode." by Aart Bik · 7 years ago
  28. f57c1ae Prevent loop optimization in debuggable mode. by Nicolas Geoffray · 7 years ago
  29. a6d098c Merge "Unrolling and dynamic loop peeling framework in vectorizer." by Aart Bik · 7 years ago
  30. 8098da9 MIPS32: MoveLocation refactoring by Lena Djokic · 7 years ago
  31. 14a68b4 Unrolling and dynamic loop peeling framework in vectorizer. by Aart Bik · 7 years ago
  32. 1b49910 Move libartd-simulator dependency to host-only by Colin Cross · 7 years ago
  33. db87b28 Merge "Don't use the graph's dex file when printing HInvoke." by Nicolas Geoffray · 7 years ago
  34. 80b99c2 Merge "Fix static analyzer warning" by Treehugger Robot · 7 years ago
  35. 5ceac0e Don't use the graph's dex file when printing HInvoke. by Nicolas Geoffray · 7 years ago
  36. 016c0f1 Improve array index analysis in LSA. by xueliang.zhong · 7 years ago
  37. 6fda427 Fix braino when handling branches fallthrough in arm backend. by Nicolas Geoffray · 7 years ago
  38. a4b58ed Fix static analyzer warning by George Burgess IV · 7 years ago
  39. 3f8d2d8 Merge "ART: Fix old warnings" by Treehugger Robot · 7 years ago
  40. 1a0a519 Fix loop optimization in the presence of environment uses. by Nicolas Geoffray · 7 years ago
  41. 69489fa ART: Fix old warnings by Andreas Gampe · 7 years ago
  42. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 7 years ago
  43. a5dcdf3 Merge "Refactor some profiling info functions" by Mathieu Chartier · 7 years ago
  44. bbe3a5e Refactor some profiling info functions by Mathieu Chartier · 7 years ago
  45. f789353 Set the deopt flag after adjusting the stack pointer. by Nicolas Geoffray · 7 years ago
  46. 1cfea7a Code cleanup around vdex. by Nicolas Geoffray · 7 years ago
  47. d58932f Merge "Fix some indentation errors in compiler driver" by Mathieu Chartier · 7 years ago
  48. 7a8bcfd Fix some indentation errors in compiler driver by Mathieu Chartier · 7 years ago
  49. 17498e5 Avoid calling InitializeDependencies for non image case by Mathieu Chartier · 7 years ago
  50. dabeb3a Correctly set oat class status after initializing by Mathieu Chartier · 7 years ago
  51. 16d59b2 Merge "Revert "Revert "Fixed installation time regression when compile.""" by Treehugger Robot · 7 years ago
  52. fd37f1d Revert "Revert "Fixed installation time regression when compile."" by Mathieu Chartier · 7 years ago
  53. 4f5e3cb Add FirstPathFromRootSet and use it to debug reachability issues by Mathieu Chartier · 7 years ago
  54. c0fe9db Merge "Use IntrusiveForwardList<> for Env-/UsePosition." by Vladimir Marko · 7 years ago
  55. 13600e9 Merge "MIPS64: Min/max vectorization support" by Aart Bik · 7 years ago
  56. a74c04b Merge "ART: Clean up asm_support.h" by Treehugger Robot · 7 years ago
  57. b2d18fa ART: Clean up asm_support.h by Andreas Gampe · 7 years ago
  58. 8bdda5a ART: Update stl_util.h by Andreas Gampe · 7 years ago
  59. 58794c5 Merge "ART: Refactor bit_utils and stl_util" by Treehugger Robot · 7 years ago
  60. 86060f9 Merge "Revert "Revert "Fully support static encoded fields.""" by Mathieu Chartier · 7 years ago
  61. 8375e4f Merge "ART: Fix or disable some tidy warnings." by Treehugger Robot · 7 years ago
  62. 05ae674 Merge "Introduce a number of MSA instructions for MIPS32" by Aart Bik · 7 years ago
  63. d632b8b Merge changes I953d774b,Id84c44bf by Treehugger Robot · 7 years ago
  64. f1dd69a Revert "Revert "Fully support static encoded fields."" by Mathieu Chartier · 7 years ago
  65. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 7 years ago
  66. 5fa5c04 MIPS: Shorten .bss string/class loads by Alexey Frunze · 7 years ago
  67. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 7 years ago
  68. 3b7dc35 ART: Clean up allocator.h by Andreas Gampe · 7 years ago
  69. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 7 years ago
  70. 8dfe746 ARM64: Encode constants when it is possible. by Artem Serov · 7 years ago
  71. 6fc7c4a Merge "Use ArtMethod* .bss entries for HInvokeStaticOrDirect." by Vladimir Marko · 7 years ago
  72. 0758ae7 Introduce a number of MSA instructions for MIPS32 by Lena Djokic · 7 years ago
  73. 4d3df91 Merge "Store a copy of MethodDebugInfo in ElfWriter" by Treehugger Robot · 7 years ago
  74. f96a2db Store a copy of MethodDebugInfo in ElfWriter by Pirama Arumuga Nainar · 7 years ago
  75. 265791f Merge "MIPS64: Add min/max MSA instructions" by Aart Bik · 7 years ago
  76. 3050956 Merge "Be less aggressive when inlining." by Treehugger Robot · 7 years ago
  77. 3b8bbb9 Merge "Don't call EnsureInitialized in the JIT." by Treehugger Robot · 7 years ago
  78. 5691173 Merge "Only compile hot methods" by Mathieu Chartier · 7 years ago
  79. f81621e Be less aggressive when inlining. by Nicolas Geoffray · 7 years ago
  80. 0eb882b Use ArtMethod* .bss entries for HInvokeStaticOrDirect. by Vladimir Marko · 7 years ago
  81. 23ddfe8 Don't call EnsureInitialized in the JIT. by Nicolas Geoffray · 7 years ago
  82. 3c8a912 Merge "Replace invoke kind kDexCacheViaMethod with kRuntimeCall." by Vladimir Marko · 7 years ago
  83. 84c8432 Revert "Fully support static encoded fields." by Nicolas Geoffray · 7 years ago
  84. f7ab834 Revert "Fixed Literal String intern mismatch." by Nicolas Geoffray · 7 years ago
  85. bc1c6b6 Merge "Revert "Fixed installation time regression when compile."" by Nicolas Geoffray · 7 years ago
  86. 54c32b1 Revert "Fixed installation time regression when compile." by Nicolas Geoffray · 7 years ago
  87. 8fea1e1 MIPS64: Min/max vectorization support by Goran Jakovljevic · 7 years ago
  88. 658263e MIPS64: Add min/max MSA instructions by Goran Jakovljevic · 7 years ago
  89. 7b135c8 Only compile hot methods by Mathieu Chartier · 7 years ago
  90. 6ecff4d Merge "Pass through inputs beyond arguments in invoke." by Aart Bik · 7 years ago
  91. ad58e8a Merge "ARM64: SIMD instruction scheduling." by Aart Bik · 7 years ago
  92. c3e822b Merge changes I47bd6edc,I0e3e268d by Treehugger Robot · 7 years ago
  93. fae2e3d Merge "ART: More header cleanups" by Treehugger Robot · 7 years ago
  94. e7197bf Replace invoke kind kDexCacheViaMethod with kRuntimeCall. by Vladimir Marko · 7 years ago
  95. f0fc4c6 ARM64: SIMD instruction scheduling. by Artem Serov · 7 years ago
  96. 508fdf3 ART: Small class-inl.h cleanup by Andreas Gampe · 7 years ago
  97. 2ff3b97 ART: More header cleanups by Andreas Gampe · 7 years ago
  98. 5d08fcc ART: More header cleanups by Andreas Gampe · 7 years ago
  99. 8f98742 Fixed installation time regression when compile. by Chang Xing · 7 years ago
  100. 6e92fb3 Pass through inputs beyond arguments in invoke. by Aart Bik · 7 years ago