aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-09-20[TableGen] Use StringSet instead of StringMap (NFC) (#109469)Kazu Hirata1-7/+5
2024-09-20[clang-format] Correctly annotate pointer/reference in `if` statement (#109370)Owen Pan2-21/+27
2024-09-20[clang-format] Correctly annotate pointer/reference in range-for loop (#109361)Owen Pan2-0/+12
2024-09-20[HLSL] Make casting functions constexpr (#108902)Chris B5-16/+35
2024-09-20[HLSL] Warn about incomplete language support (#108894)Chris B5-7/+41
2024-09-20[TableGen] Use StringSet instead of StringMap (NFC) (#109441)Kazu Hirata1-2/+3
2024-09-20[Sema] Declare GlobalMethodPool with using (NFC) (#109437)Kazu Hirata3-29/+10
2024-09-20[AST] Fix a warningKazu Hirata1-2/+0
2024-09-20[Clang][Sema] Refactor collection of multi-level template argument lists (#10...Krystian Stasiowski16-652/+763
2024-09-20[clang][CodeGen] Check initializer of zero-size fields for nullptr (#109271)Michael Buch2-1/+9
2024-09-20Reland "[Driver] Add toolchain for X86_64 UEFI target" (#109364)Prabhuk10-0/+243
2024-09-20[FMV][AArch64] Unify ls64, ls64_v and ls64_accdata. (#108024)Alexandros Lamprineas5-107/+102
2024-09-20[OpenACC] Ensure clause expressions side-effects don't happenerichkeane2-10/+8
2024-09-20[Clang] Prevent Copying of LateParsedClass Instances (#109428)smanna121-0/+4
2024-09-20[OpenACC] Remove mistakenly left over commented code from a previouserichkeane1-45/+0
2024-09-20[AMDGPU] Correctly use the auxiliary toolchain to include libc++ (#109366)Joseph Huber3-0/+12
2024-09-20[TableGen] Avoid repeated hash lookups (NFC) (#109372)Kazu Hirata1-5/+3
2024-09-20[Sema] Avoid repeated hash lookups (NFC) (#109375)Kazu Hirata2-7/+3
2024-09-20[Clang] prevented assertion failure by handling integral to boolean conversio...Oleksandr T.3-1/+9
2024-09-20[CVP] Infer range return attribute (#99620)Nikita Popov1-1/+1
2024-09-20Revert "[SystemZ][z/OS] Propagate IsText parameter to open text files as text...Abhina Sreeskantharajan10-36/+24
2024-09-20Revert "[SystemZ][z/OS] Propagate IsText flag continuation"Abhina Sreeskantharajan1-1/+1
2024-09-20Revert "[clang][flang][mlir] Support -frecord-command-line option (#102975)"David Spickett5-112/+51
2024-09-20[clang][wasm] Replace the target integer add saturate intrinsics with the equ...Simon Pilgrim4-50/+5
2024-09-20[clang][wasm] Replace the target iminmax intrinsics with the equivalent gener...Simon Pilgrim4-138/+12
2024-09-20[SPIR-V] Add SPIR-V structurizer (#107408)Nathan Gauër1-0/+44
2024-09-20[clang][bytecode] Fix a problem with array size limits (#109383)Timm Baeder2-0/+22
2024-09-20[clang-repl] Implement continuation for preprocessor directives. (#107552)Vassil Vassilev2-6/+9
2024-09-20[AST] Ensure getRawCommentsForAnyRedecl() does not miss any redecl with a com...Nathan Ridge4-4/+119
2024-09-20[PAC][clang] Use cc1 instead of driver in init-fini codegen test (#109247)Daniil Kovalev1-10/+10
2024-09-20[Clang] Change Attribute plugin to link clang-cpp like other examples (#109319)Thomas Fransham1-2/+4
2024-09-20[C++20] [Modules] Offer -fmodules-embed-all-files option (#107194)Chuanqi Xu4-4/+52
2024-09-20[llvm][Triple] Add `Environment` members and parsing for glibc/musl parity. (...Alex Rønne Petersen6-6/+15
2024-09-19[clang][flang][mlir] Support -frecord-command-line option (#102975)Tarun Prabhu5-51/+112
2024-09-19Revert "[Driver] Add toolchain for X86_64 UEFI target" (#109340)Prabhuk10-244/+0
2024-09-19[clang] Don't call raw_string_ostream::flush() (NFC)Youngsuk Kim19-20/+0
2024-09-19[Clang] - Add libclangSerialization to clang driver unittests (#109329)Pranav Bhandarkar1-0/+1
2024-09-19Add missing deps edge: CodeGenAction.cpp.o -> GenVT.inc (#109306)Evan Wilde1-0/+1
2024-09-19[clang][OpenMP] Add codegen for scope directive (#109197)David Pagan5-9/+2295
2024-09-19[clang] Tidy uses of raw_string_ostream (NFC)Youngsuk Kim10-26/+16
2024-09-19[SystemZ][z/OS] Propagate IsText flag continuationAbhina Sreeskantharajan1-1/+1
2024-09-19[Driver] Add toolchain for X86_64 UEFI target (#76838)Prabhuk10-0/+244
2024-09-19[SystemZ][z/OS] Propagate IsText parameter to open text files as text (#107906)Abhina Sree10-24/+36
2024-09-19[clang-scan-deps] Don't inspect Args[0] as an option (#109050)Martin Storsjö1-1/+6
2024-09-19[HLSL][NFC] Update resource attribute tests (#108919)Helena Kotas7-34/+106
2024-09-19Target ABI: improve call parameters extensions handling (#100757)Jonas Paulsson6-31/+60
2024-09-19[analyzer] Indicate UnarySymExpr is not supported by Z3 (#108900)vabridgers2-0/+20
2024-09-19[clang] Fix python comparison to None (#94014)Eisuke Kawashima4-7/+7
2024-09-19Remove clang-pseudo (#109154)Aaron Ballman2-6/+0
2024-09-19[clang][powerpc][wasm][systemz][x86] Replace target vector popcount intrinsic...Simon Pilgrim18-135/+53