aboutsummaryrefslogtreecommitdiff
path: root/clang/test
AgeCommit message (Expand)AuthorFilesLines
2022-11-29[CodeGen][ARM] Fix ARMABIInfo::EmitVAAarg crash with empty record type variad...llvmorg-15.0.6yronglin1-0/+23
2022-11-15[analyzer] Workaround crash on encountering Class non-type template parametersBalazs Benics1-0/+33
2022-11-10Reenable POSIX builtin library functions in gnu2x modeAaron Ballman1-0/+13
2022-11-01[clang][Sema] Fix a clang crash with btf_type_tagYonghong Song1-0/+15
2022-10-04[clang][DebugInfo] Emit debuginfo for non-constant case valueYonghong Song1-0/+30
2022-10-03[Clang] Fix variant crashes from GH58028, GH57370Roy Jacobson1-0/+24
2022-09-19[lit] Set shlibpath_var on OpenBSDBrad Smith1-1/+1
2022-09-15Downgrade implicit int and implicit function declaration to warning onlyAaron Ballman49-125/+128
2022-09-12[Clang] Fix crash in coverage of if consteval.Corentin Jabot1-1/+21
2022-09-08[clang] Skip re-building lambda expressions in parameters to consteval fns.Utkarsh Saxena1-0/+69
2022-09-02[clang] Add __is_target_variant_{os,environment} builtinsNico Weber2-0/+82
2022-08-25Revert "GCC ABI Compatibility: Preserve alignment of non-pod members in packe...Tobias Hieta1-38/+0
2022-08-23[CUDA] Fix output name being replaced in device-only modeJoseph Huber1-0/+11
2022-08-22[clang][RISCV] Fix incorrect ABI lowering for inherited structs under hard-fl...Alex Bradbury1-17/+52
2022-08-22[clang][RISCV][test] Add test that shows incorrect ABI loweringAlex Bradbury1-0/+88
2022-08-15 __has_trivial_copy should map to __is_trivially_copyableZachary Henkel1-1/+1
2022-08-15[clang][X86] Add RDPRU predefined macro tests for znver2/znver3 targetsSimon Pilgrim1-0/+4
2022-08-15[Clang][OpenMP] Fix the issue that `llvm.lifetime.end` is emitted too early f...Shilei Tian3-11/+47
2022-08-15[clang][AArch64][SVE] Change SVE_VECTOR_OPERATORS macro for VLA vectorsDavid Truby1-2/+1
2022-08-15[clang][AArch64][SVE] Add unary +/- operators for SVE typesDavid Truby3-4/+140
2022-08-15Fix assert during the call to getCanonicalDecl.Jennifer Yu1-0/+7
2022-08-12[X86][BF16] Enable __bf16 for x86 targets.Freddy Ye4-1/+304
2022-08-12Change prototype merging error into a warning for builtinsAaron Ballman1-1/+1
2022-08-12[clang] Require strict matches for defines for PCH in GCC style directoriesMartin Storsjö1-1/+6
2022-08-11[clang] add APValue type check in `TryPrintAsStringLiteral`YingChi Long1-0/+17
2022-08-11Revert "[clang] Pass FoundDecl to DeclRefExpr creator for operator overloads"Kadir Cetinkaya3-68/+45
2022-08-10[SPIR-V] Disable opaque pointers in relese 15Tom Stellard1-0/+2
2022-08-08[C++20] [Modules] Handle initializer for Header UnitsChuanqi Xu1-0/+31
2022-08-08[C++20] [Modules] Merge same concept decls in global module fragmentChuanqi Xu1-0/+185
2022-08-08[Sema] Return primary merged decl as canonical for conceptsIlya Biryukov1-4/+23
2022-08-05[C++2b] [Modules] Handle HaveModules with C++2bChuanqi Xu1-0/+7
2022-08-02[CodeGen][inlineasm] assume the flag output of inline asm is boolean valueYuanfang Chen1-0/+19
2022-08-02[clang][Driver] Handle SPARC -mcpu=native etc.Rainer Orth3-0/+46
2022-08-02[Driver] Use libatomic for 32-bit SPARC atomics support on LinuxRainer Orth1-0/+2
2022-07-27[clang][AIX] Add option to control quadword lock free atomics ABI on AIXKai Luo4-15/+48
2022-07-26[clang] Pass FoundDecl to DeclRefExpr creator for operator overloadsDanny Mösch3-45/+68
2022-07-26[AArch64] Simplify BTI/PAC-RET module flagsFangrui Song9-2960/+2960
2022-07-26[C++20] [Modules] Disable preferred_name when writing a C++20 Module interfaceChuanqi Xu1-0/+50
2022-07-26[WinEH] Apply funclet operand bundles to nounwind intrinsics that lower to fu...Stefan Gränitz1-0/+29
2022-07-26[WPD] Use new llvm.public.type.test intrinsic for potentially publicly visibl...Arthur Eubanks4-18/+65
2022-07-26[C++20] [Modules] Don't handle no linkage entities when overloadingChuanqi Xu1-0/+44
2022-07-26[Clang] [P2025] Analyze only potential scopes for NRVORoman Rusyaev1-672/+536
2022-07-26[analyzer] Improve loads from reinterpret-cast fieldsBalazs Benics1-0/+24
2022-07-26[C++20] [Modules] Handle linkage properly for specializations when overloadingChuanqi Xu1-0/+42
2022-07-26[analyzer] Structured binding to tuple-like typesisuckatcs2-1/+584
2022-07-26[RISCV] Lazily add RVV C intrinsics.Kito Cheng2-0/+26
2022-07-26[analyzer] Lambda capture non-POD type arrayisuckatcs2-9/+12
2022-07-26[analyzer] ArrayInitLoopExpr with array of non-POD typeisuckatcs3-12/+200
2022-07-26[CodeGen] Consider MangleCtx when move lazy emission StatesJun Zhang1-0/+1
2022-07-25[Clang] Fix how we set the NumPositiveBits on an EnumDecl to cover the case o...Shafik Yaghmour1-2/+2