Age | Commit message (Expand) | Author |
2011-12-17 | fix gcc/g++ selection logic in emcc when just configuring | Alon Zakai |
2011-12-17 | fix poppler test | Alon Zakai |
2011-12-17 | fix SDL_MUSTLOCK | Alon Zakai |
2011-12-17 | various robustness improvements to emcc | Alon Zakai |
2011-12-17 | bitcode checking function | Alon Zakai |
2011-12-17 | add missing file | Alon Zakai |
2011-12-17 | support for std::endl and cout << ints | Alon Zakai |
2011-12-16 | make emcc and emar more robust against odd makefile inputs | Alon Zakai |
2011-12-16 | fix for poppler test | Alon Zakai |
2011-12-16 | improve linking in emcc, can now build zlib, openjpeg, freetype | Alon Zakai |
2011-12-16 | support for .ll files as inputs to emcc | Alon Zakai |
2011-12-16 | hide dlmalloc output in emcc | Alon Zakai |
2011-12-16 | fix bug with accessing memory beyond TOTAL_MEMORY through sbrk | Alon Zakai |
2011-12-16 | completely automatic malloc inclusion in emcc | Alon Zakai |
2011-12-16 | mention that we use closure advanced opts | Alon Zakai |
2011-12-16 | temporarily return emmaken to test runner instead of emcc | Alon Zakai |
2011-12-16 | Merge branch 'master' into emccbydefault | Alon Zakai |
2011-12-15 | disable C++ exception catching in emcc -O1 and -O2 | Alon Zakai |
2011-12-15 | atof | Alon Zakai |
2011-12-15 | js optimizer pass to join together additions | Alon Zakai |
2011-12-15 | Merge branch 'master' into emccbydefault | Alon Zakai |
2011-12-15 | js optimizer pass to simplify certain bit ops | Alon Zakai |
2011-12-15 | rewrite variable analysis code. eliminate unused variables without side effec... | Alon Zakai |
2011-12-15 | allow specifying the temp dir for emcc | Alon Zakai |
2011-12-15 | workaround for js optimizer issue | Alon Zakai |
2011-12-14 | emcc todos | Alon Zakai |
2011-12-14 | todo for emcc | Alon Zakai |
2011-12-14 | emcc option to override closure compiler, and use closure compiler by default... | Alon Zakai |
2011-12-14 | fix for source suffixes in emcc | Alon Zakai |
2011-12-14 | support for .cc files in emcc | Alon Zakai |
2011-12-14 | type in sdl | Alon Zakai |
2011-12-14 | support -o with multiple bitcode inputs in emcc | Alon Zakai |
2011-12-14 | more logging in emcc, and only generate js/html if specifically told to (so b... | Alon Zakai |
2011-12-14 | comment | Alon Zakai |
2011-12-14 | refactor emcc to use a temp directory for intermediate files | Alon Zakai |
2011-12-14 | generate .o by default, not .bc. fixes test_zlib | Alon Zakai |
2011-12-14 | initial prep for emcc by default | Alon Zakai |
2011-12-14 | comment | Alon Zakai |
2011-12-14 | test emcc optimization on bitcode files | Alon Zakai |
2011-12-14 | refactor emcc optimization testing | Alon Zakai |
2011-12-14 | emcc linking fixes and tests | Alon Zakai |
2011-12-14 | initial work to refactor emcc into emcc, emld, emar, emranlib | Alon Zakai |
2011-12-14 | return to a.out.js as default output in emcc | Alon Zakai |
2011-12-14 | make SQL_Quit a no-op | Alon Zakai |
2011-12-13 | comment | Alon Zakai |
2011-12-13 | use emcc in benchmarks | Alon Zakai |
2011-12-13 | two env var settings for emcc | Alon Zakai |
2011-12-13 | emcc --help fix | Alon Zakai |
2011-12-13 | refactor emcc to support compiling multiple files, and partial work on suppor... | Alon Zakai |
2011-12-13 | support a (js) target when emcc is given two input files | Alon Zakai |