summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_checker.cc
AgeCommit message (Expand)Author
2024-03-25Remove extra uses of ClearAllBits Santiago Aboy Solanes
2024-03-19Remove the environment from ArraySets which can't throw Santiago Aboy Solanes
2024-02-28Speed up GraphChecker::VisitInstruction Santiago Aboy Solanes
2024-02-19Do HuntForOriginalReference for the value in WBE Santiago Aboy Solanes
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-23Fix crash when inlining intrinsics with specialized HIR 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-22Create list of intrinsics with specialized HIR. Vladimir Marko
2024-01-19Revert^2 "Disable write-barrier elimination pass" Santiago Aboy Solanes
2024-01-19Revert "Disable write-barrier elimination pass" Santiago Aboy Solanes
2023-11-14Move valid intrinsic check to graph checker Santiago Aboy Solanes
2023-10-18Speed up graph checker by avoiding HInstructionList::Contains calls Santiago Aboy Solanes
2023-10-04Speed up graph checker for graphs with instructions with many uses Santiago Aboy Solanes
2023-04-27Optimizing: Add `HInstruction::As##type()`. Vladimir Marko
2023-04-27Optimizing: Rename `As##type` to `As##type##OrNull`. Vladimir Marko
2023-04-25Use `down_cast<>` in `HInstruction::As##type()`. Vladimir Marko
2023-02-28Code sinking cleanups 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
2023-01-03GraphChecker: Call VisitInstruction in VisitConstant Santiago Aboy Solanes
2022-12-19Graph checker fixups 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
2022-09-08Reland "Add an environment to the beginning of catch blocks" Santiago Aboy Solanes
2022-09-06Revert "Add an environment to the beginning of catch blocks" Santiago Aboy Solanes
2022-09-06Add an environment to the beginning of catch blocks Santiago Aboy Solanes
2022-06-08Revert^2 "ART: Removes SuspendCheck for plain Stelios Ioannou
2021-09-29Revert "ART: Removes SuspendCheck for plain loops with a low trip count." Nicolas Geoffray
2021-09-13ART: Removes SuspendCheck for plain loops with a low trip count. Stelios Ioannou
2021-05-24dex2oat: Abort app compilation without boot image. Vladimir Marko
2020-07-24Update language to comply with Android’s inclusive language guidance Ian Pedowitz
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-12-27ART: Refactor for bugprone-argument-comment Andreas Gampe
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
2018-01-16Improve code sinking near "always throwing" method calls Aart Bik
2017-10-12Use ScopedArenaAllocator in BCE, DCE, LSE, ... Vladimir Marko
2017-09-25ART: Introduce compiler data type. Vladimir Marko
2017-07-24ART: Include cleanup Andreas Gampe