Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
2bcb43111edf7bf99fe409ff3e9c76a285e54c25
/
compiler
/
optimizing
/
dead_code_elimination.cc
1f82ecc
Recompute dominator tree after DCE.
by Nicolas Geoffray
· 10 years ago
f78848f
Don't special case HCurrentMethod in DCE.
by Nicolas Geoffray
· 10 years ago
839188b
Fix a crash due to a combination of dce/inlining.
by Nicolas Geoffray
· 10 years ago
84daae5
ART: Removed redundant Phis as part of DCE
by David Brazdil
· 10 years ago
a4b8c21
ART: Rediscover loops after deleting blocks in DCE
by David Brazdil
· 10 years ago
69a2804
ART: Fix loop information after dead code elimination
by David Brazdil
· 10 years ago
2d7352b
ART: Dead block removal
by David Brazdil
· 10 years ago
8f20bdb
Run DCE again after all the other optimizations have run.
by Calin Juravle
· 10 years ago
0cdf6d3
Revert "Run DCE again after all the other optimizations have run."
by Nicolas Geoffray
· 10 years ago
7a9c885
Run DCE again after all the other optimizations have run.
by Calin Juravle
· 10 years ago
27df758
[optimizing] Add memory barriers in constructors when needed
by Calin Juravle
· 10 years ago
75be283
Revert "Revert "Introduce a class to implement optimization passes.""
by Roland Levillain
· 11 years ago
e161a2a
Do not remove NullChecks & BoundsChecks in HDeadCodeElimination.
by Roland Levillain
· 11 years ago
1ddbf6d
Revert "Introduce a class to implement optimization passes."
by Nicolas Geoffray
· 11 years ago
bf9cd7b
Introduce a class to implement optimization passes.
by Roland Levillain
· 11 years ago
9ebc72c
Make suspend checks note have side effects.
by Nicolas Geoffray
· 11 years ago
72bceff
Initiate a dead code elimination pass in the optimizing compiler.
by Roland Levillain
· 11 years ago