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 (
Expand
)
Author
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 b...
Alon Zakai
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 e...
max99x
2011-07-08
Moved cleanup into a `finally` block.
max99x
2011-07-08
Cleaning up temporary files in emscripten.py.
max99x
2011-07-08
* Moved pick_llvm_opts() to tools/shared.py.
max99x
2011-07-07
Rewrite of emscripten.py:
max99x
2011-05-15
remove compiler argument to emscripten.py - use ~/.emscripten instead
Alon Zakai
2011-03-16
write to file directly in emscripten.py
Alon Zakai
2011-03-12
use proper constant in emscripten.py
Alon Zakai
2011-01-17
libcxx test; support for linking in test runner; failure in clang_0_1.test_li...
Alon Zakai
2011-01-14
refactor shared components of python tools, and add emmaken.py
Alon Zakai
2010-10-17
misc minor fixes
alon@honor
2010-09-26
beginnings of SDL support; minor fixes for SDL; raytrace web demo
alon@honor
2010-09-20
refactor into files
alon@honor
2010-09-12
allow emscripten.py to read ~/.emscripten for settings
alon@honor
2010-09-11
docs in emscripten.py
alon@honor
2010-09-09
enable sauer test (with RELOOPING=0)
alon@honor
2010-09-09
Allow overriding compiler settings.js
alon@honor
2010-09-09
emscripten.py
alon@honor