platform/upstream/llvm.git
2024-01-15 Dongkyun Sonpackaging: add python-clang accepted/tizen_base_riscv sandbox/vbarinov/fix-check tizen_base_dev accepted/tizen/base/20240227.211311 accepted/tizen/base/riscv/20240116.145847 accepted/tizen/base/toolchain/20240116.105853
2024-01-15 Dongkyun Sonpackaging: bump version to 17.0.6
2024-01-15 Dongkyun Sonpackaging: remove -gdwarf-* on llvm_release_build
2024-01-15 Hyunggi LeeBuildIgnore build-compare
2024-01-15 Łukasz StelmachLink libclang_rt.asan.so against libatomic when necessary
2024-01-15 Łukasz Stelmach[packaging] build llvm for riscv64
2024-01-15 Dongkyun Sonpackaging: Bump version to 15.0.7
2024-01-15 Seung-Woo Kim[packaging] Always build with non-asan for all architecture
2024-01-15 Alexander Soldatov[Tizen] Change libsosplugin.so path
2024-01-15 Hyungju LeeFix build error for `Add search paths for libstdc++`
2024-01-15 Slava Barinov[packaging] Create clang-gcc-replace package
2024-01-15 Slava Barinov[packaging] Enable build in Clang environment
2024-01-15 Slava Barinov[llvm][clang] Add support for Tizen toolchain vendor
2024-01-04 Slava Barinov[packaging] Add packaging
2023-11-28 Tobias HietaRevert "[runtimes] Add missing test dependencies to... upstream/17.0.6
2023-11-28 Brad Smith[Driver] Enable __float128 support on X86 on FreeBSD...
2023-11-27 Georgios Eleftherioueliminate python SyntaxWarnings from check-all output.
2023-11-27 Owen Pan[clang-format] Fix crashes in AlignArrayOfStructures...
2023-11-27 Tulio Magno... [clang] Fix sorting module headers (#73146)
2023-11-27 Lang Hames[JITLink][aarch32] Change writeRegister's return type...
2023-11-27 Brad Smith[CMake] Support building shared library for NetBSD
2023-11-27 Tom Stellardworkflows/release-binaries: Do a preliminary build...
2023-11-27 Shao-Ce SUNAdd RV64 constraint to SRLIW (#69416)
2023-11-24 Tom Stellard[runtimes] Add missing test dependencies to check-all...
2023-11-20 Owen Pan[clang-format] Fix a bug in aligning comments above...
2023-11-20 Nathan Ridge[clangd] Avoid null result in FindRecordTypeAt()
2023-11-20 Tobias HietaBump version to 17.0.6
2023-11-20 Utkarsh Saxenaremove tests from bad merge
2023-11-20 Utkarsh SaxenaUse the correct namespace for looking up matching opera...
2023-11-20 Ilya Biryukov[libc++] Use correct size for deallocation of arrays...
2023-11-20 Arthur EubanksRevert "Reland [clang] Canonicalize system headers...
2023-11-20 YAMAMOTO Takashi[clang][WebAssembly] Link crt1 even in case of -shared
2023-11-14 Nikita Popov[BranchFolding] Remove dubious assert from operator...
2023-11-14 Nikita Popov[GlobalOpt] Cache whether CC is changeable (#71381)
2023-11-14 Jan Kokemüller[libc++] Fix UB in <expected> related to "has value...
2023-11-14 antoine moynault[clang] fix test PR69717.cpp (#72134)
2023-11-14 Serge Pavlov[clang] Run test on x86 only
2023-11-14 Serge Pavlov[clang] Do not clear FP pragma stack when instantiating...
2023-11-13 Alexey Bataev[SLP]Fix PR70004: Do not change insert point for reduct...
2023-11-13 Simon Pilgrim[DAG] WidenVectorOperand - add basic handling for ...
2023-11-13 Craig Topper[Mips] In LowerShift*Parts, xor with bits-1 instead...
2023-11-13 Owen Pan[clang-format] Correctly annotate keyword operator...
2023-11-13 Tobias HietaBump version to 17.0.5
2023-11-13 Rainer Orth[Driver] Fix linking with -lm on Solaris (#65632)
2023-11-13 Martin Storsjö[clang-repl] Fix BUILD_SHARED_LIBS symbols from libclan...
2023-11-13 Nick Desaulniers[CGExprConstant] stop calling into ConstExprEmitter...
2023-10-31 Nikita Popov[AArch64][GlobalISel] Fix incorrect ABI when tail call...
2023-10-31 Nikita Popov[AArch64] Add test for #70207 (NFC)
2023-10-31 Nikita Popov[GVN] Fix use-after-free in load PRE with select availa...
2023-10-31 Piotr Zegar[clang-tidy] Fix crash in modernize-use-trailing-return...
2023-10-31 Brad Smith[OpenMP] Fix building for 32-bit DragonFly, NetBSD...
2023-10-31 Konstantinos... [OpenMP] record-replay use static-cast (#70516)
2023-10-31 David Truby[flang] Add comdats to functions with linkonce linkage...
2023-10-31 David Truby[mlir] Add pass to add comdat to all linkonce functions...
2023-10-30 Takuya ShimizuUpdate release note for the fix
2023-10-30 Takuya Shimizu[clang][ExprConst] Fix crash on uninitialized array...
2023-10-30 Craig Topper[RISCV] Correct copyPhysReg for GPRPF64. (#70419)
2023-10-30 Paul Walker[SVE] Fix incorrect offset calculation when rewriting...
2023-10-30 DianQK[MemCpyOpt] Combine alias metadatas when replacing...
2023-10-30 Brad Smith[OpenMP] Use the more appropriate function to retrieve...
2023-10-30 Louis Dionne[libc++] Encode additional ODR-affecting properties...
2023-10-27 KAWASHIMA Takahiro[AArch64] Prevent argument promotion of vector with...
2023-10-27 wanglei[LoongArch] Implement COPY instruction between CFRs...
2023-10-27 Owen PanRevert "[clang-format] Fix align consecutive declaratio...
2023-10-27 Aaron BallmanFix tests for c23 <-> c2x
2023-10-27 Aaron BallmanFix a c23 -> c2x think-o
2023-10-27 Aaron Ballman[C23] Use thread_local semantics (#70107)
2023-10-25 kadir çetinkaya[clangd] Disable crashy unchecked-optional-access tidy...
2023-10-24 Nikita Popov[ConstraintElim] Don't decompose values wider than...
2023-10-24 Nikita Popov[ConstraintElim] Add test for #68751 (NFC)
2023-10-24 Brad Smith[mlir] Avoid including <alloca.h> on DragonFly
2023-10-24 DianQK[LVI][CVP] Treat undef like a full range on abs(x,...
2023-10-24 Martin Storsjö[libcxx] [test] Add a test parameter for disabling...
2023-10-23 Tom Stellardworkflows/release-tasks: Fix release note artifact...
2023-10-23 Tobias HietaBump version to 17.0.4
2023-10-23 Tom Stellardworkflows/release-lit: Pass correct build directory...
2023-10-23 Tom Stellardworkflows/release-lit: Fix dev suffix removal (#69397)
2023-10-17 Fangrui Song[asan] Ensure __asan_register_elf_globals is called...
2023-10-17 Owen Pan[clang-format][doc] Update the Linux kernel coding...
2023-10-17 Owen Pan[clang-format] Fix a serious bug in git-clang-format...
2023-10-17 Artem Dergachev[LSan] Mark create_thread_leak.cpp as UNSUPPORTED:...
2023-10-17 Nikita Popov[PowerPC] Use zext instead of anyext in custom and...
2023-10-17 Nikita Popov[PowerPC] Add test for #68783 (NFC)
2023-10-16 Owen Pan[clang-format] Fix a bug in RemoveParentheses: ReturnSt...
2023-10-16 Noah Goldstein[X86] Fix logic for optimizing movmsk(bitcast(shuffle...
2023-10-16 Noah Goldstein[X86] Add tests for incorrectly optimizing out shuffle...
2023-10-16 Martin Storsjö[clang] [MinGW] Explicitly always pass the -fno-use...
2023-10-16 DianQK[LVI][CVP] Treat undef like a full range (#68190)
2023-10-10 Simon Pilgrim[X86] combineConcatVectorOps - only concatenate single...
2023-10-10 Tobias HietaBump version to 17.0.3
2023-10-10 Arvind Mukund[clang] Correct behavior of `LLVM_UNREACHABLE_OPTIMIZE...
2023-10-10 Martin Storsjö[LLD] [COFF] Fix handling of comdat .drectve sections...
2023-10-10 Tom Stellardworkflows/release-binaries: Use more cores to avoid...
2023-10-10 Martin Storsjö[AArch64] Disable loop alignment for Windows targets...
2023-10-10 Shoaib Meenai[Sema] Use underlying type of scoped enum for -Wformat...
2023-10-03 René RebeFix release/export.sh to export runtimes tarball, too...
2023-10-03 Hui[libc++] Fix `std::pair`'s pair-like constructor's...
2023-10-02 Arthur Eubanks[CodeGen] Don't treat thread local globals as large...
2023-10-02 Tobias Hieta[workflow] Fix abi checker in llvm-tests. Same fix...
2023-10-02 Martin Storsjö[clang] [MinGW] Tolerate mingw specific linker options...
next