summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [libcxx][libcxxabi] Fix build for OpenBSD (#92186)llvmorg-18.1.6upstream/release/18.xJohn Ericson11 days3-4/+32
* [clang] Don't assume location of compiler-rt for OpenBSD (#92183)John Ericson12 days1-1/+2
* [GlobalOpt] Don't replace aliasee with alias that has weak linkage (#91483)DianQK12 days2-0/+60
* [Arm64EC] Correctly handle sret in entry thunks. (#92326)Eli Friedman12 days2-15/+30
* [Arm64EC] Improve alignment mangling in arm64ec thunks. (#90115)Eli Friedman12 days3-11/+12
* [workflows] Fix libclang-abi-tests to work with new version scheme (#91865)Tom Stellard12 days1-4/+3
* [RISCV] Add a unaligned-scalar-mem feature like we had in clang 17.Craig Topper12 days8-5/+31
* Update llvm/test/Transforms/InstCombine/bit_ceil.llTom Stellard13 days1-2/+2
* [InstCombine] Drop nuw flag when CtlzOp is a sub nuw (#91776)Yingwei Zheng13 days2-2/+48
* Revert "[SLP]Fix a crash if the argument of call was affected by minbitwidth ...Rose14 days1-20/+1
* [GlobalIsel][AArch64] fix out of range access in regbankselect (#92072)Thorsten Schütt14 days2-1/+25
* [SystemZ] Handle address clobbering in splitMove(). (#92105)Jonas Paulsson14 days2-26/+65
* release/18.x: [libclc] Fix linking against libIRReaderThomas Debesse2024-05-151-0/+1
* [InstSimplify] Do not simplify freeze in `simplifyWithOpReplaced` (#91215)Yingwei Zheng2024-05-144-3/+55
* [X86][Driver] Do not add `-evex512` for `-march=native` when the target doesn...Phoebe Wang2024-05-141-1/+2
* [AArch64][SelectionDAG] Mask for SUBS with multiple users cannot be elided (#...Weihang Fan2024-05-142-1/+24
* [RISCV] Use 'riscv-isa' module flag to set ELF flags and attributes. (#85155)Craig Topper2024-05-143-4/+58
* [RISCV] Store RVC and TSO ELF flags explicitly in RISCVTargetStreamer. NFCI (...Craig Topper2024-05-144-5/+14
* [RISCV] Add canonical ISA string as Module metadata in IR. (#80760)Craig Topper2024-05-143-175/+209
* [RISCV][lld] Set the type of TLSDESC relocation's referenced local symbol to ...Paul Kirth2024-05-134-14/+28
* [PPCMergeStringPool] Avoid replacing constant with instruction (#88846)Nikita Popov2024-05-135-63/+87
* [clang-format] Fix a crash with AlignArrayOfStructures option (#86420)Owen Pan2024-05-132-3/+17
* [Clang][Sema] Revise the transformation of CTAD parameters of nested class te...Younan Zhang2024-05-132-6/+33
* [lld][WebAssembly] Fix test on Windows, use llvm-ar instead of arReid Kleckner2024-05-131-1/+1
* Reland "[clang-repl] Keep the first llvm::Module empty to avoid invalid memor...Vassil Vassilev2024-05-132-5/+24
* [workflows] Add a job for requesting a release note on release branch PRs (#9...Tom Stellard2024-05-132-0/+76
* [OpenMP] Fix child processes to use affinity_none (#91391)Jonathan Peyton2024-05-102-0/+3
* [llvm][lld] Pre-commit tests for RISCV TLSDESC symbolsPaul Kirth2024-05-102-0/+49
* [AArc64][GlobalISel] Fix legalizer assert for G_INSERT_VECTOR_ELTAmara Emerson2024-05-102-1/+69
* [InterleavedLoadCombine] Bail out on non-byte-sized vector element type (#90705)Nikita Popov2024-05-092-0/+22
* [AArch64][GISEL] Consider fcmp true and fcmp false in cond code selection (#8...Marc Auberer2024-05-093-0/+115
* [FunctionAttrs] Fix incorrect nonnull inference for non-inbounds GEP (#91180)Nikita Popov2024-05-093-6/+26
* [clang-format] Don't remove parentheses of fold expressions (#91045)Owen Pan2024-05-092-1/+15
* [AMDGPU] Fix GFX12 encoding of s_wait_event export_ready (#89622)Jay Foad2024-05-082-8/+4
* [SelectionDAG] Mark frame index as "aliased" at argument copy elison (#89712)Björn Pettersson2024-05-083-1/+48
* [X86][FP16] Do not create VBROADCAST_LOAD for f16 without AVX2 (#91125)Phoebe Wang2024-05-082-1/+41
* [X86][EVEX512] Add `HasEVEX512` when `NoVLX` used for 512-bit patterns (#91106)Phoebe Wang2024-05-083-22/+43
* [AMDGPU] Enhance s_waitcnt insertion before barrier for gfx12 (#90595)David Stuttard2024-05-084-1/+36
* [Workflows] Re-write release-binaries workflow (#89521)Tom Stellard2024-05-082-73/+183
* workflows: Fix incorrect input name in release-binaries.yml (#84604)Tom Stellard2024-05-081-2/+2
* workflows: Fixes for building the release binaries (#83694)Tom Stellard2024-05-081-1/+6
* [Github] Add repository checks to release-binaries workflow (#84437)Aiden Grossman2024-05-081-0/+3
* [CMake][Release] Enable CMAKE_POSITION_INDEPENDENT_CODE (#90139)Tom Stellard2024-05-082-2/+2
* [CMake][Release] Refactor cache file and use two stages for non-PGO builds (#...Tom Stellard2024-05-081-68/+66
* [CMake][Release] Add stage2-package target (#89517)Tom Stellard2024-05-081-0/+2
* Bump version to 18.1.6 (#91094)Tom Stellard2024-05-082-2/+2
* [clang codegen] Fix MS ABI detection of user-provided constructors. (#90151)llvmorg-18.1.5Eli Friedman2024-05-013-3/+30
* [RISCV][ISel] Fix types in `tryFoldSelectIntoOp` (#90659)Yingwei Zheng2024-05-012-1/+20
* [GlobalISel] Fix store merging incorrectly classifying an unknown index expr ...Amara Emerson2024-05-014-34/+115
* [X86] Enable EVEX512 when host CPU has AVX512 (#90479)Phoebe Wang2024-05-011-1/+4