1. f7d9946 Remove too aggressive DCHECKs. by Nicolas Geoffray · 8 years ago
  2. 355d93c Merge "Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces.""" into nyc-dev by Nicolas Geoffray · 8 years ago
  3. 2f11681 Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces."" by Nicolas Geoffray · 8 years ago
  4. f479d77 ART: ArrayGet hoisting restriction added. by Anton Shamin · 9 years ago
  5. 2dc77ec Fix ArtMethod::GetInvokeType for static methods on interfaces. by Nicolas Geoffray · 8 years ago
  6. e1dfa0c Fix a bug in reference type propagation. by Nicolas Geoffray · 8 years ago
  7. a6e95b3 Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information. by Aart Bik · 9 years ago
  8. bf0c2e7 Merge "Fix another case of live_in at irreducible loop entry." into nyc-dev by TreeHugger Robot · 9 years ago
  9. 77ce643 Fix another case of live_in at irreducible loop entry. by Nicolas Geoffray · 9 years ago
  10. 63347bb Reduce memory usage of SSA Phi elimination and make it faster. by Vladimir Marko · 9 years ago
  11. a26b3c5 Attribute arena allocations previously marked as STL. by Vladimir Marko · 9 years ago
  12. 74acb01 Merge "ART: Fix dominance for irreducible loops" into nyc-dev by TreeHugger Robot · 9 years ago
  13. 7e589fe ART: Fix dominance for irreducible loops by David Brazdil · 9 years ago
  14. b7a459b Merge "Optimizing: LoadString may not have any side effects." into nyc-dev by Vladimir Marko · 9 years ago
  15. bf12e4d Optimizing: LoadString may not have any side effects. by Vladimir Marko · 9 years ago
  16. 6282080 Merge "Relax the DCHECK in load store elimination." into nyc-dev by TreeHugger Robot · 9 years ago
  17. bb2c93b Relax the DCHECK in load store elimination. by Nicolas Geoffray · 9 years ago
  18. ffaa91d Workaround invokesuper underspecified behavior. by Aart Bik · 9 years ago
  19. e4a97f9 Stop populating irreducible loop at header by David Brazdil · 9 years ago
  20. 89db4e6 Do not look at dead phis during SsaRedundantPhiElimination. by Nicolas Geoffray · 9 years ago
  21. 366728f Remove invoke after inlining. by Nicolas Geoffray · 9 years ago
  22. 19b5021 Forbid HDeoptimize instructions in OSR methods. by Nicolas Geoffray · 9 years ago
  23. 2f82b70 ART: Disable back edge uses for irreducible loops by David Brazdil · 9 years ago
  24. e5de54c Split profile recording from jit compilation by Calin Juravle · 9 years ago
  25. d1d7c40 Test component type for errors too. With regression test. by Aart Bik · 9 years ago
  26. 21aa4d4 Make sure the referring class is in the dex cache. by Nicolas Geoffray · 9 years ago
  27. 62e631a Add flag to ArtMethod to skip compilation. by Nicolas Geoffray · 9 years ago
  28. 06a2b01 ART: Naive NullCheck elimination in InstructionBuilder by David Brazdil · 9 years ago
  29. be72dc9 Merge "Use dex cache from compilation unit in RTP." into nyc-dev by Vladimir Marko · 9 years ago
  30. d974379 ART: Address late comments on a GVN memory-saving CL by David Brazdil · 9 years ago
  31. a4336d2 Use dex cache from compilation unit in RTP. by Vladimir Marko · 9 years ago
  32. 4283aa9 Reduce memory usage in GVN by David Brazdil · 9 years ago
  33. 9ef2654 Fix HInstruction::ReplaceInput(), allow no-op. by Vladimir Marko · 9 years ago
  34. 709fb64 Merge "Avoid constructing types with errors." into nyc-dev by Aart Bik · 9 years ago
  35. fa7f589 Reuse HUseListNode<>s when replacing instruction or input. by Vladimir Marko · 9 years ago
  36. d59f3b1 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 9 years ago
  37. c88af3f Merge changes I5044e94b,I149273b7 into nyc-dev by Vladimir Marko · 9 years ago
  38. 7de2439 Avoid constructing types with errors. by Aart Bik · 9 years ago
  39. 8b336cd Merge "Use dex cache from compilation unit in HInstructionBuilder." into nyc-dev by TreeHugger Robot · 9 years ago
  40. 14b0b23 ART: Fix IsLinearOrderWellFormed in liveness analysis by David Brazdil · 9 years ago
  41. 116e6e2 Use dex cache from compilation unit in HInstructionBuilder. by Vladimir Marko · 9 years ago
  42. 3563c44 Fix inlining loops in OSR mode. by Vladimir Marko · 9 years ago
  43. c393d63 Fix: correctly destruct VIXL labels. by Alexandre Rames · 9 years ago
  44. d1ee809 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
  45. 2efdde2 Merge changes Id1538275,I63632e88 into nyc-dev by David Brazdil · 9 years ago
  46. c93a0d1 ART: Update DCHECKs in SsaLivenessAnalysis::AddBackEdgeUses by David Brazdil · 9 years ago
  47. a2bbdc3 ART: Save a bit of memory in production LICM by David Brazdil · 9 years ago
  48. d58b837 Allocate code generators on the arena. by Vladimir Marko · 9 years ago
  49. 934c5b6 Merge "Small changes in ARM and x86-64 SystemArrayCopy intrinsics." by Roland Levillain · 9 years ago
  50. ebea3d2 Small changes in ARM and x86-64 SystemArrayCopy intrinsics. by Roland Levillain · 9 years ago
  51. c2e8af9 ART: Speed up HGraph::PopulateIrreducibleRecursive by David Brazdil · 9 years ago
  52. c4ae916 Store precice set of which constructors require barriers by Mathieu Chartier · 9 years ago
  53. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  54. 391e155 Merge "Optimizing: Fix codegens for MethodLoadKind::kDexCacheViaMethod." by Vladimir Marko · 9 years ago
  55. a3aef2e Move optimizations out of HInliner::TryBuildAndInlineHelper. by Roland Levillain · 9 years ago
  56. 40ecb12 Optimizing: Fix codegens for MethodLoadKind::kDexCacheViaMethod. by Vladimir Marko · 9 years ago
  57. 96de6c3 Merge "Implement ARM64 support for SystemArrayCopy()" by Roland Levillain · 9 years ago
  58. 75563e3 Merge "Clean up OatQuickMethodHeader after Quick removal." by Vladimir Marko · 9 years ago
  59. 7d9a5b0 Merge "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  60. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  61. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
  62. eb98c0d Merge "Please Clang wrt stack frames in HInliner::TryBuildAndInlineHelper." by Roland Levillain · 9 years ago
  63. a8013fd Please Clang wrt stack frames in HInliner::TryBuildAndInlineHelper. by Roland Levillain · 9 years ago
  64. 2f92ec8 Merge "Use bit-level packing for InlineInfo in stackmaps as well." by Calin Juravle · 9 years ago
  65. 75ee5c2 Merge "Fix BitCount intrinsics assertions." by Roland Levillain · 9 years ago
  66. 7e168f6 Merge "Improve debugging in art/compiler/optimizing/common_arm64.h." by Roland Levillain · 9 years ago
  67. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  68. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 9 years ago
  69. 3a448e4 Improve debugging in art/compiler/optimizing/common_arm64.h. by Roland Levillain · 9 years ago
  70. fa3912e Fix BitCount intrinsics assertions. by Roland Levillain · 9 years ago
  71. 61b28a1 Use bit-level packing for InlineInfo in stackmaps as well. by David Srbecky · 9 years ago
  72. fe2b137 Merge "Pack stack map entries on bit level to save space." by Calin Juravle · 9 years ago
  73. c2ec9ad Implement ARM64 support for SystemArrayCopy() by donghui.bai · 9 years ago
  74. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 9 years ago
  75. b0170f0 Merge "Fix Boolean to integral types conversions." by Roland Levillain · 9 years ago
  76. 922b88c Merge "ART: Fix TypeConversion from long const to float on x86_64" by David Brazdil · 9 years ago
  77. 4c858cd ART: Fix TypeConversion from long const to float on x86_64 by Pavel Vyssotski · 9 years ago
  78. 20eef17 Merge "Fix arm64 simplifier bug that tries to remove same statement twice. With fail-before/pass-after test (on arm64)." by Aart Bik · 9 years ago
  79. 968056f Fix arm64 simplifier bug that tries to remove same statement twice. by Aart Bik · 9 years ago
  80. f355c3f Fix Boolean to integral types conversions. by Roland Levillain · 9 years ago
  81. db8e62d Optimizing: Clean up after const-string sharpening. by Vladimir Marko · 9 years ago
  82. 085055f Merge "Optimizing: Improve const-string code generation." by Vladimir Marko · 9 years ago
  83. a1eff4f Merge "X86_64: Replace x86_64 xchg instruction use" by Vladimir Marko · 9 years ago
  84. fa02c9d ART: Flush ostream less frequently in GraphVisualizer by David Brazdil · 9 years ago
  85. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 9 years ago
  86. 6f51d77 Merge "Optimizing: Reduce arena memory used by GraphChecker." by Vladimir Marko · 9 years ago
  87. ef94b54 Merge "ART: Clean up verifier" by Andreas Gampe · 9 years ago
  88. bf9611f ART: Clean up verifier by Andreas Gampe · 9 years ago
  89. 7829691 Fix bug not accounting for type in induction comparison. Extended unit tests. by Aart Bik · 9 years ago
  90. b0b3859 Merge "Avoid removing new-instance instruction twice. Includes a fail-before/pass-after regression test." by Aart Bik · 9 years ago
  91. eda3140 Avoid removing new-instance instruction twice. by Aart Bik · 9 years ago
  92. 947eb70 Optimizing: Reduce arena memory used by GraphChecker. by Vladimir Marko · 9 years ago
  93. 62e78a7 Merge "ART: Fix order of operations in HBasicBlock::DisconnectAndDelete" by David Brazdil · 9 years ago
  94. 9eeebf6 ART: Fix order of operations in HBasicBlock::DisconnectAndDelete by David Brazdil · 9 years ago
  95. 594973c Merge "ART: Loosen a GraphChecker rule on Boolean inputs" by David Brazdil · 9 years ago
  96. 11edec7 ART: Loosen a GraphChecker rule on Boolean inputs by David Brazdil · 9 years ago
  97. 2e38434 Merge "Post-Quick cleanup: Remove CompilationUnit." by Vladimir Marko · 9 years ago
  98. 0ced281 Merge "Clean up art::HConstant predicates." by Roland Levillain · 9 years ago
  99. 843a655 Merge "Do a null check on the sibling in the register allocator." by Nicolas Geoffray · 9 years ago
  100. 32cc778 Do a null check on the sibling in the register allocator. by Nicolas Geoffray · 9 years ago