Alon Zakai
|
086526150c
|
completely automatic malloc inclusion in emcc
|
2011-12-16 14:55:17 -08:00 |
Alon Zakai
|
ac78c51c1b
|
mention that we use closure advanced opts
|
2011-12-16 10:56:36 -08:00 |
Alon Zakai
|
426ae60955
|
disable C++ exception catching in emcc -O1 and -O2
|
2011-12-15 22:13:40 -08:00 |
Alon Zakai
|
693dcd6d30
|
js optimizer pass to simplify certain bit ops
|
2011-12-15 18:39:03 -08:00 |
Alon Zakai
|
8b1ee6dde8
|
allow specifying the temp dir for emcc
|
2011-12-15 11:01:56 -08:00 |
Alon Zakai
|
708cb6037e
|
emcc option to override closure compiler, and use closure compiler by default in -O2 and not just -O3
|
2011-12-14 21:17:53 -08:00 |
Alon Zakai
|
12c70c9236
|
fix for source suffixes in emcc
|
2011-12-14 20:15:18 -08:00 |
Alon Zakai
|
53254fd492
|
support for .cc files in emcc
|
2011-12-14 20:13:22 -08:00 |
Alon Zakai
|
4d97e261fc
|
support -o with multiple bitcode inputs in emcc
|
2011-12-14 18:46:48 -08:00 |
Alon Zakai
|
193a0cc9d2
|
more logging in emcc, and only generate js/html if specifically told to (so building things like .so.0.1.0.0) will work, as bitcode
|
2011-12-14 18:12:22 -08:00 |
Alon Zakai
|
67a5e29fa9
|
comment
|
2011-12-14 18:01:23 -08:00 |
Alon Zakai
|
bd670b9f4d
|
refactor emcc to use a temp directory for intermediate files
|
2011-12-14 17:42:35 -08:00 |
Alon Zakai
|
df41a40591
|
generate .o by default, not .bc. fixes test_zlib
|
2011-12-14 17:01:16 -08:00 |
Alon Zakai
|
b2c69c52b1
|
emcc linking fixes and tests
|
2011-12-14 11:39:53 -08:00 |
Alon Zakai
|
5322f208ad
|
initial work to refactor emcc into emcc, emld, emar, emranlib
|
2011-12-14 11:12:19 -08:00 |
Alon Zakai
|
6c2ee0edcf
|
return to a.out.js as default output in emcc
|
2011-12-14 10:50:22 -08:00 |
Alon Zakai
|
8ba32fb279
|
use emcc in benchmarks
|
2011-12-13 21:14:52 -08:00 |
Alon Zakai
|
b6ec8c397c
|
two env var settings for emcc
|
2011-12-13 19:19:43 -08:00 |
Alon Zakai
|
7fa88ad051
|
emcc --help fix
|
2011-12-13 19:11:42 -08:00 |
Alon Zakai
|
0091d9ca06
|
refactor emcc to support compiling multiple files, and partial work on supporting linker invocations
|
2011-12-13 18:23:00 -08:00 |
Alon Zakai
|
ba17804f62
|
support a (js) target when emcc is given two input files
|
2011-12-13 16:32:40 -08:00 |
Alon Zakai
|
394bbcf08e
|
refactor emcc in preparation for compiling multiple files at once
|
2011-12-13 16:21:03 -08:00 |
Alon Zakai
|
0dcba8bc4e
|
finish llvm opts in emcc, plus more tests
|
2011-12-13 14:08:44 -08:00 |
Alon Zakai
|
9071942043
|
llvm opts in emcc (untested)
|
2011-12-13 12:20:45 -08:00 |
Alon Zakai
|
c89d2ec4a4
|
support for --typed-arrays in emcc
|
2011-12-13 10:09:59 -08:00 |
Alon Zakai
|
7782c8cd4e
|
support for -s in emcc
|
2011-12-12 18:07:07 -08:00 |
Alon Zakai
|
6df042a2ae
|
support for running the js optimizer, eliminator and closure compiler from emcc
|
2011-12-12 17:41:03 -08:00 |
Alon Zakai
|
0281e14fd6
|
warning about -O3 in emcc
|
2011-12-12 16:55:42 -08:00 |
Alon Zakai
|
011d5e3631
|
relooper warning in emcc
|
2011-12-12 16:53:09 -08:00 |
Alon Zakai
|
063298bda9
|
emcc initial support for -Ox
|
2011-12-12 13:35:51 -08:00 |
Alon Zakai
|
a5bd3ed73d
|
support for generating html in emcc, and a test for that that also tests SDL, and some fixes for SDL
|
2011-12-12 11:24:16 -08:00 |
Alon Zakai
|
ae02feec36
|
more emcc functionality and tests
|
2011-12-11 20:43:08 -08:00 |
Alon Zakai
|
d13c1e87d5
|
refactor temp files handling code, and first passing compilation test for emcc
|
2011-12-11 15:24:04 -08:00 |
Alon Zakai
|
4191d90052
|
emcc help update
|
2011-12-11 11:54:22 -08:00 |
Alon Zakai
|
7859e29000
|
--help in emcc
|
2011-12-11 11:39:00 -08:00 |
Alon Zakai
|
58f694a190
|
emcc: --version
|
2011-12-11 10:23:03 -08:00 |
Alon Zakai
|
753437a56d
|
emcc stuff
|
2011-11-22 21:34:03 -08:00 |