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
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2012-12-07
generate separate type-specific function tables
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
export implementedFunctions when necessary for asm.js
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-11-28
fix sprintf
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
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
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-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
2012-11-23
assert on string operations not exceeding memory
Alon Zakai
2012-11-23
fix fmin
Alon Zakai
2012-11-23
fix sscanf n bug, fixes #727
Alon Zakai
2012-11-23
fix glBufferSubData
Alon Zakai
2012-11-22
Merge pull request #726 from xxuejie/incoming
Alon Zakai
Add strtof function(use strtod instead)
2012-11-22
fix setjmp/longjmp to notice if we actually setjmped in the invocation of ↵
Alon Zakai
the function on the stack, so recursive functions can use setjmp/longjmp
2012-11-22
drand48
Alon Zakai
2012-11-22
forward only the actually necessary data between emscript phases
Alon Zakai
2012-11-21
a few mono-llvm intrinsics
Alon Zakai
2012-11-21
emscripten_run_script_string
Alon Zakai
2012-11-20
Add strtof function(use strtod instead)
Xuejie Xiao
2012-11-20
Merge pull request #724 from xxuejie/add_erf
Alon Zakai
Add erf and erfc implementations
2012-11-20
EXPORT_ALL option
Alon Zakai
2012-11-20
llvm trap
Alon Zakai
2012-11-20
gc additions
Alon Zakai
2012-11-20
pthread_cleanup_pop
Alon Zakai
2012-11-20
pthread_cleanup_push
Alon Zakai
2012-11-20
fx fscanf
Alon Zakai
2012-11-20
comment
Alon Zakai
2012-11-20
warn on very large structural types that slow us down
Alon Zakai
2012-11-20
switch dpring to stderr
Alon Zakai
2012-11-20
fix sscanf bug and clean up code; fixes #723
Alon Zakai
2012-11-19
Fix a bug in erfc function
Xuejie Xiao
[next]