aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
2012-01-30Import shared.py properlyEhsan Akhgari
2012-01-27Add support for using a shell file except than the built-in oneEhsan Akhgari
2012-01-21do not generate annotations when disassembling bitcodeAlon Zakai
2012-01-21EMCC_DEBUG info for library inclusionAlon Zakai
2012-01-21test fixes, and fail on trying to use q1 with libcxxAlon Zakai
2012-01-20turn on all CORRECT options for libcxx, just to be safe for nowAlon Zakai
2012-01-19emcc commentAlon Zakai
2012-01-18always include dlmalloc if including libcxx, since libcxx uses new internallyAlon Zakai
2012-01-18move libc++ new into dlmalloc in terms of emcc library autolinkingAlon Zakai
2012-01-18move dlmalloc to system/libAlon Zakai
2012-01-18LINKABLE options, disabling dead code elimination for shared libraries and ma...Alon Zakai
2012-01-18fix bug with doing dead code elimination even with LEAVE_INPUTS_RAWAlon Zakai
2012-01-18use llvm internalive and globaldce to remove unneeded code before compiling t...Alon Zakai
2012-01-18automatically use libcxx when neededAlon Zakai
2012-01-18further refactor the library scanning code, and prepare for libcxxAlon Zakai
2012-01-18refactor library def scanning codeAlon Zakai
2012-01-17fix typoAlon Zakai
2012-01-17preparations for libcxx buildingAlon Zakai
2012-01-17fix emcc bug from last commitAlon Zakai
2012-01-17refactor emcc compiled library code which handles dlmallocAlon Zakai
2012-01-17cache for dlmalloc and soon libc++Alon Zakai
2012-01-15run multiple js optimizer passes in batchesAlon Zakai
2012-01-12emcc option to compress js whitespaceAlon Zakai
2012-01-07do not do redundant llvm optimizations on bitcode; do them only when actually...Alon Zakai
2012-01-07automatic malloc need detection for newAlon Zakai
2012-01-05fix bug with emcc not respecting absolute paths and always placing outputs in...Alon Zakai
2012-01-04fix bug with not creating proper bitcode output with proper file name when em...Alon Zakai
2012-01-04fix suffix of saved .ll file in emcc debug modeAlon Zakai
2012-01-04--js-transform option for emccAlon Zakai
2012-01-01additional emcc debugging outputAlon Zakai
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