index
:
xavi/nanowasm-design
main
Fork of https://github.com/WebAssembly/design/ with NanoWasm extensions.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AstSemantics.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Structured stack (#813)
titzer
2016-10-11
1
-666
/
+0
*
Alignment maximum (#815)
JF Bastien
2016-10-05
1
-4
/
+5
*
Binary 0xc (#811)
titzer
2016-09-29
1
-15
/
+21
*
Reorder two sentences in Table section to better fit context; (#792)
Benjamin Bouvier
2016-09-13
1
-11
/
+11
*
Explicitly mention that WebAssembly is little-endian. (#787)
Dan Gohman
2016-09-05
1
-0
/
+2
*
Make NaN handling more consistent. (#772)
gahaas
2016-08-22
1
-16
/
+11
*
Implement a simple NaN propagation scheme that still supports NaN boxing. (#716)
Dan Gohman
2016-07-27
1
-8
/
+9
*
Add JS Memory and Table API, support dynamic linking (#682)
Luke Wagner
2016-06-28
1
-52
/
+118
*
Make dropping of values explicit (#694)
rossberg-chromium
2016-06-15
1
-12
/
+14
*
Clarify type of the immediate offset operand (#680)
Lars T Hansen
2016-05-04
1
-10
/
+11
*
Function bodies contain a list of expressions. (#674)
Dan Gohman
2016-04-29
1
-1
/
+1
*
merge binary_0xb (#675)
Luke Wagner
2016-04-29
1
-9
/
+14
*
Permit implementations to return canonical NaNs from arithmetic. (#660)
Dan Gohman
2016-04-28
1
-21
/
+26
*
Clarify failure conditions in AstSemantics.md
Luke Wagner
2016-03-31
1
-3
/
+6
*
Change max to optional and hard
Luke Wagner
2016-03-31
1
-2
/
+6
*
Change the argument to grow memory to be in units of pages.
Douglas Crosher
2016-03-10
1
-4
/
+4
*
Merge pull request #555 from WebAssembly/not
Dan Gohman
2016-03-09
1
-0
/
+1
|
\
|
*
Add i32.eqz and i64.eqz.
Dan Gohman
2016-03-04
1
-0
/
+1
*
|
Fix one more dangling reference to `tableswitch`.
Dan Gohman
2016-03-07
1
-1
/
+1
*
|
Fix dangling uses of tableswitch to match renaming to br_table in #586
Luke Wagner
2016-03-07
1
-5
/
+4
|
/
*
Merge pull request #462 from mbodart/rotate
JF Bastien
2016-02-29
1
-0
/
+7
|
\
|
*
Move rotate instructions from FutureFeatures to AstSemantics.
mbodart
2015-11-12
1
-0
/
+7
*
|
Merge pull request #512 from WebAssembly/no-cases
Dan Gohman
2016-02-26
1
-12
/
+6
|
\
\
|
*
|
Remove cases from `tableswitch`.
Dan Gohman
2016-01-04
1
-12
/
+6
*
|
|
Merge pull request #523 from WebAssembly/remove_has_feature
titzer
2016-02-24
1
-13
/
+0
|
\
\
\
|
*
|
|
Remove has_feature
titzer
2016-01-21
1
-13
/
+0
*
|
|
|
Fix terminology nit
Andreas Rossberg
2016-02-25
1
-1
/
+1
*
|
|
|
Make `grow_memory` return the old memory size.
Dan Gohman
2016-02-19
1
-1
/
+1
*
|
|
|
Fix spelling errors.
Dan Gohman
2016-02-18
1
-1
/
+1
*
|
|
|
Initial and maximum memory size must be a multple of the page size.
Douglas Crosher
2016-02-11
1
-6
/
+11
*
|
|
|
Added missing bracket
Raphael Isemann
2016-02-10
1
-1
/
+1
*
|
|
|
Remove the comma and conditional operators.
Dan Gohman
2016-01-28
1
-9
/
+0
*
|
|
|
Merge pull request #489 from WebAssembly/select-operand-order
Dan Gohman
2016-01-27
1
-6
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Specify that branch instructions' return value operands come first.
Dan Gohman
2016-01-17
1
-2
/
+4
|
*
|
|
Reorder select's operands to put the condition last.
Dan Gohman
2015-12-02
1
-4
/
+3
*
|
|
|
Capitalize titles
JF Bastien
2016-01-05
1
-3
/
+3
*
|
|
|
Wording fixes
JF Bastien
2016-01-05
1
-3
/
+3
*
|
|
|
Address kripken's comments
JF Bastien
2016-01-04
1
-2
/
+2
*
|
|
|
Clarify AST semantic's goals
JF Bastien
2016-01-04
1
-0
/
+5
|
|
/
/
|
/
|
|
*
|
|
Make the sign bit of a new NaN value nondeterministic.
Dan Gohman
2015-12-10
1
-3
/
+3
*
|
|
elaborate on what well-structured control flow means
Alon Zakai
2015-12-03
1
-3
/
+9
|
/
/
*
|
Update AstSemantics.md
titzer
2015-11-19
1
-1
/
+1
*
|
Update AstSemantics.md
titzer
2015-11-19
1
-0
/
+1
*
|
Remove nop again
titzer
2015-11-19
1
-2
/
+1
*
|
Update AstSemantics.md
titzer
2015-11-19
1
-1
/
+1
*
|
Update AstSemantics.md
titzer
2015-11-19
1
-9
/
+12
*
|
Update AstSemantics.md
titzer
2015-11-18
1
-1
/
+1
*
|
Update AstSemantics.md
titzer
2015-11-18
1
-3
/
+3
*
|
Remove the statement/expression distinction.
titzer
2015-11-18
1
-31
/
+38
|
/
*
Update AstSemantics.md
Brad Nelson
2015-11-10
1
-3
/
+3
[next]