commit | 491bc293d41231340aedb354ccb9a421eed4a2c8 | [log] [tgz] |
---|---|---|
author | chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> | Fri May 17 14:40:06 2024 |
committer | Emscripten-releases LUCI CQ <emscripten-releases-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 17 19:11:33 2024 |
tree | bee3b9c11aa1c1fca8c4c1138d9fc779983fa4c6 | |
parent | e2388e8a528890b8f3ff7b9ab4f52dbe2aeb38b9 [diff] |
Roll llvm-project from bc9823cf60bf to 9b6f0735fbff (48 revisions) https://chromium.googlesource.com/external/github.com/llvm/llvm-project.git/+log/bc9823cf60bf..9b6f0735fbff 2024-05-17 kazu@google.com [Support] Drop nop conversions of StringRef to StringRef (NFC) 2024-05-17 bartel@roofline.ai [mlir][spirv] Add support for dense_resource in arith to spirv (#91318) 2024-05-17 serebrennikov.vladislav@gmail.com [clang][NFC] Improve const-correctness in `ParseLexedMethodDeclaration` 2024-05-17 chris.bieneman@me.com [HLSL][CMake] Add clangd and distribution settings (#92011) 2024-05-17 huberjn@outlook.com [Offload][NFC] Remove header license in CMake files (#92544) 2024-05-17 llvm-dev@redking.me.uk [X86] vector-bitreverse.ll - add AVX512BW+AVX512VL test coverage 2024-05-17 momchil.velikov@arm.com [AArch64] Add intrinsics for multi-vector to ZA array vector accumulators (#91606) 2024-05-17 serebrennikov.vladislav@gmail.com [clang][NFC] Remove const-qualification from `FunctionTemplateSpecializationInfo::TemplateArguments` (#92500) 2024-05-17 tstellar@redhat.com [git] Add hashes to requirements.txt for extra security (#92305) 2024-05-17 serebrennikov.vladislav@gmail.com [clang][NFC] Remove `const_cast` from `ParseClassSpecifier` 2024-05-17 safonsof@amd.com [MLIR][OpenMP] NFC: Remove redundant check (#91594) 2024-05-17 safonsof@amd.com [Flang][OpenMP] NFC: Fix typo in include guard (#91593) 2024-05-17 safonsof@amd.com [Flang][OpenMP] Fix semantics check for nested DISTRIBUTE (#91592) 2024-05-17 youngsuk.kim@hpe.com [clang][Sema] Warn consecutive builtin comparisons in an expression (#92200) 2024-05-17 sander.desmalen@arm.com [Clang][AArch64] Require SVE or SSVE for scalable types. (#91356) 2024-05-17 89833130+rjodinchr@users.noreply.github.com libclc: remove __attribute__((assume)) for clspv targets (#92126) 2024-05-17 sander.desmalen@arm.com [AArch64] Avoid using NEON FCVTXN in Streaming-SVE mode. (#91981) 2024-05-17 Matthew.Arsenault@amd.com SimplifyLibCalls: Prefer to emit intrinsic in pow(2, x) -> ldexp(1, x) (#92363) 2024-05-17 aaron@aaronballman.com [clang-query] Remove support for srcloc output (#92442) 2024-05-17 serebrennikov.vladislav@gmail.com [clang] Implement CWG2428 "Deprecating a concept" (#92295) 2024-05-17 david.sherwood@arm.com [InstCombine] Fold vector.reduce.op(vector.reverse(X)) -> vector.reduce.op(X) (#91743) 2024-05-17 shengchen.kan@intel.com [X86][CodeGen] Use switch-case for transform in X86DAGToDAGISel::PostprocessISelDAG, NFCI 2024-05-17 me@m-sp.org [mlir][Transforms] Make 1:N function conversion pattern interface-based (#92395) 2024-05-17 47449897+andidr@users.noreply.github.com [MLIR][analysis] Lattice: Fix automatic delegation of meet to lattice value classes (#82620) 2024-05-17 jay.foad@amd.com [SelectionDAG] Widen cttz to cttz_zero_undef (#92514) 2024-05-17 flo@fhahn.com [VPlan] Mark LoopInfo preserved in native-path as well (NFC). 2024-05-17 Matthew.Arsenault@amd.com SystemZ: Use REG_SEQUENCE for PAIR128 (#90640) 2024-05-17 donat.nagy@ericsson.com [analyzer][NFC] Require explicit matching mode for CallDescriptions (#92454) 2024-05-17 paul.walker@arm.com [NFC][LLVM] Mainly whitespace changes. 2024-05-17 david.green@arm.com [SelectOpt] Add tests for not select conditions. NFC 2024-05-17 ivan.kosarev@amd.com [MCAsmStreamer] Do not crash on switching to sections of unknown types (#92380) 2024-05-17 benjamin.maxwell@arm.com [mlir][ArmSME] Reword in-memory tile warning (NFC) (#92415) 2024-05-17 jreiffers@google.com Fix i1 array global crash in NVPTXAsmPrinter. (#92506) 2024-05-17 52285902006@stu.ecnu.edu.cn [DebugInfo][LoopLoadElim] Fix missing debug location updates (#91839) 2024-05-17 tom.eccles@arm.com [flang][NFC] Use tablegen to reduce AddAliasTags boilerplate (#92373) 2024-05-17 vyacheslav.levytskyy@intel.com [SPIR-V] Ensure that we don't have a dangling BlockAddress constants after internal intrinsic 'spv_switch' is processed (#92390) 2024-05-17 vyacheslav.levytskyy@intel.com [SPIR-V] Fix types of internal intrinsic functions and add a test case for __builtin_alloca() (#92265) 2024-05-17 r@artagnon.com [LAA] refactor sortPtrAccesses (NFC) (#92256) 2024-05-17 dgrumberg@apple.com [clang][ExtractAPI] Correctly generate declaration fragments for non-type template parameters (#91958) 2024-05-17 pavel@labath.sk [lldb-dap] Correctly detect alias commands with arguments in repl (#92137) 2024-05-17 serebrennikov.vladislav@gmail.com [clang][NFC] Improve const-correctness in `SourceManager` (#92436) 2024-05-17 jiefu@tencent.com [AArch64] Fix -Wunused-variable in AArch64FrameLowering.cpp (NFC) 2024-05-17 caroline.concatto@arm.com [LLVM][AArch64]Use load/store with consecutive registers in SME2 or S… (#77665) 2024-05-17 pavel@labath.sk [lldb] Avoid modifying the source tree in TestCompletion.py 2024-05-17 kazu@google.com [mlir] Fix a warning 2024-05-17 vyacheslav.levytskyy@intel.com [SPIR-V] Ensure that internal intrinsic functions for PHI's operand are inserted at the correct positions (#92316) 2024-05-17 Matthew.Arsenault@amd.com TargetLibraryInfo: Assume no libcalls in the default constructor (#92400) 2024-05-17 jreiffers@google.com Fix Tan inaccuracies on extreme complex inputs. (#92443) 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: I0e775f3e3b52fd27c6758f9aac354ec19bb60d84 Reviewed-on: https://chromium-review.googlesource.com/c/emscripten-releases/+/5548224 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.