summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_checker.h
AgeCommit message (Expand)Author
2024-03-25Remove extra uses of ClearAllBits Santiago Aboy Solanes
2024-02-21Make graph delegate visitor classes final. Vladimir Marko
2024-01-29Revert^7 "Disable write-barrier elimination pass" Santiago Aboy Solanes
2024-01-24Revert^6 "Disable write-barrier elimination pass" Matthew Reynolds
2024-01-24Revert^5 "Disable write-barrier elimination pass" Santiago Aboy Solanes
2024-01-22Revert^4 "Disable write-barrier elimination pass" Santiago Aboy Solanes
2024-01-22Revert^3 "Disable write-barrier elimination pass" Santiago Aboy Solanes
2024-01-19Revert^2 "Disable write-barrier elimination pass" Santiago Aboy Solanes
2024-01-19Revert "Disable write-barrier elimination pass" Santiago Aboy Solanes
2023-10-18Speed up graph checker by avoiding HInstructionList::Contains calls Santiago Aboy Solanes
2023-10-04GraphChecker/Arena container cleanups Santiago Aboy Solanes
2023-10-04Speed up graph checker for graphs with instructions with many uses Santiago Aboy Solanes
2023-02-15Remove RTI validation from our checks Santiago Aboy Solanes
2023-01-13Update the graph flags and check consistency Santiago Aboy Solanes
2022-12-16Set HasMonitorOperations in the outer graph when inlining Santiago Aboy Solanes
2022-12-05Update CanTriggerGC flag for ArraySet Santiago Aboy Solanes
2022-11-07Reland "Make compiler/optimizing/ symbols hidden." VladimĂ­r Marko
2020-06-09ART: Introduce predicated vector instructions. Artem Serov
2020-01-08Add OptimizingUnitTestHelper::GraphChecker methods Evgeny Astigeevich
2019-10-14Revert "Make compiler/optimizing/ symbols hidden." Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden. Vladimir Marko
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-05-03Perform rudimentary check on graph size for no-change assertions. Aart Bik
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-22Revert^2 "Compiler changes for bitstring based type checks." Vladimir Marko
2018-01-25Revert "Compiler changes for bitstring based type checks." Nicolas Geoffray
2018-01-23Compiler changes for bitstring based type checks. Vladimir Marko
2017-10-12Use ScopedArenaAllocator in BCE, DCE, LSE, ... Vladimir Marko
2017-10-06ART: Use ScopedArenaAllocator for pass-local data. Vladimir Marko
2016-04-27Forbid HDeoptimize instructions in OSR methods. Nicolas Geoffray
2016-03-30Fix Boolean to integral types conversions. Roland Levillain
2016-03-25Optimizing: Reduce arena memory used by GraphChecker. Vladimir Marko
2016-03-22Merge "Tighten art::HNeg type constraints on its input." Roland Levillain
2016-03-22Tighten art::HNeg type constraints on its input. Roland Levillain
2016-03-21Optimizing: Fix register allocator validation memory usage. Vladimir Marko
2016-02-15ART: Run SsaBuilder from HGraphBuilder David Brazdil
2016-01-28ART: Implement HSelect David Brazdil
2016-01-06ART: Create BoundType for CheckCast early David Brazdil
2015-11-06ART: Fix simplification of catch blocks in the presence of dead code David Brazdil
2015-10-12Optimizing: Move GraphChecker memory allocations to arena. Vladimir Marko
2015-09-21[optimizing] Add basic PackedSwitch support Mark Mendell
2015-07-15ART: Build SSA form when try/catch is present David Brazdil
2015-06-29Revert "Revert "Do not update the type of something we already know."" Nicolas Geoffray
2015-06-29Revert "Do not update the type of something we already know." Calin Juravle
2015-06-29Do not update the type of something we already know. Nicolas Geoffray
2015-06-26Revert "Revert "ART: Implement try/catch blocks in Builder"" David Brazdil
2015-06-26Revert "ART: Implement try/catch blocks in Builder" David Brazdil
2015-06-25ART: Implement try/catch blocks in Builder David Brazdil
2015-04-24[optimizing] Rename HasArrayAccesses and check it Mark Mendell