OSDN Git Service

gn build: Merge r366361.
[android-x86/external-llvm.git] / utils / update_test_checks.py
2019-07-11 David Bolvansky[UpdateTestChecks] Emit warning when invalid test paths
2019-05-12 Fangrui Song[utils] update_test_checks.py: allow opt-8, opt-9
2019-03-05 Simon PilgrimAdd wildcard support to all update_*_test_checks.py...
2019-01-30 Simon Pilgrim[utils] Fix update scripts output when run on python3.
2019-01-03 Serge GueltonPython compat - no explicit reference to Python version
2019-01-03 Serge GueltonPython compat - print statement
2018-04-05 Simon Pilgrim[UpdateTestChecks] Remove unnecessary return from add_i...
2018-03-14 Fangrui SongFix LLVM IR check lines in utils/update_cc_test_checks.py
2018-02-10 Fangrui Song[utils] Refactor utils/update_{,llc_}test_checks.py...
2018-01-30 Fangrui Song[utils] De-duplicate utils/update_{llc_,}test_checks.py
2017-06-12 Sanjay Patel[utils] remove ability to generate llc check lines...
2017-01-15 Daniel BerlinUpdate update_test_checks so that . is a valid identifi...
2017-01-14 Nikolai Bozhenov[utils] Improve extraction of check prefixes from RUN...
2017-01-13 Daniel BerlinFix update_test_checks not to accidentally believe...
2017-01-09 Daniel BerlinFix function regex in update_tests so it can handle...
2017-01-07 Daniel BerlinUpdate update_test_checks to work properly with phi...
2016-12-29 Bryant WongFix indentation in r290716.
2016-12-29 Bryant WongCorrectly handle multi-lined RUN lines.
2016-12-25 Bryant WongFix `update_test_checks.py` bug that incorrectly trunca...
2016-07-03 Simon Pilgrim[X86][AVX512] Add support for masked shuffle comments
2016-06-11 Simon Pilgrim[X86] Updated test checks script to generalise LCPI...
2016-04-05 Sanjay Patelfixed to discard earlier advertising
2016-04-05 Sanjay Pateladd example usage and workflow to --help output
2016-04-05 Sanjay Patelcheck or check-next the first line of the function too
2016-03-27 Sanjay Patelworkaround for an IR variable named %.
2016-03-27 Sanjay Pateladd scrubber for excessive leading whitespace
2016-03-25 Sanjay Patelfix IR function name regex to allow hyphens
2016-03-24 Sanjay PatelAdd utility script to generate checks for opt or llc...