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-07
generate separate type-specific function tables
Alon Zakai
2012-12-07
add asm test suite
Alon Zakai
2012-12-07
fix merge error
Alon Zakai
2012-12-07
add asm imports and exports, hello world works
Alon Zakai
2012-12-07
notice function indentation in js_optimizer.py so that we properly scan inden...
Alon Zakai
2012-12-07
fix suffix in js optimizer
Alon Zakai
2012-12-07
export is reserved
Alon Zakai
2012-12-07
export implementedFunctions when necessary for asm.js
Alon Zakai
2012-12-07
only export asm functions from asm, not library functions
Alon Zakai
2012-12-07
work towards exports
Alon Zakai
2012-12-07
remove irrelevant code from asm module
Alon Zakai
2012-12-07
set up asm.js 'module'
Alon Zakai
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
2012-11-27
correct indexed globals in structured constants
Alon Zakai
2012-11-27
external globals and not indexable
Alon Zakai
2012-11-27
fix assignment to indexed global
Alon Zakai
2012-11-27
fix test_cases_subnums
Alon Zakai
2012-11-27
always use names for aliases
Alon Zakai
2012-11-27
notice type of aliases when no named globals
Alon Zakai
2012-11-27
switch to all or nothing named globals, and add testing
Alon Zakai
2012-11-27
fix NUM_NAMED_GLOBALS bug with global postsets and add test coverage
Alon Zakai
2012-11-27
avoid unnecessary disk IO in test_gcc_unmangler
Alon Zakai
2012-11-26
use hashlib instead of md5
Alon Zakai
2012-11-24
allow limited the amount of named globals
Alon Zakai
2012-11-24
remove STRING_TABLE in preparation for better system to reduce # of globals
Alon Zakai
2012-11-24
fix snprintf on output size 0
Alon Zakai
[next]