1. e42888f Write conflict tables in image by Mathieu Chartier · 8 years ago
  2. 9fa4614 Merge "Fix string patch target retrieval in OatWriter." by Treehugger Robot · 8 years ago
  3. da93946 Merge "ART: Disable back edge uses for irreducible loops" by Treehugger Robot · 8 years ago
  4. 052164a Fix string patch target retrieval in OatWriter. by Vladimir Marko · 8 years ago
  5. 07b3510 ART: Disable back edge uses for irreducible loops by David Brazdil · 8 years ago
  6. f2cb389 Merge "ART: Eliminate unlikely code from hot path in x86 div/rem" by Roland Levillain · 8 years ago
  7. e30ee0a Merge "Forbid HDeoptimize instructions in OSR methods." by Nicolas Geoffray · 8 years ago
  8. 93a18c5 Forbid HDeoptimize instructions in OSR methods. by Nicolas Geoffray · 8 years ago
  9. 5e67a6a Merge "Test component type for errors too. With regression test." by Aart Bik · 8 years ago
  10. 9d944d1 ART: Eliminate unlikely code from hot path in x86 div/rem by Serguei Katkov · 8 years ago
  11. f417ff4 Test component type for errors too. With regression test. by Aart Bik · 8 years ago
  12. 2712a07 Merge "Make sure the referring class is in the dex cache." by Treehugger Robot · 8 years ago
  13. dbea8b4 Merge "Revert "Revert "Thumb2: Reduce memory used for fixup dependencies.""" by Vladimir Marko · 8 years ago
  14. 393fdb8 Make sure the referring class is in the dex cache. by Nicolas Geoffray · 8 years ago
  15. a64f249 Revert "Revert "Thumb2: Reduce memory used for fixup dependencies."" by Vladimir Marko · 8 years ago
  16. 2798325 Merge "Reduce memory lost by ArenaAllocator for large allocations." by Vladimir Marko · 8 years ago
  17. 88b8915 Merge "Refactor use of __ANDROID__ macro" by Roland Levillain · 8 years ago
  18. 3e0e717 Reduce memory lost by ArenaAllocator for large allocations. by Vladimir Marko · 8 years ago
  19. ee3e2be Merge "Add flag to ArtMethod to skip compilation." by Treehugger Robot · 8 years ago
  20. 250a378 Add flag to ArtMethod to skip compilation. by Nicolas Geoffray · 8 years ago
  21. 37da253 Merge "Revert "Thumb2: Reduce memory used for fixup dependencies."" by Treehugger Robot · 8 years ago
  22. d89e241 Revert "Thumb2: Reduce memory used for fixup dependencies." by Guang Zhu · 8 years ago
  23. f6e6331 Merge "MIPS64: Implement bitCount intrinsics." by Aart Bik · 8 years ago
  24. 4f4a6c4 Merge "ART: Naive NullCheck elimination in InstructionBuilder" by David Brazdil · 8 years ago
  25. c120bbe ART: Naive NullCheck elimination in InstructionBuilder by David Brazdil · 8 years ago
  26. 1f2ce44 Thumb2: Reduce memory used for fixup dependencies. by Vladimir Marko · 8 years ago
  27. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 8 years ago
  28. 7fda785 MIPS64: Implement bitCount intrinsics. by Chris Larsen · 8 years ago
  29. 2efce70 Merge "X86/X86_64: Switch to locked add from mfence" by Aart Bik · 8 years ago
  30. 94408d3 ART: Address late comments on a GVN memory-saving CL by David Brazdil · 8 years ago
  31. cc857cf Reduce memory usage in GVN by David Brazdil · 8 years ago
  32. c6b5627 Fix HInstruction::ReplaceInput(), allow no-op. by Vladimir Marko · 8 years ago
  33. a584db5 Merge "Fix RTP to hold mutator lock while using raw mirror pointers." by Vladimir Marko · 8 years ago
  34. 2bdf842 Merge "Thumb2: Fix EmitJumpTables() to extend buffer only if needed." by Vladimir Marko · 8 years ago
  35. 62977ff Fix RTP to hold mutator lock while using raw mirror pointers. by Vladimir Marko · 8 years ago
  36. 9152fed Thumb2: Fix EmitJumpTables() to extend buffer only if needed. by Vladimir Marko · 8 years ago
  37. 5eda02c Merge "Reuse HUseListNode<>s when replacing instruction or input." by Vladimir Marko · 8 years ago
  38. 5eed0c5 Fix reference_type_propagation_test. by Vladimir Marko · 8 years ago
  39. b4154d3 Merge "Revert "Revert "Use dex cache from compilation unit in RTP.""" by Vladimir Marko · 8 years ago
  40. 31244b4 Do not use EXPECT_DEATH in unit test, fails on device. by Aart Bik · 8 years ago
  41. 3c19d3e Reuse HUseListNode<>s when replacing instruction or input. by Vladimir Marko · 8 years ago
  42. 6435910 Merge "Use iterators "before" the use node in HUserRecord<>." by Vladimir Marko · 8 years ago
  43. 456307a Revert "Revert "Use dex cache from compilation unit in RTP."" by Vladimir Marko · 8 years ago
  44. 814ae94 Merge "Fix a DCHECK failure in Arm64RelativePatcher with read barrier." by Hiroshi Yamauchi · 8 years ago
  45. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 8 years ago
  46. 5f6b908 Merge "Avoid constructing types with errors." by Aart Bik · 8 years ago
  47. c5c508d Merge "Fix inlining loops in OSR mode." by Vladimir Marko · 8 years ago
  48. fd66c50 Fix inlining loops in OSR mode. by Vladimir Marko · 8 years ago
  49. fa3091e ART: Fix IsLinearOrderWellFormed in liveness analysis by David Brazdil · 8 years ago
  50. 8b3f9b2 Avoid constructing types with errors. by Aart Bik · 8 years ago
  51. a5b7557 Fix a DCHECK failure in Arm64RelativePatcher with read barrier. by Hiroshi Yamauchi · 8 years ago
  52. 2dcab78 Merge "Remove the no-longer-needed F/I and D/J alias." by Aart Bik · 8 years ago
  53. 979fb00 Merge "Fix: correctly destruct VIXL labels." by Roland Levillain · 8 years ago
  54. 18b36ab Remove the no-longer-needed F/I and D/J alias. by Aart Bik · 8 years ago
  55. 05241f4 Merge "Enable allocation elimination as part of LSE" by Mingyao Yang · 8 years ago
  56. 9984b63 Merge "Revert "Use dex cache from compilation unit in RTP."" by Nicolas Geoffray · 8 years ago
  57. 34d9b04 Revert "Use dex cache from compilation unit in RTP." by Nicolas Geoffray · 8 years ago
  58. 062157f Enable allocation elimination as part of LSE by Mingyao Yang · 8 years ago
  59. c01a664 Fix: correctly destruct VIXL labels. by Alexandre Rames · 8 years ago
  60. d80ff24 Merge "Fix CFI fixups for long branches on MIPS." by Vladimir Marko · 8 years ago
  61. 27bb86e Use dex cache from compilation unit in RTP. by Vladimir Marko · 8 years ago
  62. a2a8434 Merge "ART: Save a bit of memory in production LICM" by David Brazdil · 8 years ago
  63. aa680e8 ART: Save a bit of memory in production LICM by David Brazdil · 8 years ago
  64. adf8491 ART: Update DCHECKs in SsaLivenessAnalysis::AddBackEdgeUses by David Brazdil · 8 years ago
  65. 89c31e3 Merge "Use dex cache from compilation unit in HInstructionBuilder." by Vladimir Marko · 8 years ago
  66. 6134ba1 Fix CFI fixups for long branches on MIPS. by Vladimir Marko · 8 years ago
  67. 3cd50df Use dex cache from compilation unit in HInstructionBuilder. by Vladimir Marko · 8 years ago
  68. dc1d104 Merge "Revert "Remove the no-longer-needed F/I and D/J alias."" by Aart Bik · 8 years ago
  69. 1f7624c Revert "Remove the no-longer-needed F/I and D/J alias." by Aart Bik · 8 years ago
  70. 8d4b37e Merge "Move Assemblers to the Arena." by Vladimir Marko · 8 years ago
  71. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 8 years ago
  72. de76960 Merge "Remove the no-longer-needed F/I and D/J alias." by Aart Bik · 8 years ago
  73. 2f52064 Remove the no-longer-needed F/I and D/J alias. by Aart Bik · 8 years ago
  74. 7aa04a1 X86/X86_64: Switch to locked add from mfence by Mark Mendell · 9 years ago
  75. d58b837 Allocate code generators on the arena. by Vladimir Marko · 8 years ago
  76. 934c5b6 Merge "Small changes in ARM and x86-64 SystemArrayCopy intrinsics." by Roland Levillain · 8 years ago
  77. ebea3d2 Small changes in ARM and x86-64 SystemArrayCopy intrinsics. by Roland Levillain · 8 years ago
  78. c2e8af9 ART: Speed up HGraph::PopulateIrreducibleRecursive by David Brazdil · 8 years ago
  79. 2ba04ea Revert "Revert "Reduce dirty image pages by improving binning"" by Mathieu Chartier · 8 years ago
  80. d464fa1 Revert "Reduce dirty image pages by improving binning" by Mathieu Chartier · 8 years ago
  81. f3cee19 Reduce dirty image pages by improving binning by Mathieu Chartier · 8 years ago
  82. e835f3a Merge changes from topic 'rr_barrier' by Mathieu Chartier · 8 years ago
  83. c4ae916 Store precice set of which constructors require barriers by Mathieu Chartier · 8 years ago
  84. e1bcd8a Revert "Disable some image_test cases with concurrent collector." by Hiroshi Yamauchi · 8 years ago
  85. 1d6fdaf Fix image_test for the CC collector. by Hiroshi Yamauchi · 8 years ago
  86. b5d3861 Revert "Revert "Check if we require barrier if we did not resolve classes"" by Mathieu Chartier · 8 years ago
  87. 371bd83 Revert "Revert "Change RequiresConstructorBarrier default to yes"" by Mathieu Chartier · 8 years ago
  88. 7fa1f92 Merge "Remove more Quick-related macros in tests." by Roland Levillain · 8 years ago
  89. 8913162 Merge "Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""" by David Brazdil · 8 years ago
  90. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 8 years ago
  91. 8b233fc Remove more Quick-related macros in tests. by Roland Levillain · 8 years ago
  92. 950dd55 Merge "Revert "Change RequiresConstructorBarrier default to yes"" by Roland Levillain · 8 years ago
  93. 0436ee6 Revert "Change RequiresConstructorBarrier default to yes" by Roland Levillain · 8 years ago
  94. 35d6a42 Merge "Revert "Check if we require barrier if we did not resolve classes"" by Roland Levillain · 8 years ago
  95. a7ab499 Revert "Check if we require barrier if we did not resolve classes" by Roland Levillain · 8 years ago
  96. 391e155 Merge "Optimizing: Fix codegens for MethodLoadKind::kDexCacheViaMethod." by Vladimir Marko · 8 years ago
  97. 791947d Merge "Move optimizations out of HInliner::TryBuildAndInlineHelper." by Roland Levillain · 8 years ago
  98. 20fd7cd Check if we require barrier if we did not resolve classes by Mathieu Chartier · 8 years ago
  99. f2f0f4b Change RequiresConstructorBarrier default to yes by Mathieu Chartier · 8 years ago
  100. 0fb09f7 Merge "Fix and re-enable compiler_driver_test" by Yi Kong · 8 years ago