aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2024-03-13SystemZ release notes for 18.x. (#84560)Jonas Paulsson1-0/+11
2024-03-13[X86][Inline] Skip inline asm in inlining target feature check (#83820)Nikita Popov2-11/+10
2024-03-13[Inline] Add test for #67054 (NFC)Nikita Popov1-0/+31
2024-03-13[ValueTracking] Treat phi as underlying obj when not decomposing further (#84...Florian Hahn2-1/+8
2024-03-13[LAA] Add test case for #82665.Florian Hahn1-0/+175
2024-03-13[Release] Install compiler-rt builtins during Phase 1 on AIX (#81485)azhan921-2/+2
2024-03-13[ArgPromotion] Remove incorrect TranspBlocks set for loads. (#84835)Florian Hahn2-12/+8
2024-03-13[ArgPromotion] Add test case for #84807.Florian Hahn1-0/+100
2024-03-12[X86] combineAndShuffleNot - ensure the type is legal before create X86ISD::A...Simon Pilgrim2-2/+28
2024-03-12[DSE] Remove malloc from EarliestEscapeInfo before removing. (#84157)Florian Hahn2-2/+304
2024-03-12[InstCombine] Fix miscompilation in PR83947 (#83993)Yingwei Zheng5-6/+110
2024-03-12[LoongArch] Make sure that the LoongArchISD::BSTRINS node uses the correct `M...wanglei2-1/+16
2024-03-12[InstCombine] Handle scalable splat in `getFlippedStrictnessPredicateAndConst...Yingwei Zheng4-2/+24
2024-03-12[RISCV] Fix crash when unrolling loop containing vector instructions (#83384)Shih-Po Hung2-0/+56
2024-03-11[AArch64] Skip over shadow space for ARM64EC entry thunk variadic calls (#80994)Billy Laws3-10/+30
2024-03-11[AArch64] Fix generated types for ARM64EC variadic entry thunk targets (#80595)Billy Laws2-23/+29
2024-03-11[AArch64] Fix variadic tail-calls on ARM64EC (#79774)Billy Laws3-1/+54
2024-03-11[LoongArch] Override LoongArchTargetLowering::getExtendForAtomicCmpSwapArg (#...Lu Weining5-153/+159
2024-03-11[TableGen] Fix wrong codegen of BothFusionPredicateWithMCInstPredicate (#83990)Wang Pengcheng3-8/+31
2024-03-11ReleaseNotes for LLVM binary utilities (#83751)Fangrui Song1-13/+18
2024-03-11[InstCombine] Fix infinite loop in select equivalence fold (#84036)Nikita Popov2-3/+44
2024-03-11 [InstCombine] Fix shift calculation in InstCombineCasts (#84027)Quentin Dian2-2/+17
2024-03-11[DSE] Delay deleting non-memory-defs until end of DSE. (#83411)Florian Hahn2-5/+215
2024-03-11Allow .alt_entry symbols to pass the .cfi nesting check (#82268)Jon Roelofs2-2/+8
2024-03-11MIPS: fix emitDirectiveCpsetup on N32 (#80534)YunQiang Su2-15/+44
2024-03-11Bump version to 18.1.2 (#84655)Tom Stellard1-1/+1
2024-03-07Bump version to 18.1.1llvmorg-18.1.1Tom Stellard1-1/+1
2024-03-07Remove RC suffixTobias Hieta1-1/+1
2024-02-27MIPS: Fix asm constraints "f" and "r" for softfloat (#79116)llvmorg-18.1.0-rc4llvmorg-18.1.0YunQiang Su2-3/+55
2024-02-27[Mips] Fix unable to handle inline assembly ends with compat-branch o… (#77...yingopq6-27/+192
2024-02-26[NFC][AArch64] fix whitespace in AArch64SchedNeoverseV1 (#81744)Philipp Tomsich1-1/+1
2024-02-26[AArch64] Initial Ampere1B scheduling model (#81341)Philipp Tomsich24-19/+8587
2024-02-26[AArch64] Add the Ampere1B core (#81297)Philipp Tomsich12-1/+58
2024-02-26[AArch64] Make +pauth enabled in Armv8.3-a by default (#78027)Anatoly Trosinenko2-22/+34
2024-02-26[llvm-shlib] Change libLLVM-$MAJOR.so symlink to point to versioned SO (#82660)Tom Stellard2-4/+8
2024-02-26[llvm][AArch64] Do not inline a function with different signing scheme. (#806...Dani4-8/+135
2024-02-26[FlattenCFG] Fix the miscompilation where phi nodes exist in the merge point ...Yingwei Zheng2-16/+13
2024-02-26[GVN] Drop nsw/nuw flags when replacing the result of a with.overflow intrins...Yingwei Zheng2-1/+28
2024-02-26[SystemZ] Use VT (not ArgVT) for SlotVT in LowerCall(). (#82475)Jonas Paulsson2-1/+19
2024-02-26[SystemZ] Require D12 for i128 accesses in isLegalAddressingMode() (#79221)Jonas Paulsson2-1/+25
2024-02-23Backport 0bf4f82 to release/18.x (#82571)Wentao Zhang5-8/+10
2024-02-23[llvm-readobj,ELF] Support --decompress/-z (#82594)Fangrui Song10-6/+209
2024-02-23[docs][llvm-objcopy] Add missing formats (#81981)Ulrich Weigand1-0/+4
2024-02-23[Loads] Fix crash in isSafeToLoadUnconditionally with scalable accessed type ...Luke Lau2-3/+22
2024-02-22Extend GCC workaround to GCC < 8.4 for llvm::iterator_range ctor (#82643)Thomas Preud'homme1-2/+2
2024-02-20Fix llvm-x86_64-debian-dylib buildbotllvmorg-18.1.0-rc3Tom Stellard2-4/+5
2024-02-20[cmake] Add minor version to library SONAME (#79376)Tom Stellard3-6/+9
2024-02-20[workflows] Fix permissions check for creating new releases (#81163)Tom Stellard1-4/+12
2024-02-20[Release] Don't build during test-release.sh Phase 3 install (#82001)Rainer Orth1-0/+5
2024-02-20[IndVarSimplify] Fix poison-safety when reusing instructions (#80458)Nikita Popov3-6/+22