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_liveness_analysis.cc
Age
Commit message (
Expand
)
Author
2025-02-22
Optimizing: Speed up SSA Liveness Analysis.
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
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2020-04-17
ART: Refactor SIMD slots and regs size processing.
Artem Serov
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-08-20
Fix longstanding bug around implicit NPEs and GC, version 2.
Nicolas Geoffray
2018-06-15
ART: Ignore unneeded environment uses.
Artem Serov
2017-12-07
Fixed spilling bug (visible on ARM64): missed SIMD type.
Aart Bik
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-09-20
Ensure extract is seen as having scalar result.
Aart Bik
2017-06-29
Turn a few DCHECK into CHECKs.
Nicolas Geoffray
2017-06-01
Use IntrusiveForwardList<> for Env-/UsePosition.
Vladimir Marko
2017-03-31
ART vectorizer.
Aart Bik
2017-03-23
Implement a SIMD spilling slot.
Aart Bik
2017-03-22
Change 1/2 spill slots to more general number of spill slots.
Aart Bik
2016-10-27
Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator.
Vladimir Marko
2016-10-05
Refactoring of graph linearization and linear order.
Aart Bik
2016-09-14
Make LinearizeGraph() public (and move it to nodes files)
Aart Bik
2016-09-02
Cache result of an expensive DCHECK
David Brazdil
2016-08-05
Implement a graph coloring register allocator
Matthew Gharrity
2016-07-01
Create a typedef for HInstruction::GetInputs() return type.
Vladimir Marko
2016-06-02
Refactor handling of input records.
Vladimir Marko
2016-05-12
Fix another case of live_in at irreducible loop entry.
Nicolas Geoffray
2016-04-19
Merge "Use iterators "before" the use node in HUserRecord<>."
Vladimir Marko
2016-04-19
Use iterators "before" the use node in HUserRecord<>.
Vladimir Marko
2016-04-19
Fix inlining loops in OSR mode.
Vladimir Marko
2016-02-15
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-02-03
ART: Enable multi-level instruction inlining
David Brazdil
2016-01-28
ART: Implement support for instruction inlining
David Brazdil
2016-01-14
Implement irreducible loop support in optimizing.
Nicolas Geoffray
2015-10-08
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-09-25
Optimizing: Tag more arena allocations.
Vladimir Marko
2015-09-16
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
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-08
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-09-03
Revert "Optimizing: Tag basic block allocations with their source."
Vladimir Marko
2015-09-03
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-07-27
HDeoptimize should hold values live in env.
Mingyao Yang
2015-06-08
Revert "Revert "Use HCurrentMethod in HInvokeStaticOrDirect.""
Nicolas Geoffray
2015-06-04
Revert "Use HCurrentMethod in HInvokeStaticOrDirect."
Nicolas Geoffray
2015-06-04
Use HCurrentMethod in HInvokeStaticOrDirect.
Nicolas Geoffray
2015-06-01
Tweak one hint and one split in the linear scan.
Nicolas Geoffray
2015-05-11
Add a parent environment to HEnvironment.
Nicolas Geoffray
[next]