aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-05[mlir][nfc] Allow ops to have operands/attributes named `context`.llvmorg-17.0.0-rc4Christian Sigg1-2/+2
2023-09-05[JumpThreading] Invalidate LVI after `combineMetadataForCSE`.DianQK4-5/+25
2023-09-05[JumpThreading][NFC] Pre-commit for invalid LVI.DianQK1-0/+53
2023-09-05Revert "[clang][Docs] Added release note for D142609"Takuya Shimizu1-3/+0
2023-09-05[clang][clangd] Ensure the stack bottom before building ASTYounan Zhang6-1/+34
2023-09-05[clang] Construct ExprRequirement with SubstitutionDiagnostic on SubstFailureYounan Zhang6-16/+85
2023-09-05[NFC][Clang] Fix static analyzer concern about null value dereferenceElizabeth Andrews1-2/+4
2023-09-05[sanitizer] scanf interceptor: fix write size for %mc/%mC/%mSFangrui Song2-13/+37
2023-09-04[CodeGen] First check the kind and then the llvm::Function properties.Vassil Vassilev1-1/+1
2023-09-04[Driver] Report warnings for unclaimed TargetSpecific options for assembler i...Fangrui Song7-12/+30
2023-09-04[AArch64] Fix arm neon vstx lane memVT sizehstk304-17/+185
2023-09-04[llvm-windres] Implement the windres flag --use-temp-fileMartin Storsjö3-7/+18
2023-09-04[Tooling/Inclusion] Add std::range symbols in the mapping.Haojian Wu2-0/+59
2023-09-01[sanitizer][test] -std=c2x instead of -std=c23Fangrui Song2-2/+2
2023-09-01[Driver] Adjust -fsanitize=function & -mexecute-only interop after D158614Fangrui Song6-19/+18
2023-09-01[UBSan] Disable the function and kcfi sanitizers on an execute-only target.Ying Yi6-0/+62
2023-09-01[X86][BF16] Lower FP_ROUND for vector types under AVX512BF16Phoebe Wang5-252/+660
2023-09-01[X86][BF16] Add test coverage for AVX-NE-CONVERTPhoebe Wang2-107/+664
2023-09-01[clangd] Respect IWYU keep pragma for standard headers.Haojian Wu2-2/+7
2023-09-01[RISCV] Prevent tryToFoldBNEOnCmpXchgResult from deleting AND if it has other...Craig Topper2-0/+57
2023-09-01[PowerPC][lld] Account for additional X-Forms -> D-Form/DS-Forms load/stores ...Amy Kwan6-43/+287
2023-08-31[AArch64] Add Defs=[NZCV] to MTE loop pseudos.Simon Tatham2-1/+60
2023-08-31[libc++][format] Fixes out of bounds access.Mark de Wever3-0/+19
2023-08-31[lldb][windows] _wsopen_s does not accept bits other than `_S_IREAD | _S_IWRITE`Yuxuan Shui1-0/+2
2023-08-31[RISCV] Fix assertion failure when zcmp extension is enabled.Garvit Gupta2-1/+160
2023-08-31[mlir] Fix infinite recursion in alias initializerMarkus Böck6-3/+98
2023-08-31[mlir] Fix crash when adding nested dialect extensionsMatthias Springer2-5/+54
2023-08-31[mlir][math] Modify math.powf to handle negative bases.Balaji V. Iyer3-15/+34
2023-08-31[mlir][memref] Fix crash in SubViewReturnTypeCanonicalizerMatthias Springer2-32/+49
2023-08-30[PowerPC] Update V17.0.0 release notesLei Huang2-10/+86
2023-08-30[clang][test] Make check pattern shorterSerge Pavlov1-1/+1
2023-08-30[clang] Run test for concrete targetSerge Pavlov1-1/+1
2023-08-30[clang] Set FP options in Sema when instantiating CompoundStmtSerge Pavlov2-0/+27
2023-08-30workflows: Fix libclang-abi test after update to use download-artifac… (#64...Tom Stellard1-0/+2
2023-08-30Silently accept -Wgnu-empty-initializerAaron Ballman2-0/+31
2023-08-30[CMake] Add a few more missing dependencies on ClangDriverOptionsJon Roelofs2-0/+7
2023-08-30[clang-format] Exclude kw_decltype in RemoveParenthesesOwen Pan2-1/+2
2023-08-30[RISCV] Don't relax policy to ta when vmerge's VL shrinks during foldingLuke Lau3-8/+19
2023-08-30[RISCV] Add test case showing vmerge fold miscompile with tail policyLuke Lau1-0/+12
2023-08-30Function multi-versioning: disable ifunc for ELF targets other than glibc/And...Fangrui Song3-23/+27
2023-08-30[msan] Fix compilation on non-glibcBrooks Davis1-1/+1
2023-08-30[compiler-rt] [test] Adjust an XFAIL for strtoll_strict.c for MinGW targetsMartin Storsjö1-1/+1
2023-08-30[sanitizer] Intercept glibc 2.38 __isoc23_* functionsFangrui Song6-38/+214
2023-08-30[asan] Intercept atoll and strtoll on WindowsFangrui Song4-10/+3
2023-08-30[clang] Update NumFunctionDeclBits for FunctionDeclBitfieldsdingfei5-5/+75
2023-08-30[clang-format] Fix braced initializer with templated base classGalen Elias2-1/+4
2023-08-30[clang][ExprConstant] Fix crash on uninitialized base class subobjectTakuya Shimizu5-3/+83
2023-08-30Reland "[clang-repl] Adapt to the recent dylib-related changes in ORC."Vassil Vassilev2-9/+26
2023-08-30[X86][BF16] Lower FP_EXTEND for vector types under AVX512BF16Phoebe Wang3-161/+510
2023-08-30[Tests][ConstraintElim] autogen newly-added case in large-constant-ints.ll (NFC)Erik Desjardins1-6/+16