aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-21bump version1.1.0Alon Zakai
2012-12-21fix missing returns in embind codeAlon Zakai
2012-12-21improve ltoAlon Zakai
2012-12-21fix test_emcc_cachingAlon Zakai
2012-12-21avoid separate lto passAlon Zakai
2012-12-21make -fno-math-errno the defaultAlon Zakai
2012-12-21by default only keep main aliveAlon Zakai
2012-12-21safely internalize in s_x_x tests tooAlon Zakai
2012-12-21update test_stringsAlon Zakai
2012-12-21update test_jcacheAlon Zakai
2012-12-21update test_emccAlon Zakai
2012-12-21do lto before dce, since lto opens up dce opportunitiesAlon Zakai
2012-12-21improve and fix test_relooperAlon Zakai
2012-12-21update test_emcc_caching to improve llvm 3.2 sizesAlon Zakai
2012-12-21be careful with internalize in llvm LTO, and mark needed symbols for relooperAlon Zakai
2012-12-21update libcxxabiAlon Zakai
2012-12-21llvm 3.2 internalize internalizes even main, so manually keep it and other ex...Alon Zakai
2012-12-21bump expected LLVM version to 3.2Alon Zakai
2012-12-20timebAlon Zakai
2012-12-20modify sdl error textAlon Zakai
2012-12-20SDL_SetGammaAlon Zakai
2012-12-19fix python typoAlon Zakai
2012-12-19re-kill test_remove_duplicatesAlon Zakai
2012-12-19keep order of unique link inputs the same, for jcacheAlon Zakai
2012-12-19Merge pull request #758 from alankligman/incomingAlon Zakai
2012-12-19Updated AUTHORS to add myself.Alan Kligman
2012-12-19Added support for python in auto-generated config so that warnings about PYTH...Alan Kligman
2012-12-19Removed a debug print message.Alan Kligman
2012-12-19Added missing changes to tests/runner.py.Alan Kligman
2012-12-19Updated to add a PYTHON config option instead of defaulting to python2. This ...Alan Kligman
2012-12-19Updated some python invocations that I missed the first time through.Alan Kligman
2012-12-19Updated scripts to call python2 directly rather than relying on python symlin...Alan Kligman
2012-12-19remove --remove-duplicatesAlon Zakai
2012-12-19tolerate people issuing link commands with duplicates in themAlon Zakai
2012-12-19Merge pull request #746 from xxuejie/function-name-filterAlon Zakai
2012-12-13chunk very large array literals in global constants, to avoid 'array initiali...Alon Zakai
2012-12-12do not try to eliminate phi variables, which are unsafe to be removed and the...Alon Zakai
2012-12-12make Building.is_* tests emit errors to stderrAlon Zakai
2012-12-12clamp glColor floats to [0,1]Alon Zakai
2012-12-12keep at least 'node' as the guess for nodeAlon Zakai
2012-12-10warni when ignoring libsAlon Zakai
2012-12-10Remove regexp case since it is slow and rarely usedXuejie Xiao
2012-12-10ignore llvm.module metadataAlon Zakai
2012-12-10remove unneeded debug stuffAlon Zakai
2012-12-10add some link debug stuffAlon Zakai
2012-12-08fix testcase for longjmp4 to avoid undefined behavior, enable in all optimiza...Alon Zakai
2012-12-08better fix for the exception testcase in #747 - set the current exception whe...Alon Zakai
2012-12-08properly use identifier given to resume instruction, avoids issues with cxa_c...Alon Zakai
2012-12-07disable test_longjmp4 in optimized builds - it fails in native clang -O2 as w...Alon Zakai
2012-12-07rewrite setjmp code to identify, uniquely, each setjmp and match it to a long...Alon Zakai