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
/
licm_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-03-27
ART: Clean up field initialization
Andreas Gampe
2017-01-10
Recognize getClass() in RTP.
Nicolas Geoffray
2016-11-21
ART: Add dex::TypeIndex
Andreas Gampe
2016-04-15
Remove the no-longer-needed F/I and D/J alias.
Aart Bik
2016-04-13
Revert "Remove the no-longer-needed F/I and D/J alias."
Aart Bik
2016-04-12
Remove the no-longer-needed F/I and D/J alias.
Aart Bik
2016-02-18
Add statistics support for some optimizations
Jean-Philippe Halimi
2016-02-15
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-01-06
ART: Resolve ambiguous ArraySets
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-11-09
ART: Fix critical edge splitting under try/catch
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-15
Revert "Revert "ART: Register allocation and runtime support for try/catch""
David Brazdil
2015-09-14
Revert "ART: Register allocation and runtime support for try/catch"
David Brazdil
2015-09-14
ART: Register allocation and runtime support for try/catch
David Brazdil
2015-09-03
Reduce how often we call FindDexCache
Mathieu Chartier
2015-07-22
Replaced CHECK with EXPECT in tests.
Aart Bik
2015-07-21
Added unit tests to LICM.
Aart Bik