summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
AgeCommit message (Expand)Author
2024-01-15Revert "Reland "Run optimizations with baseline compilation."" Nicolas Geoffray
2024-01-05Reland "Run optimizations with baseline compilation." Nicolas Geoffray
2024-01-04Revert "Run optimizations with baseline compilation." Almaz Mingaleev
2024-01-03Run optimizations with baseline compilation. Nicolas Geoffray
2023-12-06Remove partial LSE Santiago Aboy Solanes
2023-10-17Add branch profiling in baseline compiler. Nicolas Geoffray
2023-10-17Revert^4 "Merge libart and libart-compiler into a single library" Dmitrii Ishcheikin
2023-08-23Revert^3 "Merge libart and libart-compiler into a single library" Dmitrii Ishcheikin
2023-08-18Revert^2 "Merge libart and libart-compiler into a single library" Dmitrii Ishcheikin
2023-07-28Revert "Merge libart and libart-compiler into a single library" Dmitrii Ishcheikin
2023-07-26Merge libart and libart-compiler into a single library Dmitrii Ishcheikin
2023-07-12Support autovectorization of diamond loops. Artem Serov
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