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
/
gvn_test.cc
Age
Commit message (
Expand
)
Author
2024-08-21
Change `MakeCondition()` to take `IfCondition`...
Vladimir Marko
2024-08-12
ART: Clean up HIR construction in gtests.
Vladimir Marko
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
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-01-10
Recognize getClass() in RTP.
Nicolas Geoffray
2016-11-21
ART: Add dex::TypeIndex
Andreas Gampe
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-21
Rename NullHandle to ScopedNullHandle
Mathieu Chartier
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-10-22
Revert "Revert "load store elimination.""
Mingyao Yang
2015-10-14
Revert "Revert "optimizing: propagate type information of arguments""
Calin Juravle
2015-10-13
Revert "optimizing: propagate type information of arguments"
Calin Juravle
2015-10-12
optimizing: propagate type information of arguments
Calin Juravle
2015-10-06
Remove dex_pc's default value from top level HInstruction
Calin Juravle
2015-09-03
Reduce how often we call FindDexCache
Mathieu Chartier
2015-08-12
Add a GVN dependency 'GC' for garbage collection.
Alexandre Rames
2015-07-20
Improved side effect analysis (field/array write/read).
Aart Bik
2015-05-29
Bring Reference Type Propagation to Instance/StaticInstanceField
Guillaume "Vermeille" Sanchez
2015-05-11
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-04-30
Revert "GVN final fields even with side effects."
Nicolas Geoffray
2015-04-30
GVN final fields even with side effects.
Nicolas Geoffray
2015-02-19
Move arenas into runtime
Mathieu Chartier
2015-01-26
Move code around and address growable_array comment.
Nicolas Geoffray
2015-01-26
Fix build breakage after GVN change.
Nicolas Geoffray
2014-12-19
[optimizing compiler] Add support for volatile
Calin Juravle
2014-12-15
Inlining support in optimizing.
Nicolas Geoffray
2014-12-02
Treat SSA transformation special, as we may have to bailout.
Nicolas Geoffray
2014-09-19
First optimization in new compiler: simple GVN.
Nicolas Geoffray