Roll llvm-project from 9e02e8f1a766 to 8b3897081108 (53 revisions)

https://chromium.googlesource.com/external/github.com/llvm/llvm-project.git/+log/9e02e8f1a766..8b3897081108

2024-01-31 krasmussen@lbl.gov [flang] Add image_index to list of intrinsics and add tests (#79519)
2024-01-30 jacek@codeweavers.com [LLD][COFF] Align import directory chunk. (#80014)
2024-01-30 32549412+jkorous-apple@users.noreply.github.com [-Wunsafe-buffer-usage][NFC] Add testcase for non-unsafe pointer (#80076)
2024-01-30 bigcheesegs@gmail.com [clang][DependencyScanner] Remove unused -ivfsoverlay files (#73734)
2024-01-30 nickdesaulniers@users.noreply.github.com [libc] disable mlockall w/ MCL_ONFAULT (#80075)
2024-01-30 clementval@gmail.com [flang][openacc] Check trip count invariance with other IVs (#79906)
2024-01-30 yronglin777@gmail.com [Clang] Dump the rewritten sub-expressions in CXXDefaultArgExpr/CXXDefaultInitExpr (#80001)
2024-01-30 32549412+jkorous-apple@users.noreply.github.com [-Wunsafe-buffer-usage] Fix AST matcher of UUCAddAssignGadget (#79392)
2024-01-30 fpiovezan@apple.com [DebugNames] Compare TableEntry names more efficiently (#79759)
2024-01-30 yifanzhu@rochester.edu [libc] implement mlock/mlock2/munlock/mlockall/munlockall (#79645)
2024-01-30 maksim.levental@gmail.com [mlir][python] enable memref.subview (#79393)
2024-01-30 6019989+PiJoules@users.noreply.github.com [SelectionDAG] Expand fixed point multiplication into libcall (#79352)
2024-01-30 i@maskray.me [dfsan] Wrap glibc 2.38 __isoc23_* functions (#79958)
2024-01-30 i@maskray.me [msan] Unpoison indirect outputs for userspace using memset for large operands (#79924)
2024-01-30 clementval@gmail.com Revert "[flang][openacc] Check trip count invariance with other IVs (#79906)"
2024-01-30 バレンタイン クレメン [flang][openacc] Check trip count invariance with other IVs (#79906)
2024-01-30 ymand@users.noreply.github.com [clang][CFG] Change child order in Reverse Post Order (RPO) iteration. (#80030)
2024-01-30 71531609+michaelrj-google@users.noreply.github.com [libc] disable epoll_pwait2 due to breakage (#80051)
2024-01-30 ymand@users.noreply.github.com [clang][dataflow] Drop block-relative cap on worklist iterations. (#80033)
2024-01-30 llvmgnsyncbot@gmail.com [gn build] Port d8b61d716899
2024-01-30 ekeane@nvidia.com [OpenACC] Better recover during clause parsing
2024-01-30 ekeane@nvidia.com [OpenACC] Implement 'wait' clause parsing.
2024-01-30 i@tianshilei.me [FIX] Require AMDGPU target in test case `llvm/test/MachineVerifier/writelane_m0.mir`
2024-01-30 agrossman154@yahoo.com [llvm-exegesis] Add middle half repetition mode (#77020)
2024-01-30 i@tianshilei.me [AMDGPU][AsmParser] Allow `v_writelane_b32` to use SGPR and M0 as source operands at the same time (#78827)
2024-01-30 craig.topper@sifive.com [RISCV] Minor cleanup to rori MC layer testing. NFC
2024-01-30 jinsong.ji@intel.com [Clang] Fix typo in __fprintf_chk Prototype (#80012)
2024-01-30 36770114+PeimingLiu@users.noreply.github.com [mlir][sparse] use shared value storage between wrapped iterator and the wrapper. (#80046)
2024-01-30 chelsea_cassanova@apple.com [lldb][progress] Correctly check total for deterministic progress (#79912)
2024-01-30 huberjn@outlook.com [AMDGPU] Correctly exclude the HIP host from arch macros
2024-01-30 varconsteq@gmail.com [libc++] Simplify features for detecting atomics' support. (#75553)
2024-01-30 huberjn@outlook.com [Clang] Fix test failing on systems without ROCm installed
2024-01-30 huberjn@outlook.com [libc] Change the starting port index to use the SMID (#79200)
2024-01-30 huberjn@outlook.com [AMDGPU] Do not emit arch dependent macros with unspecified cpu (#80035)
2024-01-30 cyndy_ishida@apple.com [TextAPI] Fix -Wdocumentation error, NFC
2024-01-30 ldionne.2@gmail.com [libc++] Move __libcpp_timespec_t into namespace std (#80004)
2024-01-30 aaron@aaronballman.com Revert "[clang] static operators should evaluate object argument (#68485)"
2024-01-30 guray.ozen@gmail.com [mlir][nvgpu] Mark TMA descriptor as MemWriteAt in `tma.async.store` (#79427)
2024-01-30 a.bataev@outlook.com [SLP]Fix PR80027: Fix costs processing for minbitwidth types.
2024-01-30 Saiyedul.Islam@amd.com [OpenMP52][LIBOMPTARGET] Do not throw error in omp_get_mapped_ptr for the host (#80038)
2024-01-30 craig.topper@sifive.com [RISCV] Use Twine concatentation for error messages in RISCVISAInfo. (#79956)
2024-01-30 piyou.chen@sifive.com Recommit "[RISCV] Relax march string order constraint (#78120)"
2024-01-30 70582385+pileghoff@users.noreply.github.com [Sema] Fix c23 not checking CheckBoolLikeConversion (#79588)
2024-01-30 nathanlanza@gmail.com [profgen] Use a 64bit integer for &'ing the loadable address (#79930)
2024-01-30 bobby825@126.com [clang] static operators should evaluate object argument (#68485)
2024-01-30 71531609+michaelrj-google@users.noreply.github.com [reland][libc] add epoll_wait functions (#79635)
2024-01-30 fpiovezan@apple.com [DebugNames] Use hashes to quickly filter false positives (#79755)
2024-01-30 craig.topper@sifive.com [ValueTracking] Add experimental_get_vector_length to isKnownNonZero. (#79950)
2024-01-30 craig.topper@sifive.com [RISCV] Remove StackAlign attribute enum. NFC (#79946)
2024-01-30 craig.topper@sifive.com [IR] Add more efficient getOperand methods to some of the Operator subclasses. (#79943)
2024-01-30 9819235+zixu-w@users.noreply.github.com [Docs] Add release note about Clang-defined target OS macros (#79879)
2024-01-30 fabrizio.indirli@arm.com [mlir][scf] Relax requirements for loops fusion (#79187)
2024-01-30 kusmour@gmail.com [llvm-gsymutil] Remove '--num-threads' in test (#79934)

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: Idb3d2a4ec68d9c0e909c41bcdac445716b666fc5
Reviewed-on: https://chromium-review.googlesource.com/c/emscripten-releases/+/5252268
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: 06ff7b6a7ded366583e0548c3989a02c888b762c
  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.