aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-15[libcxx] Align `__recommend() + 1` by __endian_factor (#90292)llvmorg-18.1.8release/18.xVitaly Buka1-2/+2
2024-06-15[libc++][NFC] Rewrite function call on two lines for clarity (#79141)Louis Dionne1-2/+2
2024-06-14Bump version to 18.1.8 (#95458)Tom Stellard2-2/+2
2024-06-05[clang-format] Fix a bug in formatting goto labels in macros (#92494)llvmorg-18.1.7Owen Pan3-7/+23
2024-06-05release/18.x: [clang-format] Don't always break before << between str… (#94...Owen Pan2-3/+16
2024-06-04[PPCMergeStringPool] Only replace constant once (#92996)Nikita Popov2-30/+27
2024-06-03Bump version to 18.1.7 (#93723)Tom Stellard2-2/+2
2024-05-18[libcxx][libcxxabi] Fix build for OpenBSD (#92186)llvmorg-18.1.6John Ericson3-4/+32
2024-05-17[clang] Don't assume location of compiler-rt for OpenBSD (#92183)John Ericson1-1/+2
2024-05-17[GlobalOpt] Don't replace aliasee with alias that has weak linkage (#91483)DianQK2-0/+60
2024-05-17[Arm64EC] Correctly handle sret in entry thunks. (#92326)Eli Friedman2-15/+30
2024-05-17[Arm64EC] Improve alignment mangling in arm64ec thunks. (#90115)Eli Friedman3-11/+12
2024-05-17[workflows] Fix libclang-abi-tests to work with new version scheme (#91865)Tom Stellard1-4/+3
2024-05-17[RISCV] Add a unaligned-scalar-mem feature like we had in clang 17.Craig Topper8-5/+31
2024-05-16Update llvm/test/Transforms/InstCombine/bit_ceil.llTom Stellard1-2/+2
2024-05-16[InstCombine] Drop nuw flag when CtlzOp is a sub nuw (#91776)Yingwei Zheng2-2/+48
2024-05-15Revert "[SLP]Fix a crash if the argument of call was affected by minbitwidth ...Rose1-20/+1
2024-05-15[GlobalIsel][AArch64] fix out of range access in regbankselect (#92072)Thorsten Schütt2-1/+25
2024-05-15[SystemZ] Handle address clobbering in splitMove(). (#92105)Jonas Paulsson2-26/+65
2024-05-15release/18.x: [libclc] Fix linking against libIRReaderThomas Debesse1-0/+1
2024-05-14[InstSimplify] Do not simplify freeze in `simplifyWithOpReplaced` (#91215)Yingwei Zheng4-3/+55
2024-05-14[X86][Driver] Do not add `-evex512` for `-march=native` when the target doesn...Phoebe Wang1-1/+2
2024-05-14[AArch64][SelectionDAG] Mask for SUBS with multiple users cannot be elided (#...Weihang Fan2-1/+24
2024-05-14[RISCV] Use 'riscv-isa' module flag to set ELF flags and attributes. (#85155)Craig Topper3-4/+58
2024-05-14[RISCV] Store RVC and TSO ELF flags explicitly in RISCVTargetStreamer. NFCI (...Craig Topper4-5/+14
2024-05-14[RISCV] Add canonical ISA string as Module metadata in IR. (#80760)Craig Topper3-175/+209
2024-05-13[RISCV][lld] Set the type of TLSDESC relocation's referenced local symbol to ...Paul Kirth4-14/+28
2024-05-13[PPCMergeStringPool] Avoid replacing constant with instruction (#88846)Nikita Popov5-63/+87
2024-05-13[clang-format] Fix a crash with AlignArrayOfStructures option (#86420)Owen Pan2-3/+17
2024-05-13[Clang][Sema] Revise the transformation of CTAD parameters of nested class te...Younan Zhang2-6/+33
2024-05-13[lld][WebAssembly] Fix test on Windows, use llvm-ar instead of arReid Kleckner1-1/+1
2024-05-13Reland "[clang-repl] Keep the first llvm::Module empty to avoid invalid memor...Vassil Vassilev2-5/+24
2024-05-13[workflows] Add a job for requesting a release note on release branch PRs (#9...Tom Stellard2-0/+76
2024-05-10[OpenMP] Fix child processes to use affinity_none (#91391)Jonathan Peyton2-0/+3
2024-05-10[llvm][lld] Pre-commit tests for RISCV TLSDESC symbolsPaul Kirth2-0/+49
2024-05-10[AArc64][GlobalISel] Fix legalizer assert for G_INSERT_VECTOR_ELTAmara Emerson2-1/+69
2024-05-09[InterleavedLoadCombine] Bail out on non-byte-sized vector element type (#90705)Nikita Popov2-0/+22
2024-05-09[AArch64][GISEL] Consider fcmp true and fcmp false in cond code selection (#8...Marc Auberer3-0/+115
2024-05-09[FunctionAttrs] Fix incorrect nonnull inference for non-inbounds GEP (#91180)Nikita Popov3-6/+26
2024-05-09[clang-format] Don't remove parentheses of fold expressions (#91045)Owen Pan2-1/+15
2024-05-08[AMDGPU] Fix GFX12 encoding of s_wait_event export_ready (#89622)Jay Foad2-8/+4
2024-05-08[SelectionDAG] Mark frame index as "aliased" at argument copy elison (#89712)Björn Pettersson3-1/+48
2024-05-08[X86][FP16] Do not create VBROADCAST_LOAD for f16 without AVX2 (#91125)Phoebe Wang2-1/+41
2024-05-08[X86][EVEX512] Add `HasEVEX512` when `NoVLX` used for 512-bit patterns (#91106)Phoebe Wang3-22/+43
2024-05-08[AMDGPU] Enhance s_waitcnt insertion before barrier for gfx12 (#90595)David Stuttard4-1/+36
2024-05-08[Workflows] Re-write release-binaries workflow (#89521)Tom Stellard2-73/+183
2024-05-08workflows: Fix incorrect input name in release-binaries.yml (#84604)Tom Stellard1-2/+2
2024-05-08workflows: Fixes for building the release binaries (#83694)Tom Stellard1-1/+6
2024-05-08[Github] Add repository checks to release-binaries workflow (#84437)Aiden Grossman1-0/+3
2024-05-08[CMake][Release] Enable CMAKE_POSITION_INDEPENDENT_CODE (#90139)Tom Stellard2-2/+2