Roll llvm-project from c757ca741767 to 6c7805d5d186 (53 revisions)

https://chromium.googlesource.com/external/github.com/llvm/llvm-project.git/+log/c757ca741767..6c7805d5d186

2024-02-29 jeremy.morse@sony.com Revert "[NFC][RemoveDIs] Bulk update utilities to insert with iterators"
2024-02-29 aeternalmail@gmail.com [Clang] [Sema] Handle `this` in `__restrict`-qualified member functions properly (#83187)
2024-02-29 jeremy.morse@sony.com [NFC][RemoveDIs] Bulk update utilities to insert with iterators
2024-02-29 francesco.petrogalli@apple.com [TableGen][CodeGenTarget] Add support for v3i8 and v3i1 MVTs. [NFCI] (#83140)
2024-02-29 chuong.goh@arm.com [AArch64][GlobalISel] Legalize G_SHUFFLE_VECTOR for Odd-Sized Vectors (#83038)
2024-02-29 jonas@devlieghere.com [lldb] Add pexpect to LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS
2024-02-29 jonas@devlieghere.com [Support] Use all_read | all_write for createTemporaryFile (#83360)
2024-02-29 jonathan.thackray@arm.com [ARM][AArch64] Enable FEAT_FHM for Arm Neoverse N2 (#82613)
2024-02-29 sgundapa@quicinc.com [Hexagon] Use the correct call to detect debug instructions (#83373)
2024-02-29 ldionne.2@gmail.com [libc++] Map forward declaration headers for iostreams to <iosfwd> (#83327)
2024-02-29 devajithvs@gmail.com [mlir-query] Add function extraction feature to mlir-query
2024-02-29 sander.desmalen@arm.com [AArch64] Re-enable rematerialization for streaming-mode-changing functions. (#83235)
2024-02-29 llvm-dev@redking.me.uk [X86] SimplifyDemandedVectorEltsForTargetNode - add basic PCMPEQ/PCMPGT handling
2024-02-29 chuong.goh@arm.com [AArch64][GlobalISel] Legalize G_SHUFFLE_VECTOR for Odd-Sized Vectors (#83038)
2024-02-29 ldionne.2@gmail.com [libc++] Clean up includes of <__assert> (#80091)
2024-02-29 1802579+farzonl@users.noreply.github.com [HLSL] implementation of lerp intrinsic (#83077)
2024-02-29 david.spickett@linaro.org [lldb][test] Use pexpect spawn instead of spawnu
2024-02-29 michaeltmaitland@gmail.com [RISCV] Enable PostRAScheduler for SiFive7 (#83166)
2024-02-29 51285519+RicoAfoat@users.noreply.github.com [X86] matchAddressRecursively - ensure dead nodes are replaced before matching the index register (#82881)
2024-02-29 jeremy.morse@sony.com [NFC][RemoveDIs] Add bodies for inst-constructors taking iterators
2024-02-29 stephen.tozer@sony.com [DebugInfo][RemoveDIs] Fix incorrect test expect
2024-02-29 Petar.Avramovic@amd.com AMDGPU\GlobalISel: remove amdgpu-global-isel-risky-select flag (#83426)
2024-02-29 stephen.tozer@sony.com [DebugInfo][RemoveDIs] Prevent duplicate DPValues from being returned by findDbgIntrinsics (#82764)
2024-02-29 david.spickett@linaro.org [lldb][test] Clear pexpect found var before checking again
2024-02-29 Bharadwaj.Yadavalli@microsoft.com [DirectX][NFC] Leverage LLVM and DirectX intrinsic description in DXIL Op records (#83193)
2024-02-29 104419489+vinayakdsci@users.noreply.github.com [Clang][Sema]: Diagnose lambda to bool implicit casts (#83152)
2024-02-29 ekeane@nvidia.com [OpenACC] Implement Compute Construct 'goto' in/out logic (#83326)
2024-02-29 daniel.kiss@arm.com [NFC][ARM][AArch64] Deduplicated code. (#82785)
2024-02-29 benjamin.maxwell@arm.com [mlir][ArmSVE] Fix test-setArmVLBits.mlir after #83213
2024-02-29 jeremy.morse@sony.com [NFC][RemoveDIs] Have CreateNeg only accept iterators (#82999)
2024-02-29 Petar.Avramovic@amd.com AMDGPU/GlobalISel: lane masks merging  (#73337)
2024-02-29 david.green@arm.com [DAG] Improve known bits of Zext/Sext loads with range metadata (#80829)
2024-02-29 huberjn@outlook.com [libc] Remove workaround for fmin / fmax after being fixed in LLVM (#83421)
2024-02-29 flo@fhahn.com [VPlan] Remove unneeded InsertPointGuard (NFCI).
2024-02-29 llvm-dev@redking.me.uk [X86] SimplifyDemandedVectorEltsForTargetNode - add basic CVTPH2PS/CVTPS2PH handling
2024-02-29 llvm-dev@redking.me.uk [X86] cmov-fp.ll - regenerate with common 'NOSSE' prefix to reduce duplication
2024-02-29 nicolai.haehnle@amd.com Verifier: More helpful error message for cross-function references (#82906)
2024-02-29 jay.foad@amd.com [AMDGPU] Add new aliases ds_subrev_rtn_u32/u64 for ds_rsub_rtn_u32/u64 (#83408)
2024-02-29 mitchp@google.com Revert "AMDGPU: Add scheduling test for gfx940 (#83220)"
2024-02-29 samuel.tebbs@arm.com [AArch64][NFC] Use regexes in register class tests
2024-02-29 jay.foad@amd.com [AMDGPU] Simplify !if condition. NFC.
2024-02-29 32522095+pifon2a@users.noreply.github.com [mlir] Remove assert from GPUOps.td. (#83410)
2024-02-29 Matthew.Arsenault@amd.com APFloat: Fix signed zero handling in minnum/maxnum (#83376)
2024-02-29 quic_svs@quicinc.com [LLDB] Fix test failure introduced by #83234 (#83406)
2024-02-29 llvm-dev@redking.me.uk [X86] getFauxShuffleMask - handle insert_vector_elt(bitcast(extract_vector_elt(x))) shuffle patterns
2024-02-29 llvm-dev@redking.me.uk [X86] Regenerate tests to add missing avx512 constant comments
2024-02-29 benjamin.maxwell@arm.com [mlir][ArmSME] Fix matmul.mlir test after #83213
2024-02-29 32522095+pifon2a@users.noreply.github.com [mlir] Add result name for gpu.block_id and gpu.thread_id ops. (#83393)
2024-02-29 czhengsz@cn.ibm.com [NFC][PowerPC] use script to regenerate the CHECK lines
2024-02-29 tomas.matheson@arm.com Revert "[llvm][arm] add T1 and T2 assembly options for vlldm and vlstm (#83116)"
2024-02-29 quic_svs@quicinc.com [LLDB] Fix crash when using tab completion on class variables (#83234)
2024-02-29 kadircet@google.com [include-cleaner] Generate references from explicit functiontemplate specializations (#83392)
2024-02-29 gchatelet@google.com [libc][NFC] rename `float.h` macro file to `types.h` (#83190)

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: Ia2668a4d0d1a563aa46c0be3d289ff9259700928
Reviewed-on: https://chromium-review.googlesource.com/c/emscripten-releases/+/5335569
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: 2c753ebb5a9ae99b0ff2a08895d1a24317a31e90
  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.