aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/UpdateTestChecks/common.py
AgeCommit message (Expand)AuthorFilesLines
2020-02-19[UpdateTestChecks] Add support for '.' in ir function namesSimon Pilgrim1-1/+1
2020-02-11[Utils] Allow "on-the-fly" argument changes for update_test_check scriptsJohannes Doerfert1-0/+26
2020-01-02update_test_checks: match CHECK-EMPTY lines for replacement.James Y Knight1-1/+1
2019-12-31[Utils] Deal with occasionally deleted functionsJohannes Doerfert1-4/+25
2019-12-31[Utils] Reuse argument variable names in the bodyJohannes Doerfert1-4/+4
2019-12-31[Utils] Allow update_test_checks to scrub attribute annotationsJohannes Doerfert1-1/+3
2019-12-03[UpdateTestChecks] Fix parsing of RUN: lines with line continuationsAlex Richardson1-1/+1
2019-12-02[update_cc_test_checks.py] Use CHECK_RE from commonAlex Richardson1-1/+1
2019-12-02[UpdateTestChecks] Share the code to parse RUN: lines between all scriptsAlex Richardson1-2/+29
2019-11-20[UptestTestChecks][NFC] Share some common command line options codeAlex Richardson1-0/+8
2019-11-01[Utils] Hide the default behavior change of D68819 under a flagJohannes Doerfert1-2/+2
2019-11-01[utils] Reflow asm check generation to tolerate blank linesSimon Atanasyan1-1/+4
2019-10-30[Utils] Allow update_test_checks to check function informationJohannes Doerfert1-11/+46
2019-10-30[UpdateTestChecks] Fix invalid python string escapesAlex Richardson1-3/+3
2019-10-07Allow update_test_checks.py to not scrub names.David Greene1-2/+4
2019-08-07[UpdateTestChecks] Update tests optionDavid Bolvansky1-7/+16
2019-07-29[UpdateTestChecks] Emit warning when invalid value for -check-prefix(es) optionDavid Bolvansky1-0/+25
2019-07-22[utils] Clean up UpdateTestChecks/common.pyFangrui Song1-6/+6
2018-12-07[utils] Use operator "in" instead of bound function "has_key"Roger Ferrer Ibanez1-1/+1
2018-06-01[Utils][X86] Help update_llc_test_checks.py to recognise retl/retq to reduce ...Simon Pilgrim1-9/+30
2018-04-06[UpdateTestChecks] Add update_analyze_test_checks.py for cost model analysis ...Simon Pilgrim1-5/+21
2018-04-05[UpdateTestChecks] Moved core functionality of add_asm_checks into add_checksSimon Pilgrim1-4/+12
2018-04-05[UpdateTestChecks] Split core functionality of add_ir_checks into add_checksSimon Pilgrim1-7/+13
2018-04-05[UpdateTestChecks] Remove unnecessary return from add_ir_checksSimon Pilgrim1-1/+0
2018-03-14[UpdateTestChecks] Handle IR variables with a '-' in the nameAlexander Richardson1-1/+2
2018-03-14Fix LLVM IR check lines in utils/update_cc_test_checks.pyFangrui Song1-6/+9
2018-03-02[utils] Add utils/update_cc_test_checks.pyFangrui Song1-2/+8
2018-02-28update_mir_test_checks: Use the regexes from UpdateTestChecks.commonJustin Bogner1-5/+6
2018-02-10[utils] Refactor utils/update_{,llc_}test_checks.py to share more codeFangrui Song1-13/+150
2018-02-02Make utils/UpdateTestChecks/common.py Python 2/3 compatible and fix print sta...Fangrui Song1-6/+9
2018-01-30[utils] De-duplicate utils/update_{llc_,}test_checks.pyFangrui Song1-0/+65