aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-14type in sdlAlon Zakai
2011-12-14support -o with multiple bitcode inputs in emccAlon Zakai
2011-12-14more logging in emcc, and only generate js/html if specifically told to (so ↵Alon Zakai
building things like .so.0.1.0.0) will work, as bitcode
2011-12-14commentAlon Zakai
2011-12-14refactor emcc to use a temp directory for intermediate filesAlon Zakai
2011-12-14generate .o by default, not .bc. fixes test_zlibAlon Zakai
2011-12-14initial prep for emcc by defaultAlon Zakai
2011-12-14commentAlon Zakai
2011-12-14test emcc optimization on bitcode filesAlon Zakai
2011-12-14refactor emcc optimization testingAlon Zakai
2011-12-14emcc linking fixes and testsAlon Zakai
2011-12-14initial work to refactor emcc into emcc, emld, emar, emranlibAlon Zakai
2011-12-14return to a.out.js as default output in emccAlon Zakai
2011-12-14make SQL_Quit a no-opAlon Zakai
2011-12-13commentAlon Zakai
2011-12-13use emcc in benchmarksAlon Zakai
2011-12-13two env var settings for emccAlon Zakai
2011-12-13emcc --help fixAlon Zakai
2011-12-13refactor emcc to support compiling multiple files, and partial work on ↵Alon Zakai
supporting linker invocations
2011-12-13support a (js) target when emcc is given two input filesAlon Zakai
2011-12-13refactor emcc in preparation for compiling multiple files at onceAlon Zakai
2011-12-13def/undef to make things work on windowsAlon Zakai
2011-12-13finish llvm opts in emcc, plus more testsAlon Zakai
2011-12-13llvm opts in emcc (untested)Alon Zakai
2011-12-13make shell.html more robust if no canvas supportAlon Zakai
2011-12-13comment on print() on the webAlon Zakai
2011-12-13fix commasAlon Zakai
2011-12-13support for --typed-arrays in emccAlon Zakai
2011-12-12ctype.h header fixAlon Zakai
2011-12-12additional -s emcc testsAlon Zakai
2011-12-12support for -s in emccAlon Zakai
2011-12-12support for running the js optimizer, eliminator and closure compiler from emccAlon Zakai
2011-12-12warning about -O3 in emccAlon Zakai
2011-12-12relooper warning in emccAlon Zakai
2011-12-12fixes to allow generated code to run in a web workerAlon Zakai
2011-12-12add missing file test_hello_world_loop.cppAlon Zakai
2011-12-12ensure the array of values of files is unsignedAlon Zakai
2011-12-12disable EMULATE_UNALIGNED_ACCESSES by default - it isn't neededAlon Zakai
2011-12-12emcc initial support for -OxAlon Zakai
2011-12-12clean up emcc testAlon Zakai
2011-12-12support for generating html in emcc, and a test for that that also tests ↵Alon Zakai
SDL, and some fixes for SDL
2011-12-11more emcc functionality and testsAlon Zakai
2011-12-11refactor run_js and an additional emcc testAlon Zakai
2011-12-11refactor temp files handling code, and first passing compilation test for emccAlon Zakai
2011-12-11emcc help updateAlon Zakai
2011-12-11--help in emccAlon Zakai
2011-12-11emcc: --versionAlon Zakai
2011-12-11simplify and slim down value intertypeAlon Zakai
2011-12-10SDL headers fixAlon Zakai
2011-12-10experimental wip patch to work towards only copying the right heap in ta1 in ↵Alon Zakai
memcpy