aboutsummaryrefslogtreecommitdiff
path: root/AstSemantics.md
Commit message (Expand)AuthorAgeFilesLines
* Structured stack (#813)titzer2016-10-111-666/+0
* Alignment maximum (#815)JF Bastien2016-10-051-4/+5
* Binary 0xc (#811)titzer2016-09-291-15/+21
* Reorder two sentences in Table section to better fit context; (#792)Benjamin Bouvier2016-09-131-11/+11
* Explicitly mention that WebAssembly is little-endian. (#787)Dan Gohman2016-09-051-0/+2
* Make NaN handling more consistent. (#772)gahaas2016-08-221-16/+11
* Implement a simple NaN propagation scheme that still supports NaN boxing. (#716)Dan Gohman2016-07-271-8/+9
* Add JS Memory and Table API, support dynamic linking (#682)Luke Wagner2016-06-281-52/+118
* Make dropping of values explicit (#694)rossberg-chromium2016-06-151-12/+14
* Clarify type of the immediate offset operand (#680)Lars T Hansen2016-05-041-10/+11
* Function bodies contain a list of expressions. (#674)Dan Gohman2016-04-291-1/+1
* merge binary_0xb (#675)Luke Wagner2016-04-291-9/+14
* Permit implementations to return canonical NaNs from arithmetic. (#660)Dan Gohman2016-04-281-21/+26
* Clarify failure conditions in AstSemantics.mdLuke Wagner2016-03-311-3/+6
* Change max to optional and hardLuke Wagner2016-03-311-2/+6
* Change the argument to grow memory to be in units of pages.Douglas Crosher2016-03-101-4/+4
* Merge pull request #555 from WebAssembly/notDan Gohman2016-03-091-0/+1
|\
| * Add i32.eqz and i64.eqz.Dan Gohman2016-03-041-0/+1
* | Fix one more dangling reference to `tableswitch`.Dan Gohman2016-03-071-1/+1
* | Fix dangling uses of tableswitch to match renaming to br_table in #586Luke Wagner2016-03-071-5/+4
|/
* Merge pull request #462 from mbodart/rotateJF Bastien2016-02-291-0/+7
|\
| * Move rotate instructions from FutureFeatures to AstSemantics.mbodart2015-11-121-0/+7
* | Merge pull request #512 from WebAssembly/no-casesDan Gohman2016-02-261-12/+6
|\ \
| * | Remove cases from `tableswitch`.Dan Gohman2016-01-041-12/+6
* | | Merge pull request #523 from WebAssembly/remove_has_featuretitzer2016-02-241-13/+0
|\ \ \
| * | | Remove has_featuretitzer2016-01-211-13/+0
* | | | Fix terminology nitAndreas Rossberg2016-02-251-1/+1
* | | | Make `grow_memory` return the old memory size.Dan Gohman2016-02-191-1/+1
* | | | Fix spelling errors.Dan Gohman2016-02-181-1/+1
* | | | Initial and maximum memory size must be a multple of the page size.Douglas Crosher2016-02-111-6/+11
* | | | Added missing bracketRaphael Isemann2016-02-101-1/+1
* | | | Remove the comma and conditional operators.Dan Gohman2016-01-281-9/+0
* | | | Merge pull request #489 from WebAssembly/select-operand-orderDan Gohman2016-01-271-6/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Specify that branch instructions' return value operands come first.Dan Gohman2016-01-171-2/+4
| * | | Reorder select's operands to put the condition last.Dan Gohman2015-12-021-4/+3
* | | | Capitalize titlesJF Bastien2016-01-051-3/+3
* | | | Wording fixesJF Bastien2016-01-051-3/+3
* | | | Address kripken's commentsJF Bastien2016-01-041-2/+2
* | | | Clarify AST semantic's goalsJF Bastien2016-01-041-0/+5
| |/ / |/| |
* | | Make the sign bit of a new NaN value nondeterministic.Dan Gohman2015-12-101-3/+3
* | | elaborate on what well-structured control flow meansAlon Zakai2015-12-031-3/+9
|/ /
* | Update AstSemantics.mdtitzer2015-11-191-1/+1
* | Update AstSemantics.mdtitzer2015-11-191-0/+1
* | Remove nop againtitzer2015-11-191-2/+1
* | Update AstSemantics.mdtitzer2015-11-191-1/+1
* | Update AstSemantics.mdtitzer2015-11-191-9/+12
* | Update AstSemantics.mdtitzer2015-11-181-1/+1
* | Update AstSemantics.mdtitzer2015-11-181-3/+3
* | Remove the statement/expression distinction.titzer2015-11-181-31/+38
|/
* Update AstSemantics.mdBrad Nelson2015-11-101-3/+3