4770277b15
Remove parser refactor commented out code, unused imports and fields
2019-05-05 14:28:40 -05:00
f076c04b76
Moved from println to debug the emscripten entrypoint statement
2019-05-05 12:14:25 -07:00
341766dee5
Fixed format
2019-05-05 12:09:55 -07:00
2ba680ad2f
Improved rename function
2019-05-05 12:09:27 -07:00
e1138a553b
Fix LLVM refactor unreachable depth
2019-05-05 13:56:02 -05:00
31acf81762
cargo fmt
2019-05-05 13:37:36 -05:00
1864733ab8
Merge branch 'master' into feature/llvm-cgapi
2019-05-05 13:25:51 -05:00
10a965cc1e
Added few syscalls to run optipng
2019-05-05 11:24:57 -07:00
90dd4bc458
Fix emtests
2019-05-05 11:21:28 -07:00
60c0504bdf
Implement llvm returns in function code generator finalize
2019-05-04 12:07:21 -05:00
353ff60c0f
add misc changes while debugging
2019-05-03 17:34:57 -07:00
c5caf9b6db
Update LLVM FCG begin_body
2019-05-03 00:14:25 -05:00
5e37368ec9
Exception logging (win32): Handle error codes correctly, add some more strings.
2019-05-02 12:45:52 +02:00
c0a5f74d0c
Update lib/middleware-common/Cargo.toml
2019-05-01 11:32:57 -07:00
67c4d74eb4
Update middleware version to 0.4.0
2019-05-01 11:28:14 -07:00
8d86844c5f
Merge branch 'master' into parser-middleware
2019-05-01 13:10:44 -05:00
99c101f312
Merge remote-tracking branch 'origin/master' into parser-middleware
2019-05-02 00:30:58 +08:00
2646765671
Merge branch 'master' into update-version-numbers-to-4
2019-05-01 09:27:38 -07:00
b016ec6b34
Add start_of_code_block to function
2019-04-30 23:44:34 -05:00
0ee2ba0ee6
Implement more of next_function and finalize
2019-04-30 23:22:41 -05:00
ec253c73ab
Implement feed_local
2019-04-30 20:11:44 -05:00
39b6b05f71
Merge branch 'master' into atomic-transparent-repr
2019-04-30 17:09:18 -07:00
747e5321a2
Fixed issues. Updated CHANGELOG
2019-04-30 12:05:13 -07:00
ce140463d6
Merge branch 'master' into feature/jsc-emscripten
2019-04-30 11:47:28 -07:00
e68f5e10e4
Improved emscripten functions to be able to run jsc
2019-04-30 11:47:03 -07:00
82cf572245
Merge #404 #406
...
404: Update to newer common wasmparser version r=xmclark a=bjfish
- versions should match to have matching types in a common parser
- the `0.29.2` version matches the current parser version of cranelift-wasm
406: Cleanup some clippy warnings r=xmclark a=bjfish
Cleaned up some
- long literal lacking separators
- unneeded return
Co-authored-by: Brandon Fish <brandon.j.fish@gmail.com >
2019-04-30 15:37:12 +00:00
21dd01c3aa
Fix LLVM backend compilation and segfaults.
2019-04-30 15:52:43 +08:00
01ba789eed
Cleanup some long literal lacking separators
2019-04-29 23:49:00 -05:00
8acf9edf67
Remove unneeded returns
2019-04-29 23:45:38 -05:00
da807ed2a1
Remove unused imports
2019-04-29 23:40:16 -05:00
a127b770b3
Update to newer common wasmparser version
2019-04-29 23:34:48 -05:00
d020ffd759
update version to 0.4.0
2019-04-29 13:26:51 -07:00
53bebf9c73
Add initial progress to add LLVM to module refactor
2019-04-29 00:13:34 -05:00
305e1801ff
Fix incomplete data section
2019-04-28 15:38:18 +08:00
46fb72af9d
Add missing .rev()
on parameter list and simulate "red zone".
2019-04-28 13:31:22 +08:00
e63d7fd531
Merge
2019-04-28 12:58:27 +08:00
480308c62c
Cargo fmt
2019-04-28 12:54:45 +08:00
cf83a9785f
Print call trace to stderr.
2019-04-28 12:51:51 +08:00
6beb76c3ae
Various cleanups.
2019-04-28 12:48:01 +08:00
a4170d4495
Improved fault debugging with emscripten
2019-04-27 12:53:13 -07:00
2262c8a6da
Finished middleware impl and made a CallTrace middleware
2019-04-27 16:31:47 +08:00
eca8ccdbd4
Move out parser and codegen traits.
2019-04-27 12:31:04 +08:00
a6b8c1b0fa
Fix debug issue
2019-04-26 17:40:55 -07:00
655188a788
Fix WASI FS abstraction for Windows
2019-04-26 13:17:36 -07:00
1ed4142333
Merge branch 'master' into feature/cleanup-imports-unsafe
2019-04-25 16:00:27 -07:00
e86e542da7
Merge #392
...
392: Remove unused function memory_offset_addr r=syrusakbary a=bjfish
Co-authored-by: Brandon Fish <brandon.j.fish@gmail.com >
2019-04-25 21:45:25 +00:00
3998c9ec17
remove zbox because wasmer will not build on windows nightly
2019-04-25 12:45:45 -07:00
9ab7199fe5
Merge branch 'master' into feature/cleanup-imports-unsafe
2019-04-24 08:37:06 -07:00
389c6a015d
Remove unused function memory offset addr
2019-04-24 02:00:07 -05:00
ff9de181f1
Add error propagation test
2019-04-22 15:53:21 -07:00