aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
2012-01-01use reloop-relevant js optimizer passes only when actually reloopingAlon Zakai
2012-01-01add .ll debugging output option to emccAlon Zakai
2011-12-30add optimizeShiftsConservative to emccAlon Zakai
2011-12-28better debug info from emccAlon Zakai
2011-12-26fix for debug printing in emccAlon Zakai
2011-12-26refactor emcc debug saving of intermediatesAlon Zakai
2011-12-23emcc debug infoAlon Zakai
2011-12-22debugging stuff in emccAlon Zakai
2011-12-22better temp dir definition and usage, and more debugging output in emccAlon Zakai
2011-12-22make reloop warning appear only exactly when neededAlon Zakai
2011-12-21emcc debugger outputAlon Zakai
2011-12-21fix for o1.test_casesAlon Zakai
2011-12-21add internal option to let emcc not compile inputs to bc. fixes test_casesAlon Zakai
2011-12-20refactoring and fixes for running more tests in new o1 and o2 modesAlon Zakai
2011-12-20refactor test system, replace ta2 runs with o1 (-O1 with SAFE_HEAP) and o2 (-...Alon Zakai
2011-12-20hoist multiples into branchings right before themAlon Zakai
2011-12-19nicer output in emcc when there are source code errors, plus testAlon Zakai
2011-12-19fix closure compiler warning in emcc and add sanity testAlon Zakai
2011-12-18sanity checksAlon Zakai
2011-12-17remove wip message from emccAlon Zakai
2011-12-17fix gcc/g++ selection logic in emcc when just configuringAlon Zakai
2011-12-17various robustness improvements to emccAlon Zakai
2011-12-16make emcc and emar more robust against odd makefile inputsAlon Zakai
2011-12-16improve linking in emcc, can now build zlib, openjpeg, freetypeAlon Zakai
2011-12-16support for .ll files as inputs to emccAlon Zakai
2011-12-16hide dlmalloc output in emccAlon Zakai
2011-12-16completely automatic malloc inclusion in emccAlon Zakai
2011-12-16mention that we use closure advanced optsAlon Zakai
2011-12-15disable C++ exception catching in emcc -O1 and -O2Alon Zakai
2011-12-15js optimizer pass to simplify certain bit opsAlon Zakai
2011-12-15allow specifying the temp dir for emccAlon Zakai
2011-12-14emcc option to override closure compiler, and use closure compiler by default...Alon Zakai
2011-12-14fix for source suffixes in emccAlon Zakai
2011-12-14support for .cc files in emccAlon 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 b...Alon Zakai
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-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-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 suppor...Alon Zakai
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-13finish llvm opts in emcc, plus more testsAlon Zakai
2011-12-13llvm opts in emcc (untested)Alon Zakai