aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-10[Float2Int] Pre-commit test for SIToFP/UIToFP ConstantRange bug. NFCCraig Topper1-0/+19
2024-04-10Bump version to 18.1.4 (#87715)Tom Stellard2-2/+2
2024-04-02[clang] Avoid -Wshadow warning when init-capture named same as class field (#...llvmorg-18.1.3Mariya Podchishchaeva4-31/+141
2024-04-01[tsan] Refine fstat{,64} interceptors (#86625)Fangrui Song1-25/+18
2024-04-01[clang][Sema] Fix a CTAD regression after 42239d2e9 (#86914)Younan Zhang4-2/+52
2024-04-01[mlir][transform] replace original op to loop ops (#83537)Congcong Cai2-0/+2
2024-03-30[OpenMP][AIX] Affinity implementation for AIX (#84984)Xing Xue6-19/+229
2024-03-28[Support] Fix color handling in formatted_raw_ostream (#86700)Andrew Ng4-19/+47
2024-03-28Reapply [libcxx] [modules] Fix relative paths with absolute LIBCXX_INSTALL_MO...Martin Storsjö1-2/+13
2024-03-27 release/18.x: [SystemZ] Fix overflow flag for i128 USUBO (#86491)Ulrich Weigand3-0/+58
2024-03-27[lld/ELF][X86] Respect outSecOff when checking if GOTPCREL can be relaxed (#8...Arthur Eubanks2-4/+15
2024-03-27[ODS][NFC] Cast range.size() to int32_t in accumulation (#85629)Andrei Golubev1-1/+1
2024-03-27[Mips] Restore wrong deletion of instruction 'and' in unsigned min/max proces...yingopq2-0/+65
2024-03-27[Mips] Fix missing sign extension in expansion of sub-word atomic max (#77072)yingopq2-129/+577
2024-03-27[PowerPC] provide CFI for ELF32 to unwind cr2, cr3, cr4 (#83098)George Koehler2-6/+5
2024-03-27[NFC][PowerPC] use script to regenerate the CHECK linesChen Zheng1-45/+279
2024-03-27[msan] Re-exec with no ASLR if memory layout is incompatible on Linux (#85142)Thurston Dang3-14/+50
2024-03-27[msan] Add 'MappingDesc::ALLOCATOR' type and check it is available (#85153)Thurston Dang3-13/+34
2024-03-27[clang][CodeGen] Allow `memcpy` replace with trivial auto var initAntonio Frighetto7-63/+56
2024-03-23[LoongArch] Assume no-op addrspacecasts by default (#82332)hev2-0/+52
2024-03-23[SROA]: Only defer trying partial sized ptr or ptr vector typesJeffrey Byrnes2-27/+115
2024-03-23[ARM] Update IsRestored for LR based on all returns (#82745)ostannard4-22/+27
2024-03-23Pre-commit test showing bug #80287Oliver Stannard1-0/+55
2024-03-22Bump version to 18.1.3 (#86168)Tom Stellard2-2/+2
2024-03-19[X86] Add missing subvector_subreg_lowering for BF16 (#83720)llvmorg-18.1.2Phoebe Wang3-1/+25
2024-03-19[C++20] [Moduls] Avoid computing odr hash for functions from comparing constr...Chuanqi Xu9-18/+93
2024-03-19[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indice...Luke Lau2-16/+16
2024-03-19[RISCV] Adjust test case to show wrong stride. NFCLuke Lau1-9/+9
2024-03-19[RISCV] Add test case for miscompile in gather -> strided load combine. NFCLuke Lau1-0/+47
2024-03-19[TSan] Fix atomicrmw xchg with pointer and floats (#85228)Nikita Popov2-4/+25
2024-03-19[AVR] Remove earlyclobber from LDDRdPtrQ (#85277)Patryk Wychowaniec2-1/+164
2024-03-19Revert "release/18.x: [openmp] __kmp_x86_cpuid fix for i386/PIC builds. (#846...David CARLIER1-10/+0
2024-03-19[PowerPC] Update chain uses when emitting lxsizx (#84892)Qiu Chaofan3-0/+117
2024-03-19[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)Martin Storsjö1-3/+7
2024-03-19[llvm-shlib] Fix libLLVM-18 symlink on mingw (#85554)Tom Stellard1-1/+1
2024-03-19llvm-shlib: Fix libLLVM-${MAJOR}.so symlink on MacOS (#85163)Tom Stellard2-5/+4
2024-03-19[WebAssembly] Change the default linker for `wasm32-wasip2` (#84569)Alex Crichton3-3/+50
2024-03-19workflows: Fix baseline version for llvm abi checks (#85166)Tom Stellard1-2/+10
2024-03-17[InstCombine] Drop UB-implying attrs/metadata after speculating an instructio...Yingwei Zheng2-0/+41
2024-03-16[lld][LoongArch] Fix handleUleb128Weining Lu1-2/+3
2024-03-16[lld][test] Fix sanitizer buildbot failureWeining Lu1-1/+1
2024-03-16Remove support for EXPORTAS in def files to maintain ABI compatibility for CO...Daniel Paoliello5-206/+1
2024-03-16[Arm64EC] Copy import descriptors to the EC Map (#84834)Daniel Paoliello4-6/+27
2024-03-16[llvm-lib][Object] Add support for EC importlib symbols. (#81059)Jacek Caban7-32/+225
2024-03-16[llvm-lib][llvm-dlltool][Object] Add support for EXPORTAS name types. (#78772)Jacek Caban6-23/+162
2024-03-16[llvm-readobj][Object][COFF] Print COFF import library symbol export name. (#...Jacek Caban12-0/+64
2024-03-16[libc++] Use clang-tidy version that matches the compiler we use in the CI (#...Louis Dionne1-1/+1
2024-03-16[clangd] [HeuristicResolver] Protect against infinite recursion on DependentN...Nathan Ridge3-69/+165
2024-03-15[clang][modules] giving the __stddef_ headers their own modules can cause red...Ian Anderson13-41/+80
2024-03-15workflows: Add workaround for lld failures on MacOS (#85021) (#85110)Tom Stellard1-0/+5