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 (
Collapse
)
Author
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
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
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 correct case for my name, sorry for yet another commit
Xuejie Xiao
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
[next]