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-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
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
2012-11-19
Add erf and erfc implementations
Xuejie Xiao
2012-11-19
fix separator in atomic ops; fixes #722
Alon Zakai
2012-11-19
handle empty inline js
Alon Zakai
2012-11-19
ignore thread_local linkage
Alon Zakai
2012-11-19
support/ignore cc11
Alon Zakai
2012-11-16
print out hexadecimal 64-bit values properly, and fix some bugs with I64_PREC...
Alon Zakai
2012-11-16
add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we can'...
Alon Zakai
2012-11-16
update heap exports when enlarging memory; fixes #713
Alon Zakai
2012-11-16
remove unneeded assertion
Alon Zakai
2012-11-15
cache isType calls
Alon Zakai
[next]