aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/update_llc_test_checks.py
AgeCommit message (Expand)AuthorFilesLines
2024-05-27update_llc_test_checks: better support for non-llc tools (#93135)Nicolai Hähnle1-3/+19
2024-05-19update_test_checks: match IR basic block labels (#88979)Nicolai Hähnle1-3/+5
2023-05-17[NFC][Py Reformat] Reformat python files in llvmTobias Hieta1-207/+265
2023-02-04[UpdateTestChecks][NFC] Share the code to get CHECK prefix between all scriptsShengchen Kan1-4/+1
2022-11-29update_test_checks: fix typosNicolai Hähnle1-1/+1
2022-07-20update-test-checks: safely handle tests with #if'sNicolai Hähnle1-0/+1
2022-05-26[UpdateTestChecks] Auto-generate stub bodies for unused prefixesMircea Trofin1-12/+18
2022-05-14[update_llc_test_checks] Use FileCheck captures for MCInst/MCReg outputAlex Richardson1-2/+4
2022-03-01[UpdateLLCTestChecks] Add support for isel debug output in update_llc_test_ch...Yatao Wang1-5/+11
2022-01-31[UpdateTestChecks] Re-add --filter and --filter-out optionsDavid Greene1-2/+6
2022-01-28Revert "[UpdateTestChecks] Add --filter and --filter-out options"David Greene1-6/+2
2022-01-28[UpdateTestChecks] Add --filter and --filter-out optionsDavid Greene1-2/+6
2021-07-29[Utils] Do not remove comments in llc test scriptSebastian Neubauer1-1/+1
2021-06-20[UpdateTestUtils] Print test filename when complaining about conflicting prefixRoman Lebedev1-1/+2
2021-05-21[UpdateTestChecks] Default --x86_scrub_rip to FalseFangrui Song1-1/+1
2021-05-05[Utils][NFC] Rename replace-function-regex in update_cc_test_checksGiorgis Georgakoudis1-2/+2
2021-04-28[update_(llc_)test_checks.py] Support pre-processing commandsAlex Richardson1-8/+12
2021-03-12Replace func name with regex for update test scriptsGiorgis Georgakoudis1-1/+2
2021-03-12Revert "Replace func name with regex for update test scripts"Giorgis Georgakoudis1-2/+1
2021-03-12Replace func name with regex for update test scriptsGiorgis Georgakoudis1-1/+2
2020-12-16[NFC] factor update test function test builder as a classMircea Trofin1-11/+15
2020-12-12[UpdateTestChecks] Add --(no-)x86_scrub_sp option.Harald van Dijk1-1/+6
2020-09-18[UpdateCCTestChecks] Include generated functions if askedDavid Greene1-33/+59
2020-07-08[UpdateTestChecks] Add UTC_ARGS support for update_{llc,cc}_test_checks.pyAlex Richardson1-44/+16
2020-06-10Support other llc-like tools in update_llc_test_checks.pyDaniel Sanders1-4/+7
2020-02-20[Utils][x86] add an option to reduce scrubbing of shuffles with memopsSanjay Patel1-0/+3
2019-12-03[UpdateTestChecks] Change shebang from python to python3Fangrui Song1-2/+2
2019-12-02[UpdateTestChecks] Share the code to parse RUN: lines between all scriptsAlex Richardson1-29/+11
2019-11-20[UptestTestChecks][NFC] Share some common command line options codeAlex Richardson1-5/+1
2019-09-18[utils] Add minimal support for MIR inputs to update_llc_test_checks.pyRoman Tereshin1-4/+12
2019-09-18[utils] Amend update_llc_test_checks.py to non-llc tooling, NFCRoman Tereshin1-3/+4
2019-08-07[UpdateTestChecks] Update tests optionDavid Bolvansky1-3/+20
2019-07-29[UpdateTestChecks] Emit warning when invalid value for -check-prefix(es) optionDavid Bolvansky1-0/+1
2019-05-18UpdateTestChecks: fix AMDGPU handlingRoman Lebedev1-5/+11
2019-03-05Add wildcard support to all update_*_test_checks.py scripts (PR37500)Simon Pilgrim1-1/+3
2019-01-30[utils] Fix update scripts output when run on python3.Simon Pilgrim1-1/+1
2019-01-03Python compat - no explicit reference to Python versionSerge Guelton1-1/+1
2019-01-03Python compat - print statementSerge Guelton1-10/+12
2018-07-23Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...Reid Kleckner1-0/+5
2018-06-28Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC ...Jonas Devlieghere1-5/+0
2018-06-25Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...Reid Kleckner1-0/+5
2018-06-21Revert r335297 "[X86] Implement more of x86-64 large and medium PIC code models"Reid Kleckner1-5/+0
2018-06-21[X86] Implement more of x86-64 large and medium PIC code modelsReid Kleckner1-0/+5
2018-06-01[Utils][X86] Help update_llc_test_checks.py to recognise retl/retq to reduce ...Simon Pilgrim1-2/+2
2018-02-10[utils] Refactor utils/update_{,llc_}test_checks.py to share more codeFangrui Song1-25/+1
2018-01-30[utils] De-duplicate utils/update_{llc_,}test_checks.pyFangrui Song1-263/+16
2018-01-17[utils] Make .cfi_startproc optional for powerpcFangrui Song1-1/+1
2017-12-01Add more triples to llc_test_checks.pySam Parker1-0/+17
2017-11-26[utils][mips] Add support for mips for update_llc_checks.pySimon Dardis1-0/+20
2017-11-09[utils] Fix RISC-V support in update_llc_test_checks.pyAlex Bradbury1-1/+1