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
/
tools
/
shared.py
Age
Commit message (
Collapse
)
Author
2011-12-18
finish sanity checks
Alon Zakai
2011-12-18
sanity checks
Alon Zakai
2011-12-18
Merge branch 'incoming'
Alon Zakai
2011-12-17
use emcc in structbyval and safe_heap tests
Alon Zakai
2011-12-17
bitcode checking function
Alon Zakai
2011-12-16
improve linking in emcc, can now build zlib, openjpeg, freetype
Alon Zakai
2011-12-16
support for .ll files as inputs to emcc
Alon Zakai
2011-12-16
USE_FHEAP in shared.py
Alon Zakai
2011-12-16
completely automatic malloc inclusion in emcc
Alon Zakai
2011-12-16
temporarily return emmaken to test runner instead of emcc
Alon Zakai
2011-12-14
refactor emcc to use a temp directory for intermediate files
Alon Zakai
2011-12-14
initial prep for emcc by default
Alon Zakai
2011-12-13
def/undef to make things work on windows
Alon Zakai
2011-12-13
finish llvm opts in emcc, plus more tests
Alon Zakai
2011-12-13
llvm opts in emcc (untested)
Alon Zakai
2011-12-12
support for running the js optimizer, eliminator and closure compiler from emcc
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-11
emcc: --version
Alon Zakai
2011-12-06
add 'defaults' pass in test runner, and rename other passes to 'special'
Alon Zakai
2011-12-05
partial support for runtime linking of separately-compiled modules (only ↵
Alon Zakai
functions)
2011-12-05
accept either JS_ENGINE or JS_ENGINES in ~/.emscripten
Alon Zakai
2011-12-04
fix line numbers with multiple linked files
Alon Zakai
2011-12-03
fixes for using node as both compiler engine and code running engine. node ↵
Alon Zakai
is now default in settings.py
2011-12-03
Modify exit() to throw an object and catch it.
David Claughton
* Changed exit from throwing an text string to throwing an Error-derived object encapsulating the exit status. Then catch it in 'callMain' and return the status. Enable this functionality by setting CATCH_EXIT_CODE in settings.js
2011-11-27
do not save function JS in memory, print it out and forget it to save memory ↵
Alon Zakai
during compilation
2011-11-25
add two failing tests for issue 123
Alon Zakai
2011-11-21
llvm optimizations tweaks
Alon Zakai
2011-11-19
initial work on JS optimizer
Alon Zakai
2011-11-19
pick_llvm_opts comment
Alon Zakai
2011-11-19
tweak to pick_llvm_opts
Alon Zakai
2011-11-18
rename OPTIMIZE to MICRO_OPTS
Alon Zakai
2011-11-17
prep for unsafe opts
Alon Zakai
2011-11-17
refactor llvm opts code
Alon Zakai
2011-11-17
Remove muting or std outputting stderr.
LCID Fire
2011-11-17
refactor PGO code
Alon Zakai
2011-11-16
clean up benchmark code
Alon Zakai
2011-11-16
initial support for unaligned reads/writes in t2
Alon Zakai
2011-11-15
emconfiguren script and refactor Building
Alon Zakai
2011-11-13
use our own headers with the native compiler during configure in emmaken
Alon Zakai
2011-11-12
don't use unsafe opts in benchmarks
Alon Zakai
2011-11-11
fix bug with duplicate llvm_as, and other tweaks to that code
Alon Zakai
2011-11-11
fix for building projects when they already exist
Alon Zakai
2011-11-10
test tweak
Alon Zakai
2011-11-09
initial work on i64
Alon Zakai
2011-10-31
building tweak
Alon Zakai
2011-10-28
minor build_library tweaks
Alon Zakai
2011-10-28
default params for run_js
Alon Zakai
2011-10-28
error detection in Building.link
Alon Zakai
2011-10-26
build fixes
Alon Zakai
[next]