aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-12-07add test_multiexception for #747Alon Zakai
2012-12-07clear setjmped when handling a longjmp, so we can proceed to longjmp later co...Alon Zakai
2012-12-07Add function name filter for LABEL_DEBUGXuejie Xiao
2012-12-07properly implement uitofp/sitofp using our existing code for that; fixes #745Alon Zakai
2012-12-07add parts of system bitcode libraries when necessary, and refactor library in...Alon Zakai
2012-12-04Ignore generated files src/relooper.js[.raw.js] for gitTobias Weibel
2012-12-04Merge pull request #735 from eclecticdave/emcc_so_fixAlon Zakai
2012-12-04recursively traverse .a files until we have all we needAlon Zakai
2012-12-04only add in .o inside .a that are neededAlon Zakai
2012-12-03do not apply -l if not generating an executable or a libraryAlon Zakai
2012-12-03ignore argument after -I -L for purposes of input detection in emccAlon Zakai
2012-11-30Fixes to emcc to make autoconf enable shared objsDavid Claughton