Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
badd826664896d4a9628a5a89b78016894aa414b
/
compiler
/
optimizing
/
constant_folding_test.cc
badd826
ART: Run SsaBuilder from HGraphBuilder
by David Brazdil
· 9 years ago
4833f5a
ART: Refactor SsaBuilder for more precise typing info
by David Brazdil
· 9 years ago
68289a5
Revert "ART: Refactor SsaBuilder for more precise typing info"
by Alex Light
· 9 years ago
d9510df
ART: Refactor SsaBuilder for more precise typing info
by David Brazdil
· 9 years ago
96709f1
Simplify unsigned comparisons against zero (with unit tests).
by Aart Bik
· 9 years ago
58554b7
ART: Fix left-shift of negative numbers
by Andreas Gampe
· 9 years ago
655e585
Optimizing: Move GraphChecker memory allocations to arena.
by Vladimir Marko
· 9 years ago
ec7802a
Add DCHECKs to ArenaVector and ScopedArenaVector.
by Vladimir Marko
· 9 years ago
c90bc7c
Add constant folding for long unary operations in opt. compiler.
by Roland Levillain
· 10 years ago
8b20f88
Be careful with predecessor/successor index.
by Nicolas Geoffray
· 10 years ago
1c533c1
ART: Fix gtests broken by dead block elimination
by David Brazdil
· 10 years ago
862aaef
[optimizing] Name the last DCE pass.
by Calin Juravle
· 10 years ago
8f20bdb
Run DCE again after all the other optimizations have run.
by Calin Juravle
· 10 years ago
b29ea8c
Revert "fix optimizing gtests"
by Nicolas Geoffray
· 10 years ago
69dcf64
fix optimizing gtests
by Calin Juravle
· 10 years ago
fb8d279
[optimizing] Implement x86/x86_64 math intrinsics
by Mark Mendell
· 10 years ago
8d5b8b2
ART: Force constants into the entry block
by David Brazdil
· 10 years ago
cd6dffe
Add implicit null checks for the optimizing compiler
by Calin Juravle
· 10 years ago
942a378
Now that GraphChecker has a state, don't re-use it.
by Nicolas Geoffray
· 10 years ago
e53798a
Inlining support in optimizing.
by Nicolas Geoffray
· 10 years ago
5e6916c
Use HOptimization abstraction for running optimizations.
by Nicolas Geoffray
· 10 years ago
55dcfb5
Add support for not-long on ARM64 in the optimizing compiler.
by Roland Levillain
· 10 years ago
9240d6a
Constant folding on unary operations in the optimizing compiler.
by Roland Levillain
· 10 years ago
75be283
Revert "Revert "Introduce a class to implement optimization passes.""
by Roland Levillain
· 10 years ago
[Renamed (84%) from compiler/optimizing/constant_propagation_test.cc]
633021e
Implement default traversals in CFG & SSA graph checkers.
by Roland Levillain
· 10 years ago
9344568
Fix and improve static evaluation of constant expressions.
by Roland Levillain
· 10 years ago
7fb49da
Add support for floats and doubles.
by Nicolas Geoffray
· 10 years ago
1ddbf6d
Revert "Introduce a class to implement optimization passes."
by Nicolas Geoffray
· 10 years ago
[Renamed (93%) from compiler/optimizing/constant_folding_test.cc]
bf9cd7b
Introduce a class to implement optimization passes.
by Roland Levillain
· 10 years ago
[Renamed (93%) from compiler/optimizing/constant_propagation_test.cc]
556c3d1
Initiate a constant propagation pass in the optimizing compiler.
by Roland Levillain
· 10 years ago