1. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  2. 16e5289 RFC: Generate select instruction for conditional returns. by Mads Ager · 7 years ago
  3. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 7 years ago
  4. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 7 years ago
  5. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  6. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 7 years ago
  7. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  8. 6f8e2c9 Make data dependency around HDeoptimize correct. by Nicolas Geoffray · 7 years ago
  9. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  10. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  11. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  12. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 7 years ago
  13. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  14. cd556b0 Fix dex cache resolved types and class table mismatch. by Vladimir Marko · 8 years ago
  15. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  16. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  17. e761bcc Revert "Revert "Load the array class in the compiler for allocations."" by Nicolas Geoffray · 8 years ago
  18. fee2550 Revert "Load the array class in the compiler for allocations." by Hiroshi Yamauchi · 8 years ago
  19. cc99df2 Load the array class in the compiler for allocations. by Nicolas Geoffray · 8 years ago
  20. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  21. dcc7ab6 Merge "Put the resolved class in HLoadClass." by Nicolas Geoffray · 8 years ago
  22. e037a73 Merge "Put inlined ArtMethod pointer in stack maps." by Nicolas Geoffray · 8 years ago
  23. 5247c08 Put the resolved class in HLoadClass. by Nicolas Geoffray · 8 years ago
  24. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  25. cd9f857 Fix braino in RTP. by Nicolas Geoffray · 8 years ago
  26. c52b26d Recognize getClass() in RTP. by Nicolas Geoffray · 8 years ago
  27. 8c3794c Support non-exact upper bound of HBoundType. by Nicolas Geoffray · 8 years ago
  28. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  29. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 8 years ago
  30. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  31. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  32. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 8 years ago
  33. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  34. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  35. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  36. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  37. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  38. e900491 Create a typedef for HInstruction::GetInputs() return type. by Vladimir Marko · 8 years ago
  39. 94ab38f ART: Run RTP if invoke inputs have more specific type by David Brazdil · 8 years ago
  40. 206fbf5 Remove too aggressive DCHECKs. by Nicolas Geoffray · 8 years ago
  41. 4248fc4 Merge "Refactor handling of input records." by Vladimir Marko · 8 years ago
  42. 372f10e Refactor handling of input records. by Vladimir Marko · 8 years ago
  43. a90d489 Fix a bug in reference type propagation. by Nicolas Geoffray · 8 years ago
  44. e30ee0a Merge "Forbid HDeoptimize instructions in OSR methods." by Nicolas Geoffray · 8 years ago
  45. 93a18c5 Forbid HDeoptimize instructions in OSR methods. by Nicolas Geoffray · 8 years ago
  46. f417ff4 Test component type for errors too. With regression test. by Aart Bik · 8 years ago
  47. 62977ff Fix RTP to hold mutator lock while using raw mirror pointers. by Vladimir Marko · 8 years ago
  48. b4154d3 Merge "Revert "Revert "Use dex cache from compilation unit in RTP.""" by Vladimir Marko · 8 years ago
  49. 6435910 Merge "Use iterators "before" the use node in HUserRecord<>." by Vladimir Marko · 8 years ago
  50. 456307a Revert "Revert "Use dex cache from compilation unit in RTP."" by Vladimir Marko · 8 years ago
  51. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 8 years ago
  52. 8b3f9b2 Avoid constructing types with errors. by Aart Bik · 8 years ago
  53. 34d9b04 Revert "Use dex cache from compilation unit in RTP." by Nicolas Geoffray · 8 years ago
  54. 27bb86e Use dex cache from compilation unit in RTP. by Vladimir Marko · 8 years ago
  55. 1a65388 Clean up art::HConstant predicates. by Roland Levillain · 8 years ago
  56. 18401b7 Fix invariant in reference type propagation. by Nicolas Geoffray · 8 years ago
  57. d9994f0 Re-enable OSR. by Nicolas Geoffray · 9 years ago
  58. be10e8e Optimizing: Try pattern substitution when we cannot inline. by Vladimir Marko · 9 years ago
  59. 7d1fbf3 Optimizing: Lazy creation of Handle<>s in RTP. by Vladimir Marko · 9 years ago
  60. 6de1938 ART: Remove incorrect HFakeString optimization by David Brazdil · 9 years ago
  61. 744a1c6 ART: Don't set initial RTI for BoundType if input untyped by David Brazdil · 9 years ago
  62. f555258 ART: Create BoundType for CheckCast early by David Brazdil · 9 years ago
  63. f5f64ef Detect phi cycles. by Nicolas Geoffray · 9 years ago
  64. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  65. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 9 years ago
  66. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  67. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 9 years ago
  68. fe86070 Revert "Revert "ART: Do not eagerly type LoopPhi [null, ...]"" by David Brazdil · 9 years ago
  69. 5f3fb18 Revert "ART: Do not eagerly type LoopPhi [null, ...]" by David Brazdil · 9 years ago
  70. 3a738bf ART: Do not eagerly type LoopPhi [null, ...] by David Brazdil · 9 years ago
  71. 52503d8 Implement common super type in reference type propagation. by Calin Juravle · 9 years ago
  72. 617bd92 Ignore NullConstants when computing the type for Phis. by Calin Juravle · 9 years ago
  73. cdfed3d Revert "Revert "Run type propagation after inliner only when needed."" by Calin Juravle · 9 years ago
  74. c89715c Do not assume the dex cache is already populated. by Nicolas Geoffray · 9 years ago
  75. 2717436 Revert "Run type propagation after inliner only when needed." by Calin Juravle · 9 years ago
  76. 4e5dd52 Run type propagation after inliner only when needed. by Calin Juravle · 9 years ago
  77. 7cf979b Merge "Revert "Revert "optimizing: propagate type information of arguments""" by Calin Juravle · 9 years ago
  78. 1261759 Fix in reference type propagation by Calin Juravle · 9 years ago
  79. e6e3bea Revert "Revert "optimizing: propagate type information of arguments"" by Calin Juravle · 9 years ago
  80. c05aca7 Revert "optimizing: propagate type information of arguments" by Calin Juravle · 9 years ago
  81. 2c1ffc3 optimizing: propagate type information of arguments by Calin Juravle · 9 years ago
  82. 98893e1 Add support for unresolved classes in optimizing. by Calin Juravle · 9 years ago
  83. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 9 years ago
  84. 2aaa4b5 Optimizing: Tag more arena allocations. by Vladimir Marko · 9 years ago
  85. e6f49b4 Revert "Support unresolved fields in optimizing" breaks debuggable tests. by Calin Juravle · 9 years ago
  86. 23a8e35 Support unresolved fields in optimizing by Calin Juravle · 9 years ago
  87. baf89b8 ART: Fix bug in reference type propagation by David Brazdil · 9 years ago
  88. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 9 years ago
  89. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 9 years ago
  90. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  91. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  92. 9393c69 ART: Add mising ScopedObjectAccess in ref type propagation by Andreas Gampe · 9 years ago
  93. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  94. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  95. b4edcf3 Fix indentation in reference type propagation by David Brazdil · 9 years ago
  96. e418dda Be more flexible on the code unit size when inlining. by Nicolas Geoffray · 9 years ago
  97. bbd733e ART: Enable basic optimizations for try/catch by David Brazdil · 9 years ago
  98. efa8468 Small optimization improvements. by Nicolas Geoffray · 9 years ago
  99. 51d135f Take into account that we might end up with unresolved classes. by Calin Juravle · 9 years ago
  100. 2e76830 Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 9 years ago