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
2012-01-18
use llvm internalive and globaldce to remove unneeded code before compiling ↵
Alon Zakai
to js
2012-01-18
fix emcc bug with detecting bitcode after refactoring of llvm-nm calling code
Alon Zakai
2012-01-18
automatically use libcxx when needed
Alon Zakai
2012-01-18
further refactor the library scanning code, and prepare for libcxx
Alon Zakai
2012-01-18
refactor library def scanning code
Alon Zakai
2012-01-17
cache for dlmalloc and soon libc++
Alon Zakai
2012-01-11
better workaround for v8 bug 1895
Alon Zakai
2012-01-10
option for NODE_JS_SAFE as a workaround for intermittent failures due to ↵
Alon Zakai
node issue 2476
2012-01-10
refactor js optimizer to not use fs.* as much as possible
Alon Zakai
2012-01-10
use NODE_JS when calling coffee and eliminator, to avoid problems with ↵
Alon Zakai
missing system node
2012-01-08
fix and optimize cached header handling in test runner
Alon Zakai
2012-01-05
do not add compiler opts to CFLAGS, we add them in emcc anyhow (which is safer)
Alon Zakai
2012-01-05
Merge branch 'master' of git://github.com/jterrace/emscripten into incoming
Jeff Terrace
2012-01-04
properly remove all local system include dirs
Alon Zakai
2012-01-04
Set HOST_* variables for cross-compiling
Jeff Terrace
2012-01-03
Merge pull request #155 from FishingCactus/osx_darwin_fix
Alon Zakai
Fix bit code detection when llvm is compiled with darwin as a target
2012-01-03
force a target of i386-pc-linux-gnu
Alon Zakai
2012-01-03
Add comment for Osx specific treatment of bitcode files
julien.hamaide
2012-01-03
Fix bitcode support when llvm is compiled for darwin target
julien.hamaide
2012-01-02
use -idirafter instead of -I for our system dirs, to allow overriding
Alon Zakai
2012-01-02
load default settings into Settings on reset
Alon Zakai
2012-01-01
add .ll debugging output option to emcc
Alon Zakai
2011-12-23
fix crash when TEMP_DIR not defined in ~/.emscripten
Alon Zakai
2011-12-22
better temp dir definition and usage, and more debugging output in emcc
Alon Zakai
2011-12-20
refactoring and fixes for running more tests in new o1 and o2 modes
Alon Zakai
2011-12-20
refactor test system, replace ta2 runs with o1 (-O1 with SAFE_HEAP) and o2 ↵
Alon Zakai
(-O2 without closure)
2011-12-19
better error handling for problems in js optimizer and eliminator
Alon Zakai
2011-12-19
better closure compiler error reporting
Alon Zakai
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
[next]