aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Refactor: Let MCDC::State have DecisionByStmt and BranchByStmtNAKAMURA Takumi4-29/+39
2024-02-25LLVMInstrumentation: Simplify mcdc.tvbitmap.update with GEP.NAKAMURA Takumi5-27/+9
2024-02-24[clang] Remove trailing whitespaceNathan Sidwell1-2/+2
2024-02-23[clang-format][NFC] Enable RemoveSemicolon for clang-format style (#82735)Owen Pan4-5/+8
2024-02-23[clang][ScanDeps] Allow PCHs to have different VFS overlays (#82294)Michael Spencer5-29/+186
2024-02-23reland: [clang][ScanDeps] Canonicalize -D and -U flags (#82568)Michael Spencer4-1/+166
2024-02-23[Clang] Append target search paths for direct offloading compilation (#82699)Joseph Huber4-3/+15
2024-02-23[OpenACC] Fix branch-in/out to not refer to a 'region'erichkeane2-8/+8
2024-02-23[clang][Interp] Don't return success for already failed global variablesTimm Bäder2-0/+9
2024-02-23[ClangFormat] Fix indent in child lines within a macro argument. (#82523)r4nt6-73/+163
2024-02-23[Clang] Fix acle_sme_zero.c once more.Sander de Smalen1-0/+2
2024-02-23[RISCV] Disable generation of asynchronous unwind tables for RISCV baremetal ...Garvit Gupta3-0/+15
2024-02-23[Clang] Fix acle_sme_zero.c (missing aarch64-registered-target)Sander de Smalen1-0/+1
2024-02-23[Clang][AArch64] Add missing prototypes for streaming-compatible routines (#8...Sander de Smalen2-2/+63
2024-02-23[Clang][AArch64] Fix 'svzero_za' intrinsic to take no arguments. (#82648)Sander de Smalen2-1/+8
2024-02-23[clang][Interp][NFC] Print global variable initialization stateTimm Bäder3-2/+10
2024-02-23[analyzer] Fix core.VLASize checker false positive taint reports (#68140)Daniel Krupp4-14/+44
2024-02-23Reland "[clang] Preserve found-decl when constructing VarTemplateIds" (#82612)kadir çetinkaya3-11/+16
2024-02-23[clang][Interp] Don't diagnose alread invalid function declsTimm Bäder2-7/+11
2024-02-23[clang][Interp][NFC] Improve Program dump()ingTimm Bäder3-7/+68
2024-02-23[NFC] [doc] Mentioning to include the guard headers from imported modulesChuanqi Xu1-0/+3
2024-02-23[clang][analyzer] Fix argument invalidations in StreamChecker. (#79470)Balázs Kéri2-1/+185
2024-02-23[X86] Support APXF to enable __builtin_cpu_supports. (#80636)Freddy Ye2-0/+2
2024-02-23[C++20] [Modules] Allow to compile a pcm with and without -fPICChuanqi Xu8-15/+54
2024-02-23[Clang][Parser] Have the depth of the abbreviated generic lambdas inside a re...Younan Zhang3-1/+41
2024-02-22[AArch64] Implement __builtin_cpu_supports, compiler-rt tests. (#82378)Pavel Iliin9-9/+158
2024-02-22[Clang] Fix missing architecture on CUDA testJoseph Huber1-2/+2
2024-02-22[LinkerWrapper] Fix test after permitting NVPTX linker argumentsJoseph Huber1-2/+2
2024-02-22[Clang][NVPTX] Allow passing arguments to the linker while standalone (#73030)Joseph Huber3-24/+32
2024-02-22[clang][driver] Allow unaligned access on ARMv7 and higher by default (#82400)Paul Kirth3-12/+38
2024-02-22[clang][CodeGen] Keep processing the rest of AST after encountering unsupport...Wentao Zhang1-4/+7
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber2-6/+51
2024-02-22[HLSL][Doc] Add doc about expected differences (#82395)Chris B2-0/+111
2024-02-22[Clang][SME] Skip writing output files to the source directoryBenjamin Kramer1-4/+4
2024-02-22[HIP] Allow partial linking for `-fgpu-rdc` (#81700)Yaxun (Sam) Liu11-50/+469
2024-02-22[clang] Implement CWG2759 "`[[no_unique_address]` and common initial sequence...Vlad Serebrennikov6-15/+128
2024-02-22[clang-format] Fix crash in TokenAnnotator (#82349)Emilia Kond2-1/+7
2024-02-22[clang] Rename installapi tests, NFCCyndy Ishida2-0/+0
2024-02-22[NFC] Fix typo in ReleaseNotes.rst (#82655)sethp1-1/+1
2024-02-22[OpenACC] Implement 'break' and 'continue' errors for Compute Cnstrcts (#82543)Erich Keane6-0/+154
2024-02-22[clang][NFC] Fix arm_acle.h title headers (#82624)Victor Campos1-4/+4
2024-02-22[AIX] Lower intrinsic __builtin_cpu_is into AIX platform-specific code. (#80069)zhijian lin7-2/+149
2024-02-22[analyzer] Remove superfluous #include "CallDescription.h" (NFC) (#82614)NagyDonat2-3/+2
2024-02-22[analyzer] Improve handling of unsigned values in ArrayBoundCheckerV2 (#81034)NagyDonat3-13/+49
2024-02-22[Clang][SME] Detect always_inline used with mismatched streaming attributes (...Sam Tebbs3-0/+94
2024-02-22Multilib support for libraries with exceptions (#75031)pwprzybyla2-1/+32
2024-02-22[clang][dataflow] Fix inaccuracies in `buildStmtToBasicBlockMap()`. (#82496)martinboehme2-34/+140
2024-02-21Revert "[Docs] Add release note about Clang-defined target OS macros … (#80...Zixu Wang1-26/+0
2024-02-21[InstallAPI] Cleanup HeaderFile Interface & options handling, NFC (#82544)Cyndy Ishida2-10/+7
2024-02-21Add namespace qualifier for llvm::StringRefJorge Gorbe Moya1-1/+1