aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/update_cc_test_checks.py
AgeCommit message (Expand)AuthorFilesLines
2025-09-10[UTC] Record TBAA semantics when autogenerating check linesAntonio Frighetto1-0/+10
2025-04-30Change update_xxx_checks to continue on error when processing mutliple inputs...Matthias Braun1-249/+255
2025-02-19UpdateTestChecks: Don't check meta details in func definition w/--global none...Jinsong Ji1-1/+3
2025-01-13Handle leading underscores in update_cc_test_checks.py (#121800)Momchil Velikov1-6/+24
2024-05-19update_test_checks: match IR basic block labels (#88979)Nicolai Hähnle1-26/+23
2023-11-13Recommit changes to global checks (#71171)Henrik G. Olsson1-7/+13
2023-07-14Revert "[UTC] Add fallback support for specific metadata, and check their defs"Johannes Doerfert1-13/+7
2023-07-05[UTC] Add fallback support for specific metadata, and check their defsHenrik G. Olsson1-7/+13
2023-05-17[NFC][Py Reformat] Reformat python files in llvmTobias Hieta1-397/+509
2023-03-02[UTC] Include return type/attributes under --version 2Nikita Popov1-0/+2
2023-02-04[UpdateTestChecks][NFC] Share the code to get CHECK prefix between all scriptsShengchen Kan1-4/+1
2022-11-28[UpdateTestChecks] Fix `update_*_test_checks.py` to add "unused" prefixesMircea Trofin1-16/+32
2022-09-21[Utils] Refactor update_cc_test_checks.py to use shutilJohn McIver1-3/+11
2022-09-20Revert "[Utils] Refactor update_cc_test_checks.py to use shutil"Ben Dunbobbin1-3/+3
2022-09-20[Utils] Refactor update_cc_test_checks.py to use shutilJohn McIver1-3/+3
2022-07-20update-test-checks: safely handle tests with #if'sNicolai Hähnle1-0/+1
2022-07-13Change shebang from python to python3 in update_cc_test_checks.pyRoman Rusyaev1-1/+1
2022-05-26[UpdateTestChecks] Auto-generate stub bodies for unused prefixesMircea Trofin1-10/+10
2022-05-14[update_llc_test_checks] Use FileCheck captures for MCInst/MCReg outputAlex Richardson1-1/+1
2022-03-21Reapply [Utils] Fix %S substitutionNikita Popov1-1/+1
2022-03-21Revert "[Utils] Fix %S substitution"Nikita Popov1-1/+1
2022-03-21[Utils] Fix %S substitutionNikita Popov1-1/+1
2022-03-01[UpdateLLCTestChecks] Add support for isel debug output in update_llc_test_ch...Yatao Wang1-1/+1
2022-01-31[UpdateTestChecks] Re-add --filter and --filter-out optionsDavid Greene1-3/+6
2022-01-28Revert "[UpdateTestChecks] Add --filter and --filter-out options"David Greene1-2/+1
2022-01-28[UpdateTestChecks] Add --filter and --filter-out optionsDavid Greene1-1/+2
2021-07-29[Utils] Do not remove comments in llc test scriptSebastian Neubauer1-1/+1
2021-07-28[Utils] Support class template specializations in update_cc_test_checksJessica Clarke1-23/+38
2021-06-25[UpdateCCTestChecks] Support --check-globalsJoel E. Denny1-0/+18
2021-06-20[UpdateTestUtils] Print test filename when complaining about conflicting prefixRoman Lebedev1-1/+2
2021-05-04[Utils] Run non-filecheck runlines in-order in update_cc_test_checksGiorgis Georgakoudis1-10/+17
2021-03-16[Utils] Support lit-like substitutions in update_cc_test_checksGiorgis Georgakoudis1-7/+17
2021-03-10Run non-filechecked commands in update_cc_test_checks.pyGiorgis Georgakoudis1-11/+25
2021-03-08Revert "Run non-filechecked commands in update_cc_test_checks.py"Jon Roelofs1-25/+11
2021-03-08Run non-filechecked commands in update_cc_test_checks.pyGiorgis Georgakoudis1-11/+25
2020-12-16[NFC] factor update test function test builder as a classMircea Trofin1-17/+16
2020-09-18[UpdateCCTestChecks] Include generated functions if askedDavid Greene1-37/+80
2020-08-12[UpdateTestChecks] Match unnamed values like "@[0-9]+" and "![0-9]+"Johannes Doerfert1-1/+2
2020-08-03Fix update_cc_test_checks.py --llvm-bin after D78478Alex Richardson1-11/+16
2020-07-19[Utils] Check function attributes in update_test_checkssstefan11-1/+3
2020-07-08[UpdateTestChecks] Add UTC_ARGS support for update_{llc,cc}_test_checks.pyAlex Richardson1-51/+38
2020-06-18[update_cc_test_checks.py] Handle C++ methodsAlex Richardson1-4/+7
2020-06-18[update_cc_test_checks.py] Correctly skip function definitionsAlex Richardson1-2/+12
2020-02-14Fix line endings produced by update_cc_test_checks.pyAlex Richardson1-4/+4
2020-02-04[update_cc_test_checks] Don't attach CHECK lines to function declarationsAlex Richardson1-0/+4
2020-01-02Make mangled_names.test and update_cc_test_checks.py work with Python 2.Nico Weber1-7/+12
2019-12-02[update_cc_test_checks.py] Use CHECK_RE from commonAlex Richardson1-3/+1
2019-12-02[update_cc_test_checks.py] Handle extern "C" and namespacesAlex Richardson1-9/+18
2019-12-02[UpdateTestChecks] Share the code to parse RUN: lines between all scriptsAlex Richardson1-27/+9
2019-11-20[update_cc_test_checks.py] Add the --function-signature flagAlex Richardson1-2/+5