summaryrefslogtreecommitdiffstats
path: root/llvm/utils/update_llc_test_checks.py
Commit message (Expand)AuthorAgeFilesLines
* [UpdateTestChecks] Change shebang from python to python3Fangrui Song2019-12-031-2/+2
* [UpdateTestChecks] Share the code to parse RUN: lines between all scriptsAlex Richardson2019-12-021-29/+11
* [UptestTestChecks][NFC] Share some common command line options codeAlex Richardson2019-11-201-5/+1
* [utils] Add minimal support for MIR inputs to update_llc_test_checks.pyRoman Tereshin2019-09-181-4/+12
* [utils] Amend update_llc_test_checks.py to non-llc tooling, NFCRoman Tereshin2019-09-181-3/+4
* [UpdateTestChecks] Update tests optionDavid Bolvansky2019-08-071-3/+20
* [UpdateTestChecks] Emit warning when invalid value for -check-prefix(es) optionDavid Bolvansky2019-07-291-0/+1
* UpdateTestChecks: fix AMDGPU handlingRoman Lebedev2019-05-181-5/+11
* Add wildcard support to all update_*_test_checks.py scripts (PR37500)Simon Pilgrim2019-03-051-1/+3
* [utils] Fix update scripts output when run on python3.Simon Pilgrim2019-01-301-1/+1
* Python compat - no explicit reference to Python versionSerge Guelton2019-01-031-1/+1
* Python compat - print statementSerge Guelton2019-01-031-10/+12
* Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...Reid Kleckner2018-07-231-0/+5
* Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC ...Jonas Devlieghere2018-06-281-5/+0
* Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...Reid Kleckner2018-06-251-0/+5
* Revert r335297 "[X86] Implement more of x86-64 large and medium PIC code models"Reid Kleckner2018-06-211-5/+0
* [X86] Implement more of x86-64 large and medium PIC code modelsReid Kleckner2018-06-211-0/+5
* [Utils][X86] Help update_llc_test_checks.py to recognise retl/retq to reduce ...Simon Pilgrim2018-06-011-2/+2
* [utils] Refactor utils/update_{,llc_}test_checks.py to share more codeFangrui Song2018-02-101-25/+1
* [utils] De-duplicate utils/update_{llc_,}test_checks.pyFangrui Song2018-01-301-263/+16
* [utils] Make .cfi_startproc optional for powerpcFangrui Song2018-01-171-1/+1
* Add more triples to llc_test_checks.pySam Parker2017-12-011-0/+17
* [utils][mips] Add support for mips for update_llc_checks.pySimon Dardis2017-11-261-0/+20
* [utils] Fix RISC-V support in update_llc_test_checks.pyAlex Bradbury2017-11-091-1/+1
* [utils] Add RISC-V support to update_llc_test_checks.pyAlex Bradbury2017-11-081-0/+18
* [utils] make retq/retl regex an option that is off by defaultSanjay Patel2017-10-241-10/+14
* [utils] Support -mtriple=powerpc64Fangrui Song2017-10-221-2/+3
* [utils, x86] add regex for retl/retq to reduce duplicated FileChecking (PR35003)Sanjay Patel2017-10-201-0/+3
* Util: Improve update_llc_test_checks to scrub macosx-style assembly annotationsZvi Rackover2017-09-061-1/+1
* [utils] add aarch64 target as an optionSanjay Patel2017-08-251-19/+29
* Teach the llc check updater to recognize the end-of-function commentChandler Carruth2017-08-251-2/+2
* Fix update_llc_test_checks.py ARM parsingEli Friedman2017-07-281-1/+1
* [PPC] Add generated tests for all atomic operationsTim Shen2017-03-231-0/+4
* Add SystemZ to utils/update_llc_test_checks.py.Jonas Paulsson2017-03-171-0/+18
* [utils] allow auto-generation of checks for thumb triplesSanjay Patel2017-02-241-0/+2
* Add some testcases for bitfields with illegal widths.Eli Friedman2017-02-241-0/+1
* [utils] Improve extraction of check prefixes from RUN linesNikolai Bozhenov2017-01-141-3/+3
* Fix indentation in r290716.Bryant Wong2016-12-291-4/+4
* Correctly handle multi-lined RUN lines.Bryant Wong2016-12-291-1/+8
* [PowerPC] Add ppc support to update_llc_test_checks.py, and ppc tests. NFC.Tim Shen2016-12-221-17/+72
* Add ARM support to update_llc_test_checks.pyEli Friedman2016-12-191-9/+34
* [X86] Fix test checks script to satisfy pyflakesZvi Rackover2016-11-071-5/+4
* [X86] Fix test checks script to handle run lines with no pipe checksZvi Rackover2016-11-071-1/+5
* [X86][AVX512] Add support for masked shuffle commentsSimon Pilgrim2016-07-031-1/+1
* [X86] Updated test checks script to generalise LCPI symbol refsSimon Pilgrim2016-06-111-1/+4
* don't hardcode the name of the llc checks scriptSanjay Patel2016-03-241-5/+2
* reorganize llc checks script to allow more flexibility, part 2; NFCISanjay Patel2016-03-241-73/+104
* reorganize llc checks script to allow more flexibility; NFCISanjay Patel2016-03-231-28/+31
* [utils] Add windows support to update_llc_test_checks.pySimon Pilgrim2016-01-271-1/+3
* Make utils/update_llc_test_checks.py note that the assertions areJames Y Knight2015-11-231-1/+7
OpenPOWER on IntegriCloud