1. 2efce70 Merge "X86/X86_64: Switch to locked add from mfence" by Aart Bik · 9 years ago
  2. 94408d3 ART: Address late comments on a GVN memory-saving CL by David Brazdil · 9 years ago
  3. cc857cf Reduce memory usage in GVN by David Brazdil · 9 years ago
  4. c6b5627 Fix HInstruction::ReplaceInput(), allow no-op. by Vladimir Marko · 9 years ago
  5. a584db5 Merge "Fix RTP to hold mutator lock while using raw mirror pointers." by Vladimir Marko · 9 years ago
  6. 62977ff Fix RTP to hold mutator lock while using raw mirror pointers. by Vladimir Marko · 9 years ago
  7. 5eda02c Merge "Reuse HUseListNode<>s when replacing instruction or input." by Vladimir Marko · 9 years ago
  8. 5eed0c5 Fix reference_type_propagation_test. by Vladimir Marko · 9 years ago
  9. b4154d3 Merge "Revert "Revert "Use dex cache from compilation unit in RTP.""" by Vladimir Marko · 9 years ago
  10. 31244b4 Do not use EXPECT_DEATH in unit test, fails on device. by Aart Bik · 9 years ago
  11. 3c19d3e Reuse HUseListNode<>s when replacing instruction or input. by Vladimir Marko · 9 years ago
  12. 6435910 Merge "Use iterators "before" the use node in HUserRecord<>." by Vladimir Marko · 9 years ago
  13. 456307a Revert "Revert "Use dex cache from compilation unit in RTP."" by Vladimir Marko · 9 years ago
  14. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 9 years ago
  15. 5f6b908 Merge "Avoid constructing types with errors." by Aart Bik · 9 years ago
  16. c5c508d Merge "Fix inlining loops in OSR mode." by Vladimir Marko · 9 years ago
  17. fd66c50 Fix inlining loops in OSR mode. by Vladimir Marko · 9 years ago
  18. fa3091e ART: Fix IsLinearOrderWellFormed in liveness analysis by David Brazdil · 9 years ago
  19. 8b3f9b2 Avoid constructing types with errors. by Aart Bik · 9 years ago
  20. 2dcab78 Merge "Remove the no-longer-needed F/I and D/J alias." by Aart Bik · 9 years ago
  21. 979fb00 Merge "Fix: correctly destruct VIXL labels." by Roland Levillain · 9 years ago
  22. 18b36ab Remove the no-longer-needed F/I and D/J alias. by Aart Bik · 9 years ago
  23. 05241f4 Merge "Enable allocation elimination as part of LSE" by Mingyao Yang · 9 years ago
  24. 34d9b04 Revert "Use dex cache from compilation unit in RTP." by Nicolas Geoffray · 9 years ago
  25. 062157f Enable allocation elimination as part of LSE by Mingyao Yang · 9 years ago
  26. c01a664 Fix: correctly destruct VIXL labels. by Alexandre Rames · 9 years ago
  27. 27bb86e Use dex cache from compilation unit in RTP. by Vladimir Marko · 9 years ago
  28. a2a8434 Merge "ART: Save a bit of memory in production LICM" by David Brazdil · 9 years ago
  29. aa680e8 ART: Save a bit of memory in production LICM by David Brazdil · 9 years ago
  30. adf8491 ART: Update DCHECKs in SsaLivenessAnalysis::AddBackEdgeUses by David Brazdil · 9 years ago
  31. 89c31e3 Merge "Use dex cache from compilation unit in HInstructionBuilder." by Vladimir Marko · 9 years ago
  32. 3cd50df Use dex cache from compilation unit in HInstructionBuilder. by Vladimir Marko · 9 years ago
  33. dc1d104 Merge "Revert "Remove the no-longer-needed F/I and D/J alias."" by Aart Bik · 9 years ago
  34. 1f7624c Revert "Remove the no-longer-needed F/I and D/J alias." by Aart Bik · 9 years ago
  35. 8d4b37e Merge "Move Assemblers to the Arena." by Vladimir Marko · 9 years ago
  36. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
  37. de76960 Merge "Remove the no-longer-needed F/I and D/J alias." by Aart Bik · 9 years ago
  38. 2f52064 Remove the no-longer-needed F/I and D/J alias. by Aart Bik · 9 years ago
  39. 7aa04a1 X86/X86_64: Switch to locked add from mfence by Mark Mendell · 10 years ago
  40. d58b837 Allocate code generators on the arena. by Vladimir Marko · 9 years ago
  41. 934c5b6 Merge "Small changes in ARM and x86-64 SystemArrayCopy intrinsics." by Roland Levillain · 9 years ago
  42. ebea3d2 Small changes in ARM and x86-64 SystemArrayCopy intrinsics. by Roland Levillain · 9 years ago
  43. c2e8af9 ART: Speed up HGraph::PopulateIrreducibleRecursive by David Brazdil · 9 years ago
  44. c4ae916 Store precice set of which constructors require barriers by Mathieu Chartier · 9 years ago
  45. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  46. 391e155 Merge "Optimizing: Fix codegens for MethodLoadKind::kDexCacheViaMethod." by Vladimir Marko · 9 years ago
  47. a3aef2e Move optimizations out of HInliner::TryBuildAndInlineHelper. by Roland Levillain · 9 years ago
  48. 40ecb12 Optimizing: Fix codegens for MethodLoadKind::kDexCacheViaMethod. by Vladimir Marko · 9 years ago
  49. 96de6c3 Merge "Implement ARM64 support for SystemArrayCopy()" by Roland Levillain · 9 years ago
  50. 75563e3 Merge "Clean up OatQuickMethodHeader after Quick removal." by Vladimir Marko · 9 years ago
  51. 7d9a5b0 Merge "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  52. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  53. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
  54. eb98c0d Merge "Please Clang wrt stack frames in HInliner::TryBuildAndInlineHelper." by Roland Levillain · 9 years ago
  55. a8013fd Please Clang wrt stack frames in HInliner::TryBuildAndInlineHelper. by Roland Levillain · 9 years ago
  56. 2f92ec8 Merge "Use bit-level packing for InlineInfo in stackmaps as well." by Calin Juravle · 9 years ago
  57. 75ee5c2 Merge "Fix BitCount intrinsics assertions." by Roland Levillain · 9 years ago
  58. 7e168f6 Merge "Improve debugging in art/compiler/optimizing/common_arm64.h." by Roland Levillain · 9 years ago
  59. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  60. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 9 years ago
  61. 3a448e4 Improve debugging in art/compiler/optimizing/common_arm64.h. by Roland Levillain · 9 years ago
  62. fa3912e Fix BitCount intrinsics assertions. by Roland Levillain · 9 years ago
  63. 61b28a1 Use bit-level packing for InlineInfo in stackmaps as well. by David Srbecky · 9 years ago
  64. fe2b137 Merge "Pack stack map entries on bit level to save space." by Calin Juravle · 9 years ago
  65. c2ec9ad Implement ARM64 support for SystemArrayCopy() by donghui.bai · 9 years ago
  66. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 9 years ago
  67. b0170f0 Merge "Fix Boolean to integral types conversions." by Roland Levillain · 9 years ago
  68. 922b88c Merge "ART: Fix TypeConversion from long const to float on x86_64" by David Brazdil · 9 years ago
  69. 4c858cd ART: Fix TypeConversion from long const to float on x86_64 by Pavel Vyssotski · 9 years ago
  70. 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
  71. 968056f Fix arm64 simplifier bug that tries to remove same statement twice. by Aart Bik · 9 years ago
  72. f355c3f Fix Boolean to integral types conversions. by Roland Levillain · 9 years ago
  73. db8e62d Optimizing: Clean up after const-string sharpening. by Vladimir Marko · 9 years ago
  74. 085055f Merge "Optimizing: Improve const-string code generation." by Vladimir Marko · 9 years ago
  75. a1eff4f Merge "X86_64: Replace x86_64 xchg instruction use" by Vladimir Marko · 9 years ago
  76. fa02c9d ART: Flush ostream less frequently in GraphVisualizer by David Brazdil · 9 years ago
  77. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 9 years ago
  78. 6f51d77 Merge "Optimizing: Reduce arena memory used by GraphChecker." by Vladimir Marko · 9 years ago
  79. ef94b54 Merge "ART: Clean up verifier" by Andreas Gampe · 9 years ago
  80. bf9611f ART: Clean up verifier by Andreas Gampe · 9 years ago
  81. 7829691 Fix bug not accounting for type in induction comparison. Extended unit tests. by Aart Bik · 9 years ago
  82. b0b3859 Merge "Avoid removing new-instance instruction twice. Includes a fail-before/pass-after regression test." by Aart Bik · 9 years ago
  83. eda3140 Avoid removing new-instance instruction twice. by Aart Bik · 9 years ago
  84. 947eb70 Optimizing: Reduce arena memory used by GraphChecker. by Vladimir Marko · 9 years ago
  85. 62e78a7 Merge "ART: Fix order of operations in HBasicBlock::DisconnectAndDelete" by David Brazdil · 9 years ago
  86. 9eeebf6 ART: Fix order of operations in HBasicBlock::DisconnectAndDelete by David Brazdil · 9 years ago
  87. 594973c Merge "ART: Loosen a GraphChecker rule on Boolean inputs" by David Brazdil · 9 years ago
  88. 11edec7 ART: Loosen a GraphChecker rule on Boolean inputs by David Brazdil · 9 years ago
  89. 2e38434 Merge "Post-Quick cleanup: Remove CompilationUnit." by Vladimir Marko · 9 years ago
  90. 0ced281 Merge "Clean up art::HConstant predicates." by Roland Levillain · 9 years ago
  91. 843a655 Merge "Do a null check on the sibling in the register allocator." by Nicolas Geoffray · 9 years ago
  92. 32cc778 Do a null check on the sibling in the register allocator. by Nicolas Geoffray · 9 years ago
  93. 63ec322 Merge "Optimizing: Do not insert suspend checks on back-edges." by Vladimir Marko · 9 years ago
  94. df73984 Post-Quick cleanup: Remove CompilationUnit. by Vladimir Marko · 9 years ago
  95. d96a246 Optimizing: Do not insert suspend checks on back-edges. by Vladimir Marko · 9 years ago
  96. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 9 years ago
  97. 541261e Merge "Fix and improve shift and rotate operations." by Roland Levillain · 9 years ago
  98. c9b21f8 Fix some typos in art/compiler/optimizing/nodes.cc. by Roland Levillain · 9 years ago
  99. 7ee5bc5 Merge "Ensure object ArraySet with null value does not need a type check." by Roland Levillain · 9 years ago
  100. dba2b19 Merge "Relax too strong DCHECK." by Nicolas Geoffray · 9 years ago