aboutsummaryrefslogtreecommitdiff
path: root/clang/test
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-30[clang][CoverageMapping] do not emit a gap region when either end doesn't hav...Wentao Zhang1-0/+36
2024-04-29[Clang] Handle structs with inner structs and no fields (#89126)Bill Wendling2-0/+61
2024-04-29Fix Objective-C++ Sret of non-trivial data types on Windows ARM64 (#88671)Hugo Melder1-0/+77
2024-04-23[analyzer] Fix a security.cert.env.InvalidPtr crashBalazs Benics1-0/+10
2024-04-16Fix override keyword being print to the left sideGiuliano Belinassi1-0/+20
2024-04-02[clang] Avoid -Wshadow warning when init-capture named same as class field (#...llvmorg-18.1.3Mariya Podchishchaeva1-3/+89
2024-04-01[clang][Sema] Fix a CTAD regression after 42239d2e9 (#86914)Younan Zhang2-1/+27
2024-03-27[clang][CodeGen] Allow `memcpy` replace with trivial auto var initAntonio Frighetto6-47/+29
2024-03-19[C++20] [Moduls] Avoid computing odr hash for functions from comparing constr...Chuanqi Xu1-0/+67
2024-03-19[WebAssembly] Change the default linker for `wasm32-wasip2` (#84569)Alex Crichton1-0/+24
2024-03-15[clang][modules] giving the __stddef_ headers their own modules can cause red...Ian Anderson2-15/+19
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-12[analyzer] Fix crash on dereference invalid return value of getAdjustedParame...Exile1-0/+11
2024-03-12[Clang] [Sema] Handle placeholders in '.*' expressions (#83103)Sirraide1-0/+21
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 Su2-0/+20
2024-02-26[AArch64] Add the Ampere1B core (#81297)Philipp Tomsich2-2/+3
2024-02-26[AArch64] Make +pauth enabled in Armv8.3-a by default (#78027)Anatoly Trosinenko2-19/+26
2024-02-26[Clang] Fixes to immediate-escalating functions (#82281)cor3ntin1-0/+26
2024-02-15[AArch64][SME] Implement inline-asm clobbers for za/zt0 (#79276)Matthew Devereau1-0/+8
2024-02-13[SPARC] Support reserving arbitrary general purpose registers (#74927)Koakuma1-0/+181
2024-02-09Revert "[clang] Mark clang-format-ignore.cpp as unsupported on Windows"Owen Pan1-1/+0
2024-02-09[clang-format] Fix a regression in dumping the config (#80628)Owen Pan2-8/+5
2024-02-09[clang] Fix unexpected `-Wconstant-logical-operand` in C23 (#80724)Mariya Podchishchaeva1-0/+11
2024-02-09[Clang][AArch64] Fix some target guards and remove +sve from tests. (#80681)Sander de Smalen48-216/+216
2024-02-08[Clang][AST] Fix a crash on attaching doc comments (#78716)Shanzhi1-0/+30
2024-02-06[C++20] [Modules] Introduce -fskip-odr-check-in-gmf (#79959)llvmorg-18.1.0-rc2Chuanqi Xu5-13/+110
2024-02-06[C++20] [Modules] Remove previous workaround for odr hashing enumsChuanqi Xu1-0/+51
2024-02-06[C++20] [Modules] Don't perform ODR checks in GMFChuanqi Xu4-68/+13
2024-02-06[Clang][Sema] Fix regression due to missing ambiguity check before attempting...Shafik Yaghmour1-0/+22
2024-02-06PR for llvm/llvm-project#79568 (#80120)Younan Zhang1-0/+18
2024-02-06[AArch64][TargetParser] Add mcpu alias for Microsoft Azure Cobalt 100. (#79614)Alexandros Lamprineas2-2/+5
2024-02-06[CLANG] Fix INF/NAN warning. (#80290)Zahira Ammarguellat2-14/+106
2024-02-05[clang] Add GCC-compatible code model names for sparc64Koakuma1-0/+6
2024-02-05[Clang][AArch64] Emit 'unimplemented' diagnostic for SME (#80295)Sander de Smalen1-2/+11
2024-02-03[clang] Represent array refs as `TemplateArgument::Declaration` (#80050)Andrey Ali Khan Bolshakov1-0/+13
2024-02-03Backport '[clang] static operators should evaluate object argument (reland)' ...Tianlan Zhou4-9/+114
2024-02-03[Clang][AArch64] Add missing SME macros (#80293)Sander de Smalen2-0/+15
2024-02-01[coverage] fix crash in code coverage and `if constexpr` with `ExprWithCleanu...Hana Dusíková1-0/+29
2024-02-01Fix analyzer crash on 'StructuralValue' (#79764)Andrey Ali Khan Bolshakov2-0/+30
2024-01-31[RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)Craig Topper8-6/+967
2024-01-30Backport [RISCV] Graduate Zicond to non-experimental (#79811) (#80018)Alex Bradbury2-9/+9
2024-01-29Revert "[SemaCXX] Implement CWG2137 (list-initialization from objects of the ...Alexander Kornienko3-130/+10
2024-01-27[LTO] Fix Veclib flags correctly pass to LTO flags (#78749)Paschalis Mpeis1-0/+18
2024-01-27Fix comparison of Structural Valueserichkeane1-0/+18
2024-01-27[LTO] Fix fat-lto output for -c -emit-llvm. (#79404)Sean Fertile1-3/+9
2024-01-27[AMDGPU][GFX12] VOP encoding and codegen - add support for v_cvt fp8/… (#78...Mariusz Sikora2-19/+20
2024-01-26[AMDGPU] Add GFX12 WMMA and SWMMAC instructions (#77795)Mirko Brkušanin7-20/+597