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