index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm-ast-checker.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add flags to turn off AST checking in sexpr-wasm (#80)
Ben Smith
2016-05-28
1
-61
/
+114
*
update spec tests
Ben Smith
2016-05-18
1
-8
/
+10
*
some fixes/updates to match the spec tests
Ben Smith
2016-05-13
1
-13
/
+21
*
defer decoding binary modules in assert_invalid
Ben Smith
2016-05-11
1
-1
/
+48
*
remove wasm prefix from non-extern stuff
Ben Smith
2016-05-03
1
-63
/
+60
*
fix a bunch of UB
Ben Smith
2016-05-03
1
-1
/
+1
*
use linked-list for expression lists
Ben Smith
2016-05-01
1
-29
/
+34
*
more binary reader tests
Ben Smith
2016-04-30
1
-0
/
+10
*
simplify ast-checker by storing module+func in ctx
Ben Smith
2016-04-29
1
-140
/
+105
*
rename memory_size -> current_memory
Ben Smith
2016-04-28
1
-2
/
+2
*
support br_table with value
Ben Smith
2016-04-28
1
-3
/
+3
*
use post-order style if
Ben Smith
2016-04-28
1
-3
/
+14
*
rename Lexer -> AstLexer, Parser -> AstParser
Ben Smith
2016-04-28
1
-5
/
+5
*
add printf format attribute; fix some format bugs
Ben Smith
2016-04-28
1
-9
/
+9
*
lex using re2c instead of flex
Ben Smith
2016-04-21
1
-3
/
+3
*
remove arity checks from type checker
Ben Smith
2016-04-18
1
-27
/
+16
*
move parser error printing into callback
Ben Smith
2016-04-15
1
-23
/
+39
*
share WasmFuncDeclaration with Func and Import
Ben Smith
2016-04-12
1
-78
/
+60
*
remove WasmFunc.params_and_locals
Ben Smith
2016-04-12
1
-8
/
+21
*
add WASM_SUCCEEDED and WASM_FAILED to check results
Ben Smith
2016-04-09
1
-22
/
+32
*
add WasmBool, replace many int -> size_t
Ben Smith
2016-04-09
1
-25
/
+25
*
store the AST checker result in the ctx
Ben Smith
2016-04-04
1
-338
/
+297
*
move marking used blocks into a separate pass
Ben Smith
2016-04-04
1
-88
/
+78
*
move some AST modifications out of the checker
Ben Smith
2016-04-04
1
-11
/
+0
*
rename all Wasm*Context -> WasmContext
Ben Smith
2016-04-04
1
-32
/
+32
*
rename wasm-check -> wasm-ast-checker
Ben Smith
2016-04-04
1
-0
/
+1032