1. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 9 years ago
  2. d29e848 ART: Fix Quick/Optimizing suspend check assumption mismatch. by Vladimir Marko · 9 years ago
  3. dde9827 Fix case where block has no predecessor for StringChange. by Jeff Hao · 9 years ago
  4. f11c420 Quick: Fix optimizations for empty if blocks. by Vladimir Marko · 9 years ago
  5. 67c8c94 Quick: Fix LoopRepeatingTopologicalSortIterator. by Vladimir Marko · 9 years ago
  6. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  7. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  8. 3adfc4b Merge "Quick: Avoid unnecessary GVN work in release builds." by Vladimir Marko · 9 years ago
  9. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  10. f725550 Quick: Avoid unnecessary GVN work in release builds. by Vladimir Marko · 9 years ago
  11. 24d65cc ART: Fix missing dependency between GVN and other passes by Andreas Gampe · 9 years ago
  12. ad67727 Quick: Fix and enable DCE and improve GVN/DCE cleanup. by Vladimir Marko · 9 years ago
  13. c91df2d Revert "Revert "Quick: Rewrite type inference pass."" by Vladimir Marko · 9 years ago
  14. 1b717f6 Revert "Quick: Rewrite type inference pass." by Andreas Gampe · 9 years ago
  15. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  16. e490b01 Quick: Rewrite type inference pass. by Vladimir Marko · 10 years ago
  17. 87b7c52 Quick: Clean up temp use counting. by Vladimir Marko · 9 years ago
  18. cc23481 Promote pointer to dex cache arrays on arm. by Vladimir Marko · 9 years ago
  19. 6e07183 Quick: Fix "select" pattern to update data used for GC maps. by Vladimir Marko · 9 years ago
  20. 22fe45d Quick: Eliminate check-cast guaranteed by instance-of. by Vladimir Marko · 9 years ago
  21. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  22. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  23. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  24. b666f48 Move arenas into runtime by Mathieu Chartier · 10 years ago
  25. 7a01dc2 Dead code elimination based on GVN results. by Vladimir Marko · 10 years ago
  26. e4fcc5b Clean up Scoped-/ArenaAlocator array allocations. by Vladimir Marko · 10 years ago
  27. ea39216 AdvanceMIR does not know how to passthrough the empty block by Serguei Katkov · 10 years ago
  28. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  29. 066f9e4 Quick: Clean up optimization pass order. by Vladimir Marko · 10 years ago
  30. db75f3c Merge "Clean up dead loops before suspend check elimination." by Vladimir Marko · 10 years ago
  31. 202eaaf Merge "Clean up post-opt passes, perform only those we need." by Vladimir Marko · 10 years ago
  32. 341e425 Clean up dead loops before suspend check elimination. by Vladimir Marko · 10 years ago
  33. 315cc20 Clean up MIRGraph::CanThrow(). by Vladimir Marko · 10 years ago
  34. ffda499 Clean up post-opt passes, perform only those we need. by Vladimir Marko · 10 years ago
  35. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  36. a262f77 ARM: Combine multiply accumulate operations. by Ningsheng Jian · 10 years ago
  37. 6bb3919 Merge "Quick: Redefine the notion of back-egdes." by Vladimir Marko · 10 years ago
  38. 8b858e1 Quick: Redefine the notion of back-egdes. by Vladimir Marko · 10 years ago
  39. b218c85 ART: Clear use count for unused VRs. by Zheng Xu · 10 years ago
  40. 9af6929 Quick: Fix code layout pass; don't terminate too early. by Vladimir Marko · 10 years ago
  41. 7ab2fce Refactor handling of conditional branches with known result. by Vladimir Marko · 10 years ago
  42. 26e7d45 Eliminate suspend checks on back-edges to return insn. by Vladimir Marko · 10 years ago
  43. c215504 Merge "ART: Fix NullCheckElimination, BBCombine, and SplitBlock" by Vladimir Marko · 10 years ago
  44. c7a77bf ART: Fix NullCheckElimination, BBCombine, and SplitBlock by Razvan A Lupusoru · 10 years ago
  45. af6925b Rewrite GVN's field id and field type handling. by Vladimir Marko · 10 years ago
  46. f585e54 Clean up MIRGraph pass temporaries. by Vladimir Marko · 10 years ago
  47. 08794a9 Fix CombineBlocks optimization by Serguei Katkov · 10 years ago
  48. ad17d41 Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)" by Andreas Gampe · 10 years ago
  49. 785d2f2 ART: Replace COMPILE_ASSERT with static_assert (compiler) by Andreas Gampe · 10 years ago
  50. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  51. 66c6d7b Rewrite class initialization check elimination. by Vladimir Marko · 10 years ago
  52. 415ac88 Quick: In GVN, apply modifications early if outside loop. by Vladimir Marko · 10 years ago
  53. 312eb25 Quick: Improve the BBCombine pass. by Vladimir Marko · 10 years ago
  54. 7baa6f8 Rewrite null check elimination to work on dalvik regs. by Vladimir Marko · 10 years ago
  55. 423b137 ART: NullCheckElimination should converge with MIR_IGNORE_NULL_CHECK by Yevgeny Rouban · 10 years ago
  56. 7cd01f5 Add regression test for null check elimination. by Vladimir Marko · 10 years ago
  57. 72ab3ca Merge "Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK"" by Vladimir Marko · 10 years ago
  58. cb46ee1 Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK" by Vladimir Marko · 10 years ago
  59. 5229cf1 Quick: Reduce memory usage and improve compile time. by Vladimir Marko · 10 years ago
  60. 67c72b8 Quick: Separate null check elimination and type inference. by Vladimir Marko · 10 years ago
  61. edc34c8 Merge "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK" by Bill Buzbee · 10 years ago
  62. 504b788 ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK by Yevgeny Rouban · 10 years ago
  63. 8ac41af ART: Fix SelectKind to work with nullptr by Chao-ying Fu · 10 years ago
  64. 7503597 ART: Deprecate CompilationUnit's code_item by Razvan A Lupusoru · 10 years ago
  65. e39c54e Deprecate GrowableArray, use ArenaVector instead. by Vladimir Marko · 10 years ago
  66. c80605d ART: Consider clinit elimination for inlining by Razvan A Lupusoru · 10 years ago
  67. 75bcc37 ART: Fix variable formatting and CodeLayout's multiple visits by Jean Christophe Beyler · 10 years ago
  68. 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 10 years ago
  69. 1ff1747 Merge "ART: Extending FlagsOf" by Ian Rogers · 10 years ago
  70. fb0ea2d ART: Extending FlagsOf by Jean Christophe Beyler · 10 years ago
  71. 53c913b ART: Clean up compiler by Andreas Gampe · 10 years ago
  72. d04d309 ART: Support MIRGraph constant interface by Razvan A Lupusoru · 10 years ago
  73. e77493c Make common BitVector operations inline-able. by Ian Rogers · 10 years ago
  74. f1770fd Fix missing operation in CombineBlocks by Junmo Park · 10 years ago
  75. b19955d Reduce time and memory usage of GVN. by Vladimir Marko · 10 years ago
  76. a65d63e Merge "SetConstantWide should mark both SSA regs as constant" by Bill Buzbee · 10 years ago
  77. 55fff04 Rewrite topological sort order and improve GVN. by Vladimir Marko · 10 years ago
  78. 0a810d2 Fix null pointer check elimination for catch entries. by Vladimir Marko · 10 years ago
  79. 597da1f SetConstantWide should mark both SSA regs as constant by Serguei Katkov · 10 years ago
  80. 2ab40eb ART: Add Invokes to DecodedInstruction by Jean Christophe Beyler · 10 years ago
  81. cb80474 ART: Rename CallInlining to SpecialMethodInliner by Razvan A Lupusoru · 10 years ago
  82. 95a0597 Global Value Numbering. by Vladimir Marko · 10 years ago
  83. f418f32 Handle potential <clinit>() correctly in LVN. by Vladimir Marko · 10 years ago
  84. c26efa8 ART: Update the DecodedInstruction for the Fused extended bytecodes. by Jean Christophe Beyler · 10 years ago
  85. e4283be Merge "Quick compiler: fix array overrun." by buzbee · 10 years ago
  86. 35ba7f3 Quick compiler: fix array overrun. by buzbee · 10 years ago
  87. 05e27ff AArch64: Enable extended MIR by Serban Constantinescu · 10 years ago
  88. 2ac01fc Improve tracking of memory locations in LVN. by Vladimir Marko · 10 years ago
  89. 54d36b6 Create two CompilerTemp for a wide compiler temp by Chao-ying Fu · 10 years ago
  90. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  91. 69f08ba Clean up ScopedArenaAllocatorAdapter. by Vladimir Marko · 10 years ago
  92. 221b86d Merge "ART: BitVector and Optimization changes" by Vladimir Marko · 10 years ago
  93. b5c9b40 ART: BitVector and Optimization changes by Jean Christophe Beyler · 10 years ago
  94. 0add77a ART: Ensure use counts updated when adding SSA reg by Mark Mendell · 10 years ago
  95. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  96. 29a2648 Move DecodedInstruction into MIR. by Ian Rogers · 10 years ago
  97. cc794c3 ART: Move oat_data_flow_attributes_ to private and put an API by Jean Christophe Beyler · 10 years ago
  98. 9d89466 Skip BBs without SSA representation in the Constant Propagation phase by Alexei Zavjalov · 10 years ago
  99. 6a58cb1 art: Handle x86_64 architecture equal to x86 by Dmitry Petrochenko · 10 years ago
  100. 9820b7c Early inlining of simple methods. by Vladimir Marko · 11 years ago