summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-27MIPS: Fix asm constraints "f" and "r" for softfloat (#79116)upstream/llvmorg-18.1.0-rc4upstream/llvmorg-18.1.0YunQiang Su
2024-02-27[Mips] Fix unable to handle inline assembly ends with compat-branch o… (#77...yingopq
2024-02-26[NFC][AArch64] fix whitespace in AArch64SchedNeoverseV1 (#81744)Philipp Tomsich
2024-02-26[AArch64] Initial Ampere1B scheduling model (#81341)Philipp Tomsich
2024-02-26[AArch64] Add the Ampere1B core (#81297)Philipp Tomsich
2024-02-26[AArch64] Make +pauth enabled in Armv8.3-a by default (#78027)Anatoly Trosinenko
2024-02-26[Clang] Fixes to immediate-escalating functions (#82281)cor3ntin
2024-02-26[llvm-shlib] Change libLLVM-$MAJOR.so symlink to point to versioned SO (#82660)Tom Stellard
2024-02-26[llvm][AArch64] Do not inline a function with different signing scheme. (#806...Dani
2024-02-26[clang][CodeGen] Keep processing the rest of AST after encountering unsupport...Wentao Zhang
2024-02-26Fix build on musl by including stdint.h (#81434)Daniel Martinez
2024-02-26[FlattenCFG] Fix the miscompilation where phi nodes exist in the merge point ...Yingwei Zheng
2024-02-26[GVN] Drop nsw/nuw flags when replacing the result of a with.overflow intrins...Yingwei Zheng
2024-02-26[SystemZ] Use VT (not ArgVT) for SlotVT in LowerCall(). (#82475)Jonas Paulsson
2024-02-26[SystemZ] Require D12 for i128 accesses in isLegalAddressingMode() (#79221)Jonas Paulsson
2024-02-26fix links on clang 18.1.0rc release page (#82739)h-vetinari
2024-02-23Backport 0bf4f82 to release/18.x (#82571)Wentao Zhang
2024-02-23[libc++] Add details about string annotations (#82730)Tacet
2024-02-23[llvm-readobj,ELF] Support --decompress/-z (#82594)Fangrui Song
2024-02-23[docs][llvm-objcopy] Add missing formats (#81981)Ulrich Weigand
2024-02-23[libc++] Only include <setjmp.h> from the C library if it exists (#81887)Louis Dionne
2024-02-23[Loads] Fix crash in isSafeToLoadUnconditionally with scalable accessed type ...Luke Lau
2024-02-23ReleaseNotes: mention -mtls-dialect=desc (#82731)Fangrui Song
2024-02-22Extend GCC workaround to GCC < 8.4 for llvm::iterator_range ctor (#82643)Thomas Preud'homme
2024-02-20Fix llvm-x86_64-debian-dylib buildbotupstream/llvmorg-18.1.0-rc3Tom Stellard
2024-02-20[cmake] Add minor version to library SONAME (#79376)Tom Stellard
2024-02-20[workflows] Fix permissions check for creating new releases (#81163)Tom Stellard
2024-02-20[Release] Don't build during test-release.sh Phase 3 install (#82001)Rainer Orth
2024-02-20[IndVarSimplify] Fix poison-safety when reusing instructions (#80458)Nikita Popov
2024-02-20[SCEV] Move canReuseInstruction() helper into SCEV (NFC)Nikita Popov
2024-02-20[SCEVExpander] Do not reuse disjoint or (#80281)Nikita Popov
2024-02-20[IndVars] Add tests for #79861 (NFC)Nikita Popov
2024-02-20[Serialization] Record whether the ODR is skipped (#82302)Chuanqi Xu
2024-02-20[llvm-objcopy] Add SystemZ support (#81841)Ulrich Weigand
2024-02-20[compiler-rt][profile] Fix InstrProfilingFile possible resource leak. (#81363)David CARLIER
2024-02-20[PowerPC] Mask constant operands in ValueBit tracking (#67653)Qiu Chaofan
2024-02-20[llvm-objdump] Add support for the PT_OPENBSD_SYSCALLS segment type. (#82121)Frederic Cambus
2024-02-20[llvm-readobj] Add support for the PT_OPENBSD_SYSCALLS segment type. (#82122)Frederic Cambus
2024-02-20[OpenMP][AIX]Add assembly file containing microtasking routines and unnamed c...Xing Xue
2024-02-20[InstCombine] Fold gep of exact unsigned division (#82334)Nikita Popov
2024-02-20[InstCombine] Add unsigned variants of gep exact div tests (NFC)Nikita Popov
2024-02-19[RISCV] Check type is legal before combining mgather to vlse intrinsic (#81107)Luke Lau
2024-02-19[ValueTracking] Fix computeKnownFPClass for fpext (#81972)Yingwei Zheng
2024-02-19[Support/ELF] Add OpenBSD PT_OPENBSD_SYSCALLS constant.Frederic Cambus
2024-02-19[OpenMP][AIX] Set worker stack size to 2 x KMP_DEFAULT_STKSIZE if system stac...Xing Xue
2024-02-18[AIX] Add a dummy variable in the __llvm_orderfile section (#81968)Wael Yehia
2024-02-17Use container on Linux to run llvm-project-tests workflow (#81349) (#81807)Tom Stellard
2024-02-17[AArch64][GlobalISel] Fail legalization for unknown libcalls. (#81873)David Green
2024-02-16[lld/ELF] Avoid unnecessary TPOFF relocations in GOT for -pie (#81739)Ulrich Weigand
2024-02-16[lld] Fix test failures when running as root user (#81339)Tom Stellard