aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
2012-02-03Merge pull request #214 from ehsan/suffixesAlon Zakai
2012-02-03Add the so and dll suffixes as bitcode suffixes as wellEhsan Akhgari
2012-02-03enable full optimizations with bindings generatorAlon Zakai
2012-02-02fix for handling of suffixes in emccAlon Zakai
2012-02-02add .a and .dylib as suffixes assumed to be bitcodeAlon Zakai
2012-02-01llvm inlining support (disabled by default; enabled in benchmarks)Alon Zakai
2012-02-01make it clear that some emcc messages are warningsAlon Zakai
2012-02-01refactor build checks for standalone and unsafe optsAlon Zakai
2012-01-31fix usage of llvm opt level in emcc, and test_emcc fixesAlon Zakai
2012-01-31Merge branch 'master' into llvmoptsAlon Zakai
2012-01-30Import shared.py properlyEhsan Akhgari
2012-01-30do not do -Ox or LTO when building a linkable moduleAlon Zakai
2012-01-29split LLVM LTO into separate passAlon Zakai
2012-01-29save raw and optimized bc in EMCC_DEBUGAlon Zakai
2012-01-28Merge branch 'master' into llvmoptsAlon Zakai
2012-01-27Add support for using a shell file except than the built-in oneEhsan Akhgari
2012-01-25do not include libraries when autodebuggingAlon Zakai
2012-01-25autodebugger support in emccAlon Zakai
2012-01-23do not suppress child process output in emcc in DEBUG modeAlon Zakai
2012-01-23emcc help fixAlon Zakai
2012-01-23simplify llvm opt picking code, and allow up to level 3Alon Zakai
2012-01-23enable unsafe llvm opts in emccAlon Zakai
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