summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [AArch64][GlobalISel] Fix incorrect ABI when tail call not supported (#70215)llvmorg-17.0.4Nikita Popov2023-10-312-13/+12
* [AArch64] Add test for #70207 (NFC)Nikita Popov2023-10-311-0/+33
* [GVN] Fix use-after-free in load PRE with select available value (#69314)Nikita Popov2023-10-312-3/+65
* [clang-tidy] Fix crash in modernize-use-trailing-return-type (#70709)Piotr Zegar2023-10-312-1/+19
* [OpenMP] Fix building for 32-bit DragonFly, NetBSD, OpenBSD (#70527)Brad Smith2023-10-311-1/+2
* [OpenMP] record-replay use static-cast (#70516)Konstantinos Parasyris2023-10-311-2/+1
* [flang] Add comdats to functions with linkonce linkage (#66516)David Truby2023-10-313-1/+57
* [mlir] Add pass to add comdat to all linkonce functions (#65270)David Truby2023-10-316-0/+122
* Update release note for the fixTakuya Shimizu2023-10-301-1/+2
* [clang][ExprConst] Fix crash on uninitialized array subobject (#67817)Takuya Shimizu2023-10-306-6/+27
* [RISCV] Correct copyPhysReg for GPRPF64. (#70419)Craig Topper2023-10-303-5/+34
* [SVE] Fix incorrect offset calculation when rewriting an instruction's frame ...Paul Walker2023-10-302-1/+23
* [MemCpyOpt] Combine alias metadatas when replacing byval arguments (#70580)DianQK2023-10-302-0/+15
* [OpenMP] Use the more appropriate function to retrieve the thread id on OpenB...Brad Smith2023-10-301-1/+1
* [libc++] Encode additional ODR-affecting properties in the ABI tag (#69669)Louis Dionne2023-10-303-15/+161
* [AArch64] Prevent argument promotion of vector with size > 128 bits (#70034)KAWASHIMA Takahiro2023-10-273-0/+217
* [LoongArch] Implement COPY instruction between CFRs (#69300)wanglei2023-10-2712-14/+227
* Revert "[clang-format] Fix align consecutive declarations over function point...Owen Pan2023-10-272-11/+1
* Fix tests for c23 <-> c2xAaron Ballman2023-10-272-2/+2
* Fix a c23 -> c2x think-oAaron Ballman2023-10-271-1/+1
* [C23] Use thread_local semantics (#70107)Aaron Ballman2023-10-274-3/+60
* [clangd] Disable crashy unchecked-optional-access tidy check (#69427)kadir çetinkaya2023-10-251-0/+3
* [ConstraintElim] Don't decompose values wider than 64 bits (#68803)Nikita Popov2023-10-243-7/+18
* [ConstraintElim] Add test for #68751 (NFC)Nikita Popov2023-10-241-0/+13
* [mlir] Avoid including <alloca.h> on DragonFlyBrad Smith2023-10-241-1/+2
* [LVI][CVP] Treat undef like a full range on abs(x, false) (#68711)DianQK2023-10-242-41/+160
* [libcxx] [test] Add a test parameter for disabling memory intensive tests (#6...Martin Storsjö2023-10-242-0/+9
* workflows/release-tasks: Fix release note artifact upload (#69522)Tom Stellard2023-10-231-1/+1
* Bump version to 17.0.4Tobias Hieta2023-10-234-4/+4
* workflows/release-lit: Pass correct build directory to pypa/gh-action-pypi-pu...Tom Stellard2023-10-231-0/+2
* workflows/release-lit: Fix dev suffix removal (#69397)Tom Stellard2023-10-231-1/+1
* [asan] Ensure __asan_register_elf_globals is called in COMDAT asan.module_cto...llvmorg-17.0.3Fangrui Song2023-10-174-37/+97
* [clang-format][doc] Update the Linux kernel coding style URLOwen Pan2023-10-171-1/+1
* [clang-format] Fix a serious bug in git-clang-format (#65723)Owen Pan2023-10-171-1/+1
* [LSan] Mark create_thread_leak.cpp as UNSUPPORTED: darwin.Artem Dergachev2023-10-171-0/+3
* [PowerPC] Use zext instead of anyext in custom and combine (#68784)Nikita Popov2023-10-172-2/+3
* [PowerPC] Add test for #68783 (NFC)Nikita Popov2023-10-171-0/+15
* [clang-format] Fix a bug in RemoveParentheses: ReturnStatement (#67911)Owen Pan2023-10-163-0/+85
* [X86] Fix logic for optimizing movmsk(bitcast(shuffle(x))); PR67287Noah Goldstein2023-10-162-6/+22
* [X86] Add tests for incorrectly optimizing out shuffle used in `movmsk`; PR67287Noah Goldstein2023-10-161-0/+137
* [clang] [MinGW] Explicitly always pass the -fno-use-init-array (#68571)Martin Storsjö2023-10-162-0/+5
* [LVI][CVP] Treat undef like a full range (#68190)DianQK2023-10-162-1/+38
* [X86] combineConcatVectorOps - only concatenate single-use subopsSimon Pilgrim2023-10-106-164/+358
* Bump version to 17.0.3Tobias Hieta2023-10-104-4/+4
* [clang] Correct behavior of `LLVM_UNREACHABLE_OPTIMIZE=OFF` for `Release` bui...Arvind Mukund2023-10-102-6/+13
* [LLD] [COFF] Fix handling of comdat .drectve sections (#68116)Martin Storsjö2023-10-102-0/+33
* workflows/release-binaries: Use more cores to avoid the 6 hour timeout (#67874)Tom Stellard2023-10-101-1/+1
* [AArch64] Disable loop alignment for Windows targets (#67894)Martin Storsjö2023-10-103-1/+30
* [Sema] Use underlying type of scoped enum for -Wformat diagnostics (#67378)Shoaib Meenai2023-10-104-19/+67
* Fix release/export.sh to export runtimes tarball, too (#67404)llvmorg-17.0.2René Rebe2023-10-031-1/+1