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 (
Expand
)
Author
2012-12-21
by default only keep main alive
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
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
clamp glColor floats to [0,1]
Alon Zakai
2012-12-10
Remove regexp case since it is slow and rarely used
Xuejie Xiao
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
rewrite setjmp code to identify, uniquely, each setjmp and match it to a long...
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-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
2012-11-22
fix setjmp/longjmp to notice if we actually setjmped in the invocation of the...
Alon Zakai
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
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
[next]