summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
AgeCommit message (Expand)Author
2025-01-22Optimizing: Allow moving `HCondition` to use site. Vladimir Marko
2024-11-20Add more information regarding packed flags to GraphVisualizer Santiago Aboy Solanes
2024-08-21Print the intrinsic for all invokes when dumping the cfg Santiago Aboy Solanes
2024-08-14Revert^2 "Implement transform from signed to unsigned compare" Roman Artemev
2024-08-13Revert "Implement transform from signed to unsigned compare" Vladimír Marko
2024-08-13Implement transform from signed to unsigned compare Roman Artemev
2024-06-12riscv: Expand BitwiseNegatedRight to riscv64, optimize Anton Romanov
2024-04-22Optimizing: Treat app image objects as non-movable. Vladimir Marko
2024-04-04riscv64: Create InstructionSimplifierRiscv64, ShiftAdd Anton Romanov
2024-03-12Remove default cases when all cases are defined Santiago Aboy Solanes
2024-02-21Make graph delegate visitor classes final. Vladimir Marko
2024-01-30Reland^2 "Run optimizations with baseline compilation." Nicolas Geoffray
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