commit | db2bb609e8b7d4d6dd63fde9a4444f6814f884dd | [log] [tgz] |
---|---|---|
author | chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> | Tue Apr 23 11:10:28 2024 |
committer | Emscripten-releases LUCI CQ <emscripten-releases-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 23 16:39:26 2024 |
tree | 7e909648973582097711f1af362dc3c7a42e9674 | |
parent | 87b4ce2ce5f6ffefeb3fef0028f7a05f2604206f [diff] |
Roll llvm-project from f8a19a8f74f2 to 8a631d789859 (49 revisions) https://chromium.googlesource.com/external/github.com/llvm/llvm-project.git/+log/f8a19a8f74f2..8a631d789859 2024-04-23 pierre.vanhoutryve@amd.com [TableGen] Fix ReplaceRegAction RTTI Kind 2024-04-23 llvm-dev@redking.me.uk [VectorCombine] foldShuffleOfShuffles - add missing arguments to getShuffleCost calls. 2024-04-23 flo@fhahn.com [VPlan] Skip extending ICmp results in trunateToMinimalBitwidth. 2024-04-23 paul.walker@arm.com [LLVM][CodeGen][SVE] rev(whilelo(a,b)) -> whilehi(b,a). (#88294) 2024-04-23 Petar.Avramovic@amd.com RenameIndependentSubregs: Add missing sub-range for new IMPLICIT_DEFs (#89050) 2024-04-23 paul.walker@arm.com [LLVM][CodeGen][AArch64] Simplify lowering for predicate inserts. (#89072) 2024-04-23 llvm-dev@redking.me.uk [CostModel][X86] Broadcast shuffles can be free if they are from a one-use load 2024-04-23 llvm-dev@redking.me.uk [CostModel][X86] Add costs test coverage for broadcast loads 2024-04-23 llvm-dev@redking.me.uk [VectorCombine][X86] Add test showing foldShuffleOfShuffles folding shuffles that would be better separate 2024-04-23 andrzej.warzynski@arm.com [mlir][aarch64] Remove LIT config for lli (#89545) 2024-04-23 yedeng.yd@linux.alibaba.com [NFC] [Serialization] Turn type alias GlobalDeclID into a class 2024-04-23 cullen.rhodes@arm.com [mlir][linalg] Move transpose_matmul to targeted transform op (#89717) 2024-04-23 Petar.Avramovic@amd.com AMDGPU: precommit test for bug in RenameIndependentSubregs 2024-04-23 adam.paszke@gmail.com [bazel] Add a bazel flag to enable building MLIR with CUDA support (#88856) 2024-04-23 tom.eccles@arm.com [flang][OpenMP] Support reduction of allocatable variables (#88392) 2024-04-23 marius.brehler@iml.fraunhofer.de [mlir][EmitC] Update GlobalOp description (#89726) 2024-04-23 pavel@labath.sk [lldb/test] Rename a function 2024-04-23 llvm-dev@redking.me.uk Revert b28f4d4dd0bbf50059cb19ca794af967374e1900 "[memprof] Omit the key length for the record table (#89527)" 2024-04-23 zinenko@google.com Revert "[mlir][linalg] Enable fuse consumer" (#89722) 2024-04-23 zinenko@google.com [mlir][bazel] drop unnecessary rule 2024-04-23 aheejin@gmail.com [WebAssembly] Make RefTypeMem2Local recognize target-features (#88916) 2024-04-23 yedeng.yd@linux.alibaba.com [NFC] [Serialization] Turn type alias LocalDeclID into class 2024-04-23 aheejin@gmail.com [WebAssembly] Enable multivalue return when multivalue ABI is used (#88492) 2024-04-23 dkovalev@accesssoftek.com [PAC][MC][AArch64] Fix error message for AUTH_ABS64 reloc with ILP32 (#89563) 2024-04-23 orlando.hyams@sony.com [DWARF] Add option to add linkage_names to call_origin declaration refs (#89640) 2024-04-23 flo@fhahn.com [LV] Add additional cost model tests with inductions and truncates. 2024-04-23 donat.nagy@ericsson.com [analyzer] Fix performance of getTaintedSymbolsImpl() (#89606) 2024-04-23 dgrumberg@apple.com [clang][ExtractAPI] Serialize platform specific unavailable attribute in symbol graphs (#89277) 2024-04-23 matthias.gehre@amd.com EmitC: Add emitc.global and emitc.get_global (#145) (#88701) 2024-04-23 Diana-Magda.Picus@amd.com [GlobalISel] Expand IRTranslator docs. NFC (#89186) 2024-04-23 jperier@nvidia.com [flang] handle intrinsic interfaces in FunctionRef::GetType (#89583) 2024-04-23 sepavloff@gmail.com [clang] Set correct FPOptions if attribute 'optnone' presents (#85605) 2024-04-23 akuegel@google.com [mlir][Bazel] Add test data to adapt for 79225349748bb556fd027cc0bfeb73b1e9a632f4 2024-04-23 jbatista@microsoft.com [NFC] Rename hlsl semantics to hlsl annotations (#89309) 2024-04-23 yedeng.yd@linux.alibaba.com [NFC] [Serialization] Remove unused readVisibleDeclContextStorage from ASTRecordReader.h 2024-04-23 cullen.rhodes@arm.com [mlir][linalg] Add patterns to convert matmul to transposed variants (#89075) 2024-04-23 mboehme@google.com Reapply "[clang][dataflow] Model conditional operator correctly." with fixes (#89596) 2024-04-23 christianulmann@gmail.com [MLIR] Harmonize the behavior of the folding API functions (#88508) 2024-04-23 kazu@google.com [memprof] Omit the key length for the record table (#89527) 2024-04-23 yedeng.yd@linux.alibaba.com [NFC] Remove unused LocalRedeclarationsInfo from ASTBitcodes.h 2024-04-23 npopov@redhat.com [FunctionAttrs] Fix incorrect noundef inference with poison attrs (#89348) 2024-04-23 yedeng.yd@linux.alibaba.com [NFC] [Serialization] Use semantical type DeclID instead of raw type 'uint32_t' 2024-04-23 craig.topper@sifive.com [RISCV] Sink some repeated code into parseVTypeToken. NFC (#89694) 2024-04-23 tbaeder@redhat.com [clang][CodeGen][NFC] Make ConstExprEmitter a ConstStmtVisitor (#89041) 2024-04-23 npopov@redhat.com [SimplifyCFG] Check alignment when speculating stores 2024-04-23 craig.topper@sifive.com [RISCV][TableGen] Generate RISCVTargetParserDef.inc from the new RISCVExtension tblgen information. (#89335) 2024-04-23 kazu@google.com [ADT] Remove StringRef::{startswith,endswith} (#89548) 2024-04-23 npopov@redhat.com [SimplifyCFG] Add tests for #89672 (NFC) 2024-04-23 kazu@google.com [Support] Fix a warning 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: Ia0d459dace3509c4ef3dbf8e7cde74267b5daecc Reviewed-on: https://chromium-review.googlesource.com/c/emscripten-releases/+/5476087 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: 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.