Age | Commit message (Expand) | Author |
2012-01-01 | use reloop-relevant js optimizer passes only when actually relooping | Alon Zakai |
2012-01-01 | add .ll debugging output option to emcc | Alon Zakai |
2011-12-30 | add optimizeShiftsConservative to emcc | Alon Zakai |
2011-12-28 | better debug info from emcc | Alon Zakai |
2011-12-26 | fix for debug printing in emcc | Alon Zakai |
2011-12-26 | refactor emcc debug saving of intermediates | Alon Zakai |
2011-12-23 | emcc debug info | Alon Zakai |
2011-12-22 | debugging stuff in emcc | Alon Zakai |
2011-12-22 | better temp dir definition and usage, and more debugging output in emcc | Alon Zakai |
2011-12-22 | make reloop warning appear only exactly when needed | Alon Zakai |
2011-12-21 | emcc debugger output | Alon Zakai |
2011-12-21 | fix for o1.test_cases | Alon Zakai |
2011-12-21 | add internal option to let emcc not compile inputs to bc. fixes test_cases | Alon Zakai |
2011-12-20 | refactoring and fixes for running more tests in new o1 and o2 modes | Alon Zakai |
2011-12-20 | refactor test system, replace ta2 runs with o1 (-O1 with SAFE_HEAP) and o2 (-... | Alon Zakai |
2011-12-20 | hoist multiples into branchings right before them | Alon Zakai |
2011-12-19 | nicer output in emcc when there are source code errors, plus test | Alon Zakai |
2011-12-19 | fix closure compiler warning in emcc and add sanity test | Alon Zakai |
2011-12-18 | sanity checks | Alon Zakai |
2011-12-17 | remove wip message from emcc | Alon Zakai |
2011-12-17 | fix gcc/g++ selection logic in emcc when just configuring | Alon Zakai |
2011-12-17 | various robustness improvements to emcc | Alon Zakai |
2011-12-16 | make emcc and emar more robust against odd makefile inputs | 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 | completely automatic malloc inclusion in emcc | Alon Zakai |
2011-12-16 | mention that we use closure advanced opts | Alon Zakai |
2011-12-15 | disable C++ exception catching in emcc -O1 and -O2 | Alon Zakai |
2011-12-15 | js optimizer pass to simplify certain bit ops | Alon Zakai |
2011-12-15 | allow specifying the temp dir 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 | 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 | 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-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 |
2011-12-13 | refactor emcc in preparation for compiling multiple files at once | Alon Zakai |
2011-12-13 | finish llvm opts in emcc, plus more tests | Alon Zakai |
2011-12-13 | llvm opts in emcc (untested) | Alon Zakai |