Roll llvm-project from 60a18d611907 to 2c90c0b90cbd (35 revisions)

https://chromium.googlesource.com/external/github.com/llvm/llvm-project.git/+log/60a18d611907..2c90c0b90cbd

2025-06-27 pavel@labath.sk [lldb] Extract debug server location code (#145706)
2025-06-27 Matthew.Arsenault@amd.com DAG: Check libcall function is supported before emission (#144314)
2025-06-27 david.sherwood@arm.com [LV] Fix test issue caused by #145877 (#146041)
2025-06-27 Matthew.Arsenault@amd.com AArch64: Add libcall impl declarations for __arm_sc* memory functions (#144977)
2025-06-27 Matthew.Arsenault@amd.com XCore: Declare libcalls used for align 4 memcpy (#144976)
2025-06-27 Matthew.Arsenault@amd.com Hexagon: Add libcall declarations for special memcpy (#144975)
2025-06-27 Matthew.Arsenault@amd.com ARM: Add runtime libcall definitions for aebi memory functions (#144974)
2025-06-27 Matthew.Arsenault@amd.com TableGen: Generate enum for runtime libcall implementations (#144973)
2025-06-27 Matthew.Arsenault@amd.com TableGen: Add runtime libcall backend (#144972)
2025-06-27 nikolasklauser@berlin.de [libc++] Remove a bunch of unnecessary type indirections from __tree (#145295)
2025-06-27 jim@andestech.com [RISCV] Remove required features zvfhmin/zvfbfmin from plain f16/bf16 intrinsics (#145891)
2025-06-27 david.sherwood@arm.com [LV] Disable interleaving via hints for uncountable early exit loops (#145877)
2025-06-27 kazu@google.com [ADT] Deprecate ArrayRef(std::nullopt) (#146011)
2025-06-27 llvm-dev@redking.me.uk [MC] MCSectionGOFF.h - fix GCC Wparentheses operator precedence warning around assert message. NFC.
2025-06-27 flo@fhahn.com [VPlan] Handle FirstActiveLane when unrolling. (#145394)
2025-06-27 man.daniel.dev@gmail.com [GlobalISel] Use-Vector-Truncate Opt Needs Elt Type Check (#146003)
2025-06-27 bar.victor.2002@gmail.com [analyzer][NFC] Fix clang-tidy warning in Malloc and UnixApi checkers (#145719)
2025-06-27 i@maskray.me PowerPC: Remove redundant MCSymbolRefExpr::VariantKind casts
2025-06-27 7071833+chrsmcgrr@users.noreply.github.com [mlir][linalg] fix OuterUnitDims linalg.pack decomposition pattern (#141613)
2025-06-27 jenke@itc.rwth-aachen.de [OpenMP][test][NFC] Temporarily disabling failing test
2025-06-27 quic_hchandel@quicinc.com [RISCV] Add ISel patterns for Qualcomm uC Xqcicm extension (#145643)
2025-06-27 camsyn@foxmail.com [TSan] Clarify and enforce shadow end alignment (#144648)
2025-06-27 i@maskray.me WebAssembly: Merge MCExpr into MCAsmInfo
2025-06-27 kazu@google.com [ProfileData] Use llvm::count (NFC) (#146013)
2025-06-27 kazu@google.com [mlir] Use a new constructor of ArrayRef (NFC) (#146009)
2025-06-27 kazu@google.com [llvm] Use a new constructor of ArrayRef (NFC) (#146008)
2025-06-27 kazu@google.com [clang] Use a new constructor of ArrayRef (NFC) (#146007)
2025-06-27 flo@fhahn.com [LV] Directly check if memory or SCEV check blocks are used (NFCI).
2025-06-27 i@maskray.me VE: Merge MCExpr into MCAsmInfo
2025-06-27 thurston@google.com [msan] Add optional flag to improve instrumentation of disjoint OR (#145990)
2025-06-27 i@maskray.me MC: Rename initializeVariantKinds to initializeAtSpecifiers
2025-06-27 paulkirth@google.com Revert "[llvm][EmbedBitcodePass] Prevent modifying the module with ThinLTO" (#145987)
2025-06-27 yedeng.yd@linux.alibaba.com [C++20] [Modules] Don't mark namespace decl as module local declaration
2025-06-27 changpeng.fang@amd.com AMDGPU: Add MC layer support for load transpose instructions for gfx1250 (#146024)
2025-06-27 i@maskray.me PowerPC: Separate ELF and XCOFF @ specifiers

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/llvm-project-emscripten-releases
Please CC dschuff@google.com,wasm-waterfall@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Tbr: wasm-waterfall@grotations.appspotmail.com
Change-Id: I0449ce3eb86c69c5f55e052531ed0f278a707a24
Reviewed-on: https://chromium-review.googlesource.com/c/emscripten-releases/+/6682810
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
1 file changed
tree: 1cd8867b1b6f34c6c2357554639b56bc53d54963
  1. src/
  2. third_party/
  3. .gitignore
  4. bots.json
  5. codereview.settings
  6. DEPS
  7. DEPS.tagged-release
  8. PRESUBMIT.py
  9. README.md
README.md

Emscripten Releases

This is meta-repository which brings together all the repositories needed to produce an emscripten release. The revisions used in each release are tracked in a DEPS file (See depot_tools for more information). This file contains a history of revisions that have been built and tested together and represent a known good state.

Each release is automatically built and uploaded to to Google Cloud Storage and can be used standalone or with emsdk.

The build status for the automated builds can be seen here

Updating DEPS entries

Install depot_tools and then check out: gclient config https://chromium.googlesource.com/emscripten-releases (Do this only once)

Update working trees:

  • git pull
  • gclient sync

Update a DEPS entry:

  • cd emscripten-releases
  • git checkout -b <branch>
  • roll-dep emscripten-releases/llvm-project
  • git cl upload

The argument to roll-dep must match one of the keys in the ‘deps’ dictionary in the DEPS file. See roll-dep -h for more options.

༼ ༎ຶ ෴ ༎ຶ༽ Build and test scripts in src/

This directory was forked from the WebAssembly waterfall repo That repo was retired because it was only used by emscripten-releases.

How do I run it?

  1. Get the sources
  2. Install depot_tools. Follow the instructions
  3. Install pkg-config if you don't have it installed already, e.g. # apt install pkg-config
  4. Run build.py python src/build.py

Build.py has 3 types of actions:

  • downloading/updating sources for tools and engines (sync)
  • building those sources (build)
  • running tests against them (test).

Each of these types has multiple steps (e.g. a build step for each component). If you run build.py with no arguments, it will run all the sync, build, and test steps. If you make a change and only want to run a subset of steps, you can apply filters from the command line, via exclusions (to prevent specified steps from running) or inclusions (to run only the specified steps). Sync, build, and test exclusions are specified separately. For example:

  1. Do not sync any sources, build everything except LLVM, and run all tests: $ src/build.py --no-sync --build-exclude=llvm
  2. Sync only binaryen, build LLVM and Binaryen, run everything other than the emscripten testsuites: $ src/build.py --sync-include=binaryen --build-include=llvm,binaryen --test-exclude=emtest,emtest-asm

The script should throw an error if you specify nonexistent steps or if you specify both includes and excludes for the same type of action.

When run, the script creates a directory src/work inside the waterfall‘s git checkout. All modifications are made inside this directory (checking and out and building the sources, as well as the test builds and execution results). You can also use the git checkouts (e.g. src/work/llvm) with your own branches; the sync steps will check out the latest revision from the script’s remote repositories but will not overwrite or destroy any local work.