index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
ssa_builder.h
Age
Commit message (
Expand
)
Author
2016-04-19
Revert "Revert "Use dex cache from compilation unit in RTP.""
Vladimir Marko
2016-04-15
Revert "Use dex cache from compilation unit in RTP."
Nicolas Geoffray
2016-04-14
Use dex cache from compilation unit in RTP.
Vladimir Marko
2016-04-07
Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""
David Brazdil
2016-04-04
Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"
David Brazdil
2016-04-04
Refactor HGraphBuilder and SsaBuilder to remove HLocals
David Brazdil
2016-04-04
Build dominator tree before generating HInstructions
David Brazdil
2016-02-15
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-02-12
ART: Remove HTemporary
David Brazdil
2016-01-19
ART: Optimize out redundant NewInstances of String
David Brazdil
2016-01-15
Merge "ART: Remove incorrect HFakeString optimization"
David Brazdil
2016-01-14
ART: Remove incorrect HFakeString optimization
David Brazdil
2016-01-14
Implement irreducible loop support in optimizing.
Nicolas Geoffray
2016-01-06
ART: Resolve ambiguous ArraySets
David Brazdil
2015-12-31
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-12-15
Revert "ART: Refactor SsaBuilder for more precise typing info"
Alex Light
2015-12-14
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-11-23
ART: Fix wide stores in Optimizing
David Brazdil
2015-11-04
Revert "ART: Implement DeadPhiHandling in PrimitiveTypePropagation"
David Brazdil
2015-11-04
ART: Implement DeadPhiHandling in PrimitiveTypePropagation
David Brazdil
2015-09-18
ART: Optimize catch phi creation to save memory.
David Brazdil
2015-09-16
Optimizing: Tag arena allocations in SsaBuilder.
Vladimir Marko
2015-09-16
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
2015-07-15
ART: Build SSA form when try/catch is present
David Brazdil
2015-05-07
Use a growable array instead of an environment during SSA.
Nicolas Geoffray
2015-04-16
Remove duplicates phis created during SSA transformation
Calin Juravle
2015-03-26
ART: Force constants into the entry block
David Brazdil
2015-03-12
Tweak liveness when instructions are used in environments.
Nicolas Geoffray
2015-03-10
Make the SSA builder honor the debuggable flag.
Nicolas Geoffray
2015-02-24
ART: Add -Wunused
Andreas Gampe
2015-02-19
Ensure the graph is correctly typed.
Nicolas Geoffray
2015-01-26
Optimizing: Speed up HEnvironment use removal
David Brazdil
2014-12-02
Treat SSA transformation special, as we may have to bailout.
Nicolas Geoffray
2014-11-25
Fix a bug in the type analysis phase of optimizing.
Nicolas Geoffray
2014-11-11
Remove HTemporary when building the SSA graph.
Nicolas Geoffray
2014-10-21
Implement register allocator for floating point registers.
Nicolas Geoffray
2014-05-07
Build live-in, live-out and kill sets for each block.
Nicolas Geoffray
2014-04-28
Add a Transform to SSA phase to the optimizing compiler.
Nicolas Geoffray