aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-04make string constant comments safe for inclusion in htmlAlon Zakai
2012-03-03add noExitRuntime optionAlon Zakai
2012-03-03.o .bc commentAlon Zakai
2012-03-02commentAlon Zakai
2012-03-02minify label ids to numbers early in the analysisAlon Zakai
2012-03-01emit smaller labels for loopsAlon Zakai
2012-03-01don't run optimizeShiftsAggressive without relooping, since it assumes non-sw...Alon Zakai
2012-03-01clean up optimizeShiftsAggressive a littleAlon Zakai
2012-03-01remove old debugging lineAlon Zakai
2012-02-29optimize alignMemoryPageAlon Zakai
2012-02-29fix i64 invoke args, and parsing of very large i64 (and other illegal) constantsAlon Zakai
2012-02-29better fix for leaked globalsAlon Zakai
2012-02-29do not pollute global scope except for node (where we must)Alon Zakai
2012-02-29prevent 3965src etc. from leaking to global scopeAlon Zakai
2012-02-28handle invoke that returns i64Alon Zakai
2012-02-27EMCC_CFLAGS supportAlon Zakai
2012-02-27properly handle illegal phi literalsAlon Zakai
2012-02-27emcc fixAlon Zakai
2012-02-27legalize switch i64Alon Zakai
2012-02-27improve legalizer testAlon Zakai
2012-02-26--pre-js and --post-js optionsAlon Zakai
2012-02-26remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only thereAlon Zakai
2012-02-26do not use -std-compile-opts, which is not really meant to be usedAlon Zakai
2012-02-26emcc helpAlon Zakai
2012-02-25support more mathops in legalizerAlon Zakai
2012-02-25fix paramTypesAlon Zakai
2012-02-25refactor out paramX in mathopsAlon Zakai
2012-02-25do not erase the cache in the test runner (only do it in sanity checks)Alon Zakai
2012-02-24--ignore-dynamic-linking option in emccAlon Zakai
2012-02-24--embed-file option in emccAlon Zakai
2012-02-23make_minigzip.pyAlon Zakai
2012-02-23hello_function.cpp exampleAlon Zakai
2012-02-23add unwind.hAlon Zakai
2012-02-23ccall/cwrap docsAlon Zakai
2012-02-23support -L/-l syntax in emccAlon Zakai
2012-02-23do not break on \r\n on windowsAlon Zakai
2012-02-23cwrap (like ccall, but returns a wrapper function)Alon Zakai
2012-02-22fix typed exceptions for o1 and aboveAlon Zakai
2012-02-22misc library fixes for libcxxabi+test_typed_exceptionsAlon Zakai
2012-02-22add symbols for libcxxabiAlon Zakai
2012-02-22support sub atomicAlon Zakai
2012-02-22use libcxxabi for dynamic_castAlon Zakai
2012-02-22bundle libcxxabiAlon Zakai
2012-02-22fix test_typed_exceptionsAlon Zakai
2012-02-21fix bindings generator bug with closure compilerAlon Zakai
2012-02-21work around v8 slowness bug by not calling new Array for HEAPAlon Zakai
2012-02-21Merge pull request #265 from adetaylor/polymorphic-exception-handlingAlon Zakai
2012-02-20Merge branch 'incoming' of github.com:kripken/emscripten into incomingAlon Zakai
2012-02-20handle bitcasts of doubles to i64s and vice versa properlyAlon Zakai
2012-02-20handle setjmp without an explicit entryAlon Zakai