1. e835f3a Merge changes from topic 'rr_barrier' by Mathieu Chartier · 9 years ago
  2. c4ae916 Store precice set of which constructors require barriers by Mathieu Chartier · 9 years ago
  3. e1bcd8a Revert "Disable some image_test cases with concurrent collector." by Hiroshi Yamauchi · 9 years ago
  4. 1d6fdaf Fix image_test for the CC collector. by Hiroshi Yamauchi · 9 years ago
  5. b5d3861 Revert "Revert "Check if we require barrier if we did not resolve classes"" by Mathieu Chartier · 9 years ago
  6. 371bd83 Revert "Revert "Change RequiresConstructorBarrier default to yes"" by Mathieu Chartier · 9 years ago
  7. 7fa1f92 Merge "Remove more Quick-related macros in tests." by Roland Levillain · 9 years ago
  8. 8913162 Merge "Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""" by David Brazdil · 9 years ago
  9. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  10. 8b233fc Remove more Quick-related macros in tests. by Roland Levillain · 9 years ago
  11. 950dd55 Merge "Revert "Change RequiresConstructorBarrier default to yes"" by Roland Levillain · 9 years ago
  12. 0436ee6 Revert "Change RequiresConstructorBarrier default to yes" by Roland Levillain · 9 years ago
  13. 35d6a42 Merge "Revert "Check if we require barrier if we did not resolve classes"" by Roland Levillain · 9 years ago
  14. a7ab499 Revert "Check if we require barrier if we did not resolve classes" by Roland Levillain · 9 years ago
  15. 391e155 Merge "Optimizing: Fix codegens for MethodLoadKind::kDexCacheViaMethod." by Vladimir Marko · 9 years ago
  16. 791947d Merge "Move optimizations out of HInliner::TryBuildAndInlineHelper." by Roland Levillain · 9 years ago
  17. 20fd7cd Check if we require barrier if we did not resolve classes by Mathieu Chartier · 9 years ago
  18. f2f0f4b Change RequiresConstructorBarrier default to yes by Mathieu Chartier · 9 years ago
  19. 0fb09f7 Merge "Fix and re-enable compiler_driver_test" by Yi Kong · 9 years ago
  20. 5dcf19d Fix and re-enable compiler_driver_test by Yi Kong · 9 years ago
  21. a3aef2e Move optimizations out of HInliner::TryBuildAndInlineHelper. by Roland Levillain · 9 years ago
  22. 40ecb12 Optimizing: Fix codegens for MethodLoadKind::kDexCacheViaMethod. by Vladimir Marko · 9 years ago
  23. 96de6c3 Merge "Implement ARM64 support for SystemArrayCopy()" by Roland Levillain · 9 years ago
  24. 83ca47a Remove unused 'status' variable by Goran Jakovljevic · 9 years ago
  25. 75563e3 Merge "Clean up OatQuickMethodHeader after Quick removal." by Vladimir Marko · 9 years ago
  26. 085a072 Mark array classes as verification attempted by Mathieu Chartier · 9 years ago
  27. 7d9a5b0 Merge "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  28. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  29. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
  30. eb98c0d Merge "Please Clang wrt stack frames in HInliner::TryBuildAndInlineHelper." by Roland Levillain · 9 years ago
  31. a8013fd Please Clang wrt stack frames in HInliner::TryBuildAndInlineHelper. by Roland Levillain · 9 years ago
  32. 2f92ec8 Merge "Use bit-level packing for InlineInfo in stackmaps as well." by Calin Juravle · 9 years ago
  33. 75ee5c2 Merge "Fix BitCount intrinsics assertions." by Roland Levillain · 9 years ago
  34. 7e168f6 Merge "Improve debugging in art/compiler/optimizing/common_arm64.h." by Roland Levillain · 9 years ago
  35. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  36. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 9 years ago
  37. 3a448e4 Improve debugging in art/compiler/optimizing/common_arm64.h. by Roland Levillain · 9 years ago
  38. fa3912e Fix BitCount intrinsics assertions. by Roland Levillain · 9 years ago
  39. 61b28a1 Use bit-level packing for InlineInfo in stackmaps as well. by David Srbecky · 9 years ago
  40. fe2b137 Merge "Pack stack map entries on bit level to save space." by Calin Juravle · 9 years ago
  41. c2ec9ad Implement ARM64 support for SystemArrayCopy() by donghui.bai · 9 years ago
  42. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 9 years ago
  43. ef88a11 Fix silly gcc warning. by Vladimir Marko · 9 years ago
  44. b0170f0 Merge "Fix Boolean to integral types conversions." by Roland Levillain · 9 years ago
  45. 922b88c Merge "ART: Fix TypeConversion from long const to float on x86_64" by David Brazdil · 9 years ago
  46. 4c858cd ART: Fix TypeConversion from long const to float on x86_64 by Pavel Vyssotski · 9 years ago
  47. 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
  48. 968056f Fix arm64 simplifier bug that tries to remove same statement twice. by Aart Bik · 9 years ago
  49. f355c3f Fix Boolean to integral types conversions. by Roland Levillain · 9 years ago
  50. db8e62d Optimizing: Clean up after const-string sharpening. by Vladimir Marko · 9 years ago
  51. 085055f Merge "Optimizing: Improve const-string code generation." by Vladimir Marko · 9 years ago
  52. a1eff4f Merge "X86_64: Replace x86_64 xchg instruction use" by Vladimir Marko · 9 years ago
  53. fa02c9d ART: Flush ostream less frequently in GraphVisualizer by David Brazdil · 9 years ago
  54. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 9 years ago
  55. 6f51d77 Merge "Optimizing: Reduce arena memory used by GraphChecker." by Vladimir Marko · 9 years ago
  56. fedcd0a Merge "ART: Make verifier fail log level adjustable" by Andreas Gampe · 9 years ago
  57. ef94b54 Merge "ART: Clean up verifier" by Andreas Gampe · 9 years ago
  58. 7fe3023 ART: Make verifier fail log level adjustable by Andreas Gampe · 9 years ago
  59. bf9611f ART: Clean up verifier by Andreas Gampe · 9 years ago
  60. ec89839 Merge "Add support for Dex version 37 in Runtime." by Alex Light · 9 years ago
  61. e28ad4b Merge "Fix bug not accounting for type in induction comparison. Extended unit tests." by Aart Bik · 9 years ago
  62. 7829691 Fix bug not accounting for type in induction comparison. Extended unit tests. by Aart Bik · 9 years ago
  63. 6a63bac Allow x86+arm multilib build. by Ying Wang · 9 years ago
  64. b0b3859 Merge "Avoid removing new-instance instruction twice. Includes a fail-before/pass-after regression test." by Aart Bik · 9 years ago
  65. eda3140 Avoid removing new-instance instruction twice. by Aart Bik · 9 years ago
  66. 947eb70 Optimizing: Reduce arena memory used by GraphChecker. by Vladimir Marko · 9 years ago
  67. c496181 Add support for Dex version 37 in Runtime. by Alex Light · 9 years ago
  68. 62e78a7 Merge "ART: Fix order of operations in HBasicBlock::DisconnectAndDelete" by David Brazdil · 9 years ago
  69. 9eeebf6 ART: Fix order of operations in HBasicBlock::DisconnectAndDelete by David Brazdil · 9 years ago
  70. 594973c Merge "ART: Loosen a GraphChecker rule on Boolean inputs" by David Brazdil · 9 years ago
  71. 11edec7 ART: Loosen a GraphChecker rule on Boolean inputs by David Brazdil · 9 years ago
  72. 2e38434 Merge "Post-Quick cleanup: Remove CompilationUnit." by Vladimir Marko · 9 years ago
  73. 0ced281 Merge "Clean up art::HConstant predicates." by Roland Levillain · 9 years ago
  74. 843a655 Merge "Do a null check on the sibling in the register allocator." by Nicolas Geoffray · 9 years ago
  75. 32cc778 Do a null check on the sibling in the register allocator. by Nicolas Geoffray · 9 years ago
  76. 63ec322 Merge "Optimizing: Do not insert suspend checks on back-edges." by Vladimir Marko · 9 years ago
  77. df73984 Post-Quick cleanup: Remove CompilationUnit. by Vladimir Marko · 9 years ago
  78. d96a246 Optimizing: Do not insert suspend checks on back-edges. by Vladimir Marko · 9 years ago
  79. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 9 years ago
  80. 541261e Merge "Fix and improve shift and rotate operations." by Roland Levillain · 9 years ago
  81. c9b21f8 Fix some typos in art/compiler/optimizing/nodes.cc. by Roland Levillain · 9 years ago
  82. 7ee5bc5 Merge "Ensure object ArraySet with null value does not need a type check." by Roland Levillain · 9 years ago
  83. dba2b19 Merge "Relax too strong DCHECK." by Nicolas Geoffray · 9 years ago
  84. b133ec6 Ensure object ArraySet with null value does not need a type check. by Roland Levillain · 9 years ago
  85. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 9 years ago
  86. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 9 years ago
  87. 48e7224 Merge "Optimizing: Reduce GraphChecker memory usage." by Vladimir Marko · 9 years ago
  88. 9a3c1fa Merge "ART: Clean up arena allocation memory tracking." by Vladimir Marko · 9 years ago
  89. 0f49c82 Optimizing: Reduce GraphChecker memory usage. by Vladimir Marko · 9 years ago
  90. 6fa06e6 Merge "Tighten art::HNeg type constraints on its input." by Roland Levillain · 9 years ago
  91. 3a40bf2 ART: Clean up arena allocation memory tracking. by Vladimir Marko · 9 years ago
  92. 2a07b80 Merge "MIPS32: Implement UnsafeCASInt and UnsafeCASObject intrinsics." by Roland Levillain · 9 years ago
  93. 1f4364d Merge "Add an ImtConflictTable to better resolve IMT conflicts." by Nicolas Geoffray · 9 years ago
  94. 796d630 Add an ImtConflictTable to better resolve IMT conflicts. by Nicolas Geoffray · 9 years ago
  95. 974bbdd Relax too strong DCHECK. by Nicolas Geoffray · 9 years ago
  96. 5b5b931 Fix and improve shift and rotate operations. by Roland Levillain · 9 years ago
  97. 0e2f2ff Optimizing: Fix a new valgrind error in image_test. by Vladimir Marko · 9 years ago
  98. 937e6cd Tighten art::HNeg type constraints on its input. by Roland Levillain · 9 years ago
  99. 2fac35e Merge "Remove Quick from tree." by Nicolas Geoffray · 9 years ago
  100. 51aff3a MIPS32: Implement UnsafeCASInt and UnsafeCASObject intrinsics. by Alexey Frunze · 9 years ago