1. c239a2b Create load store analysis pass by xueliang.zhong · 8 years ago
  2. 79d8fa7 optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes by Igor Murashkin · 8 years ago
  3. d01745e optimizing: constructor fence redundancy elimination - remove dmb after LSE by Igor Murashkin · 8 years ago
  4. eb2d2d346e Allow store elimination for singleton that's returned by Mingyao Yang · 8 years ago
  5. 8697490 Array store/allocation elimination by Mingyao Yang · 8 years ago
  6. 5247c08 Put the resolved class in HLoadClass. by Nicolas Geoffray · 8 years ago
  7. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  8. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 8 years ago
  9. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 9 years ago
  10. 71bf7b4 Optimizations around escape analysis. With tests. by Aart Bik · 9 years ago
  11. 96fd51d Moved escape analysis to reusable module by Aart Bik · 9 years ago
  12. e58bdca Allow HDeoptimize to co-exist with LSE. by Mingyao Yang · 9 years ago
  13. 58d9bfc More store/allocation elimination. by Mingyao Yang · 9 years ago
  14. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 9 years ago
  15. 0a84520 More store/allocation elimination for singletons in case of loops by Mingyao Yang · 9 years ago
  16. b93a165 Do not remove loads/store with unresolved accesses. by Nicolas Geoffray · 9 years ago
  17. 65fef30 Relax the DCHECK in load store elimination. by Nicolas Geoffray · 9 years ago
  18. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 9 years ago
  19. 062157f Enable allocation elimination as part of LSE by Mingyao Yang · 9 years ago
  20. f6a35de Optimizing: Fix register allocator validation memory usage. by Vladimir Marko · 9 years ago
  21. b1d9157 Call HuntForOriginalReference to get to the null. by Nicolas Geoffray · 9 years ago
  22. 0397163 Fix load store elimination bug in the presence of null[i]. by Nicolas Geoffray · 9 years ago
  23. 40bcb93 Some clean-up for the handling of HSelect in LSE by Mingyao Yang · 9 years ago
  24. e5c71f9 Handle HSelect in LSE. by Mingyao Yang · 9 years ago
  25. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  26. 15693bf ART: Resolve ambiguous ArraySets by David Brazdil · 10 years ago
  27. 803cbb9 For LSE, further optimize stores for singleton references. by Mingyao Yang · 10 years ago
  28. ecf52df ART: Fix bug in LSE by David Brazdil · 10 years ago
  29. 8ab1d64 For LSE, add a few non-aliasing cases due to pre-existence. by Mingyao Yang · 10 years ago
  30. 4b467ed Simplify and rename IsLoopInvariant() test. by Mingyao Yang · 10 years ago
  31. 8993caf ART: Enable all optimizations except LSE under try/catch by David Brazdil · 10 years ago
  32. 0ff7afc Fix an assert in lse. by Mingyao Yang · 10 years ago
  33. fb8464a Revert "Revert "Enable store elimination for singleton objects."" by Mingyao Yang · 10 years ago
  34. d930929 Fix inlining and lse bugs with unresolved access. by Nicolas Geoffray · 10 years ago
  35. 55d02cf Revert "Enable store elimination for singleton objects." by Andreas Gampe · 10 years ago
  36. 7f43a3d Enable store elimination for singleton objects. by Mingyao Yang · 10 years ago
  37. e9d6e60 Disable store elimination on singleton object. by Mingyao Yang · 10 years ago
  38. 8df69d4 Revert "Revert "load store elimination."" by Mingyao Yang · 10 years ago
  39. 8030c41 Revert "load store elimination." by Nicolas Geoffray · 10 years ago
  40. 589dac7 load store elimination. by Mingyao Yang · 10 years ago