summaryrefslogtreecommitdiffstats
path: root/llvm/utils/update_mir_test_checks.py
Commit message (Expand)AuthorAgeFilesLines
* [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-18/+1
* [UptestTestChecks][NFC] Share some common command line options codeAlex Richardson2019-11-201-5/+1
* Fix update_mir_test_checks after 3598b8100Matt Arsenault2019-10-311-1/+1
* [Utils] Allow update_test_checks to check function informationJohannes Doerfert2019-10-301-1/+1
* [update_mir_test_checks] Handle MI flags properlyRoman Tereshin2019-10-141-2/+5
* [UpdateTestChecks] Update tests optionDavid Bolvansky2019-08-071-33/+43
* [UpdateTestChecks] Emit warning when invalid value for -check-prefix(es) optionDavid Bolvansky2019-07-291-0/+1
* Add wildcard support to all update_*_test_checks.py scripts (PR37500)Simon Pilgrim2019-03-051-1/+3
* Fix update_mir_test_checks.py to run on python3Simon Pilgrim2019-03-021-1/+3
* update_mir_test_checks: Fix handling of IR input after r326284Justin Bogner2018-03-121-2/+2
* update_mir_test_checks: Use the regexes from UpdateTestChecks.commonJustin Bogner2018-02-281-13/+11
* update_mir_test_checks: Drop support for vreg block checksJustin Bogner2018-02-281-24/+9
* update_mir_test_checks: Accept "." in function namesJustin Bogner2018-01-261-1/+1
* update_mir_test_checks: Improve the check for LLVM IR in MIR filesJustin Bogner2018-01-231-1/+1
* update_mir_test_checks: Accept IR as input as well as MIRJustin Bogner2017-12-191-2/+29
* update_mir_test_checks: Add "mir" to some states and regex namesJustin Bogner2017-12-181-16/+16
* update_mir_test_checks: Be careful about replacing entire vregsJustin Bogner2017-11-061-1/+2
* update_mir_test_checks: Support adding checks for vreg classesJustin Bogner2017-10-181-9/+24
* update_mir_test_checks: Improve message when updating failsJustin Bogner2017-10-181-2/+6
* update_mir_test_checks: Handle empty liveinsJustin Bogner2017-10-181-1/+1
* update_mir_test_checks: Do a better job of disambiguating namesJustin Bogner2017-10-181-1/+4
* update_mir_test_checks: Support '-' in function namesJustin Bogner2017-10-181-2/+2
* update_mir_test_checks: Fix a typo I made while preparing for commitJustin Bogner2017-10-181-1/+1
* Add a utility to update MIR checks, similar to update_llc_test_checksJustin Bogner2017-10-181-0/+404
OpenPOWER on IntegriCloud