aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-24testAlon Zakai
2012-12-24fix llvm.expect and add testAlon Zakai
2012-12-24show js stack in C assertionsAlon Zakai
2012-12-24fix ctlz and add testAlon Zakai
2012-12-23llvm_ctlz_i64Alon Zakai
2012-12-23clean up all temp files in js optimizerAlon Zakai
2012-12-23clean up temp files in js optimizerAlon Zakai
2012-12-23undef i386 and x86_64, not just with __'sAlon Zakai
2012-12-21add slack to crunch reftestsAlon Zakai
2012-12-21update crunch reference image to latest crunch svnAlon Zakai
2012-12-21fix test_utfAlon Zakai
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 ↵Alon Zakai
exports alive
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
Python compatibility
2012-12-19Updated AUTHORS to add myself.Alan Kligman
2012-12-19Added support for python in auto-generated config so that warnings about ↵Alan Kligman
PYTHON not being defined are not emitted.
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
should preserve the default behavior in a way that can be overridden.
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 ↵Alan Kligman
symlink pointing to the right place. See PEP394 for details on why this should be OK.
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
Add function name filter for LABEL_DEBUG
2012-12-13chunk very large array literals in global constants, to avoid 'array ↵Alon Zakai
initializer too large errors' closes #194
2012-12-12do not try to eliminate phi variables, which are unsafe to be removed and ↵Alon Zakai
the llvm optimizer will remove anyhow if unused
2012-12-12make Building.is_* tests emit errors to stderrAlon Zakai
2012-12-12clamp glColor floats to [0,1]Alon Zakai