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_test.cc
Age
Commit message (
Expand
)
Author
2023-02-13
Don't run ReferenceTypePropagation without a Thread
Santiago Aboy Solanes
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-01-13
Change compiler tests to have aligned code item
Mathieu Chartier
2018-01-05
Create dex subdirectory
David Sehr
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2016-12-15
ART: Move to libbase StringPrintf
Andreas Gampe
2016-04-19
Reuse HUseListNode<>s when replacing instruction or input.
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-02-15
ART: Run SsaBuilder from HGraphBuilder
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-09-16
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
2015-06-19
Be careful with predecessor/successor index.
Nicolas Geoffray
2015-05-11
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-05-07
Relax the only one back-edge restriction.
Nicolas Geoffray
2015-03-10
Fix tests now that the SSA builder is pruning more phis.
Nicolas Geoffray
2015-03-06
Opt compiler: Clean the use of `virtual` and `OVERRIDE`.
Alexandre Rames
2015-02-19
Move arenas into runtime
Mathieu Chartier
2015-02-04
Create HGraph outside Builder, print timings
David Brazdil
2014-12-15
Inlining support in optimizing.
Nicolas Geoffray
2014-11-25
Fix tests now that dead phis are removed when building SSA.
Nicolas Geoffray
2014-09-25
Make suspend checks note have side effects.
Nicolas Geoffray
2014-09-18
Fix a lint error and update a test after the phi fix.
Nicolas Geoffray
2014-09-16
Revert "Revert "Implement suspend checks in new compiler.""
Nicolas Geoffray
2014-06-09
Add a type propagation phase after building SSA.
Nicolas Geoffray
2014-06-09
Fix some bugs in graph construction/simplification methods.
Nicolas Geoffray
2014-06-04
Fix a bug in SSA construction.
Nicolas Geoffray
2014-05-16
Linearize the graph before creating live ranges.
Nicolas Geoffray
2014-05-14
Add a compilation tracing mechanism to the new compiler.
Nicolas Geoffray
2014-05-13
Add loop recognition and CFG simplifications in new compiler.
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