summaryrefslogtreecommitdiff
path: root/test/449-checker-bce
AgeCommit message (Expand)Author
2023-11-24Improve linear induction var range creation Santiago Aboy Solanes
2023-02-08Unify simplification passes after high-level optimizations Santiago Aboy Solanes
2022-08-17Reland "Propagating values from if clauses to its successors" Santiago Aboy Solanes
2022-08-09Revert "Propagating values from if clauses to its successors" Santiago Aboy Solanes
2022-08-09Propagating values from if clauses to its successors Santiago Aboy Solanes
2021-03-05Aesthetic changes in generated ART run-test Blueprint files. Roland Levillain
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to art Bob Badour
2020-11-10Verify ART run-tests' standard output and standard error separately. Roland Levillain
2020-11-05Rename ART run-tests `expected.txt` files as `expected-stdout.txt`. Roland Levillain
2020-10-14Only tag supported ART run-tests as part of `art-target-run-test`. Roland Levillain
2020-09-29Build system support for Checker tests in Tradefed Daniil Riazanovskiy
2020-09-09Rename the expected-output text file in built TradeFed ART run-tests. Roland Levillain
2020-07-03Add Soong module definitions for ART run-tests with default build rules. Roland Levillain
2018-03-01Introduce ABS as HIR nodes. Aart Bik
2018-01-22Improve bound analysis on constant range. Aart Bik
2018-01-17Enhance BCE range analysis with length "alias" case. Aart Bik
2017-09-11Fix bug in BCE remainder handling. Aart Bik
2017-08-08HRem support in BCE. xueliang.zhong
2016-10-20Improve recognition of select-based period induction. Aart Bik
2016-08-08Implement running user defined list of passes Wojciech Staszkiewicz
2016-07-22Combine offsets in loop-based dynamic BCE. Aart Bik
2016-05-04Exploit NE/EQ tests on array length in BCE. Aart Bik
2016-03-01Standby list for dyn bce in potentially infinite loops. Aart Bik
2016-02-29Fixed bug on incorrectly revisiting same block. Aart Bik
2016-02-24Make sure constantIndexing2 is optimized with DEOPT. Aart Bik
2016-02-23Improved instruction + offset hunting. Aart Bik
2016-02-12Generalized "dom-based" dynamic BCE to symbolic base + offset. Aart Bik
2016-02-02Optimizing: Do not depend on sharpening in test 449. Vladimir Marko
2016-01-26Some minor simplifications in code and tests. Aart Bik
2016-01-22Revert "Some minor simplifications in code and tests." Nicolas Geoffray
2016-01-20Some minor simplifications in code and tests. Aart Bik
2016-01-04Revert "Revert "Tweak inlining heuristics."" Nicolas Geoffray
2015-12-30Improved side-effects/can-throw information on intrinsics. Aart Bik
2015-12-01Dynamic BCE (based on induction range analysis) Aart Bik
2015-11-21Revert "Dynamic BCE (based on induction range analysis)" Aart Bik
2015-11-20Dynamic BCE (based on induction range analysis) Aart Bik
2015-10-30ART: Enable inlining under try/catch David Brazdil
2015-10-05ART: Add more deopt tests Andreas Gampe
2015-09-28ART: Single-frame deopt Andreas Gampe
2015-07-27HDeoptimize should hold values live in env. Mingyao Yang
2015-07-27Cosmetic changes in ART run-tests. Roland Levillain
2015-06-10Fix premature deoptimization if the loop body isn't entered. Mingyao Yang
2015-05-28ART: Distinguish Checker lines from comments David Brazdil
2015-04-26BCE: don't add deoptimization if the loop has early exit. Mingyao Yang
2015-04-26Deoptimization-based BCE for unknown loop bounds. Mingyao Yang
2015-04-01Revert "Revert "Deoptimization-based bce."" Mingyao Yang
2015-03-24Revert "Deoptimization-based bce." Andreas Gampe
2015-03-23Deoptimization-based bce. Mingyao Yang
2015-03-03Merge "bce: add support to narrow two MonotonicValueRange's at the same time." Mingyao Yang
2015-03-02bce: handle a pattern for circular buffer Mingyao Yang