commit | 0625397db478882cce68cb37593f1f7552109323 | [log] [tgz] |
---|---|---|
author | chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> | Thu Jan 25 17:15:13 2024 |
committer | Emscripten-releases LUCI CQ <emscripten-releases-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 25 20:36:24 2024 |
tree | 59b2033efd2aabe23040ab0c2ea9eca8e0a53e9d | |
parent | 7636fce0d1779c656ab79e0bf4dce887bc019be4 [diff] |
Roll llvm-project from 03cf0e9354e7 to 4a91206359e2 (48 revisions) https://chromium.googlesource.com/external/github.com/llvm/llvm-project.git/+log/03cf0e9354e7..4a91206359e2 2024-01-25 david.spickett@linaro.org [llvm][LV] Move new test into X86 subfolder 2024-01-25 thakis@chromium.org [gn] port 184ca39529a9 2024-01-25 thakis@chromium.org [llvm] Move CodeGenTypes library to its own directory (#79444) 2024-01-25 i@maskray.me [RISCV] Fix TLSDESC comment. NFC (#79403) 2024-01-25 jay.foad@amd.com [AMDGPU] Disable V_MAD_U64_U32/V_MAD_I64_I32 workaround for GFX11.5 (#79460) 2024-01-25 donat.nagy@ericsson.com [analyzer] Avoid a crash in a debug printout function (#79446) 2024-01-25 35576261+mandlebug@users.noreply.github.com [LTO] Fix fat-lto output for -c -emit-llvm. (#79404) 2024-01-25 99776114+erman-gurses@users.noreply.github.com [reland][mlir][amdgpu] Shared memory access optimization pass (#79164) 2024-01-25 jay.foad@amd.com [AMDGPU] Do not bother adding reserved registers to liveins (#79436) 2024-01-25 benjamin.maxwell@arm.com [mlir][ArmSME] Refactor ArmSMEToSCF to used shared loop-building helper (NFC) (#79172) 2024-01-25 ivan.kosarev@amd.com [AMDGPU][NFC] Eliminate unnecessary operand classes. (#79450) 2024-01-25 serebrennikov.vladislav@gmail.com [clang] Add test for CWG472 (#67948) 2024-01-25 hanhan0912@gmail.com [mlir][tensor] Enhance SimplifyUnPackToCollapseShape for unit dim cases. (#79262) 2024-01-25 alex_toresh@yahoo.fr [openmp] Silence warning when compiling with MSVC targetting x86 2024-01-25 alex_toresh@yahoo.fr [llvm] Silence warning when building with Clang ToT 2024-01-25 alex_toresh@yahoo.fr [LLD][ELF] Silence warning when building with Clang ToT 2024-01-25 alex_toresh@yahoo.fr [compiler-rt] Silence warning when building with Clang ToT 2024-01-25 alex_toresh@yahoo.fr [lldb] Silence warning when building with Clang ToT 2024-01-25 alex_toresh@yahoo.fr [llvm] Silence warning when compiling with MSVC targetting x86 2024-01-25 alex_toresh@yahoo.fr [llvm] Silence warning when compiling with MSVC targetting x86 2024-01-25 alex_toresh@yahoo.fr [llvm] Silence warning when compiling with MSVC targetting x86 2024-01-25 alex_toresh@yahoo.fr [LLD] Silence warning when compiling with MSVC targetting x86 2024-01-25 alex_toresh@yahoo.fr [clangd] Silence warning when compiling with MSVC targetting x86 2024-01-25 alex_toresh@yahoo.fr [clang] Silence warning when compiling with MSVC targetting x86 2024-01-25 alex_toresh@yahoo.fr [clang] Silence warning when building with MSVC targetting x86 2024-01-25 a.bataev@outlook.com [SLP]Fix PR79229: Do not erase extractelement, if it used in 2024-01-25 jeremy.morse@sony.com Revert "[DebugInfo][RemoveDIs] Convert debug-info modes when loading bitcode (#78967)" 2024-01-25 john.brawn@arm.com [LoopFlatten] Use loop versioning when overflow can't be disproven (#78576) 2024-01-25 thakis@chromium.org [gn] port 12a8bc0 more 2024-01-25 thakis@chromium.org [gn build] Port 3fdb431b6369 2024-01-25 david.green@arm.com [Flang] Move genMinMaxlocReductionLoop to a common location. 2024-01-25 ivan.kosarev@amd.com [AMDGPU][NFC] Rename the reg-or-imm operand predicates to match their class names. (#79439) 2024-01-25 jeremy.morse@sony.com [DebugInfo][RemoveDIs] Convert debug-info modes when loading bitcode (#78967) 2024-01-25 tbaeder@redhat.com [clang][Interp][NFC] Add some working _Complex tests 2024-01-25 jeremy.morse@sony.com [DebugInfo][RemoveDIs] Make getDbgValueRange inlineable (#79331) 2024-01-25 dklimkin@users.noreply.github.com More bazel fixes past 72ce6294157964042b7ed5576ce2c99257eeea9d (#79442) 2024-01-25 jperier@nvidia.com [flang] Lower struct ctor with character allocatable components (#79179) 2024-01-25 thakis@chromium.org [gn] port 12a8bc09ca4f 2024-01-25 flo@fhahn.com [LV] Check for innermost loop instead of EnableVPlanNativePath in CM. 2024-01-25 tbaeder@redhat.com [clang][Parse][NFC] Make a local variable const 2024-01-25 david.green@arm.com [Flang] Minloc elemental intrinsic lowering (#74828) 2024-01-25 ivan.kosarev@amd.com [AMDGPU][AsmParser][NFC] Rename integer modifier operands to follow the convention. (#79284) 2024-01-25 ivan.kosarev@amd.com [AMDGPU][NFC] Use templates to decode AV operands. (#79313) 2024-01-25 mikael.holmen@ericsson.com [X86] Fix warning about unused variable [NFC] 2024-01-25 fix7211@gmail.com [mlir][bufferization] Fix SimplifyClones with dealloc before cloneOp (#79098) 2024-01-25 me@m-sp.org [mlir][IR] Add rewriter API for moving operations (#78988) 2024-01-25 unterumarmung@yandex.ru [clang-apply-replacements] Add support for the `.yml` file extension (#78842) 2024-01-25 dklimkin@users.noreply.github.com Fix bazel build past 3fdb431b636975f2062b1931158aa4dfce6a3ff1 (#79429) 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: I0f66dca450c076ea5ff162c5260d591cb60d427e Reviewed-on: https://chromium-review.googlesource.com/c/emscripten-releases/+/5236877 Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
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
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.
src/
This directory was forked from the WebAssembly waterfall repo That repo was retired because it was only used by emscripten-releases.
depot_tools
. Follow the instructionspkg-config
if you don't have it installed already, e.g. # apt install pkg-config
python src/build.py
Build.py has 3 types of actions:
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:
$ src/build.py --no-sync --build-exclude=llvm
$ 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.