index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2012-11-23
fix glBufferSubData
Alon Zakai
2012-11-23
fix socket.h
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
fix o2.test_openjpeg
Alon Zakai
2012-11-22
don't emit debug info that confuses o2.test_openjpeg
Alon Zakai
2012-11-22
notice generated functions with $ in them
Alon Zakai
2012-11-22
fix test_js_optimizer
Alon Zakai
2012-11-22
drand48
Alon Zakai
2012-11-22
fix bug in js optimizer on closured data
Alon Zakai
2012-11-22
test for mixed jcache results
Alon Zakai
2012-11-22
forward only the actually necessary data between emscript phases
Alon Zakai
2012-11-22
add timing info in emscript
Alon Zakai
2012-11-22
fix ll func identifying for chunking purposes, and add testing of jcache on ↵
Alon Zakai
a large program
2012-11-22
save only strings in jcache
Alon Zakai
2012-11-22
more carefully split out functions in js optimizer
Alon Zakai
2012-11-22
assert on generatedFunctions being there when we need it
Alon Zakai
2012-11-21
more jcache testing, and add newlines to ensure chunk separation
Alon Zakai
2012-11-21
finish js optimizer caching and add tests
Alon Zakai
2012-11-21
basic logic of jcache in js optimizer
Alon Zakai
2012-11-21
test for inlineasm with outputs
Alon Zakai
2012-11-21
print out total time in emcc in debug mode
Alon Zakai
2012-11-21
fix emscript funcs caching and add testing
Alon Zakai
2012-11-21
a few mono-llvm intrinsics
Alon Zakai
2012-11-21
use chunkify in js optimizer, in preparation for jcaching
Alon Zakai
2012-11-21
cache emscript function chunks
Alon Zakai
2012-11-21
return chunks of text in chunkify to simplify the ap-iy
Alon Zakai
2012-11-21
add chunking test for using multiple cores
Alon Zakai
2012-11-21
fix chunking logic to generate >1 chunk
Alon Zakai
2012-11-21
improve chunkify to consider previous chunkings when caching
Alon Zakai
2012-11-21
refactor chunking code and add function ident information
Alon Zakai
2012-11-21
fix missing jcache passing
Alon Zakai
2012-11-21
make emscript chunks lists of functions, to make it easier later to load ↵
Alon Zakai
them separately from jcache
2012-11-21
fix bug with ignore label comments inside functions
Alon Zakai
2012-11-21
more jcache testing
Alon Zakai
2012-11-21
fix and test pre caching
Alon Zakai
2012-11-21
basic jcache on pre with files+cPickle
Alon Zakai
2012-11-21
add more caching logic including short vs full keys
Alon Zakai
2012-11-21
basic logic and stubs for caching pre phase
Alon Zakai
2012-11-21
set up parameter passing for jcache
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
update closure compiler to 20120917 (revision 2180); fixes #719
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
define GC_finalization_proc
Alon Zakai
2012-11-20
networking and sockets header additions
Alon Zakai
2012-11-20
pthread_cleanup_pop
Alon Zakai
[next]