https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
bc9414f define memory in c backend output as a union of views 07 April 2014, 17:40:21 UTC
99d7949 use no-strict-aliasing in c backend 07 April 2014, 17:40:21 UTC
6110923 c backend debugging options 04 April 2014, 23:12:22 UTC
fe65cd1 memory hashing option 04 April 2014, 21:20:26 UTC
7b3bed1 add option for aliasing mem views in c backend 04 April 2014, 00:34:18 UTC
7f34224 disable benchmarks that don't work yet in c backend 03 April 2014, 21:41:57 UTC
f393fc9 --c-compiler option, forward -Ox, and emit executable from c backend (so we now emit all 3 files: js, c, and exe) 03 April 2014, 18:09:05 UTC
5810200 fix crash on empty stats in c backend 02 April 2014, 23:46:28 UTC
c542a6b ensure a single core is used in c backend 02 April 2014, 22:48:13 UTC
6483537 misc functions and math constants 02 April 2014, 22:36:59 UTC
b0d10cf misc c backend updates 02 April 2014, 22:29:12 UTC
0caf4d8 fix big memcpys in c backend 02 April 2014, 21:58:36 UTC
5e2e002 assert on not exceeding memory size in c backend output 02 April 2014, 21:00:32 UTC
70bd958 relocate NULL to NULL when calling to outside libc funcs from c backend output 02 April 2014, 20:50:13 UTC
82a3e32 improve c backend memory setup 02 April 2014, 20:44:30 UTC
93bf476 make sbrk and dynamicAlloc in c backend more similar to asm.js 02 April 2014, 19:08:59 UTC
f05048b SIMPLE_MEM_INIT option 01 April 2014, 23:40:15 UTC
8712598 handle empty cases in js optimizer 01 April 2014, 22:42:45 UTC
12af35b more lib stuff 01 April 2014, 22:42:15 UTC
44d7d69 emit function tables in c backend 01 April 2014, 21:55:00 UTC
713fa1f work towards function tables support 01 April 2014, 21:08:00 UTC
41e0980 add includes on the fly in c backend 31 March 2014, 23:07:54 UTC
e0cd8a5 fixees in c backend benchmarker 31 March 2014, 22:24:17 UTC
e12e948 support fround and init variables to 0 31 March 2014, 22:19:12 UTC
a41e511 improve c backend benchmarking 31 March 2014, 21:39:41 UTC
47f7cd3 support main argc/argv in c backend 31 March 2014, 21:35:59 UTC
f7c4e4c refactor test 31 March 2014, 20:37:00 UTC
e2ed2df add test 31 March 2014, 20:33:32 UTC
d16bfdc fix c backend on -o syntax 31 March 2014, 20:30:26 UTC
619041c wip CBackendBenchmarker 31 March 2014, 20:09:18 UTC
6b69e0a spacing 31 March 2014, 17:15:25 UTC
c33b696 whitelist library functions instead of the reverse 29 March 2014, 00:55:34 UTC
9612703 add sbrk and working c backend test with fannkuch 29 March 2014, 00:44:02 UTC
06a870f handle labeled breaks and continues using goto + adding a post-label (for breaks) 28 March 2014, 22:01:03 UTC
06a40c5 emit argv data to static memory, to avoid mallocs during startup 28 March 2014, 22:00:34 UTC
c2897ba wip3 28 March 2014, 21:34:50 UTC
7839414 fix heap accesses 28 March 2014, 01:11:27 UTC
b7ef052 do not override the system malloc/free 28 March 2014, 00:52:20 UTC
a4c0c70 fixes 28 March 2014, 00:22:07 UTC
572b9c8 un-varargify printfs 28 March 2014, 00:06:20 UTC
728a812 wip2 27 March 2014, 23:40:25 UTC
61d28f7 WIP 25 March 2014, 23:50:27 UTC
ba6c41b make printf do the best we can 25 March 2014, 23:14:38 UTC
b8cba6e comment 25 March 2014, 23:09:56 UTC
dd549e8 handle switch in c backend 25 March 2014, 22:59:53 UTC
5640303 fix main arguments as best we can in c backend 25 March 2014, 22:07:54 UTC
7c73e32 modify special calls in c backend 25 March 2014, 21:45:56 UTC
82a68e1 emit function prototypes 25 March 2014, 21:22:40 UTC
6a9008c misc js backend fixes 25 March 2014, 21:10:32 UTC
7d8453a fix >>> 25 March 2014, 21:07:28 UTC
c3aa03c missing ; in c backend do-while 25 March 2014, 21:03:50 UTC
4146323 more node types in c backend, and handle c externs like stdout 25 March 2014, 21:02:27 UTC
da9e4b3 refactor test 25 March 2014, 20:36:14 UTC
7ea4b6e simplify static bump emitting in fastcomp, and get c backend hello world test to work 25 March 2014, 20:30:57 UTC
f6f7ce8 ignore js libs as well if not LINK_SYSTEM_LIBS 25 March 2014, 18:54:03 UTC
ed61af8 LINK_SYSTEM_LIBS option 25 March 2014, 18:41:31 UTC
1b8906a relocate pointers into external libc functions 25 March 2014, 00:21:03 UTC
22804c2 fix c backend expression 24 March 2014, 23:13:18 UTC
42b3266 start c_backend test 24 March 2014, 23:07:36 UTC
2afc88c simplify MEM in c backend, so it compiles as c 24 March 2014, 23:04:31 UTC
542ea20 emit something from js-optimizer.js even when not emitting ast, to avoid js_optimizer assert 24 March 2014, 23:00:38 UTC
3bc7d7a c_backend.py and cIfy js optimizer pass 24 March 2014, 22:56:29 UTC
deee302 add FINALIZE_JS option 24 March 2014, 22:26:40 UTC
14deb80 refactor out lastOpts in an optimization pass 24 March 2014, 22:26:40 UTC
63ed033 1.14.0 24 March 2014, 22:15:11 UTC
398f6f7 Merge branch 'patch-1' of github.com:dandv/emscripten into incoming Conflicts: README.markdown 24 March 2014, 21:06:49 UTC
1762d5a Merge branch 'patch-2' of github.com:dandv/emscripten into incoming Conflicts: AUTHORS 24 March 2014, 21:04:16 UTC
45a98fe Adding @dandv 24 March 2014, 20:58:19 UTC
44bec89 Merge pull request #2236 from waywardmonkeys/remove-invalid-type-info-destructor Remove empty std::type_info destructor. 24 March 2014, 18:50:42 UTC
97b99d6 fix caching of asm const strings; fixes #2253 24 March 2014, 18:14:04 UTC
e309c20 testcase for issue #2244 24 March 2014, 01:53:43 UTC
d38cd65 do not warn on missing emscripten_ functions 22 March 2014, 21:24:36 UTC
e3ec6a6 Explain what LLVM is for new users 20 March 2014, 18:11:49 UTC
e2e9426 Merge pull request #2237 from waywardmonkeys/runner-help Update test runner help text. 18 March 2014, 21:14:18 UTC
5cd4da6 comment on webrtc test 18 March 2014, 19:25:55 UTC
9158e99 webrtc test fix 18 March 2014, 19:21:15 UTC
705f294 Merge pull request #2241 from Noxalus/incoming Complete the list of properly supported keys 18 March 2014, 18:36:35 UTC
450f157 Complete the list of properly supported keys Sort the key code and scan code maps by key and add many missing keys. 18 March 2014, 18:17:56 UTC
5abf366 Merge pull request #2231 from modeswitch/incoming Add local broker for webrtc p2p test. Fixes #1974. 18 March 2014, 17:42:17 UTC
ca5203f Update test runner help text. There is no more o1 test target. 18 March 2014, 09:22:43 UTC
5569c5a Remove empty std::type_info destructor. This is provided by libcxxabi and there are actually 3 different destructors, not just this one, so let things pick up libcxxabi correctly. 18 March 2014, 08:57:13 UTC
0b04c1e add ifs benchmark 18 March 2014, 00:56:17 UTC
c998e41 flip a non-existent else block in simplifyIfs, if adding such a block can help 18 March 2014, 00:56:17 UTC
c422f49 flip in simplifyElses if it can help 18 March 2014, 00:56:17 UTC
db3ab95 fuse if-elses where the relooper did not emit a label clearing 18 March 2014, 00:56:17 UTC
dc797a4 make simplifyIfs a settings option 18 March 2014, 00:56:17 UTC
fb331c9 fix else fusing when label has multiple assigns or checks 18 March 2014, 00:56:17 UTC
9b7c270 comment on outlining downsides 18 March 2014, 00:56:17 UTC
df8919a fuse elses to remove unnecessary label settings and checks, after we simplified ifs 18 March 2014, 00:56:17 UTC
dc70532 don't commaify if it doesn't help 18 March 2014, 00:56:17 UTC
c4fc445 simplify nested ifs with identical elses 18 March 2014, 00:56:17 UTC
6c31546 uncommaify between ifs that can potentially be simplified 18 March 2014, 00:56:17 UTC
f6c2bcd remove unnecessary code from simplifyIfs 18 March 2014, 00:56:17 UTC
dbb60d0 add another if testcase in relooper 18 March 2014, 00:56:17 UTC
b079453 add test_simplify_ifs 18 March 2014, 00:56:17 UTC
e4462dc filter out empty blocks in simplifyIfs 18 March 2014, 00:56:17 UTC
3215f80 simplifyIfs js optimizer pass 18 March 2014, 00:56:17 UTC
cf5307c Cleaned up required files (some things aren't needed for this test); Run `npm install` as part of test. 17 March 2014, 23:28:04 UTC
b1f141d Updated gitignore 17 March 2014, 23:07:07 UTC
c3a8ac0 Fixed accidental submodule 17 March 2014, 23:04:51 UTC
back to top