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
/
register_allocator_test.cc
Age
Commit message (
Expand
)
Author
2024-08-12
ART: Clean up HIR construction in gtests.
Vladimir Marko
2024-04-04
Remove RegisterAllocator::Strategy
Santiago Aboy Solanes
2024-01-23
Reduce memory used for blocked registers.
Vladimir Marko
2023-05-10
ART: Remove graph coloring register allocator.
Vladimir Marko
2023-04-27
Optimizing: Add `HInstruction::As##type()`.
Vladimir Marko
2023-04-27
Optimizing: Rename `As##type` to `As##type##OrNull`.
Vladimir Marko
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
2020-08-21
Improved LSE: Replacing loads with Phis.
Vladimir Marko
2020-07-24
Update language to comply with Android’s inclusive language guidance
Ian Pedowitz
2020-05-15
Optimizing: Run gtests without creating the Runtime.
Vladimir Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-09-20
ART: Fix bool-related types in compiler/
Andreas Gampe
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-01-13
Change compiler tests to have aligned code item
Mathieu Chartier
2018-01-05
Create dex subdirectory
David Sehr
2017-10-09
Use ScopedArenaAllocator for register allocation.
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-06-01
Use IntrusiveForwardList<> for Env-/UsePosition.
Vladimir Marko
2017-03-13
Introduce EnvUsePosition for liveness analysis.
Vladimir Marko
2017-01-10
Recognize getClass() in RTP.
Nicolas Geoffray
2016-11-21
ART: Add dex::TypeIndex
Andreas Gampe
2016-08-05
Test all register allocators in regalloc gtest
Matthew Gharrity
2016-08-05
Implement a graph coloring register allocator
Matthew Gharrity
2016-07-20
Refactor register allocation to be pluggable
Matthew Gharrity
2016-07-15
Rename current register allocator implementation
Matthew Gharrity
2016-02-15
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-01-14
Implement irreducible loop support in optimizing.
Nicolas Geoffray
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-08
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-10-06
Remove dex_pc's default value from top level HInstruction
Calin Juravle
2015-09-25
Optimizing: Tag more arena allocations.
Vladimir Marko
2015-09-16
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
2015-09-03
Reduce how often we call FindDexCache
Mathieu Chartier
2015-06-01
Fix lint error.
Nicolas Geoffray
2015-06-01
Fix gtest by adding fake lifetime positions.
Nicolas Geoffray
2015-05-29
Bring Reference Type Propagation to Instance/StaticInstanceField
Guillaume "Vermeille" Sanchez
2015-05-11
Add a parent environment to HEnvironment.
Nicolas Geoffray
[next]