Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lld/trunk/wasm/
-
trunk/
-
wasm/
-
WriterUtils.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D52106
[WebAssembly] Add v128 value type
Closed
Public
Authored by
tlively
on Sep 14 2018, 10:42 AM.
Download Raw Diff
Details
Reviewers
sbc100
aheejin
dschuff
Commits
rGd661e265c71e: [WebAssembly] Add v128 value type
rLLD342690: [WebAssembly] Add v128 value type
rL342690: [WebAssembly] Add v128 value type
Summary
Depends on
D52105
.
Diff Detail
Repository
rL LLVM
Event Timeline
tlively
created this revision.
Sep 14 2018, 10:42 AM
Herald
added subscribers:
llvm-commits
,
sunfish
,
jgravelle-google
.
·
View Herald Transcript
Sep 14 2018, 10:42 AM
Harbormaster
completed remote builds in
B22660: Diff 165535
.
Sep 14 2018, 10:44 AM
tlively
edited the summary of this revision.
(Show Details)
Sep 14 2018, 10:45 AM
tlively
added a parent revision:
D52105: [WebAssembly] Add V128 value type to binary format
.
aheejin
added inline comments.
Sep 14 2018, 11:18 AM
wasm/WriterUtils.cpp
189 ↗
(On Diff #165535)
Is there any reason why this is lowercase unlike others?
tlively
updated this revision to
Diff 165582
.
Sep 14 2018, 1:45 PM
tlively
marked an inline comment as done.
Comment Actions
Capitalize
Harbormaster
completed remote builds in
B22670: Diff 165582
.
Sep 14 2018, 1:47 PM
aheejin
accepted this revision.
Sep 14 2018, 1:51 PM
This revision is now accepted and ready to land.
Sep 14 2018, 1:51 PM
Closed by commit
rL342690: [WebAssembly] Add v128 value type
(authored by
tlively
).
·
Explain Why
Sep 20 2018, 3:10 PM
This revision was automatically updated to reflect the committed changes.