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
/
live_ranges_test.cc
Age
Commit message (
Expand
)
Author
2024-02-20
riscv64: Enable some gtests.
Vladimir Marko
2023-05-02
riscv64: disable gtests for unsupported components.
Ulya Trafimovich
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-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-08-20
Fix longstanding bug around implicit NPEs and GC, version 2.
Nicolas Geoffray
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
2016-04-19
Use iterators "before" the use node in HUserRecord<>.
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
2016-01-28
ART: Implement support for instruction inlining
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-10-08
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-09-16
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
2015-05-11
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-04-15
Move the linear order to the HGraph.
Nicolas Geoffray
2015-04-01
[optimizing] Implement x86/x86_64 math intrinsics
Mark Mendell
2015-03-02
[optimizing compiler] x86 goodness
Mark Mendell
2015-02-19
Move arenas into runtime
Mathieu Chartier
2015-02-04
Create HGraph outside Builder, print timings
David Brazdil
2015-01-27
ART: Further refactor use lists
David Brazdil
2015-01-26
Optimizing: Speed up HEnvironment use removal
David Brazdil
2015-01-16
Add implicit null checks for the optimizing compiler
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-11-25
Fix tests now that dead phis are removed when building SSA.
Nicolas Geoffray
2014-10-21
Remove the notion of dies at entry.
Nicolas Geoffray
2014-10-13
Merge "Use Is*() helpers to shorten code in the optimizing compiler."
Roland Levillain
2014-10-09
Use Is*() helpers to shorten code in the optimizing compiler.
Roland Levillain
2014-10-09
Fix code generation of materialized conditions.
Nicolas Geoffray
2014-10-06
Add support for inputs dying at entry of instructions.
Nicolas Geoffray
2014-09-30
Improve detection of lifetime holes.
Nicolas Geoffray
2014-09-25
Make suspend checks note have side effects.
Nicolas Geoffray
2014-09-16
Revert "Revert "Implement suspend checks in new compiler.""
Nicolas Geoffray
2014-09-11
Fix valgrind errors.
Nicolas Geoffray
2014-07-14
Support fields in optimizing compiler.
Nicolas Geoffray
2014-06-10
Plug code generator into liveness analysis.
Nicolas Geoffray
2014-06-09
Fix some bugs in graph construction/simplification methods.
Nicolas Geoffray
[next]