aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen
AgeCommit message (Expand)AuthorFilesLines
2024-05-01[clang codegen] Fix MS ABI detection of user-provided constructors. (#90151)llvmorg-18.1.5Eli Friedman1-0/+15
2024-04-29[Clang] Handle structs with inner structs and no fields (#89126)Bill Wendling2-0/+61
2024-03-27[clang][CodeGen] Allow `memcpy` replace with trivial auto var initAntonio Frighetto3-24/+12
2024-03-12[Clang][LoongArch] Fix wrong return value type of __iocsrrd_h (#84100)wanglei2-8/+8
2024-03-12[Clang][LoongArch] Precommit test for fix wrong return value type of __iocsrr...wanglei2-10/+40
2024-03-11[clang][fat-lto-objects] Make module flags match non-FatLTO pipelines (#83159)Paul Kirth1-1/+20
2024-02-27MIPS: Fix asm constraints "f" and "r" for softfloat (#79116)llvmorg-18.1.0-rc4llvmorg-18.1.0YunQiang Su1-0/+11
2024-02-26[AArch64] Make +pauth enabled in Armv8.3-a by default (#78027)Anatoly Trosinenko1-5/+5
2024-02-15[AArch64][SME] Implement inline-asm clobbers for za/zt0 (#79276)Matthew Devereau1-0/+8
2024-02-09[Clang][AArch64] Fix some target guards and remove +sve from tests. (#80681)Sander de Smalen48-216/+216
2024-01-31[RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)Craig Topper6-4/+809
2024-01-30Backport [RISCV] Graduate Zicond to non-experimental (#79811) (#80018)Alex Bradbury1-1/+1
2024-01-26[Driver,CodeGen] Support -mtls-dialect= (#79256)Fangrui Song1-0/+14
2024-01-23[clang][FatLTO] Avoid UnifiedLTO until it can support WPD/CFI (#79061)Paul Kirth1-18/+20
2024-01-23[NFC] Size and element numbers are often swapped when calling calloc (#79081)AtariDreams1-2/+2
2024-01-23[clang] Add missing streaming attributes to SVE builtins (#79134)Sam Tebbs1-34/+40
2024-01-23[Clang][AArch64] Add diagnostics for builtins that use ZT0. (#79140)Sander de Smalen8-55/+55
2024-01-23[AArch64][FMV] Support feature MOPS in Function Multi Versioning. (#78788)Alexandros Lamprineas1-15/+15
2024-01-23[ARM] Introduce the v9.5-A architecture version to Arm targets (#78994)Lucas Duarte Prates1-0/+2
2024-01-23[AMDGPU] Change default AMDHSA Code Object version to 5 (#79038)Saiyedul Islam1-1/+1
2024-01-23[Clang] Amend SME attributes with support for ZT0. (#77941)Sander de Smalen1-0/+57
2024-01-23[LoongArch] Add definitions and feature 'frecipe' for FP approximation intrin...Ami-zhang7-0/+261
2024-01-22Fix a bug in implementation of Smith's algorithm used in complex div. (#78330)Zahira Ammarguellat2-0/+75
2024-01-22[AArch64][Clang] Fix linker error for function multiversioning (#74358)Dani2-201/+535
2024-01-22[AArch64][SME] Take arm_sme.h out of draft (#78961)Matthew Devereau60-60/+60
2024-01-22[AArch64][SME2] Refine fcvtu/fcvts/scvtf/ucvtf (#77947)Matthew Devereau1-16/+16
2024-01-22[MTE] Disable all MTE protection of globals in sections (#78443)Mitch Phillips1-0/+8
2024-01-20Warning for incorrect use of 'pure' attribute (#78200)kelbon2-6/+6
2024-01-18[clang] Fix parenthesized list initialization of arrays not working with `new...Alan Zhao1-0/+57
2024-01-18[RISCV] Use regexp to check negative extensions in test. NFCLuke Lau1-4/+5
2024-01-18[Clang][SME] Add missing IsStreamingCompatible flag to svget, svcreate & svse...Kerry McLaughlin24-150/+308
2024-01-18[X86] Support "f16c" and "avx512fp16" for __builtin_cpu_supports (#78384)Freddy Ye1-0/+2
2024-01-16[X86] Add "Ws" constraint and "p" modifier for symbolic address/label referen...Fangrui Song1-0/+11
2024-01-17[RISCV] Overwrite cpu target features for full arch string in target attribut...Luke Lau1-4/+4
2024-01-17[X86] Use vXi1 for `k` constraint in inline asm (#77733)Phoebe Wang1-4/+4
2024-01-16Revert "[CloneFunction][DebugInfo] Avoid cloning DILocalVariables of inlined ...Davide Italiano3-25/+21
2024-01-16[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling2-1/+1837
2024-01-16[RISCV] CodeGen of RVE and ilp32e/lp64e ABIs (#76777)Wang Pengcheng5-141/+434
2024-01-16[Clang] Make sdot builtins available to SME (#77792)Sander de Smalen1-6/+15
2024-01-15Revert "[Clang] Implement the 'counted_by' attribute (#76348)"Rashmi Mudduluru2-1837/+1
2024-01-15[TargetParser] Define AEK_FCMA and AEK_JSCVT for tsv110 (#75516)Qi Hu1-6/+6
2024-01-15[Clang] Rename and enable boolean get, set, create and undef for sme2 (#77338)Sam Tebbs7-48/+114
2024-01-15[Clang][AArch64] Change SME attributes for shared/new/preserved state. (#76971)Sander de Smalen39-806/+806
2024-01-15[Clang][SME2] Fix PSEL builtin predicates (#77097)Kerry McLaughlin2-90/+114
2024-01-15[PowerPC] Implement fence builtin (#76495)Qiu Chaofan1-0/+24
2024-01-12[clang] Adjust -mlarge-data-threshold handling (#77958)Arthur Eubanks1-1/+4
2024-01-12[clang[test] Require x86 target for new testsDavid Spickett2-0/+2
2024-01-12[LLVM][DWARF] Fix accelerator table switching between CU and TU (#77511)Alexander Yermolovich2-0/+131
2024-01-12[AArch64][SME2] Fix SME2 mla/mls tests (#76711)Matthew Devereau5-76/+76
2024-01-12[AArch64][SME] Fix multi vector cvt builtins (#77656)Matthew Devereau1-16/+16