Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
549fceacf30a1f982ef797467aa0b17563d77f33
/
compiler
/
optimizing
/
ssa_test.cc
fa7f589
Reuse HUseListNode<>s when replacing instruction or input.
by Vladimir Marko
· 9 years ago
dee58d6
Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""
by David Brazdil
· 9 years ago
6032891
Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"
by David Brazdil
· 9 years ago
e3ff7b2
Refactor HGraphBuilder and SsaBuilder to remove HLocals
by David Brazdil
· 9 years ago
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
fa6b93c
Optimizing: Tag arena allocations in HGraph.
by Vladimir Marko
· 9 years ago
8b20f88
Be careful with predecessor/successor index.
by Nicolas Geoffray
· 9 years ago
0a23d74
Add a parent environment to HEnvironment.
by Nicolas Geoffray
· 9 years ago
db216f4
Relax the only one back-edge restriction.
by Nicolas Geoffray
· 9 years ago
3afca78
Fix tests now that the SSA builder is pruning more phis.
by Nicolas Geoffray
· 10 years ago
2ed20af
Opt compiler: Clean the use of `virtual` and `OVERRIDE`.
by Alexandre Rames
· 10 years ago
b666f48
Move arenas into runtime
by Mathieu Chartier
· 10 years ago
5e8b137
Create HGraph outside Builder, print timings
by David Brazdil
· 10 years ago
e53798a
Inlining support in optimizing.
by Nicolas Geoffray
· 10 years ago
a3c00e5
Fix tests now that dead phis are removed when building SSA.
by Nicolas Geoffray
· 10 years ago
9ebc72c
Make suspend checks note have side effects.
by Nicolas Geoffray
· 10 years ago
c83d441
Fix a lint error and update a test after the phi fix.
by Nicolas Geoffray
· 10 years ago
fbc695f
Revert "Revert "Implement suspend checks in new compiler.""
by Nicolas Geoffray
· 10 years ago
184d640
Add a type propagation phase after building SSA.
by Nicolas Geoffray
· 10 years ago
ec7e472
Fix some bugs in graph construction/simplification methods.
by Nicolas Geoffray
· 10 years ago
7c3560f
Fix a bug in SSA construction.
by Nicolas Geoffray
· 10 years ago
0d3f578
Linearize the graph before creating live ranges.
by Nicolas Geoffray
· 10 years ago
f635e63
Add a compilation tracing mechanism to the new compiler.
by Nicolas Geoffray
· 10 years ago
622d9c3
Add loop recognition and CFG simplifications in new compiler.
by Nicolas Geoffray
· 10 years ago
804d093
Build live-in, live-out and kill sets for each block.
by Nicolas Geoffray
· 11 years ago
c32e770
Add a Transform to SSA phase to the optimizing compiler.
by Nicolas Geoffray
· 11 years ago