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