summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-02[clang] Remove FEM_Indeterminable (#137661)users/ojhunt/remove-fem-indeterminable-20.xOliver Hunt
2025-04-29Bump version to 20.1.5Tom Stellard
2025-04-29[libcxx] [test] Extend mingw workarounds for armv7/aarch64 too (#136419)llvmorg-20.1.4Martin Storsjö
2025-04-29[clang-repl] Implement LoadDynamicLibrary for clang-repl wasm use cases (#133...Anutosh Bhat
2025-04-29[SystemZ] Fix compile time regression in adjustInliningThreshold(). (#137527)Jonas Paulsson
2025-04-29[clang-repl] : Fix clang-repl crash with --cuda flag (#136404)Anutosh Bhat
2025-04-29[InstCombine] Preserve signbit semantics of NaN with fold to fabs (#136648)Yingwei Zheng
2025-04-29[InstCombine] Do not fold logical is_finite test (#136851)Yingwei Zheng
2025-04-29[GlobalOpt] Do not promote malloc if there are atomic loads/stores (#137158)Nikita Popov
2025-04-29[lldb] Use correct path for lldb-server executable (#131519)Yuval Deutscher
2025-04-25[clang-format] Correctly annotate kw_operator in using decls (#136545)Owen Pan
2025-04-25[RISCV] Handle scalarized reductions in getArithmeticReductionCostLuke Lau
2025-04-25[clang][analyzer] Fix error path of builtin overflow (#136345)Pavel Skripkin
2025-04-25[clang-format] Fix mismatched break in BlockIndent (#124998)Gedare Bloom
2025-04-25[lldb][test] Adjust TestTargetReadInstructionsFlavor skipIfsDavid Spickett
2025-04-25[lldb] Fix SBTarget::ReadInstruction with flavor (#134626)Ebuka Ezike
2025-04-25[clang][AST] Handle implicit first argument in CallExpr::getBeginLoc()Nathan Ridge
2025-04-25[LoongArch] Don't crash on instruction prefetch intrinsics (#135760)leecheechen
2025-04-25[HEXAGON] Fix corner cases for hwloops pass (#135439)aankit-ca
2025-04-25[GlobalMerge][PPC] Don't merge globals in llvm.metadata section (#131801)Nikita Popov
2025-04-15Bump version to 20.1.4Tom Stellard
2025-04-15Revert "[ARM][ConstantIslands] Correct MinNoSplitDisp calculation (#114590)"llvmorg-20.1.3Alex Rønne Petersen
2025-04-15[llvm][Hexagon] Promote operand v2i1 to v2i32 (#135409)Ikhlas Ajbar
2025-04-15[libc++] Fix misplaced _LIBCPP_POP_MACROS (#134874)Louis Dionne
2025-04-15[Clang] Fix a lambda pattern comparison mismatch after ecc7e6ce4 (#133863)Younan Zhang
2025-04-15Silence -Wcast-function-type warnings on idiomatic Windows code (#135660)Aaron Ballman
2025-04-15[LV] Disable epilogue vectorization for FindLastIV if start is poison.Florian Hahn
2025-04-15[LV] Add tests with FindLastIV and epilogue vectorization.Florian Hahn
2025-04-15[LLVM][MemCpyOpt] Unify alias tags if we optimize allocas (#129537)Dominik Adamski
2025-04-15[libc++] Fix deployment targets that were incorrectly bumped (#134278)Louis Dionne
2025-04-15[libc++] Guard additional headers with _LIBCPP_HAS_LOCALIZATION (#131921)Louis Dionne
2025-04-15[lldb] Respect LaunchInfo::SetExecutable in ProcessLauncherPosixFork (#133093)Pavel Labath
2025-04-15[LoongArch] Move fix-tle-le-sym-type test to test/MC. NFC (#133839)ZhaoQi
2025-04-14[X86][AVX10] Remove VAES and VPCLMULQDQ feature from AVX10.1 (#135489)Phoebe Wang
2025-04-14[X86] Backport saturate-convert intrinsics renaming & YMM rounding intrinsics...Wang, Phoebe
2025-04-14[SCEV] Use ashr to adjust constant multipliers (#135534)Yingwei Zheng
2025-04-14[llvm][CodeGen] avoid repeated interval calculation in window scheduler (#132...Hua Tian
2025-04-14[llvm][CodeGen] Fix the empty interval issue in Window Scheduler (#129204)Hua Tian
2025-04-14[CodeGen] Avoid repeated hash lookups (NFC) (#130237)Kazu Hirata
2025-04-14[clang] Handle Binary StingLiteral kind in one more place (#132201)Mariya Podchishchaeva
2025-04-14[clang] Introduce "binary" StringLiteral for #embed data (#127629)Mariya Podchishchaeva
2025-04-11[IR] Fix assertion error in User new/delete edge case (#129914)Marc Auberer
2025-04-11Avoid a race condition in opt-viewer/optrecord (#131214)Miro Hrončok
2025-04-11[IndVarSimplify] Handle the case where both operands are the same when wideni...Yingwei Zheng
2025-04-11[X86][SSE] Don't emit SSE2 load instructions in SSE1-only mode (#134547)Stefan Schmidt
2025-04-11[clang-format] Keep the space between `not` and a unary operator (#135035)Owen Pan
2025-04-11[fatlto] Add coroutine passes when using FatLTO with ThinLTO (#134434)Paul Kirth
2025-04-11Release/20.x: [clang-format] Set C11 instead of C17 for LK_COwen Pan
2025-04-11[LLDB][LoongArch] Fix build errors about NT_LOONGARCH_HW_{BREAK,WATCH} (#126020)Tiezhu Yang
2025-04-11Revert "[clang] [ARM] Explicitly enable NEON for Windows/Darwin targets (#122...Martin Storsjö