aboutsummaryrefslogtreecommitdiff
path: root/clang/lib
AgeCommit message (Expand)AuthorFilesLines
2022-11-29[CodeGen][ARM] Fix ARMABIInfo::EmitVAAarg crash with empty record type variad...llvmorg-15.0.6yronglin1-4/+4
2022-11-15[analyzer] Workaround crash on encountering Class non-type template parametersBalazs Benics1-0/+6
2022-11-10Link libclangBasic against libatomic when necessary.Sam James1-0/+4
2022-11-10Reenable POSIX builtin library functions in gnu2x modeAaron Ballman1-5/+3
2022-11-01[clang][Sema] Fix a clang crash with btf_type_tagYonghong Song1-0/+3
2022-10-27[clang][driver] Remove dynamic gcc-toolset/devtoolset logicTimm Bäder1-25/+15
2022-10-10[Syntax] avoid using c++17 features on 15.x branchSam McCall1-2/+4
2022-10-10[Syntax] Fix macro-arg handling in TokenBuffer::spelledForExpandedSam McCall1-63/+155
2022-10-04[clang][DebugInfo] Emit debuginfo for non-constant case valueYonghong Song1-0/+15
2022-10-03[Clang] Fix variant crashes from GH58028, GH57370Roy Jacobson1-4/+4
2022-09-28[clangd] Avoid crash when printing call to string literal operator templateNathan Ridge1-1/+1
2022-09-19[clang(d)] Include/Exclude CLDXC options properlyKadir Cetinkaya1-2/+2
2022-09-12[Clang] Fix crash in coverage of if consteval.Corentin Jabot1-13/+19
2022-09-08[clang] Skip re-building lambda expressions in parameters to consteval fns.Utkarsh Saxena1-0/+5
2022-09-08[clang-format] Distinguish logical and after bracket from referencejackh1-19/+0
2022-09-02[clang] Add __is_target_variant_{os,environment} builtinsNico Weber1-0/+55
2022-08-25Revert "GCC ABI Compatibility: Preserve alignment of non-pod members in packe...Tobias Hieta1-6/+1
2022-08-23[CUDA] Fix output name being replaced in device-only modeJoseph Huber1-2/+2
2022-08-22[clang][RISCV] Fix incorrect ABI lowering for inherited structs under hard-fl...Alex Bradbury1-1/+14
2022-08-15 __has_trivial_copy should map to __is_trivially_copyableZachary Henkel1-0/+2
2022-08-15[X86] Add RDPRU instruction CPUID bit masksSimon Pilgrim1-0/+1
2022-08-15[Clang][OpenMP] Fix the issue that `llvm.lifetime.end` is emitted too early f...Shilei Tian2-6/+14
2022-08-15[clang][AArch64][SVE] Change SVE_VECTOR_OPERATORS macro for VLA vectorsDavid Truby1-1/+4
2022-08-15[clang][AArch64][SVE] Add unary +/- operators for SVE typesDavid Truby1-0/+2
2022-08-15Fix assert during the call to getCanonicalDecl.Jennifer Yu1-0/+3
2022-08-12[X86][BF16] Enable __bf16 for x86 targets.Freddy Ye3-6/+13
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ö2-29/+62
2022-08-11[clang] add APValue type check in `TryPrintAsStringLiteral`YingChi Long1-3/+5
2022-08-11Revert "[clang] Pass FoundDecl to DeclRefExpr creator for operator overloads"Kadir Cetinkaya1-3/+2
2022-08-10[SPIR-V] Disable opaque pointers in relese 15Tom Stellard1-1/+6
2022-08-08[C++20] [Modules] Handle initializer for Header UnitsChuanqi Xu2-8/+10
2022-08-08[C++20] [Modules] Merge same concept decls in global module fragmentChuanqi Xu2-2/+77
2022-08-08[Sema] Return primary merged decl as canonical for conceptsIlya Biryukov1-1/+2
2022-08-05[C++2b] [Modules] Handle HaveModules with C++2bChuanqi Xu1-1/+1
2022-08-02[CodeGen][inlineasm] assume the flag output of inline asm is boolean valueYuanfang Chen1-0/+15
2022-08-02[clang][Driver] Handle SPARC -mcpu=native etc.Rainer Orth4-5/+46
2022-08-02[Driver] Use libatomic for 32-bit SPARC atomics support on LinuxRainer Orth1-0/+10
2022-07-26Inline function calls.Weverything1-4/+2
2022-07-27[clang][AIX] Add option to control quadword lock free atomics ABI on AIXKai Luo3-0/+16
2022-07-26[CGDebugInfo] Access the current working directory from the `VFS`Argyrios Kyrtzidis6-31/+55
2022-07-26[clang] Pass FoundDecl to DeclRefExpr creator for operator overloadsDanny Mösch1-2/+3
2022-07-26Revert "[clang-offload-bundler] Library-ize ClangOffloadBundler"Lambert, Jacob2-1289/+0
2022-07-26[clang][dataflow] Analyze calls to in-TU functionsSam Estep3-9/+85
2022-07-26Revert "[clang][dataflow] Analyze calls to in-TU functions"Sam Estep3-85/+9
2022-07-26[clang][dataflow] Analyze calls to in-TU functionsSam Estep3-9/+85
2022-07-26[clang-offload-bundler] Library-ize ClangOffloadBundlerJacob Lambert2-0/+1289
2022-07-26[AArch64] Simplify BTI/PAC-RET module flagsFangrui Song1-12/+11
2022-07-26[C++20] [Modules] Disable preferred_name when writing a C++20 Module interfaceChuanqi Xu2-2/+7
2022-07-26[WinEH] Apply funclet operand bundles to nounwind intrinsics that lower to fu...Stefan Gränitz1-7/+12