summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
AgeCommit message (Expand)Author
2021-05-13Fix array location aliasing checks in LSE.Vladimir Marko
2021-01-25Revert^4 "Partial Load Store Elimination"Alex Light
2021-01-24Revert "Revert^2 "Partial Load Store Elimination""Nicolas Geoffray
2021-01-22Revert^2 "Partial Load Store Elimination"Alex Light
2021-01-22Revert "Partial Load Store Elimination"Nicolas Geoffray
2021-01-21Partial Load Store EliminationAlex Light
2021-01-08Add operator<< for HGraph and HInstructions.Alex Light
2021-01-06Optimizing: Add debugging output for HInstruction.Vladimir Marko
2020-09-29Link libart-disassembler statically into static libart-compiler.Martin Stjernholm
2020-09-24Don't store copied methods in BSS.Nicolas Geoffray
2020-09-08Pass a full MethodReference of the invoke in HInvoke nodes.Nicolas Geoffray
2020-07-22Dump instruction set features in .cfgFabio Rinaldi
2020-06-11Clean up generated operator<<(os, enum).Vladimir Marko
2020-02-21Make `libart(d)-disassembler` a requirement of `libart(d)-compiler`.Roland Levillain
2019-10-14Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden.Vladimir Marko
2019-06-11Move IntrusiveForwardList<> to libartbase.Vladimir Marko
2019-01-02ART: Move dex structs into own headerAndreas Gampe
2018-12-27ART: Refactor for bugprone-argument-commentAndreas Gampe
2018-09-25Merge "ART: ARM64: Support DotProd SIMD idiom."Treehugger Robot
2018-09-25ART: ARM64: Support DotProd SIMD idiom.Artem Serov
2018-09-20Revert^2 "ART: Refactor typedef to using"Andreas Gampe
2018-09-20Revert "ART: Refactor typedef to using"Andreas Gampe
2018-09-19ART: Refactor typedef to usingAndreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART.Roland Levillain
2018-05-11ART: Compiler support for const-method-handleOrion Hodson
2018-05-10ART: Compiler support for const-method-typeOrion Hodson
2018-03-27Merge "Revert^4 "Compiler changes for bitstring based type checks.""Treehugger Robot
2018-03-27Revert^4 "Compiler changes for bitstring based type checks."Vladimir Marko
2018-03-26Revert^3 "Compiler changes for bitstring based type checks."Andreas Gampe
2018-03-26ART: Fix infinite recursion for deopt at dex pc 0.Vladimir Marko
2018-03-22Revert^2 "Compiler changes for bitstring based type checks."Vladimir Marko
2018-02-21Remove duplication, split testsDavid Sehr
2018-02-07Don't analyze methods with verification errors.Aart Bik
2018-02-01Clean up signed/unsigned in vectorizer.Aart Bik
2018-01-25Revert "Compiler changes for bitstring based type checks."Nicolas Geoffray
2018-01-23Compiler changes for bitstring based type checks.Vladimir Marko
2017-11-02ART: Make InstructionSet an enum class and add kLast.Vladimir Marko
2017-10-27Alignment optimizations in vectorizer.Aart Bik
2017-10-11Use ScopedArenaAllocator for building HGraph.Vladimir Marko
2017-10-03ART: Introduce Uint8 compiler data type.Vladimir Marko
2017-09-25ART: Introduce compiler data type.Vladimir Marko
2017-08-30ART: Describe static fields in GraphVisualizer.Vladimir Marko
2017-06-26Don't use the graph's dex file when printing HInvoke.Nicolas Geoffray
2017-06-01Use IntrusiveForwardList<> for Env-/UsePosition.Vladimir Marko
2017-05-15Min/max SIMDization support.Aart Bik
2017-04-20ARM64: Support MultiplyAccumulate for SIMD.Artem Serov
2017-04-19Implement halving add idiom (with checker tests).Aart Bik
2017-03-28Merge "Make data dependency around HDeoptimize correct."Nicolas Geoffray
2017-03-27Make data dependency around HDeoptimize correct.Nicolas Geoffray