aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-06Merge pull request #294 from LCID-Fire/error_fixAlon Zakai
Catch and log the errors when calling Processes
2012-03-06ignore fence llvm itemsAlon Zakai
2012-03-05handle signedness properly in 64-bit div, mul, remAlon Zakai
2012-03-05do not rely on browser timezone info, it is very unpredictableAlon Zakai
2012-03-05fix i64 comparisonsAlon Zakai
2012-03-05Merge branch 'master' into incomingAlon Zakai
2012-03-05properly handle html-unfriendly print() outputAlon Zakai
2012-03-05Merge pull request #290 from LCID-Fire/sconsAlon Zakai
Add Tool support for SCons
2012-03-05Remove unnecessary accessing of stdoutLCID Fire
2012-03-04make string constant comments safe for inclusion in htmlAlon Zakai
2012-03-03add noExitRuntime optionAlon Zakai
2012-03-03Add Tool support for SConsLCID Fire
To use: * Link emscripten directory to <ProjectRoot>/site_scons/site_tools/emscripten * Load into an Environment via env.Tool("emscripten") * Use Program and Library normally in SCons
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 ↵Alon Zakai
non-switch structures
2012-03-01clean up optimizeShiftsAggressive a littleAlon Zakai
2012-03-01remove old debugging lineAlon Zakai
2012-03-01Catch and log the errors when calling Processes because users don't get any ↵LCID Fire
clue to what failed.
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