aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/UpdateTestChecks/update_test_checks
AgeCommit message (Expand)AuthorFilesLines
17 hours[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov6-56/+56
2025-05-09update_test_checks: indent dbg records (#139230)Orlando Cazalet-Hyams5-25/+25
2025-04-24update_test_checks: Relax DIFile filename checks (#135692)Scott Linder5-2/+87
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse13-1565/+6
2025-03-18update_test_checks: add new --filter-out-after option (#129739)David Sherwood8-0/+226
2025-02-19UpdateTestChecks: Don't check meta details in func definition w/--global none...Jinsong Ji3-0/+69
2024-10-07update_test_checks: fix a simple regression (#111347)Nicolai Hähnle3-0/+34
2024-10-04update_test_checks: collect original check lines for old versions of lit test...Nicolai Hähnle2-8/+6
2024-10-04update_test_checks: improve IR value name stability (#110940)Nicolai Hähnle3-0/+615
2024-09-23update_test_checks: recognize %if in RUN line (#108972)Elvina Yakubova3-0/+36
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer6-6/+12
2024-05-19update_test_checks: match IR basic block labels (#88979)Nicolai Hähnle2-19/+19
2024-04-17[RemoveDIs] Update update_test_checks script to recognize dbg_records (#87388)Stephen Tozer7-0/+1516
2024-04-17update_test_checks: keep names stable with generated functions (#87988)Nicolai Hähnle1-5/+5
2024-04-16update_test_checks: add new testNicolai Hähnle3-0/+115
2024-04-16update_test_checks: pre-commit a new testNicolai Hähnle3-0/+49
2024-03-18[CodeExtractor] Terminate callsite blocks to new `noreturn` functions with `u...Noah Goldstein8-16/+16
2024-03-08update_test_checks: keep meta variables stable by defaultNicolai Hähnle7-21/+41
2024-03-08Revert "update_test_checks: keep meta variables stable by default"Nicolai Hähnle7-41/+21
2024-03-08update_test_checks: keep meta variables stable by defaultNicolai Hähnle7-21/+41
2024-03-08update_test_checks: precommit a test caseNicolai Hähnle12-0/+268
2024-02-28[UTC] Don't leave dangling CHECK-SAME when removing CHECK lines (#82569)Henrik G. Olsson3-0/+32
2024-02-07[DebugInfo][RemoveDIs] Final final test-maintenence patch (#80988)Jeremy Morse6-55/+55
2023-11-13Recommit changes to global checks (#71171)Henrik G. Olsson9-63/+618
2023-10-30[UTC] Recognise CHECK lines with globals matched literally (#70050)Henrik G. Olsson3-0/+34
2023-08-29[UTC] Fix test named_function_arguments_split.llJannik Silvanus1-1/+0
2023-08-29[UTC] Keep function args parenthesis on label line (bumps version to 3)Jannik Silvanus2-6/+5
2023-08-29[UTC] Precommit testcase for function definition line-splittingJannik Silvanus3-0/+35
2023-08-23[UTC] Honor global-value-regex in UTC_ARGSJohannes Doerfert3-0/+49
2023-07-31[IR] Mark `llvm.trap` as `memory(inaccessiblemem: write)`Johannes Doerfert10-14/+14
2023-07-14Revert "[UTC] Add fallback support for specific metadata, and check their defs"Johannes Doerfert8-617/+62
2023-07-14Revert "[UTC] Adapt version matcher to glob CLANG_VENDOR"Johannes Doerfert2-3/+3
2023-07-05[UTC] Adapt version matcher to glob CLANG_VENDORHenrik G. Olsson2-3/+3
2023-07-05[UTC] Add fallback support for specific metadata, and check their defsHenrik G. Olsson8-62/+617
2023-06-05[Attributor] Create `AAMustProgress` for the `mustprogress` attributeJohannes Doerfert1-1/+1
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta1-1/+1
2023-03-07[UTC] Enable --function-signature by defaultNikita Popov2-0/+70
2023-01-05[UpdateTestChecks] Convert tests to opaque pointers (NFC)Nikita Popov9-350/+320
2022-12-15[UpdateTestChecks] Handle !DIAssignID metadataRoman Lebedev3-7/+7
2022-12-15[NFC][UpdateTestChecks] Add coverage for missing !DIAssignID handlingRoman Lebedev4-205/+225
2022-12-13Revert "[UpdateTestChecks] Match define for labels"Nikita Popov18-71/+39
2022-12-12[UpdateTestChecks] Match define for labelsSebastian Neubauer18-39/+71
2022-11-28[UpdateTestChecks] Fix `update_*_test_checks.py` to add "unused" prefixesMircea Trofin6-5/+33
2022-11-04[IR] Switch everything to use memory attributeNikita Popov2-3/+3
2022-10-27update_test_checks.py: allow use with custom toolsNicolai Hähnle3-0/+25
2022-06-28[UpdateTestChecks] Handle prefix reuse for appended check linesJohannes Doerfert6-0/+344
2022-03-25Reapply "[Intrinsics] Add `nocallback` to the default intrinsic attributes"Johannes Doerfert1-2/+2
2022-02-14Extend the `uwtable` attribute with unwind table kindMomchil Velikov1-1/+1
2022-02-01[UpdateTestChecks][FIX] Expected output changed with AttributorJohannes Doerfert1-13/+6
2021-11-27[test] Use -passes in lit tests for the UpdateTestChecks toolBjorn Pettersson17-34/+28