| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Utils] Allow update_test_checks to scrub attribute annotations | Johannes Doerfert | 2019-12-31 | 1 | -0/+9 |
| * | [UpdateTestChecks] Change shebang from python to python3 | Fangrui Song | 2019-12-03 | 1 | -1/+1 |
| * | [UpdateTestChecks] Share the code to parse RUN: lines between all scripts | Alex Richardson | 2019-12-02 | 1 | -23/+5 |
| * | [UptestTestChecks][NFC] Share some common command line options code | Alex Richardson | 2019-11-20 | 1 | -5/+1 |
| * | [Utils] Hide the default behavior change of D68819 under a flag | Johannes Doerfert | 2019-11-01 | 1 | -1/+1 |
| * | [Utils] Allow update_test_checks to check function information | Johannes Doerfert | 2019-10-30 | 1 | -1/+4 |
| * | Allow update_test_checks.py to not scrub names. | David Greene | 2019-10-07 | 1 | -1/+4 |
| * | [UpdateTestChecks] Fix wildcard support on DOS prompts | Simon Pilgrim | 2019-09-27 | 1 | -3/+3 |
| * | [UpdateTestChecks] Update tests option | David Bolvansky | 2019-08-07 | 1 | -9/+15 |
| * | [UpdateTestChecks] Fix an incorrect %s added in r368006 | Fangrui Song | 2019-08-06 | 1 | -1/+1 |
| * | [UpdateTestChecks] Apply some string concatenation cleanup | Fangrui Song | 2019-08-06 | 1 | -8/+8 |
| * | Robustify update_test_checks.py to non-autogened tests, and add a mode to ski... | Philip Reames | 2019-08-05 | 1 | -0/+11 |
| * | [UpdateTestChecks] Emit warning when invalid value for -check-prefix(es) option | David Bolvansky | 2019-07-29 | 1 | -1/+1 |
| * | [UpdateTestChecks] Emit warning when invalid test paths | David Bolvansky | 2019-07-11 | 1 | -1/+7 |
| * | [utils] update_test_checks.py: allow opt-8, opt-9 | Fangrui Song | 2019-05-12 | 1 | -1/+2 |
| * | Add wildcard support to all update_*_test_checks.py scripts (PR37500) | Simon Pilgrim | 2019-03-05 | 1 | -1/+3 |
| * | [utils] Fix update scripts output when run on python3. | Simon Pilgrim | 2019-01-30 | 1 | -1/+1 |
| * | Python compat - no explicit reference to Python version | Serge Guelton | 2019-01-03 | 1 | -1/+1 |
| * | Python compat - print statement | Serge Guelton | 2019-01-03 | 1 | -10/+12 |
| * | [UpdateTestChecks] Remove unnecessary return from add_ir_checks | Simon Pilgrim | 2018-04-05 | 1 | -1/+1 |
| * | Fix LLVM IR check lines in utils/update_cc_test_checks.py | Fangrui Song | 2018-03-14 | 1 | -1/+1 |
| * | [utils] Refactor utils/update_{,llc_}test_checks.py to share more code | Fangrui Song | 2018-02-10 | 1 | -127/+4 |
| * | [utils] De-duplicate utils/update_{llc_,}test_checks.py | Fangrui Song | 2018-01-30 | 1 | -70/+16 |
| * | [utils] remove ability to generate llc check lines from update_test_checks.py | Sanjay Patel | 2017-06-12 | 1 | -69/+27 |
| * | Update update_test_checks so that . is a valid identifier character in additi... | Daniel Berlin | 2017-01-15 | 1 | -1/+1 |
| * | [utils] Improve extraction of check prefixes from RUN lines | Nikolai Bozhenov | 2017-01-14 | 1 | -3/+3 |
| * | Fix update_test_checks not to accidentally believe type names are variable names | Daniel Berlin | 2017-01-13 | 1 | -1/+1 |
| * | Fix function regex in update_tests so it can handle {}'s in function args | Daniel Berlin | 2017-01-09 | 1 | -1/+1 |
| * | Update update_test_checks to work properly with phi nodes and other fun things. | Daniel Berlin | 2017-01-07 | 1 | -23/+26 |
| * | Fix indentation in r290716. | Bryant Wong | 2016-12-29 | 1 | -4/+4 |
| * | Correctly handle multi-lined RUN lines. | Bryant Wong | 2016-12-29 | 1 | -1/+8 |
| * | Fix `update_test_checks.py` bug that incorrectly truncates IR body. | Bryant Wong | 2016-12-25 | 1 | -1/+1 |
| * | [X86][AVX512] Add support for masked shuffle comments | Simon Pilgrim | 2016-07-03 | 1 | -1/+1 |
| * | [X86] Updated test checks script to generalise LCPI symbol refs | Simon Pilgrim | 2016-06-11 | 1 | -0/+3 |
| * | fixed to discard earlier advertising | Sanjay Patel | 2016-04-05 | 1 | -3/+4 |
| * | add example usage and workflow to --help output | Sanjay Patel | 2016-04-05 | 1 | -2/+25 |
| * | check or check-next the first line of the function too | Sanjay Patel | 2016-04-05 | 1 | -5/+15 |
| * | workaround for an IR variable named %. | Sanjay Patel | 2016-03-27 | 1 | -0/+2 |
| * | add scrubber for excessive leading whitespace | Sanjay Patel | 2016-03-27 | 1 | -0/+3 |
| * | fix IR function name regex to allow hyphens | Sanjay Patel | 2016-03-25 | 1 | -2/+2 |
| * | Add utility script to generate checks for opt or llc regression tests | Sanjay Patel | 2016-03-24 | 1 | -0/+355 |