Roll llvm-project from b187ecb6ab05 to 9b6504e98359 (36 revisions)

https://chromium.googlesource.com/external/github.com/llvm/llvm-project.git/+log/b187ecb6ab05..9b6504e98359

2024-07-12 バレンタイン クレメン [flang][cuda] Make sure to issue freemem for the allocated temp (#98078)
2024-07-11 jmolenda@apple.com [lldb] [NFC] Update TestEarlyProcessLaunch to work on macOS 15
2024-07-11 kazu@google.com [ProfileData] Take ArrayRef<InstrProfValueData> in addValueData (NFC) (#97363)
2024-07-11 aeubanks@google.com [gn build] Manually port 90ccf21
2024-07-11 tejohnson@google.com [MemProf] Track and report profiled sizes through cloning (#98382)
2024-07-11 aidengrossman@google.com [clang][X86] Add __cpuidex function to cpuid.h (#97785)
2024-07-11 sdkrystian@gmail.com Reapply "[Clang] Implement resolution for CWG1835 (#92957)" (#98547)
2024-07-11 53713108+aaryanshukla@users.noreply.github.com [libc] newheadergen: quick fixes to tests (#98561)
2024-07-11 flo@fhahn.com [Darwin] Fix availability of exp10 for watchOS, tvOS, xROS. (#98542)
2024-07-11 prka@google.com [mlir][NFC] Remove unused includes (#98557)
2024-07-11 John.Ericson@Obsidian.Systems Small fix of `lld/test/ELF/basic-sparcv9.s` (#98555)
2024-07-11 John.Ericson@Obsidian.Systems [MC] set OpenBSD's ELFOSABI by default (#98158) (#98553)
2024-07-11 phosek@google.com [libc] Add missing dependency on `src.__support.macros.config` (#98552)
2024-07-11 phosek@google.com [libc] Disable hidden visibility for LIBC_NAMESPACE with GCC (#98549)
2024-07-11 phosek@google.com [libc] Define `HUGE_VALF` in math.h (#98522)
2024-07-11 tarun@lanl.gov [flang] Fix broken atan_real16 test (#98499)
2024-07-11 1802579+farzonl@users.noreply.github.com [HLSL] add loop unroll (#93879)
2024-07-11 michaelrj@google.com [libc] Fix atexit not getting linked on linux (#98537)
2024-07-11 flo@fhahn.com [VPlan] Skip users outside loop in check for exit pre-compute candidates
2024-07-11 35819229+klausler@users.noreply.github.com [flang] Add -fhermetic-module-files (#98083)
2024-07-11 vitalybuka@google.com Revert "[safestack] Various Solaris fixes" (#98541)
2024-07-11 preames@rivosinc.com [RISCV] Reorder shuffle operands if one side is an identity (#98534)
2024-07-11 martin@martin.st [clang] [Headers] Don't use unreserved names in avx512fp16intrin.h (#98478)
2024-07-11 35819229+klausler@users.noreply.github.com [flang] Fix bad parse tree rewrite into a substring (#98407)
2024-07-11 paulkirth@google.com [libc] Update libc namespace clang-tidy checks (#98424)
2024-07-11 35819229+klausler@users.noreply.github.com [flang] Accept IGNORE_TKR in separate module procedure interface (#98374)
2024-07-11 35819229+klausler@users.noreply.github.com [flang] Downgrade error message to a portability warning (#98368)
2024-07-11 1802579+farzonl@users.noreply.github.com [X86][CodeGen] Add base trig intrinsic lowerings (#96222)
2024-07-11 gclayton@fb.com [lldb] Fix section printing to always align. (#98521)
2024-07-11 ayzhao@google.com [lldb][man][nfc] Don't register a markdown parser when building man packages (#98420)
2024-07-11 35819229+klausler@users.noreply.github.com [flang][preprocessor] Support __TIMESTAMP__ (#98057)
2024-07-11 35819229+klausler@users.noreply.github.com [flang] Silence over-eager warning about interoperable character length (#97353)
2024-07-11 phosek@google.com [libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)
2024-07-11 35819229+klausler@users.noreply.github.com [flang] Adjust semantics of the char length of an array constructor (#97337)
2024-07-11 david.green@arm.com [AArch64] Remove superfluous sxtw in peephole opt (#96293)
2024-07-11 a.bataev@outlook.com [SLP][NFC]Add isGather() function and use it instead direct comparison, NFC.

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: Ia37aef4de456d7681e81854363c95c8a88877d56
Reviewed-on: https://chromium-review.googlesource.com/c/emscripten-releases/+/5699388
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
1 file changed
tree: 65c42e372432d74ce8886606295304bda1d5f0d4
  1. src/
  2. third_party/
  3. tools/
  4. .gitignore
  5. bots.json
  6. codereview.settings
  7. DEPS
  8. DEPS.tagged-release
  9. PRESUBMIT.py
  10. 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.