Age | Commit message (Expand) | Author |
2012-12-21 | fix missing returns in embind code | Alon Zakai |
2012-12-21 | improve lto | Alon Zakai |
2012-12-21 | fix test_emcc_caching | Alon Zakai |
2012-12-21 | avoid separate lto pass | Alon Zakai |
2012-12-21 | make -fno-math-errno the default | Alon Zakai |
2012-12-21 | by default only keep main alive | Alon Zakai |
2012-12-21 | safely internalize in s_x_x tests too | Alon Zakai |
2012-12-21 | update test_strings | Alon Zakai |
2012-12-21 | update test_jcache | Alon Zakai |
2012-12-21 | update test_emcc | Alon Zakai |
2012-12-21 | do lto before dce, since lto opens up dce opportunities | Alon Zakai |
2012-12-21 | improve and fix test_relooper | Alon Zakai |
2012-12-21 | update test_emcc_caching to improve llvm 3.2 sizes | Alon Zakai |
2012-12-21 | be careful with internalize in llvm LTO, and mark needed symbols for relooper | Alon Zakai |
2012-12-21 | update libcxxabi | Alon Zakai |
2012-12-21 | llvm 3.2 internalize internalizes even main, so manually keep it and other ex... | Alon Zakai |
2012-12-21 | bump expected LLVM version to 3.2 | Alon Zakai |
2012-12-20 | timeb | Alon Zakai |
2012-12-20 | modify sdl error text | Alon Zakai |
2012-12-20 | SDL_SetGamma | Alon Zakai |
2012-12-19 | fix python typo | Alon Zakai |
2012-12-19 | re-kill test_remove_duplicates | Alon Zakai |
2012-12-19 | keep order of unique link inputs the same, for jcache | Alon Zakai |
2012-12-19 | Merge pull request #758 from alankligman/incoming | Alon Zakai |
2012-12-19 | Updated AUTHORS to add myself. | Alan Kligman |
2012-12-19 | Added support for python in auto-generated config so that warnings about PYTH... | Alan Kligman |
2012-12-19 | Removed a debug print message. | Alan Kligman |
2012-12-19 | Added missing changes to tests/runner.py. | Alan Kligman |
2012-12-19 | Updated to add a PYTHON config option instead of defaulting to python2. This ... | Alan Kligman |
2012-12-19 | Updated some python invocations that I missed the first time through. | Alan Kligman |
2012-12-19 | Updated scripts to call python2 directly rather than relying on python symlin... | Alan Kligman |
2012-12-19 | remove --remove-duplicates | Alon Zakai |
2012-12-19 | tolerate people issuing link commands with duplicates in them | Alon Zakai |
2012-12-19 | Merge pull request #746 from xxuejie/function-name-filter | Alon Zakai |
2012-12-13 | chunk very large array literals in global constants, to avoid 'array initiali... | Alon Zakai |
2012-12-12 | do not try to eliminate phi variables, which are unsafe to be removed and the... | Alon Zakai |
2012-12-12 | make Building.is_* tests emit errors to stderr | Alon Zakai |
2012-12-12 | clamp glColor floats to [0,1] | Alon Zakai |
2012-12-12 | keep at least 'node' as the guess for node | Alon Zakai |
2012-12-10 | warni when ignoring libs | Alon Zakai |
2012-12-10 | Remove regexp case since it is slow and rarely used | Xuejie Xiao |
2012-12-10 | ignore llvm.module metadata | Alon Zakai |
2012-12-10 | remove unneeded debug stuff | Alon Zakai |
2012-12-10 | add some link debug stuff | Alon Zakai |
2012-12-08 | fix testcase for longjmp4 to avoid undefined behavior, enable in all optimiza... | Alon Zakai |
2012-12-08 | better fix for the exception testcase in #747 - set the current exception whe... | Alon Zakai |
2012-12-08 | properly use identifier given to resume instruction, avoids issues with cxa_c... | Alon Zakai |
2012-12-07 | disable test_longjmp4 in optimized builds - it fails in native clang -O2 as w... | Alon Zakai |
2012-12-07 | rewrite setjmp code to identify, uniquely, each setjmp and match it to a long... | Alon Zakai |
2012-12-07 | add test_multiexception for #747 | Alon Zakai |