summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix array location aliasing checks in LSE.Vladimir Marko2021-05-131-2/+3
* Revert^4 "Partial Load Store Elimination"Alex Light2021-01-251-0/+9
* Revert "Revert^2 "Partial Load Store Elimination""Nicolas Geoffray2021-01-241-9/+0
* Revert^2 "Partial Load Store Elimination"Alex Light2021-01-221-0/+9
* Revert "Partial Load Store Elimination"Nicolas Geoffray2021-01-221-9/+0
* Partial Load Store EliminationAlex Light2021-01-211-0/+9
* Add operator<< for HGraph and HInstructions.Alex Light2021-01-081-46/+101
* Optimizing: Add debugging output for HInstruction.Vladimir Marko2021-01-061-14/+33
* Link libart-disassembler statically into static libart-compiler.Martin Stjernholm2020-09-291-1/+10
* Don't store copied methods in BSS.Nicolas Geoffray2020-09-241-0/+4
* Pass a full MethodReference of the invoke in HInvoke nodes.Nicolas Geoffray2020-09-081-2/+2
* Dump instruction set features in .cfgFabio Rinaldi2020-07-221-0/+16
* Clean up generated operator<<(os, enum).Vladimir Marko2020-06-111-4/+1
* Make `libart(d)-disassembler` a requirement of `libart(d)-compiler`.Roland Levillain2020-02-211-5/+8
* Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko2019-10-141-1/+1
* Make compiler/optimizing/ symbols hidden.Vladimir Marko2019-10-141-1/+1
* Move IntrusiveForwardList<> to libartbase.Vladimir Marko2019-06-111-1/+1
* ART: Move dex structs into own headerAndreas Gampe2019-01-021-1/+1
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-12-271-4/+4
* Merge "ART: ARM64: Support DotProd SIMD idiom."Treehugger Robot2018-09-251-0/+8
|\
| * ART: ARM64: Support DotProd SIMD idiom.Artem Serov2018-09-251-0/+8
* | Revert^2 "ART: Refactor typedef to using"Andreas Gampe2018-09-201-2/+1
* | Revert "ART: Refactor typedef to using"Andreas Gampe2018-09-201-1/+2
* | ART: Refactor typedef to usingAndreas Gampe2018-09-191-2/+1
|/
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-42/+42
* ART: Compiler support for const-method-handleOrion Hodson2018-05-111-0/+5
* ART: Compiler support for const-method-typeOrion Hodson2018-05-101-0/+7
* Merge "Revert^4 "Compiler changes for bitstring based type checks.""Treehugger Robot2018-03-271-13/+32
|\
| * Revert^4 "Compiler changes for bitstring based type checks."Vladimir Marko2018-03-271-13/+32
| * Revert^3 "Compiler changes for bitstring based type checks."Andreas Gampe2018-03-261-32/+13
| * Revert^2 "Compiler changes for bitstring based type checks."Vladimir Marko2018-03-221-13/+32
* | ART: Fix infinite recursion for deopt at dex pc 0.Vladimir Marko2018-03-261-0/+5
|/
* Remove duplication, split testsDavid Sehr2018-02-211-0/+1
* Don't analyze methods with verification errors.Aart Bik2018-02-071-0/+3
* Clean up signed/unsigned in vectorizer.Aart Bik2018-02-011-11/+0
* Revert "Compiler changes for bitstring based type checks."Nicolas Geoffray2018-01-251-32/+13
* Compiler changes for bitstring based type checks.Vladimir Marko2018-01-231-13/+32
* ART: Make InstructionSet an enum class and add kLast.Vladimir Marko2017-11-021-1/+1
* Alignment optimizations in vectorizer.Aart Bik2017-10-271-0/+4
* Use ScopedArenaAllocator for building HGraph.Vladimir Marko2017-10-111-0/+2
* ART: Introduce Uint8 compiler data type.Vladimir Marko2017-10-031-0/+8
* ART: Introduce compiler data type.Vladimir Marko2017-09-251-24/+6
* ART: Describe static fields in GraphVisualizer.Vladimir Marko2017-08-301-0/+14
* Don't use the graph's dex file when printing HInvoke.Nicolas Geoffray2017-06-261-2/+10
* Use IntrusiveForwardList<> for Env-/UsePosition.Vladimir Marko2017-06-011-2/+10
* Min/max SIMDization support.Aart Bik2017-05-151-0/+8
* ARM64: Support MultiplyAccumulate for SIMD.Artem Serov2017-04-201-0/+4
* Implement halving add idiom (with checker tests).Aart Bik2017-04-191-0/+5
* Merge "Make data dependency around HDeoptimize correct."Nicolas Geoffray2017-03-281-0/+4
|\
| * Make data dependency around HDeoptimize correct.Nicolas Geoffray2017-03-271-0/+4