summaryrefslogtreecommitdiffstats
path: root/llvm/utils/update_test_checks.py
Commit message (Expand)AuthorAgeFilesLines
* [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