1. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  2. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  3. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  4. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  5. e900491 Create a typedef for HInstruction::GetInputs() return type. by Vladimir Marko · 8 years ago
  6. 94ab38f ART: Run RTP if invoke inputs have more specific type by David Brazdil · 8 years ago
  7. 206fbf5 Remove too aggressive DCHECKs. by Nicolas Geoffray · 8 years ago
  8. 4248fc4 Merge "Refactor handling of input records." by Vladimir Marko · 8 years ago
  9. 372f10e Refactor handling of input records. by Vladimir Marko · 8 years ago
  10. a90d489 Fix a bug in reference type propagation. by Nicolas Geoffray · 8 years ago
  11. e30ee0a Merge "Forbid HDeoptimize instructions in OSR methods." by Nicolas Geoffray · 8 years ago
  12. 93a18c5 Forbid HDeoptimize instructions in OSR methods. by Nicolas Geoffray · 8 years ago
  13. f417ff4 Test component type for errors too. With regression test. by Aart Bik · 8 years ago
  14. 62977ff Fix RTP to hold mutator lock while using raw mirror pointers. by Vladimir Marko · 8 years ago
  15. b4154d3 Merge "Revert "Revert "Use dex cache from compilation unit in RTP.""" by Vladimir Marko · 8 years ago
  16. 6435910 Merge "Use iterators "before" the use node in HUserRecord<>." by Vladimir Marko · 8 years ago
  17. 456307a Revert "Revert "Use dex cache from compilation unit in RTP."" by Vladimir Marko · 8 years ago
  18. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 8 years ago
  19. 8b3f9b2 Avoid constructing types with errors. by Aart Bik · 8 years ago
  20. 34d9b04 Revert "Use dex cache from compilation unit in RTP." by Nicolas Geoffray · 8 years ago
  21. 27bb86e Use dex cache from compilation unit in RTP. by Vladimir Marko · 8 years ago
  22. 1a65388 Clean up art::HConstant predicates. by Roland Levillain · 8 years ago
  23. 18401b7 Fix invariant in reference type propagation. by Nicolas Geoffray · 9 years ago
  24. d9994f0 Re-enable OSR. by Nicolas Geoffray · 9 years ago
  25. be10e8e Optimizing: Try pattern substitution when we cannot inline. by Vladimir Marko · 9 years ago
  26. 7d1fbf3 Optimizing: Lazy creation of Handle<>s in RTP. by Vladimir Marko · 9 years ago
  27. 6de1938 ART: Remove incorrect HFakeString optimization by David Brazdil · 9 years ago
  28. 744a1c6 ART: Don't set initial RTI for BoundType if input untyped by David Brazdil · 9 years ago
  29. f555258 ART: Create BoundType for CheckCast early by David Brazdil · 9 years ago
  30. f5f64ef Detect phi cycles. by Nicolas Geoffray · 9 years ago
  31. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  32. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 9 years ago
  33. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  34. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 9 years ago
  35. fe86070 Revert "Revert "ART: Do not eagerly type LoopPhi [null, ...]"" by David Brazdil · 9 years ago
  36. 5f3fb18 Revert "ART: Do not eagerly type LoopPhi [null, ...]" by David Brazdil · 9 years ago
  37. 3a738bf ART: Do not eagerly type LoopPhi [null, ...] by David Brazdil · 9 years ago
  38. 52503d8 Implement common super type in reference type propagation. by Calin Juravle · 9 years ago
  39. 617bd92 Ignore NullConstants when computing the type for Phis. by Calin Juravle · 9 years ago
  40. cdfed3d Revert "Revert "Run type propagation after inliner only when needed."" by Calin Juravle · 9 years ago
  41. c89715c Do not assume the dex cache is already populated. by Nicolas Geoffray · 9 years ago
  42. 2717436 Revert "Run type propagation after inliner only when needed." by Calin Juravle · 9 years ago
  43. 4e5dd52 Run type propagation after inliner only when needed. by Calin Juravle · 9 years ago
  44. 7cf979b Merge "Revert "Revert "optimizing: propagate type information of arguments""" by Calin Juravle · 9 years ago
  45. 1261759 Fix in reference type propagation by Calin Juravle · 9 years ago
  46. e6e3bea Revert "Revert "optimizing: propagate type information of arguments"" by Calin Juravle · 9 years ago
  47. c05aca7 Revert "optimizing: propagate type information of arguments" by Calin Juravle · 9 years ago
  48. 2c1ffc3 optimizing: propagate type information of arguments by Calin Juravle · 9 years ago
  49. 98893e1 Add support for unresolved classes in optimizing. by Calin Juravle · 9 years ago
  50. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 9 years ago
  51. 2aaa4b5 Optimizing: Tag more arena allocations. by Vladimir Marko · 9 years ago
  52. e6f49b4 Revert "Support unresolved fields in optimizing" breaks debuggable tests. by Calin Juravle · 9 years ago
  53. 23a8e35 Support unresolved fields in optimizing by Calin Juravle · 9 years ago
  54. baf89b8 ART: Fix bug in reference type propagation by David Brazdil · 9 years ago
  55. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 9 years ago
  56. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 9 years ago
  57. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  58. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  59. 9393c69 ART: Add mising ScopedObjectAccess in ref type propagation by Andreas Gampe · 9 years ago
  60. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  61. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  62. b4edcf3 Fix indentation in reference type propagation by David Brazdil · 9 years ago
  63. e418dda Be more flexible on the code unit size when inlining. by Nicolas Geoffray · 9 years ago
  64. bbd733e ART: Enable basic optimizations for try/catch by David Brazdil · 9 years ago
  65. efa8468 Small optimization improvements. by Nicolas Geoffray · 9 years ago
  66. 51d135f Take into account that we might end up with unresolved classes. by Calin Juravle · 9 years ago
  67. 2e76830 Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 9 years ago
  68. a5ae3c3 Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation"""" by Calin Juravle · 9 years ago
  69. e344a80 Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation""" by Calin Juravle · 9 years ago
  70. 00e3b38 Revert "Revert "Fixes and improvements in ReferenceTypePropagation"" by Calin Juravle · 9 years ago
  71. 9b0096b Revert "Fixes and improvements in ReferenceTypePropagation" by Calin Juravle · 9 years ago
  72. b0d5fc0 Fixes and improvements in ReferenceTypePropagation by Calin Juravle · 9 years ago
  73. 761f281 Merge "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 9 years ago
  74. beba930 Revert "Use the object class as top in reference type propagation" by Calin Juravle · 9 years ago
  75. c7432f3 Merge "Use the object class as top in reference type propagation" by Calin Juravle · 9 years ago
  76. 20e6071 Use the object class as top in reference type propagation by Calin Juravle · 9 years ago
  77. 7d5ea03 Do not create a HBoundType when the instruction is non-null. by Nicolas Geoffray · 9 years ago
  78. f9a1995 Revert "Revert "Do not update the type of something we already know."" by Nicolas Geoffray · 9 years ago
  79. 63107a8 Revert "Do not update the type of something we already know." by Calin Juravle · 9 years ago
  80. 30eb58c Do not update the type of something we already know. by Nicolas Geoffray · 9 years ago
  81. 183617a Fix in ReferenceTypePropagation by Calin Juravle · 9 years ago
  82. 72a5eb5 Bring ReferenceTypePropagation to ArrayGet by Guillaume "Vermeille" Sanchez · 9 years ago
  83. ae09d2d Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 9 years ago
  84. 6c0c4f2 Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 9 years ago
  85. a981f9d Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 9 years ago
  86. 958857d Revert "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 9 years ago
  87. ddedddc Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 9 years ago
  88. 222862c Add optimizations for instanceof/checkcast. by Guillaume Sanchez · 9 years ago
  89. 6e47586 Revert "Support for inlining virtual and interface calls." by Nicolas Geoffray · 9 years ago
  90. 1d5006c Support for inlining virtual and interface calls. by Nicolas Geoffray · 9 years ago
  91. 012a072 Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 9 years ago
  92. 82cc909 Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 9 years ago
  93. 8ccf8a0 Revert "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 9 years ago
  94. 77e48c6 Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 9 years ago
  95. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  96. 104fd8a Bring Reference Type Propagation to Instance/StaticInstanceField by Guillaume "Vermeille" Sanchez · 9 years ago
  97. 81d804a Bring Reference Type Propagation to NewArray by Guillaume "Vermeille" Sanchez · 9 years ago
  98. d5111bf Do not use dex_compilation_unit after inlining. by Nicolas Geoffray · 9 years ago
  99. edad8ad Remove ActAsNullConstant by Calin Juravle · 9 years ago
  100. b330664 [optimzing] Fix codegen bug and improve type propagation by Calin Juravle · 9 years ago