index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
2012-12-07
clear setjmped when handling a longjmp, so we can proceed to longjmp later co...
Alon Zakai
2012-12-07
Add function name filter for LABEL_DEBUG
Xuejie Xiao
2012-12-07
properly implement uitofp/sitofp using our existing code for that; fixes #745
Alon Zakai
2012-12-07
add parts of system bitcode libraries when necessary, and refactor library in...
Alon Zakai
2012-12-04
Ignore generated files src/relooper.js[.raw.js] for git
Tobias Weibel
2012-12-04
Merge pull request #735 from eclecticdave/emcc_so_fix
Alon Zakai
2012-12-04
recursively traverse .a files until we have all we need
Alon Zakai
2012-12-04
only add in .o inside .a that are needed
Alon Zakai
2012-12-03
do not apply -l if not generating an executable or a library
Alon Zakai
2012-12-03
ignore argument after -I -L for purposes of input detection in emcc
Alon Zakai
2012-11-30
Fixes to emcc to make autoconf enable shared objs
David Claughton
2012-11-30
Merge pull request #734 from dinibu/incoming
Alon Zakai
2012-11-30
Fixed embind for non-void non-const class methods (with test).
Dominic Wong
2012-11-28
fix sprintf
Alon Zakai
2012-11-28
Merge pull request #731 from juj/print_benchmark_errors
Alon Zakai
2012-11-28
Use 'return 0;' instead of 'return 1;' in all native code in tests/runner.py ...
Jukka Jylänki
2012-11-28
Improve test runner build_native and run_native functions to output detailer ...
Jukka Jylänki
2012-11-27
disable tests not working without named globals
Alon Zakai
2012-11-27
avoid overhead in named globals builds
Alon Zakai
2012-11-27
do not index globals referred to by name in library
Alon Zakai
2012-11-27
llvm global ctors is not indexable
Alon Zakai
2012-11-27
update test_cases/gepoverflow
Alon Zakai
2012-11-27
fix global indexing bugs
Alon Zakai
2012-11-27
fix alias precheck
Alon Zakai
2012-11-27
do global indexing up front
Alon Zakai
2012-11-27
fix vtable null termination with indexed globals
Alon Zakai
2012-11-27
do not globalIndex externals
Alon Zakai
[next]