1. 0a210d9 Pass the right class loader when inlining. by Nicolas Geoffray · 8 years ago
  2. ae093d6 JIT: Don't update the dex cache of another class loader. by Nicolas Geoffray · 8 years ago
  3. b3cd84a Fix a bug in ClassTableGet code generation for IMTs. by Nicolas Geoffray · 8 years ago
  4. 80d3376 Merge "Fix System.arraycopy when doing same array copying." into nyc-mr1-dev by Nicolas Geoffray · 8 years ago
  5. df2d4f2 Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  6. b198b01 Fix System.arraycopy when doing same array copying. by Nicolas Geoffray · 8 years ago
  7. 2b8b604 Fix merging HLoadClass with HNewInstance. by Vladimir Marko · 8 years ago
  8. c2f1735 Do not remove loads/store with unresolved accesses. by Nicolas Geoffray · 8 years ago
  9. f7d9946 Remove too aggressive DCHECKs. by Nicolas Geoffray · 8 years ago
  10. 355d93c Merge "Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces.""" into nyc-dev by Nicolas Geoffray · 8 years ago
  11. 2f11681 Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces."" by Nicolas Geoffray · 8 years ago
  12. f479d77 ART: ArrayGet hoisting restriction added. by Anton Shamin · 8 years ago
  13. c9dbb1d Revert "Revert "Hold dex caches live in class table"" by Mathieu Chartier · 8 years ago
  14. f102faf Revert "Hold dex caches live in class table" by Brian Carlstrom · 8 years ago
  15. d6d49e5 Hold dex caches live in class table by Mathieu Chartier · 8 years ago
  16. b089ecc Delay dex-to-dex compilation until Optimizing is done. by Vladimir Marko · 8 years ago
  17. 2dc77ec Fix ArtMethod::GetInvokeType for static methods on interfaces. by Nicolas Geoffray · 8 years ago
  18. e1dfa0c Fix a bug in reference type propagation. by Nicolas Geoffray · 8 years ago
  19. 6c5b9b9 Merge "Fix OatWriter to update the header checksum correctly." into nyc-dev by Vladimir Marko · 8 years ago
  20. 8d26c59 Prune class path classes from profile by Mathieu Chartier · 8 years ago
  21. 7eef339 Fix OatWriter to update the header checksum correctly. by Vladimir Marko · 8 years ago
  22. 2c6b494 Don't update checksum if data ptr is null. by Jeff Hao · 8 years ago
  23. 67e44c0 Merge "Compile JNI stubs for verify-profile and interpret-only." into nyc-dev by Vladimir Marko · 8 years ago
  24. 5e7cbde Fix oat_writer to use WriteData which updates checksum. by Jeff Hao · 8 years ago
  25. 8c185bf Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 8 years ago
  26. 54689b7 Visit IMT of all classes during image writing by Mathieu Chartier · 8 years ago
  27. a6e95b3 Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information. by Aart Bik · 8 years ago
  28. bf0c2e7 Merge "Fix another case of live_in at irreducible loop entry." into nyc-dev by TreeHugger Robot · 8 years ago
  29. 77ce643 Fix another case of live_in at irreducible loop entry. by Nicolas Geoffray · 8 years ago
  30. 2b86767 Initialize native loader before starting runtime by Dimitry Ivanov · 8 years ago
  31. 63347bb Reduce memory usage of SSA Phi elimination and make it faster. by Vladimir Marko · 8 years ago
  32. a26b3c5 Attribute arena allocations previously marked as STL. by Vladimir Marko · 8 years ago
  33. 74acb01 Merge "ART: Fix dominance for irreducible loops" into nyc-dev by TreeHugger Robot · 8 years ago
  34. 7e589fe ART: Fix dominance for irreducible loops by David Brazdil · 8 years ago
  35. b7a459b Merge "Optimizing: LoadString may not have any side effects." into nyc-dev by Vladimir Marko · 8 years ago
  36. bf12e4d Optimizing: LoadString may not have any side effects. by Vladimir Marko · 8 years ago
  37. 6282080 Merge "Relax the DCHECK in load store elimination." into nyc-dev by TreeHugger Robot · 8 years ago
  38. bb2c93b Relax the DCHECK in load store elimination. by Nicolas Geoffray · 8 years ago
  39. ffaa91d Workaround invokesuper underspecified behavior. by Aart Bik · 8 years ago
  40. e4a97f9 Stop populating irreducible loop at header by David Brazdil · 8 years ago
  41. 89db4e6 Do not look at dead phis during SsaRedundantPhiElimination. by Nicolas Geoffray · 8 years ago
  42. 2041f98 Fix check_jni_compiler tests by Dimitry Ivanov · 8 years ago
  43. 640735a Merge "Add null checks to weak DexCache references" into nyc-dev by Brian Carlstrom · 8 years ago
  44. b294fef Add null checks to weak DexCache references by Brian Carlstrom · 8 years ago
  45. 366728f Remove invoke after inlining. by Nicolas Geoffray · 8 years ago
  46. cdca476 Revert "Revert "Write conflict tables in image"" by Mathieu Chartier · 8 years ago
  47. 19b5021 Forbid HDeoptimize instructions in OSR methods. by Nicolas Geoffray · 8 years ago
  48. 2f82b70 ART: Disable back edge uses for irreducible loops by David Brazdil · 8 years ago
  49. e5de54c Split profile recording from jit compilation by Calin Juravle · 8 years ago
  50. 43c8e87 Merge "Thumb2: Reduce memory used for fixup dependencies." into nyc-dev by Vladimir Marko · 8 years ago
  51. 5a13993 Merge "Test component type for errors too. With regression test." into nyc-dev by Aart Bik · 8 years ago
  52. d1d7c40 Test component type for errors too. With regression test. by Aart Bik · 8 years ago
  53. f2bb043 Thumb2: Reduce memory used for fixup dependencies. by Vladimir Marko · 8 years ago
  54. 46ea014 Reduce memory lost by ArenaAllocator for large allocations. by Vladimir Marko · 8 years ago
  55. 21aa4d4 Make sure the referring class is in the dex cache. by Nicolas Geoffray · 8 years ago
  56. 62e631a Add flag to ArtMethod to skip compilation. by Nicolas Geoffray · 8 years ago
  57. 06a2b01 ART: Naive NullCheck elimination in InstructionBuilder by David Brazdil · 8 years ago
  58. be72dc9 Merge "Use dex cache from compilation unit in RTP." into nyc-dev by Vladimir Marko · 8 years ago
  59. d974379 ART: Address late comments on a GVN memory-saving CL by David Brazdil · 8 years ago
  60. a4336d2 Use dex cache from compilation unit in RTP. by Vladimir Marko · 8 years ago
  61. 4283aa9 Reduce memory usage in GVN by David Brazdil · 8 years ago
  62. 89a4839 Merge "Thumb2: Fix EmitJumpTables() to extend buffer only if needed." into nyc-dev by Vladimir Marko · 8 years ago
  63. 9ef2654 Fix HInstruction::ReplaceInput(), allow no-op. by Vladimir Marko · 8 years ago
  64. 709fb64 Merge "Avoid constructing types with errors." into nyc-dev by Aart Bik · 8 years ago
  65. fa7f589 Reuse HUseListNode<>s when replacing instruction or input. by Vladimir Marko · 8 years ago
  66. d59f3b1 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 8 years ago
  67. b44ed12 Thumb2: Fix EmitJumpTables() to extend buffer only if needed. by Vladimir Marko · 8 years ago
  68. c88af3f Merge changes I5044e94b,I149273b7 into nyc-dev by Vladimir Marko · 8 years ago
  69. 7de2439 Avoid constructing types with errors. by Aart Bik · 8 years ago
  70. 8b336cd Merge "Use dex cache from compilation unit in HInstructionBuilder." into nyc-dev by TreeHugger Robot · 8 years ago
  71. 14b0b23 ART: Fix IsLinearOrderWellFormed in liveness analysis by David Brazdil · 8 years ago
  72. 116e6e2 Use dex cache from compilation unit in HInstructionBuilder. by Vladimir Marko · 8 years ago
  73. 3563c44 Fix inlining loops in OSR mode. by Vladimir Marko · 8 years ago
  74. c393d63 Fix: correctly destruct VIXL labels. by Alexandre Rames · 8 years ago
  75. d1ee809 Move Assemblers to the Arena. by Vladimir Marko · 8 years ago
  76. 2efdde2 Merge changes Id1538275,I63632e88 into nyc-dev by David Brazdil · 8 years ago
  77. c93a0d1 ART: Update DCHECKs in SsaLivenessAnalysis::AddBackEdgeUses by David Brazdil · 8 years ago
  78. a2bbdc3 ART: Save a bit of memory in production LICM by David Brazdil · 8 years ago
  79. d58b837 Allocate code generators on the arena. by Vladimir Marko · 8 years ago
  80. 934c5b6 Merge "Small changes in ARM and x86-64 SystemArrayCopy intrinsics." by Roland Levillain · 8 years ago
  81. ebea3d2 Small changes in ARM and x86-64 SystemArrayCopy intrinsics. by Roland Levillain · 8 years ago
  82. c2e8af9 ART: Speed up HGraph::PopulateIrreducibleRecursive by David Brazdil · 8 years ago
  83. 2ba04ea Revert "Revert "Reduce dirty image pages by improving binning"" by Mathieu Chartier · 8 years ago
  84. d464fa1 Revert "Reduce dirty image pages by improving binning" by Mathieu Chartier · 8 years ago
  85. f3cee19 Reduce dirty image pages by improving binning by Mathieu Chartier · 8 years ago
  86. e835f3a Merge changes from topic 'rr_barrier' by Mathieu Chartier · 8 years ago
  87. c4ae916 Store precice set of which constructors require barriers by Mathieu Chartier · 8 years ago
  88. e1bcd8a Revert "Disable some image_test cases with concurrent collector." by Hiroshi Yamauchi · 8 years ago
  89. 1d6fdaf Fix image_test for the CC collector. by Hiroshi Yamauchi · 8 years ago
  90. b5d3861 Revert "Revert "Check if we require barrier if we did not resolve classes"" by Mathieu Chartier · 8 years ago
  91. 371bd83 Revert "Revert "Change RequiresConstructorBarrier default to yes"" by Mathieu Chartier · 8 years ago
  92. 7fa1f92 Merge "Remove more Quick-related macros in tests." by Roland Levillain · 8 years ago
  93. 8913162 Merge "Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""" by David Brazdil · 8 years ago
  94. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 8 years ago
  95. 8b233fc Remove more Quick-related macros in tests. by Roland Levillain · 8 years ago
  96. 950dd55 Merge "Revert "Change RequiresConstructorBarrier default to yes"" by Roland Levillain · 8 years ago
  97. 0436ee6 Revert "Change RequiresConstructorBarrier default to yes" by Roland Levillain · 8 years ago
  98. 35d6a42 Merge "Revert "Check if we require barrier if we did not resolve classes"" by Roland Levillain · 8 years ago
  99. a7ab499 Revert "Check if we require barrier if we did not resolve classes" by Roland Levillain · 8 years ago
  100. 391e155 Merge "Optimizing: Fix codegens for MethodLoadKind::kDexCacheViaMethod." by Vladimir Marko · 8 years ago