summaryrefslogtreecommitdiffstats
path: root/llvm/utils/UpdateTestChecks/common.py
Commit message (Expand)AuthorAgeFilesLines
* update_test_checks: match CHECK-EMPTY lines for replacement.James Y Knight2020-01-021-1/+1
* [Utils] Deal with occasionally deleted functionsJohannes Doerfert2019-12-311-4/+25
* [Utils] Reuse argument variable names in the bodyJohannes Doerfert2019-12-311-4/+4
* [Utils] Allow update_test_checks to scrub attribute annotationsJohannes Doerfert2019-12-311-1/+3
* [UpdateTestChecks] Fix parsing of RUN: lines with line continuationsAlex Richardson2019-12-031-1/+1
* [update_cc_test_checks.py] Use CHECK_RE from commonAlex Richardson2019-12-021-1/+1
* [UpdateTestChecks] Share the code to parse RUN: lines between all scriptsAlex Richardson2019-12-021-2/+29
* [UptestTestChecks][NFC] Share some common command line options codeAlex Richardson2019-11-201-0/+8
* [Utils] Hide the default behavior change of D68819 under a flagJohannes Doerfert2019-11-011-2/+2
* [utils] Reflow asm check generation to tolerate blank linesSimon Atanasyan2019-11-011-1/+4
* [Utils] Allow update_test_checks to check function informationJohannes Doerfert2019-10-301-11/+46
* [UpdateTestChecks] Fix invalid python string escapesAlex Richardson2019-10-301-3/+3
* Allow update_test_checks.py to not scrub names.David Greene2019-10-071-2/+4
* [UpdateTestChecks] Update tests optionDavid Bolvansky2019-08-071-7/+16
* [UpdateTestChecks] Emit warning when invalid value for -check-prefix(es) optionDavid Bolvansky2019-07-291-0/+25
* [utils] Clean up UpdateTestChecks/common.pyFangrui Song2019-07-221-6/+6
* [utils] Use operator "in" instead of bound function "has_key"Roger Ferrer Ibanez2018-12-071-1/+1
* [Utils][X86] Help update_llc_test_checks.py to recognise retl/retq to reduce ...Simon Pilgrim2018-06-011-9/+30
* [UpdateTestChecks] Add update_analyze_test_checks.py for cost model analysis ...Simon Pilgrim2018-04-061-5/+21
* [UpdateTestChecks] Moved core functionality of add_asm_checks into add_checksSimon Pilgrim2018-04-051-4/+12
* [UpdateTestChecks] Split core functionality of add_ir_checks into add_checksSimon Pilgrim2018-04-051-7/+13
* [UpdateTestChecks] Remove unnecessary return from add_ir_checksSimon Pilgrim2018-04-051-1/+0
* [UpdateTestChecks] Handle IR variables with a '-' in the nameAlexander Richardson2018-03-141-1/+2
* Fix LLVM IR check lines in utils/update_cc_test_checks.pyFangrui Song2018-03-141-6/+9
* [utils] Add utils/update_cc_test_checks.pyFangrui Song2018-03-021-2/+8
* update_mir_test_checks: Use the regexes from UpdateTestChecks.commonJustin Bogner2018-02-281-5/+6
* [utils] Refactor utils/update_{,llc_}test_checks.py to share more codeFangrui Song2018-02-101-13/+150
* Make utils/UpdateTestChecks/common.py Python 2/3 compatible and fix print sta...Fangrui Song2018-02-021-6/+9
* [utils] De-duplicate utils/update_{llc_,}test_checks.pyFangrui Song2018-01-301-0/+65
OpenPOWER on IntegriCloud