aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/UpdateTestChecks/common.py
AgeCommit message (Expand)AuthorFilesLines
2023-03-07[UTC] Enable --function-signature by defaultNikita Popov1-4/+12
2023-03-02[UTC] Include return type/attributes under --version 2Nikita Popov1-14/+32
2023-02-04[UpdateTestChecks][NFC] Share the code to get CHECK prefix between all scriptsShengchen Kan1-0/+6
2023-01-30[UTC] Add --version argumentNikita Popov1-4/+21
2023-01-25UpdateTestChecks: cleanup NamelessValues constructorNicolai Hähnle1-46/+33
2023-01-19[SROA] Check TBAA metadata in tests (NFC)Nikita Popov1-0/+1
2023-01-06[UpdateTestChecks] Do not add --force-update to UTC_ARGSAlex Richardson1-1/+2
2022-12-15[UpdateTestChecks] Handle !DIAssignID metadataRoman Lebedev1-13/+14
2022-12-13Revert "[UpdateTestChecks] Match define for labels"Nikita Popov1-1/+1
2022-12-12[UpdateTestChecks] Match define for labelsSebastian Neubauer1-1/+1
2022-11-29update_test_checks: fix typosNicolai Hähnle1-1/+1
2022-11-28[UpdateTestChecks] Fix `update_*_test_checks.py` to add "unused" prefixesMircea Trofin1-7/+10
2022-11-04[IR] Switch everything to use memory attributeNikita Popov1-1/+1
2022-10-27update_test_checks.py: allow use with custom toolsNicolai Hähnle1-2/+2
2022-07-20update-test-checks: safely handle tests with #if'sNicolai Hähnle1-13/+27
2022-07-11[OMPIRBuilder] Add support for simdlen clausePrabhdeep Singh Soni1-12/+13
2022-06-28[UpdateTestChecks] Handle prefix reuse for appended check linesJohannes Doerfert1-5/+9
2022-05-26Fix break introduced by D124306Mircea Trofin1-2/+4
2022-05-26[UpdateTestChecks] Auto-generate stub bodies for unused prefixesMircea Trofin1-13/+45
2022-05-14[UpdateTestChecks] Use a counter for unpredictable FileCheck variablesAlex Richardson1-21/+36
2022-05-14[update_llc_test_checks] Use FileCheck captures for MCInst/MCReg outputAlex Richardson1-27/+70
2022-05-14[UpdateTestChecks] Change global functions to NamelessValue members. NFCIAlex Richardson1-63/+57
2022-05-10Revert "[utils] Avoid hardcoding metadata ids in update_cc_test_checks"Jan Korous1-5/+1
2022-05-10[utils] Avoid hardcoding metadata ids in update_cc_test_checksJan Korous1-1/+5
2022-04-15[NFC][UpdateTestChecks] Fix whitespace in common.py and asm.pyDaniil Kovalev1-99/+99
2022-04-15[UpdateTestChecks] Prevent rapid onset insanity when forced to write LoopVect...Roman Lebedev1-0/+5
2022-04-15[UpdateTestChecks] Add NVPTX support in update_llc_test_checks.pyDaniil Kovalev1-6/+17
2022-03-07UpdateTestChecks: fix handling of UTC with spacesRoman Lebedev1-1/+2
2022-03-07update_analyze_test_checks.py: fix --filter handlingRoman Lebedev1-2/+2
2022-03-03[UpdateTestChecks] Don't skip first line with --filterSebastian Neubauer1-1/+1
2022-03-01[UpdateLLCTestChecks] Add support for isel debug output in update_llc_test_ch...Yatao Wang1-8/+24
2022-01-31[UpdateTestChecks] Re-add --filter and --filter-out optionsDavid Greene1-15/+157
2022-01-28Revert "[UpdateTestChecks] Add --filter and --filter-out options"David Greene1-157/+15
2022-01-28[UpdateTestChecks] Add --filter and --filter-out optionsDavid Greene1-15/+157
2022-01-28[update_test_checks] Fix option name in warning messageJay Foad1-1/+1
2021-11-18Add a breadcrumb comment to make debugging a user error when using ./utils/up...Philip Reames1-0/+3
2021-09-28[UpdateTestChecks][NFC] Drop a python2 workaroundAlex Richardson1-7/+1
2021-09-22[Utils] Replace llc with cat for testsSebastian Neubauer1-3/+20
2021-07-29[Utils] Do not remove comments in llc test scriptSebastian Neubauer1-3/+9
2021-07-20[UpdateCCTestChecks] Implement --global-hex-value-regexJoel E. Denny1-1/+10
2021-07-20[UpdateCCTestChecks] Implement --global-value-regexJoel E. Denny1-3/+20
2021-06-25[UpdateCCTestChecks] Support --check-globalsJoel E. Denny1-0/+2
2021-06-23[UpdateCCTestChecks][NFC] Permit other comments in common.pyJoel E. Denny1-7/+7
2021-06-21[UpdateCCTestChecks] Fix --replace-value-regex across RUN linesJoel E. Denny1-22/+23
2021-06-20[UpdateTestUtils] Print test filename when complaining about conflicting prefixRoman Lebedev1-2/+3
2021-05-05[Utils][NFC] Rename replace-function-regex in update_cc_test_checksGiorgis Georgakoudis1-4/+4
2021-05-03[Utils] Add prof metadata to matched unnamed valuesGiorgis Georgakoudis1-0/+1
2021-04-28[update_(llc_)test_checks.py] Support pre-processing commandsAlex Richardson1-1/+14
2021-03-26[Utils] Add prefix parameter in update test checks to avoid FileCheck conflictsGiorgis Georgakoudis1-2/+19
2021-03-24[Utils][NFC] Fix regex substitution for update test checksGiorgis Georgakoudis1-3/+3