aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/UpdateTestChecks/common.py
AgeCommit message (Expand)AuthorFilesLines
2025-05-22[GlobalISel] Add a update_givaluetracking_test_checks.py script (#140296)David Green1-0/+238
2025-05-21[LAA] Tweak debug output for UTC stability (#140764)Ramkumar Ramachandra1-0/+1
2025-05-09update_test_checks: indent dbg records (#139230)Orlando Cazalet-Hyams1-0/+2
2025-04-24update_test_checks: Relax DIFile filename checks (#135692)Scott Linder1-1/+1
2025-03-18update_test_checks: add new --filter-out-after option (#129739)David Sherwood1-12/+59
2025-02-19UpdateTestChecks: Don't check meta details in func definition w/--global none...Jinsong Ji1-2/+15
2025-01-29[DA] enable update_analyze_test_checks.py (#123435)Sebastian Pop1-0/+1
2025-01-13Handle leading underscores in update_cc_test_checks.py (#121800)Momchil Velikov1-0/+16
2025-01-08[UpdateTestChecks][NFC] - Fix typos (#121964)Jessica Del1-1/+1
2024-10-30[AMDGPU][test] fix the error case in update_mc_test_check script (#112731)Brox Chen1-0/+1
2024-10-29[AMDGPU][test]added unique and sort options for update_mc_test_check script (...Brox Chen1-1/+3
2024-10-07update_test_checks: fix a simple regression (#111347)Nicolai Hähnle1-1/+1
2024-10-04update_test_checks: collect original check lines for old versions of lit test...Nicolai Hähnle1-1/+4
2024-10-04update_test_checks: improve IR value name stability (#110940)Nicolai Hähnle1-27/+103
2024-09-23added a script to update llvm-mc test file (#107246)Brox Chen1-1/+1
2024-08-30[NFC] Prefer subprocess.DEVNULL over os.devnull (#106500)Nicolas van Kempen1-9/+7
2024-08-28[NVPTX] Support __usAtomicCAS builtin (#99646)Denis.G1-0/+1
2024-07-03UTC: support debug output from LDist (#93208)Ramkumar Ramachandra1-2/+4
2024-05-23Fix update-test-checks.py on Python 3.6 (#93116)Eli Friedman1-1/+1
2024-05-19update_test_checks: match IR basic block labels (#88979)Nicolai Hähnle1-456/+469
2024-04-17[RemoveDIs] Update update_test_checks script to recognize dbg_records (#87388)Stephen Tozer1-1/+1
2024-04-17update_test_checks: keep names stable with generated functions (#87988)Nicolai Hähnle1-24/+35
2024-04-16update_test_checks: remove an unused functionNicolai Hähnle1-4/+0
2024-03-08update_test_checks: keep meta variables stable by defaultNicolai Hähnle1-18/+496
2024-03-08Revert "update_test_checks: keep meta variables stable by default"Nicolai Hähnle1-494/+19
2024-03-08update_test_checks: keep meta variables stable by defaultNicolai Hähnle1-19/+494
2024-03-08update_test_checks: simplify get_ir_regexNicolai Hähnle1-2/+2
2024-03-08update_test_checks: simplify is_local_def_ir_valueNicolai Hähnle1-5/+5
2024-02-28[UTC] Don't leave dangling CHECK-SAME when removing CHECK lines (#82569)Henrik G. Olsson1-2/+13
2024-02-20[UTC] Fix SyntaxWarning on Python 3.12 (#82327)Luke Lau1-1/+1
2024-02-08Fix test failure if CLANG_VENDOR contains spaces (#81017)Yi Kong1-1/+1
2023-12-05Include LLVM_VERSION_SUFFIX in the Clang version string. (#74469)James Y Knight1-1/+1
2023-11-21Support BranchProbabilityInfo in update_analyze_test_checks.py (#72943)Matthias Braun1-6/+9
2023-11-13Recommit changes to global checks (#71171)Henrik G. Olsson1-21/+197
2023-11-09[UTC] Escape multiple {{ or }} in input for check lines. (#71790)Florian Hahn1-0/+7
2023-10-31update_analyze_test_checks: support output from LAA (#67584)Ramkumar Ramachandra1-48/+127
2023-10-30[UTC] Recognise CHECK lines with globals matched literally (#70050)Henrik G. Olsson1-1/+1
2023-09-26UpdateTestChecks: squelch warning on SCEV output (#67443)Ramkumar Ramachandra1-1/+5
2023-08-29[UTC] Keep function args parenthesis on label line (bumps version to 3)Jannik Silvanus1-2/+18
2023-08-23[UTC] Honor global-value-regex in UTC_ARGSJohannes Doerfert1-0/+6
2023-07-14Revert "[UTC] Add fallback support for specific metadata, and check their defs"Johannes Doerfert1-151/+15
2023-07-14Revert "[UTC] Fix git URL regex"Johannes Doerfert1-1/+1
2023-07-14Revert "[UTC] Generalize version regex"Johannes Doerfert1-1/+1
2023-07-14Revert "[UTC] Adapt version matcher to glob CLANG_VENDOR"Johannes Doerfert1-5/+6
2023-07-06[UTC] Add do-not-autogenerate capabilityPaul Robinson1-0/+4
2023-07-05[UTC] Adapt version matcher to glob CLANG_VENDORHenrik G. Olsson1-6/+5
2023-07-05[UTC] Generalize version regexNikita Popov1-1/+1
2023-07-05[UTC] Fix git URL regexHenrik G. Olsson1-1/+1
2023-07-05[UTC] Add fallback support for specific metadata, and check their defsHenrik G. Olsson1-15/+151
2023-05-17[NFC][Py Reformat] Reformat python files in llvmTobias Hieta1-1138/+1551