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
/
emscripten.py
Age
Commit message (
Collapse
)
Author
2012-11-07
test coverage for splitting each function out into an emscript chunk
Alon Zakai
2012-11-06
allow setting the js compiler in emscripten.py, for people that don't use ↵
Alon Zakai
emcc and ~/.emscripten
2012-11-06
emscripten profiling cleanup
Alon Zakai
2012-11-06
optimize emscript indexize using python re
Alon Zakai
2012-11-06
run emscript func chunks in parallel
Alon Zakai
2012-11-06
refactor emscript chunking code
Alon Zakai
2012-11-06
cleanup
Alon Zakai
2012-11-06
fix chunking bug
Alon Zakai
2012-11-06
chunk funcs pass in emscript
Alon Zakai
2012-11-06
cleanup
Alon Zakai
2012-11-06
generate indexedFunctions in pre, and give it the information to do so
Alon Zakai
2012-11-06
fix debug metadata
Alon Zakai
2012-11-06
process each function separately in emscript
Alon Zakai
2012-11-06
optimize line splitting in emscript
Alon Zakai
2012-11-06
emscript profiling
Alon Zakai
2012-11-06
cleanup
Alon Zakai
2012-11-06
split js compiler into three passes, to facilitate future parallization
Alon Zakai
2012-07-03
remove some unused command line arguments
Chad Austin
2012-04-24
better hashbang in emscripten.py
Alon Zakai
2012-04-13
--js-library option to make it easy to add additional library_*.js files
Alon Zakai
2012-02-05
show warning if using emscripten.py directly
Alon Zakai
2012-01-21
do not generate annotations when disassembling bitcode
Alon Zakai
2012-01-21
remove --optimize and --malloc from emscripten.py, since they are obsoleted ↵
Alon Zakai
by emcc options
2012-01-08
fix and optimize cached header handling in test runner
Alon Zakai
2011-12-11
refactor run_js and an additional emcc test
Alon Zakai
2011-12-11
refactor temp files handling code, and first passing compilation test for emcc
Alon Zakai
2011-12-06
fix broken --optimize
Alon Zakai
2011-11-18
rename OPTIMIZE to MICRO_OPTS
Alon Zakai
2011-11-17
Remove muting or std outputting stderr.
LCID Fire
2011-10-13
comment on .ll input
Alon Zakai
2011-10-09
warning in emscripten.py
Alon Zakai
2011-10-05
path fixes
Alon Zakai
2011-10-05
fix merge conflicts
Alon Zakai
2011-10-02
fix langinfo
Alon Zakai
2011-09-25
fix header parsing bug and unistd.h header; fixes unistd_confstr
Alon Zakai
2011-09-25
fix bug with no headers passed to emscripten.py
Alon Zakai
2011-09-25
parse C1|C2 in headers; properly fixes fcntl
Alon Zakai
2011-09-25
improve header constant parsing
Alon Zakai
2011-09-24
emscripten.py option to expose header #defines to library. fixes fcntl
Alon Zakai
2011-09-24
start to include system headers (tests broken)
Alon Zakai
2011-09-23
harmonize use of COMPILER_ARGS
Alon Zakai
2011-09-23
Edited emscripten.py via GitHub
SiggyBar
2011-09-04
always use clang in emscripten.py; fixes python test
Alon Zakai
2011-07-30
fix for running emscripten on a file in the local directory
Alon Zakai
2011-07-30
workarounds for js engine bugs
Alon Zakai
2011-07-13
Switched from argparse to optparse in emscripten.py, for older Python.
max99x
2011-07-09
Polish for emscripten.py and its tests.
max99x
2011-07-08
Reverted hashbang from /usr/bin/python2 to /usr/bin/python.
max99x
2011-07-08
* Added support for automatically determining llvm-gcc/clang data layout in ↵
max99x
emscripten.py. * Added a dlmalloc linking test. * Fixed double-evaling of JSON in emscripten.py when --dlmalloc is passed.
2011-07-08
Moved cleanup into a `finally` block.
max99x
[next]