Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Issue 2408293003: PNaCl: Update subzero revision in pnacl/COMPONENT_REVISIONS (Closed)

Created:
4 years, 2 months ago by Jim Stichnoth
Modified:
4 years, 2 months ago
Reviewers:
Derek Schuff, John
CC:
native-client-reviews_googlegroups.com, srdjan.obucina_imgtec.com, capn_google.com, jaydeep.patil, Stefan Maksimovic, sagar.thakur
Target Ref:
refs/heads/master
Project:
nacl
Visibility:
Public.

Description

PNaCl: Update subzero revision in pnacl/COMPONENT_REVISIONS This pulls in the following Subzero changes: 8fbddc6: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: Randomly insert NOP 3e37647: (capn@google.com) Abstract the ELFStreamer class. 40fc819: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: nacl-other-intrinsics-mips merged to original file 132ea7a: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: Floating point support in ELF output 41ce47c: (capn@google.com) Allow 64-bit code to be stored as ELF64. 464df5b: (capn@google.com) Implement Microsoft x86-64 calling convention support. cc6dea7: (jaydeep.patil@imgtec.com) [SubZero] Use DIV instruction instead of TargetHelperCall 3b61d70: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: lowerUnreachable cf9c12f: (jaydeep.patil@imgtec.com) [SubZero] lower float and double constants for MIPS 8d16c1d: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: Encoding of FP comparison instructions 0465d02: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: Intrinsic call Trap d895447: (jaydeep.patil@imgtec.com) [SubZero] Fix floating-point comparison for MIPS f5d8e09: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: Remove duplicate functionalities cadda79: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: Instruction NOR, pseudoinstruction NOT d27ce3d: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: Intrinsic call Ctlz for i32 6ee373f: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: Fix floating point comparison crosstest 0a7f99d: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: Intrinsic call Cttz for i32 86b60ef: (sagar.thakur@imgtec.com) [Subzero][MIPS32] Implements 64-bit shl, lshr, ashr for MIPS 98405d3: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: lowerSelect for i64 623f8ce: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: Cross-testing enabled for MIPS32 4c49b10: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: Filling missing bits from genTargetHelperCallFor 58eeedf: (jaydeep.patil@imgtec.com) Subzero, MIPS32: Binding intrablock labels, unconditional branch 6fd9c0e: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: Intrinsic calls Ctlz and Cttz for i64 175cb13: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: Intrinsic call Bswap for i16, i32 and i64 6163c62: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: DIVU instruction encoding b0f09fc: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: MOVZ instruction encoding 70b6ed4: (sagar.thakur@imgtec.com) [Subzero][MIPS] Implement 64-bit integer compare operations fe93fdd: (Srdjan.Obucina@imgtec.com) Subzero, MIPS32: SRAV instruction encoding f53580b: (capn@google.com) Don't emit address size prefixes for native x86-64 ABI. 269eed4: (sagar.thakur@imgtec.com) [Subzero][MIPS] Add RUN command line with -Om1 in test 64bit.pnacl.ll 9309756: (sagar.thakur@imgtec.com) [Subzero][MIPS] Implement conditional branches with 64-bit integer compares 958ddb7: (jaydeep.patil@imgtec.com) [SubZero] Vector types support for MIPS 033dda7: (stichnot@chromium.org) Subzero: Remove --skip-unimplemented from ARM lit tests. afe5fe2: (makdstefan@gmail.com) Subzero, MIPS32: Fix conditional mov instructions 533a514: (stichnot@chromium.org) Subzero: Fix "make -f Makefile.standalone check-lit FORCEASM=1". acfb3df: (capn@google.com) Implement intrinsics for loading/storing subvectors. 71c6937: (capn@google.com) Optimize lowering of x86 byte and word vector unpack. b093539: (capn@google.com) Optimize x86 vector shift by constant. 46f4fea: (capn@google.com) Support running unit tests on Windows. b001cc4: (sagar.thakur@imgtec.com) [Subzero][MIPS32] Implement bitcast operation for both 32-bit and 64-bit operands BUG=swiftshader:15 BUG=swiftshader:7 BUG=swiftshader:9 TEST= PNaCl toolchain trybots R=dschuff@chromium.org Committed: https://chromium.googlesource.com/native_client/src/native_client/+/a123a8b25857b7402198308a6b42a5172dac30c1

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M pnacl/COMPONENT_REVISIONS View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (3 generated)
Jim Stichnoth
I want to do a full deps roll of Subzero, mostly to make sure it ...
4 years, 2 months ago (2016-10-12 21:49:46 UTC) #3
Derek Schuff
lgtm
4 years, 2 months ago (2016-10-12 21:58:07 UTC) #4
Jim Stichnoth
4 years, 2 months ago (2016-10-12 22:00:07 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
a123a8b25857b7402198308a6b42a5172dac30c1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698