index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
ssa_liveness_analysis.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-12-27
1
-1
/
+1
*
Fix longstanding bug around implicit NPEs and GC, version 2.
Nicolas Geoffray
2018-08-20
1
-29
/
+42
*
ART: Ignore unneeded environment uses.
Artem Serov
2018-06-15
1
-4
/
+9
*
Fixed spilling bug (visible on ARM64): missed SIMD type.
Aart Bik
2017-12-07
1
-3
/
+4
*
Use ScopedArenaAllocator for register allocation.
Vladimir Marko
2017-10-09
1
-4
/
+4
*
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-10-06
1
-5
/
+5
*
ART: Introduce compiler data type.
Vladimir Marko
2017-09-25
1
-1
/
+1
*
Ensure extract is seen as having scalar result.
Aart Bik
2017-09-20
1
-1
/
+3
*
Turn a few DCHECK into CHECKs.
Nicolas Geoffray
2017-06-29
1
-1
/
+1
*
Use IntrusiveForwardList<> for Env-/UsePosition.
Vladimir Marko
2017-06-01
1
-8
/
+9
*
ART vectorizer.
Aart Bik
2017-03-31
1
-1
/
+6
*
Implement a SIMD spilling slot.
Aart Bik
2017-03-23
1
-0
/
+3
*
Change 1/2 spill slots to more general number of spill slots.
Aart Bik
2017-03-22
1
-6
/
+6
*
Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator.
Vladimir Marko
2016-10-27
1
-6
/
+4
*
Refactoring of graph linearization and linear order.
Aart Bik
2016-10-05
1
-8
/
+9
*
Make LinearizeGraph() public (and move it to nodes files)
Aart Bik
2016-09-14
1
-109
/
+1
*
Cache result of an expensive DCHECK
David Brazdil
2016-09-02
1
-0
/
+34
*
Implement a graph coloring register allocator
Matthew Gharrity
2016-08-05
1
-0
/
+21
*
Create a typedef for HInstruction::GetInputs() return type.
Vladimir Marko
2016-07-01
1
-3
/
+3
*
Refactor handling of input records.
Vladimir Marko
2016-06-02
1
-8
/
+9
*
Fix another case of live_in at irreducible loop entry.
Nicolas Geoffray
2016-05-12
1
-11
/
+5
*
Merge "Use iterators "before" the use node in HUserRecord<>."
Vladimir Marko
2016-04-19
1
-5
/
+3
|
\
|
*
Use iterators "before" the use node in HUserRecord<>.
Vladimir Marko
2016-04-19
1
-5
/
+3
*
|
Fix inlining loops in OSR mode.
Vladimir Marko
2016-04-19
1
-1
/
+1
|
/
*
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-02-15
1
-1
/
+1
*
ART: Enable multi-level instruction inlining
David Brazdil
2016-02-03
1
-29
/
+33
*
ART: Implement support for instruction inlining
David Brazdil
2016-01-28
1
-9
/
+43
*
Implement irreducible loop support in optimizing.
Nicolas Geoffray
2016-01-14
1
-0
/
+12
*
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-10-08
1
-4
/
+2
*
Optimizing: Tag more arena allocations.
Vladimir Marko
2015-09-25
1
-23
/
+24
*
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
2015-09-16
1
-3
/
+4
*
Revert "Revert "ART: Register allocation and runtime support for try/catch""
David Brazdil
2015-09-15
1
-8
/
+19
*
Revert "ART: Register allocation and runtime support for try/catch"
David Brazdil
2015-09-14
1
-19
/
+8
*
ART: Register allocation and runtime support for try/catch
David Brazdil
2015-09-14
1
-8
/
+19
*
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-09-08
1
-14
/
+11
*
Revert "Optimizing: Tag basic block allocations with their source."
Vladimir Marko
2015-09-03
1
-11
/
+14
*
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-09-03
1
-14
/
+11
*
HDeoptimize should hold values live in env.
Mingyao Yang
2015-07-27
1
-1
/
+1
*
Revert "Revert "Use HCurrentMethod in HInvokeStaticOrDirect.""
Nicolas Geoffray
2015-06-08
1
-1
/
+1
*
Revert "Use HCurrentMethod in HInvokeStaticOrDirect."
Nicolas Geoffray
2015-06-04
1
-1
/
+1
*
Use HCurrentMethod in HInvokeStaticOrDirect.
Nicolas Geoffray
2015-06-04
1
-1
/
+1
*
Tweak one hint and one split in the linear scan.
Nicolas Geoffray
2015-06-01
1
-1
/
+4
*
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-05-11
1
-4
/
+5
*
Relax the only one back-edge restriction.
Nicolas Geoffray
2015-05-07
1
-6
/
+3
*
Find better split positions in the register allocator.
Nicolas Geoffray
2015-05-05
1
-1
/
+22
*
Add synthesize uses at back edge.
Nicolas Geoffray
2015-04-29
1
-1
/
+1
*
Dissociate uses with environment uses.
Nicolas Geoffray
2015-04-27
1
-1
/
+1
*
ART: Replace expensive calls to Covers in reg alloc
David Brazdil
2015-04-16
1
-12
/
+13
*
Move the linear order to the HGraph.
Nicolas Geoffray
2015-04-15
1
-13
/
+13
*
Fix locations at environment uses.
Nicolas Geoffray
2015-03-31
1
-13
/
+19
[next]