Alon Zakai
|
a48941b07c
|
modernize lua .ll and simplify test to not need EMCC_KEEP_INPUTS_RAW which is hackish
|
2013-01-09 15:59:58 -08:00 |
Alon Zakai
|
b4cdf27a95
|
let test runner output processor handle stdout and err separately
|
2013-01-09 15:47:16 -08:00 |
Alon Zakai
|
c6652bf70f
|
gitignore
|
2013-01-09 14:44:09 -08:00 |
Alon Zakai
|
71c35cabf9
|
fix test_emcc_caching
|
2013-01-09 12:43:58 -08:00 |
Alon Zakai
|
8e283ee92b
|
rename dlmalloc to libc in cache, in preparation for adding further code there
|
2013-01-09 12:38:43 -08:00 |
Alon Zakai
|
4dd19ff114
|
mention asm.js'ing in benchmarks
|
2013-01-09 11:09:59 -08:00 |
Alon Zakai
|
b6c33b1fb5
|
fix asmEnsureFloat and asmInitializer
|
2013-01-09 10:55:36 -08:00 |
Alon Zakai
|
d7c3e10b67
|
optimize |,& on constants
|
2013-01-08 18:24:29 -08:00 |
Alon Zakai
|
4c4caded64
|
make docs mention that bitcode is the default
|
2013-01-08 17:59:58 -08:00 |
Alon Zakai
|
ed106fefa4
|
make sure there is a final return in functions that return value in asm
|
2013-01-08 17:15:36 -08:00 |
Alon Zakai
|
62ca2bf2fa
|
add tempValue in asm
|
2013-01-08 16:52:02 -08:00 |
Alon Zakai
|
c31a515ee3
|
improve |0 removal in asm mode a little
|
2013-01-08 16:50:37 -08:00 |
Alon Zakai
|
78dbafb289
|
keep a coercion right on top of heap accesses in asm mode
|
2013-01-08 16:43:52 -08:00 |
Alon Zakai
|
0779c55c28
|
fix asmCoercion for aggregate types
|
2013-01-08 16:03:01 -08:00 |
Alon Zakai
|
e30b32a8ca
|
uncomment exception stub
|
2013-01-08 15:57:40 -08:00 |
Alon Zakai
|
486db79e93
|
fix bug with lack of recursion in simplifyBitops
|
2013-01-08 15:12:12 -08:00 |
Alon Zakai
|
14bb76d546
|
asm coerce varargs argument
|
2013-01-08 14:17:30 -08:00 |
Alon Zakai
|
166aed3b7b
|
stub _ZNSt9exceptionD2Ev for the case where dlmalloc is included but not libcxx, to avoid an asm warning
|
2013-01-08 14:13:03 -08:00 |
Alon Zakai
|
a4a85b7c87
|
fix test_exceptions
|
2013-01-08 14:10:05 -08:00 |
Alon Zakai
|
4379d19dc2
|
ensure a return when an abort happens in a function that returns something
|
2013-01-08 13:51:02 -08:00 |
Alon Zakai
|
3a866bd0b3
|
define tempInt in asm
|
2013-01-08 13:26:54 -08:00 |
Alon Zakai
|
828a7ec134
|
refactor networking code to start supporting multiple backends
|
2013-01-08 11:05:45 -08:00 |
Alon Zakai
|
2d164ea839
|
rename websockets tests
|
2013-01-08 10:35:35 -08:00 |
Alon Zakai
|
0cb8bcd6a8
|
wget2 docs
|
2013-01-07 18:50:53 -08:00 |
Alon Zakai
|
51980b34bf
|
Merge remote-tracking branch 'wolfviking/incoming' into incoming
Conflicts:
AUTHORS
src/library_browser.js
system/include/emscripten/emscripten.h
|
2013-01-07 17:43:36 -08:00 |
Alon Zakai
|
9bf835df2c
|
fix asm relooper bug
|
2013-01-07 16:51:27 -08:00 |
Alon Zakai
|
fe0d110de9
|
do not asm coerce values of type void (e.g. functions that return nothing)
|
2013-01-07 16:12:26 -08:00 |
Alon Zakai
|
680d3f7de3
|
accept either 0.0 or +0 as double in asm coercion
|
2013-01-07 16:01:08 -08:00 |
Alon Zakai
|
116eb79d55
|
ensure float literals are hinted as floats in asm
|
2013-01-07 15:49:57 -08:00 |
Alon Zakai
|
7d249fbeb1
|
add asm.js mode to relooper, for label comparisons
|
2013-01-07 14:02:19 -08:00 |
Alon Zakai
|
79f0cfe423
|
update relooper tests
|
2013-01-07 13:52:17 -08:00 |
Alon Zakai
|
97fe3159e1
|
always coerce asm calls
|
2013-01-07 13:21:58 -08:00 |
Alon Zakai
|
6538207d95
|
remove unneeded ' in asm exports
|
2013-01-07 13:15:08 -08:00 |
Alon Zakai
|
578971453d
|
reset the stack top when CATCH_EXIT_CODE
|
2013-01-07 12:54:29 -08:00 |
Alon Zakai
|
904d9b7512
|
disable EXCEPTION_DEBUG by default
|
2013-01-07 11:53:19 -08:00 |
Alon Zakai
|
cdbb625213
|
TODO for asm double literals
|
2013-01-07 11:48:08 -08:00 |
Alon Zakai
|
2c2fda2daf
|
notice Math.* library redirects as being functions
|
2013-01-07 11:10:52 -08:00 |
Alon Zakai
|
6e7910e09d
|
fix bug with adding non-functions to libraryFunctions in ASM_JS
|
2013-01-07 11:05:12 -08:00 |
Alon Zakai
|
006059dbb9
|
simple asm mode that just exports main
|
2013-01-07 10:34:48 -08:00 |
Alon Zakai
|
b787395d8f
|
do not call run if dependencies are resolved but we were not supposed to call run in the first place
|
2013-01-06 12:00:21 -08:00 |
Alon Zakai
|
8e12485da5
|
sysexits.h
|
2013-01-06 10:08:00 -08:00 |
Alon Zakai
|
e2cca54219
|
index, rindex
|
2013-01-06 10:03:24 -08:00 |
Alon Zakai
|
d15a3b366c
|
fix networking for both stream and dgram
|
2013-01-05 12:15:05 -08:00 |
Alon Zakai
|
814cd72af9
|
handle sending forced messages of non-multiple-of-4 sizes
|
2013-01-04 18:54:31 -08:00 |
Alon Zakai
|
4804ea9ca4
|
SOCKET_FORCED_MESSAGING option
|
2013-01-04 17:14:50 -08:00 |
Alon Zakai
|
1951a1c743
|
refactor socket code, ensure that each call to recv/recvmsg receives a single separate message
|
2013-01-04 15:10:35 -08:00 |
Alon Zakai
|
05be831d56
|
rename socket queue
|
2013-01-04 14:38:06 -08:00 |
Alon Zakai
|
de82576598
|
refactor socket code, ensure that we send all a sendmsg's iovs in a single socket send
|
2013-01-04 14:31:55 -08:00 |
Alon Zakai
|
a11bed277f
|
fix sdl shutdown crash
|
2013-01-03 18:50:23 -08:00 |
Alon Zakai
|
95feb649fe
|
warn about ASM_JS
|
2013-01-03 12:10:41 -08:00 |