summaryrefslogtreecommitdiff
path: root/llvm/utils/UpdateTestChecks/asm.py
AgeCommit message (Expand)Author
2025-11-04[UTC] Update AMDGPU asm regexp for private functions (#166169)Jay Foad
2025-11-03update_llc_test_checks: Recognize thumbv7k triples (#166270)Matt Arsenault
2025-10-27[UpdateTestChecks][llc] Support `arm64-apple-darwin` (#165092)Tomer Shafir
2025-09-11ARM: Move remaining half convert libcall config into tablegen (#153408)Matt Arsenault
2025-09-02[Utils] Fix AArch64 ASM regex after #148287 (#156460)Benjamin Maxwell
2025-08-12[Utils] update_llc_test_checks.py: updated the regexp for ARM target (#148287)Tommaso Fellegara
2025-07-30[utils][UpdateTestChecks] update_llc_test_checks.py - armv7-apple-darwin trip...woruyu
2025-07-24[utils] Add spirv triple to update_llc_test_checks (#150223)Nathan Gauër
2025-06-14[utils] Add "aarch64-apple-macosx" triple to update_llc_test_checks.py (#144023)Tomer Shafir
2025-05-18[MC][AArch64][ARM][X86] Push target-dependent assembler flags into targets (#...Jessica Clarke
2024-11-23[UTC] Add support for Xtensa (#117441)Sergei Barannikov
2024-08-09[update_llc_test_checks][AMDGPU] Update AMDGPU regexp in update_llc_test_chec...Juan Manuel Martinez Caamaño
2024-06-04update_test_checks: drop the other arm64_32 handlersJon Roelofs
2024-06-03update_test_checks: support more arm64_32-apple-watchos triplesJon Roelofs
2024-05-27update_llc_test_checks: better support for non-llc tools (#93135)Nicolai Hähnle
2024-05-19update_test_checks: match IR basic block labels (#88979)Nicolai Hähnle
2023-11-28[UTC] Support arm64-apple-macosx in update_llc_test_checks.py. (#73568)Florian Hahn
2023-09-21[UpdateTestChecks] Add support for SPIRV in update_llc_test_checks.py (#66213)Paulo Matos
2023-06-03coach UpdateTestChecks to filter out certain symbol aliases for m68kSheng
2023-05-17[NFC][Py Reformat] Reformat python files in llvmTobias Hieta
2023-05-06[UpdateTestChecks] More support for X86 exception handlingJay Foad
2023-03-02[UTC] Include return type/attributes under --version 2Nikita Popov
2023-01-12[UpdateTestChecks] Handle nounwind functions for s390xNikita Popov
2023-01-10[UpdateTestChecks] Add wasm64 targetLuke Lau
2022-12-15[UpdateTestChecks][PowerPC] Add ppc64 triple supportKai Nacke
2022-10-12[UpdateTestChecks] Add basic BPF triple handlingSimon Pilgrim
2022-09-05[ARM64EC 3/?] Mark reserved registers specific to ARM64EC ABI.Eli Friedman
2022-08-26Mark the $local function begin symbol as a functionAlex Richardson
2022-08-24[update_llc_test_checks][VE] Handle .Lfoo$local in function regexAlex Richardson
2022-08-09[ARM] Emit local aliases (.Lfoo$local) for functionsAlex Richardson
2022-07-20update-test-checks: safely handle tests with #if'sNicolai Hähnle
2022-07-06[LoongArch] Add LoongArch support to update_llc_test_checkswanglei
2022-07-03[AArch64] Regenerate more tests. NFCDavid Green
2022-05-26[UpdateTestChecks] Auto-generate stub bodies for unused prefixesMircea Trofin
2022-05-14[update_llc_test_checks] Use FileCheck captures for MCInst/MCReg outputAlex Richardson
2022-04-15[NFC][UpdateTestChecks] Fix whitespace in common.py and asm.pyDaniil Kovalev
2022-04-15[UpdateTestChecks] Add NVPTX support in update_llc_test_checks.pyDaniil Kovalev
2022-03-01[UpdateLLCTestChecks] Add support for isel debug output in update_llc_test_ch...Yatao Wang
2022-01-31[UpdateTestChecks] Re-add --filter and --filter-out optionsDavid Greene
2022-01-28Revert "[UpdateTestChecks] Add --filter and --filter-out options"David Greene
2022-01-28[UpdateTestChecks] Add --filter and --filter-out optionsDavid Greene
2022-01-05[CSKY] Add python script of CSKY asm update test checkZi Xuan Wu
2021-12-23[VE] Add VE support to update_llc_test_checksSimon Moll
2021-09-28[update_llc_test_checks.py] Fix MIPS ASM regex for functions with EHAlex Richardson
2021-06-23[NFC][ARM] Fix update_llc_test_checks for thumbv7-apple-darwin, autogenerate ...Roman Lebedev
2021-06-23[NFC][ARM] Fix update_llc_test_checks for aarch64-apple-ios/thumbv7s-apple-da...Roman Lebedev
2021-06-23[NFC][ARM] Fix update_llc_test_checks for thumbv7-apple-ios, autogenerate swi...Roman Lebedev
2021-06-23[NFC][ARM] Fix update_llc_test_checks for armv7-apple-ios, autogenerate ifcvt...Roman Lebedev
2021-05-21[UpdateTestChecks] Default --x86_scrub_rip to FalseFangrui Song
2021-03-28[X86][update_llc_test_checks] Use a less greedy regular expression for replac...Craig Topper