index
:
art.git
kitkat
q10.0
s12.0
s12.1
art
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
graph_visualizer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix array location aliasing checks in LSE.
Vladimir Marko
2021-05-13
1
-2
/
+3
*
Revert^4 "Partial Load Store Elimination"
Alex Light
2021-01-25
1
-0
/
+9
*
Revert "Revert^2 "Partial Load Store Elimination""
Nicolas Geoffray
2021-01-24
1
-9
/
+0
*
Revert^2 "Partial Load Store Elimination"
Alex Light
2021-01-22
1
-0
/
+9
*
Revert "Partial Load Store Elimination"
Nicolas Geoffray
2021-01-22
1
-9
/
+0
*
Partial Load Store Elimination
Alex Light
2021-01-21
1
-0
/
+9
*
Add operator<< for HGraph and HInstructions.
Alex Light
2021-01-08
1
-46
/
+101
*
Optimizing: Add debugging output for HInstruction.
Vladimir Marko
2021-01-06
1
-14
/
+33
*
Link libart-disassembler statically into static libart-compiler.
Martin Stjernholm
2020-09-29
1
-1
/
+10
*
Don't store copied methods in BSS.
Nicolas Geoffray
2020-09-24
1
-0
/
+4
*
Pass a full MethodReference of the invoke in HInvoke nodes.
Nicolas Geoffray
2020-09-08
1
-2
/
+2
*
Dump instruction set features in .cfg
Fabio Rinaldi
2020-07-22
1
-0
/
+16
*
Clean up generated operator<<(os, enum).
Vladimir Marko
2020-06-11
1
-4
/
+1
*
Make `libart(d)-disassembler` a requirement of `libart(d)-compiler`.
Roland Levillain
2020-02-21
1
-5
/
+8
*
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
1
-1
/
+1
*
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-10-14
1
-1
/
+1
*
Move IntrusiveForwardList<> to libartbase.
Vladimir Marko
2019-06-11
1
-1
/
+1
*
ART: Move dex structs into own header
Andreas Gampe
2019-01-02
1
-1
/
+1
*
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-12-27
1
-4
/
+4
*
Merge "ART: ARM64: Support DotProd SIMD idiom."
Treehugger Robot
2018-09-25
1
-0
/
+8
|
\
|
*
ART: ARM64: Support DotProd SIMD idiom.
Artem Serov
2018-09-25
1
-0
/
+8
*
|
Revert^2 "ART: Refactor typedef to using"
Andreas Gampe
2018-09-20
1
-2
/
+1
*
|
Revert "ART: Refactor typedef to using"
Andreas Gampe
2018-09-20
1
-1
/
+2
*
|
ART: Refactor typedef to using
Andreas Gampe
2018-09-19
1
-2
/
+1
|
/
*
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-28
1
-42
/
+42
*
ART: Compiler support for const-method-handle
Orion Hodson
2018-05-11
1
-0
/
+5
*
ART: Compiler support for const-method-type
Orion Hodson
2018-05-10
1
-0
/
+7
*
Merge "Revert^4 "Compiler changes for bitstring based type checks.""
Treehugger Robot
2018-03-27
1
-13
/
+32
|
\
|
*
Revert^4 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-27
1
-13
/
+32
|
*
Revert^3 "Compiler changes for bitstring based type checks."
Andreas Gampe
2018-03-26
1
-32
/
+13
|
*
Revert^2 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-22
1
-13
/
+32
*
|
ART: Fix infinite recursion for deopt at dex pc 0.
Vladimir Marko
2018-03-26
1
-0
/
+5
|
/
*
Remove duplication, split tests
David Sehr
2018-02-21
1
-0
/
+1
*
Don't analyze methods with verification errors.
Aart Bik
2018-02-07
1
-0
/
+3
*
Clean up signed/unsigned in vectorizer.
Aart Bik
2018-02-01
1
-11
/
+0
*
Revert "Compiler changes for bitstring based type checks."
Nicolas Geoffray
2018-01-25
1
-32
/
+13
*
Compiler changes for bitstring based type checks.
Vladimir Marko
2018-01-23
1
-13
/
+32
*
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-11-02
1
-1
/
+1
*
Alignment optimizations in vectorizer.
Aart Bik
2017-10-27
1
-0
/
+4
*
Use ScopedArenaAllocator for building HGraph.
Vladimir Marko
2017-10-11
1
-0
/
+2
*
ART: Introduce Uint8 compiler data type.
Vladimir Marko
2017-10-03
1
-0
/
+8
*
ART: Introduce compiler data type.
Vladimir Marko
2017-09-25
1
-24
/
+6
*
ART: Describe static fields in GraphVisualizer.
Vladimir Marko
2017-08-30
1
-0
/
+14
*
Don't use the graph's dex file when printing HInvoke.
Nicolas Geoffray
2017-06-26
1
-2
/
+10
*
Use IntrusiveForwardList<> for Env-/UsePosition.
Vladimir Marko
2017-06-01
1
-2
/
+10
*
Min/max SIMDization support.
Aart Bik
2017-05-15
1
-0
/
+8
*
ARM64: Support MultiplyAccumulate for SIMD.
Artem Serov
2017-04-20
1
-0
/
+4
*
Implement halving add idiom (with checker tests).
Aart Bik
2017-04-19
1
-0
/
+5
*
Merge "Make data dependency around HDeoptimize correct."
Nicolas Geoffray
2017-03-28
1
-0
/
+4
|
\
|
*
Make data dependency around HDeoptimize correct.
Nicolas Geoffray
2017-03-27
1
-0
/
+4
[next]