summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-15[libcxx] Align `__recommend() + 1` by __endian_factor (#90292)llvmorg-18.1.8release/18.xVitaly Buka
2024-06-15[libc++][NFC] Rewrite function call on two lines for clarity (#79141)Louis Dionne
2024-06-14Bump version to 18.1.8 (#95458)Tom Stellard
2024-06-05[clang-format] Fix a bug in formatting goto labels in macros (#92494)llvmorg-18.1.7Owen Pan
2024-06-05release/18.x: [clang-format] Don't always break before << between str… (#94...Owen Pan
2024-06-04[PPCMergeStringPool] Only replace constant once (#92996)Nikita Popov
2024-06-03Bump version to 18.1.7 (#93723)Tom Stellard
2024-05-18[libcxx][libcxxabi] Fix build for OpenBSD (#92186)llvmorg-18.1.6John Ericson
2024-05-17[clang] Don't assume location of compiler-rt for OpenBSD (#92183)John Ericson
2024-05-17[GlobalOpt] Don't replace aliasee with alias that has weak linkage (#91483)DianQK
2024-05-17[Arm64EC] Correctly handle sret in entry thunks. (#92326)Eli Friedman
2024-05-17[Arm64EC] Improve alignment mangling in arm64ec thunks. (#90115)Eli Friedman
2024-05-17[workflows] Fix libclang-abi-tests to work with new version scheme (#91865)Tom Stellard
2024-05-17[RISCV] Add a unaligned-scalar-mem feature like we had in clang 17.Craig Topper
2024-05-16Update llvm/test/Transforms/InstCombine/bit_ceil.llTom Stellard
2024-05-16[InstCombine] Drop nuw flag when CtlzOp is a sub nuw (#91776)Yingwei Zheng
2024-05-15Revert "[SLP]Fix a crash if the argument of call was affected by minbitwidth ...Rose
2024-05-15[GlobalIsel][AArch64] fix out of range access in regbankselect (#92072)Thorsten Schütt
2024-05-15[SystemZ] Handle address clobbering in splitMove(). (#92105)Jonas Paulsson
2024-05-15release/18.x: [libclc] Fix linking against libIRReaderThomas Debesse
2024-05-14[InstSimplify] Do not simplify freeze in `simplifyWithOpReplaced` (#91215)Yingwei Zheng
2024-05-14[X86][Driver] Do not add `-evex512` for `-march=native` when the target doesn...Phoebe Wang
2024-05-14[AArch64][SelectionDAG] Mask for SUBS with multiple users cannot be elided (#...Weihang Fan
2024-05-14[RISCV] Use 'riscv-isa' module flag to set ELF flags and attributes. (#85155)Craig Topper
2024-05-14[RISCV] Store RVC and TSO ELF flags explicitly in RISCVTargetStreamer. NFCI (...Craig Topper
2024-05-14[RISCV] Add canonical ISA string as Module metadata in IR. (#80760)Craig Topper
2024-05-13[RISCV][lld] Set the type of TLSDESC relocation's referenced local symbol to ...Paul Kirth
2024-05-13[PPCMergeStringPool] Avoid replacing constant with instruction (#88846)Nikita Popov
2024-05-13[clang-format] Fix a crash with AlignArrayOfStructures option (#86420)Owen Pan
2024-05-13[Clang][Sema] Revise the transformation of CTAD parameters of nested class te...Younan Zhang
2024-05-13[lld][WebAssembly] Fix test on Windows, use llvm-ar instead of arReid Kleckner
2024-05-13Reland "[clang-repl] Keep the first llvm::Module empty to avoid invalid memor...Vassil Vassilev
2024-05-13[workflows] Add a job for requesting a release note on release branch PRs (#9...Tom Stellard
2024-05-10[OpenMP] Fix child processes to use affinity_none (#91391)Jonathan Peyton
2024-05-10[llvm][lld] Pre-commit tests for RISCV TLSDESC symbolsPaul Kirth
2024-05-10[AArc64][GlobalISel] Fix legalizer assert for G_INSERT_VECTOR_ELTAmara Emerson
2024-05-09[InterleavedLoadCombine] Bail out on non-byte-sized vector element type (#90705)Nikita Popov
2024-05-09[AArch64][GISEL] Consider fcmp true and fcmp false in cond code selection (#8...Marc Auberer
2024-05-09[FunctionAttrs] Fix incorrect nonnull inference for non-inbounds GEP (#91180)Nikita Popov
2024-05-09[clang-format] Don't remove parentheses of fold expressions (#91045)Owen Pan
2024-05-08[AMDGPU] Fix GFX12 encoding of s_wait_event export_ready (#89622)Jay Foad
2024-05-08[SelectionDAG] Mark frame index as "aliased" at argument copy elison (#89712)Björn Pettersson
2024-05-08[X86][FP16] Do not create VBROADCAST_LOAD for f16 without AVX2 (#91125)Phoebe Wang
2024-05-08[X86][EVEX512] Add `HasEVEX512` when `NoVLX` used for 512-bit patterns (#91106)Phoebe Wang
2024-05-08[AMDGPU] Enhance s_waitcnt insertion before barrier for gfx12 (#90595)David Stuttard
2024-05-08[Workflows] Re-write release-binaries workflow (#89521)Tom Stellard
2024-05-08workflows: Fix incorrect input name in release-binaries.yml (#84604)Tom Stellard
2024-05-08workflows: Fixes for building the release binaries (#83694)Tom Stellard
2024-05-08[Github] Add repository checks to release-binaries workflow (#84437)Aiden Grossman
2024-05-08[CMake][Release] Enable CMAKE_POSITION_INDEPENDENT_CODE (#90139)Tom Stellard