Alon Zakai
|
e2d05d569d
|
run sanity checks on emcc -v even without inputs
|
2014-02-25 21:48:03 -08:00 |
Alon Zakai
|
52e38c266a
|
check sanity on emcc -v
|
2014-02-25 21:45:44 -08:00 |
Alon Zakai
|
3e489d4ba4
|
run a sanity check after clearing the cache
|
2014-02-25 20:23:56 -08:00 |
Alon Zakai
|
da9f5bf26a
|
test multiple chunk sizes in cube2hash test
|
2014-02-25 16:49:05 -08:00 |
Alon Zakai
|
34930dcad0
|
fix i386 target usage and asm2.test_cube2hash
|
2014-02-25 16:46:40 -08:00 |
Alon Zakai
|
74e244046b
|
Merge branch 'NiCoX' of github.com:patchanka/emscripten into incoming
Conflicts:
AUTHORS
|
2014-02-25 15:41:05 -08:00 |
Alon Zakai
|
7904517df3
|
add fuzz testcase
|
2014-02-25 15:34:26 -08:00 |
patchanka
|
5bf4d65b99
|
added myself to the authors
|
2014-02-26 00:22:51 +01:00 |
Alon Zakai
|
7ab985f2ca
|
do not warn on undefined symbols for things that are mere js lib dependencies, and not things we know are actually missing (they may be provided by a C implementation); fixes #2154
|
2014-02-25 15:08:58 -08:00 |
Alon Zakai
|
0b063edc49
|
make other.test_outline a little more flexible
|
2014-02-25 13:01:28 -08:00 |
Alon Zakai
|
94d5b3cc8e
|
1.12.2
|
2014-02-25 12:27:28 -08:00 |
Dan Gohman
|
8b3529dd9e
|
Make the "did NOT asm.js'ify" error message more
|
2014-02-25 11:58:53 -08:00 |
Dan Gohman
|
de5271f3c1
|
Fix the banned_js_engines mechanism.
|
2014-02-25 11:58:53 -08:00 |
Dan Gohman
|
3317f2cd79
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
Dan Gohman
|
c600155b1f
|
Begin using the Emscripten toolchain in clang.
With the Emscripten toolchain, we can make clang do more of what we need
directly rather than in the wrapper scripts.
|
2014-02-25 11:58:53 -08:00 |
Dan Gohman
|
377e75950f
|
Update the tests to use asmjs-unknown-emscripten.
|
2014-02-25 11:58:52 -08:00 |
Dan Gohman
|
264a5a91c4
|
Introduce the asmjs-unknown-emscripten target triple.
|
2014-02-25 11:58:52 -08:00 |
Dan Gohman
|
e6f7d1edbe
|
Minor code simplifications.
|
2014-02-25 11:58:52 -08:00 |
Dan Gohman
|
9232a22863
|
Fix a copy+pasto.
|
2014-02-25 11:58:52 -08:00 |
Dan Gohman
|
e024e7f3ac
|
Fix a variety of pylint warnings.
|
2014-02-25 11:58:52 -08:00 |
Alon Zakai
|
18a74170ff
|
add fuzz testcase
|
2014-02-25 11:39:29 -08:00 |
Alon Zakai
|
80de5f33b5
|
warn on emscripten, llvm and clang versions not matching
|
2014-02-24 21:32:27 -08:00 |
Alon Zakai
|
97b05d1956
|
update fuzz testers for fastcomp by default
|
2014-02-24 17:11:52 -08:00 |
Alon Zakai
|
4fd3c8a523
|
v1.12.1 - first testing version with fastcomp on by default
|
2014-02-24 15:48:38 -08:00 |
Alon Zakai
|
a75d43ec8d
|
Merge branch 'fastcomp-by-default' into incoming
|
2014-02-24 14:33:34 -08:00 |
Alon Zakai
|
d47a30c26a
|
add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20
|
2014-02-24 14:32:12 -08:00 |
Alon Zakai
|
cd3e0b2cee
|
add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20
|
2014-02-24 14:31:47 -08:00 |
Jukka Jylänki
|
5756f82b74
|
Fix emscripten_get_callstack to work on Firefox 30 after it implemented column information in callstack info. See https://bugzilla.mozilla.org/show_bug.cgi?id=762556 . Fixes test browser.test_emscripten_log on Firefox 30.
|
2014-02-25 00:24:24 +02:00 |
Alon Zakai
|
ae764ac73f
|
deprecate jcache
|
2014-02-24 12:36:55 -08:00 |
Alon Zakai
|
11a7588153
|
Merge pull request #2149 from TehEpicPineapple/prettier-shell
"Powered by emscripten" logo
|
2014-02-24 11:27:16 -08:00 |
Alon Zakai
|
fb9deefc5a
|
disable some outlining logging
|
2014-02-23 19:44:24 -08:00 |
Alon Zakai
|
a18bd72740
|
add stack bump if only sp is defined but no bump is present, when outlining
|
2014-02-23 14:21:09 -08:00 |
Alon Zakai
|
fd554f90a7
|
emit value in safe heap load logging
|
2014-02-23 14:14:43 -08:00 |
patchanka
|
499b999bf5
|
Changed alcOpenDevice so it works with Safari 6 and newer.
|
2014-02-23 17:02:11 +01:00 |
Alon Zakai
|
db905e3779
|
Merge branch 'master' of github.com:haneefmubarak/emscripten into incoming
|
2014-02-22 17:24:54 -08:00 |
Haneef Mubarak
|
d703d5accc
|
added 'haneefmubarak' to AUTHORS
|
2014-02-22 12:24:32 -08:00 |
Haneef Mubarak
|
960e1eb848
|
update year to 2014
|
2014-02-22 12:12:34 -08:00 |
Alon Zakai
|
a08da7bd41
|
add EM_ASM_ which allows sending values without returning anything
|
2014-02-22 11:58:20 -08:00 |
Alon Zakai
|
bc4dbe1161
|
make test_outline limits a little more flexible
|
2014-02-21 18:46:34 -08:00 |
Alon Zakai
|
b8c670c705
|
do not outline the entire stack prelude, including STACKTOP = ..
|
2014-02-21 18:46:30 -08:00 |
Alon Zakai
|
5840e88177
|
Merge pull request #2147 from waywardmonkeys/remove-unused-headers
execinfo.h and unwind.h are unused and unimplemented.
|
2014-02-21 17:24:59 -08:00 |
Jack Arrington
|
5f160bdcee
|
Actually make margin between canvas and output
|
2014-02-21 20:04:10 -05:00 |
Alon Zakai
|
bf7b435983
|
fix test_scriptaclass
|
2014-02-21 17:02:09 -08:00 |
Alon Zakai
|
bc0a257c98
|
error on CORRUPTION_CHECK in fastcomp
|
2014-02-21 17:00:24 -08:00 |
Jack Arrington
|
b40de44404
|
Add margin between output and canvas
|
2014-02-21 19:42:43 -05:00 |
Jack Arrington
|
857458f5e8
|
"powered by emscripten" logo
|
2014-02-21 19:36:58 -05:00 |
Alon Zakai
|
6960d22962
|
release 1.12.0
|
2014-02-21 16:02:35 -08:00 |
Alon Zakai
|
e7ae8fe97f
|
fix test_files_m: do not put a variable called 'data' in the global scope
|
2014-02-21 15:26:21 -08:00 |
Alon Zakai
|
77241ebeec
|
fix s_x_x tests
|
2014-02-21 15:14:35 -08:00 |
Alon Zakai
|
005950752c
|
RUNTIME_TYPE_INFO is not supported in fastcomp
|
2014-02-21 15:13:03 -08:00 |