summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
AgeCommit message (Expand)Author
2023-04-27Optimizing: Add `HInstruction::As##type()`. Vladimir Marko
2023-04-27Optimizing: Rename `As##type` to `As##type##OrNull`. Vladimir Marko
2023-03-21Optimize comparisons where lhs and rhs are the same Santiago Aboy Solanes
2023-02-15Remove RTI validation from our checks Santiago Aboy Solanes
2023-01-04Add a write barrier elimination pass Santiago Aboy Solanes
2022-12-05Update CanTriggerGC flag for ArraySet Santiago Aboy Solanes
2022-11-29Move the try_start dump property to 'flags' Santiago Aboy Solanes
2022-11-23Remove tries which don't contain throwing instructions Santiago Aboy Solanes
2022-11-07Revert "Merge libart and libart-compiler into a single library" Dmitrii Ishcheikin
2022-11-07Merge libart and libart-compiler into a single library Dmitrii Ishcheikin
2022-11-07Reland "Make compiler/optimizing/ symbols hidden." VladimĂ­r Marko
2022-04-07Revert^2 "DCE SimplifyAlwaysThrowing optimizations" Santiago Aboy Solanes
2022-04-01Revert "DCE SimplifyAlwaysThrowing optimizations" Hans Boehm
2022-03-31DCE SimplifyAlwaysThrowing optimizations Santiago Aboy Solanes
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 Elimination Alex 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 .cfg Fabio 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 header Andreas Gampe
2018-12-27ART: Refactor for bugprone-argument-comment Andreas 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 using Andreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-05-11ART: Compiler support for const-method-handle Orion Hodson
2018-05-10ART: Compiler support for const-method-type Orion 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 tests David 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