Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-19[Serialization] Delta-encode consecutive SourceLocations in TypeLocSam McCall
2022-05-18[clang][analyzer][ctu] Make CTU a two phase analysisGabor Marton
2022-05-18[clang][ASTImporter] Add isNewDeclGabor Marton
2022-05-17[clang-cl] Add /Zc:wchar_t- optionPengxuan Zheng
2022-05-17[concepts] Implement dcl.decl.general p4: No constraints on non-template funcsErich Keane
2022-05-17[clang] Expose CoawaitExpr's operand in the ASTNathan Ridge
2022-05-17[Frontend] [Coroutines] Emit error when we found incompatible allocationChuanqi Xu
2022-05-16[Driver] Change "zlib not installed" diagnostic to "zlib not enabled"Fangrui Song
2022-05-16[MSVC] Add support for pragma alloc_textStephen Long
2022-05-16[RISCV][NFC] Refactor RISC-V vector intrinsic utils.Kito Cheng
2022-05-14Resolve overload ambiguity on Mac OS when printing size_t in diagnosticsAaron Puchert
2022-05-14[clang] Require including config.h for CLANG_DEFAULT_STD_CCassie Jones
2022-05-13[CUDA] Add a flag to manually specify the target feature to use with CUDAJoseph Huber
2022-05-13[Clang] Add DriverKit supportEgor Zhdan
2022-05-13[OpenMP] Don't set device runtime debugging flags if using '-nogpulib'Joseph Huber
2022-05-13[analyzer][NFC] Tighten some of the SValBuilder return typesBalazs Benics
2022-05-13[MSVC] Add support for pragma functionStephen Long
2022-05-13Suggest typo corrections for preprocessor directivesKen Matsui
2022-05-13Comment parsing: Treat properties as zero-argument inline commandsAaron Puchert
2022-05-13Comment parsing: Allow inline commands to have 0 or more than 1 argumentAaron Puchert
2022-05-13Comment parsing: Specify argument numbers for some block commandsAaron Puchert
2022-05-13[ASTMatchers][clang-tidy][NFC] Hoist `forEachTemplateArgument` matcher into t...Whisperity
2022-05-13[ARM] Pass for Cortex-A57 and Cortex-A72 Fused AES ErratumArchibald Elliott
2022-05-13[RISCV] Add the passthru operand for RVV unmasked segment load IR intrinsics.Zakk Chen
2022-05-12[clang] Allow all string types for all attribute(format) stylesFĂ©lix Cloutier
2022-05-12[clang] add -fmodule-file-home-is-cwdRichard Howell
2022-05-12Warn if using `elifdef` & `elifndef` in not C2x & C++2b modeKen Matsui
2022-05-12[clang] Add the flag -ffile-reproducibleAlan Zhao
2022-05-11Revert "[HLSL] add -D option for dxc mode."Xiang Li
2022-05-11[AMDGPU] Add llvm.amdgcn.sched.barrier intrinsicAustin Kerbow
2022-05-11[HLSL] add -D option for dxc mode.Xiang Li
2022-05-11[clang][AIX] Don't ignore XCOFF visibility by defaultDavid Tenty
2022-05-11[Clang] Introduce clang-offload-packager tool to bundle device filesJoseph Huber
2022-05-11[AArch64][SVE] Add aarch64_sve_pcs attribute to ClangMatt Devereau
2022-05-11[ASTMatchers][NFC] Fix name of matcher in docs and add a missing testWhisperity
2022-05-11[CUDA] Create offloading entries when using the new driverJoseph Huber
2022-05-11Add extension diagnostic for linemarker directivesKen Matsui
2022-05-10[CUDA][HIP] support __noinline__ as keywordYaxun (Sam) Liu
2022-05-10Diagnose unreachable generic selection associationsAaron Ballman
2022-05-10[Frontend] Flip default of CreateInvocationOptions::ProbePrecompiled to falseSam McCall
2022-05-10[analyzer] Replace adjacent assumeInBound calls to assumeInBoundDualGabor Marton
2022-05-10[analyzer] Implement assume in terms of assumeDualGabor Marton
2022-05-10[analyzer] Indicate if a parent state is infeasibleGabor Marton
2022-05-09Revert ""Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation"""""Erich Keane
2022-05-09[analyzer] Inline operator delete when MayInlineCXXAllocator is set.Fred Tingaud
2022-05-09"Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation""""Erich Keane
2022-05-09[X86] Replace avx512f integer mul reduction builtins with generic builtinSimon Pilgrim
2022-05-09[Clang] Add integer mul reduction builtinSimon Pilgrim
2022-05-08[Frontend] Move, don't copy the predefines buffer into PP. NFC.Sam McCall
2022-05-06[OpenMP] Try to Infer target triples using the offloading architectureJoseph Huber