aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Fix __builtin_thread_pointer check with LTOgentoo-17.0.5Sam James2023-11-141-1/+6
* [BranchFolding] Remove dubious assert from operator< (#71639)llvmorg-17.0.5Nikita Popov2023-11-141-6/+0
* [GlobalOpt] Cache whether CC is changeable (#71381)Nikita Popov2023-11-141-8/+22
* [libc++] Fix UB in <expected> related to "has value" flag (#68552) (#68733)Jan Kokemüller2023-11-1430-164/+540
* [clang] fix test PR69717.cpp (#72134)antoine moynault2023-11-141-1/+1
* [clang] Run test on x86 onlySerge Pavlov2023-11-141-0/+1
* [clang] Do not clear FP pragma stack when instantiating functions (#70646)Serge Pavlov2023-11-142-2/+22
* [SLP]Fix PR70004: Do not change insert point for reduction gather nodes.Alexey Bataev2023-11-133-21/+66
* [DAG] WidenVectorOperand - add basic handling for *_EXTEND_VECTOR_INREG nodesSimon Pilgrim2023-11-133-0/+36
* [Mips] In LowerShift*Parts, xor with bits-1 instead of -1. (#71149)Craig Topper2023-11-134-44/+46
* [clang-format] Correctly annotate keyword operator function name (#66904)Owen Pan2023-11-132-0/+16
* Bump version to 17.0.5Tobias Hieta2023-11-134-4/+4
* [Driver] Fix linking with -lm on Solaris (#65632)Rainer Orth2023-11-132-8/+22
* [clang-repl] Fix BUILD_SHARED_LIBS symbols from libclangInterpreter on MinGW ...Martin Storsjö2023-11-131-0/+11
* [CGExprConstant] stop calling into ConstExprEmitter for Reference type destin...Nick Desaulniers2023-11-132-3/+10
* [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