summaryrefslogtreecommitdiffstats
path: root/llvm/utils/update_test_checks.py
Commit message (Expand)AuthorAgeFilesLines
* [Utils] Allow update_test_checks to scrub attribute annotationsJohannes Doerfert2019-12-311-0/+9
* [UpdateTestChecks] Change shebang from python to python3Fangrui Song2019-12-031-1/+1
* [UpdateTestChecks] Share the code to parse RUN: lines between all scriptsAlex Richardson2019-12-021-23/+5
* [UptestTestChecks][NFC] Share some common command line options codeAlex Richardson2019-11-201-5/+1
* [Utils] Hide the default behavior change of D68819 under a flagJohannes Doerfert2019-11-011-1/+1
* [Utils] Allow update_test_checks to check function informationJohannes Doerfert2019-10-301-1/+4
* Allow update_test_checks.py to not scrub names.David Greene2019-10-071-1/+4
* [UpdateTestChecks] Fix wildcard support on DOS promptsSimon Pilgrim2019-09-271-3/+3
* [UpdateTestChecks] Update tests optionDavid Bolvansky2019-08-071-9/+15
* [UpdateTestChecks] Fix an incorrect %s added in r368006Fangrui Song2019-08-061-1/+1
* [UpdateTestChecks] Apply some string concatenation cleanupFangrui Song2019-08-061-8/+8
* Robustify update_test_checks.py to non-autogened tests, and add a mode to ski...Philip Reames2019-08-051-0/+11
* [UpdateTestChecks] Emit warning when invalid value for -check-prefix(es) optionDavid Bolvansky2019-07-291-1/+1
* [UpdateTestChecks] Emit warning when invalid test pathsDavid Bolvansky2019-07-111-1/+7
* [utils] update_test_checks.py: allow opt-8, opt-9Fangrui Song2019-05-121-1/+2
* Add wildcard support to all update_*_test_checks.py scripts (PR37500)Simon Pilgrim2019-03-051-1/+3
* [utils] Fix update scripts output when run on python3.Simon Pilgrim2019-01-301-1/+1
* Python compat - no explicit reference to Python versionSerge Guelton2019-01-031-1/+1
* Python compat - print statementSerge Guelton2019-01-031-10/+12
* [UpdateTestChecks] Remove unnecessary return from add_ir_checksSimon Pilgrim2018-04-051-1/+1
* Fix LLVM IR check lines in utils/update_cc_test_checks.pyFangrui Song2018-03-141-1/+1
* [utils] Refactor utils/update_{,llc_}test_checks.py to share more codeFangrui Song2018-02-101-127/+4
* [utils] De-duplicate utils/update_{llc_,}test_checks.pyFangrui Song2018-01-301-70/+16
* [utils] remove ability to generate llc check lines from update_test_checks.pySanjay Patel2017-06-121-69/+27
* Update update_test_checks so that . is a valid identifier character in additi...Daniel Berlin2017-01-151-1/+1
* [utils] Improve extraction of check prefixes from RUN linesNikolai Bozhenov2017-01-141-3/+3
* Fix update_test_checks not to accidentally believe type names are variable namesDaniel Berlin2017-01-131-1/+1
* Fix function regex in update_tests so it can handle {}'s in function argsDaniel Berlin2017-01-091-1/+1
* Update update_test_checks to work properly with phi nodes and other fun things.Daniel Berlin2017-01-071-23/+26
* Fix indentation in r290716.Bryant Wong2016-12-291-4/+4
* Correctly handle multi-lined RUN lines.Bryant Wong2016-12-291-1/+8
* Fix `update_test_checks.py` bug that incorrectly truncates IR body.Bryant Wong2016-12-251-1/+1
* [X86][AVX512] Add support for masked shuffle commentsSimon Pilgrim2016-07-031-1/+1
* [X86] Updated test checks script to generalise LCPI symbol refsSimon Pilgrim2016-06-111-0/+3
* fixed to discard earlier advertisingSanjay Patel2016-04-051-3/+4
* add example usage and workflow to --help outputSanjay Patel2016-04-051-2/+25
* check or check-next the first line of the function tooSanjay Patel2016-04-051-5/+15
* workaround for an IR variable named %.Sanjay Patel2016-03-271-0/+2
* add scrubber for excessive leading whitespaceSanjay Patel2016-03-271-0/+3
* fix IR function name regex to allow hyphensSanjay Patel2016-03-251-2/+2
* Add utility script to generate checks for opt or llc regression testsSanjay Patel2016-03-241-0/+355
OpenPOWER on IntegriCloud