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
Age
Commit message (
Expand
)
Author
2013-04-16
* Added a warning to file_packager when an input file does not exist.
Éloi Rivard
2013-04-15
* Added --no-force argument.
Éloi Rivard
2013-04-13
* Little improvements of file_packager.py
Éloi Rivard
2013-04-09
do not use memory init file in relooper itself
Alon Zakai
2013-04-09
try to make WindowsPopen errors a little more explicit
Alon Zakai
2013-04-08
Remove '.' print in tools/js_optimizer.py on Windows. Fixes other.test_chunki...
Jukka Jylänki
2013-04-04
Merge branch 'ag/clang-add-version' of github.com:agladysh/emscripten into ag...
Alon Zakai
2013-04-04
Fix calling try_delete before importing it.
Bruce Mitchener
2013-04-04
Work around problem with constexpr on Windows.
Bruce Mitchener
2013-04-03
bump MAX_NAMES
Alon Zakai
2013-04-04
Add ability to use versioned clang libraries
Alexander Gladysh
2013-04-01
Merge pull request #1009 from waywardmonkeys/another-libcxx-update
1.3.6
Alon Zakai
2013-03-30
fix -nostdinc++
Alon Zakai
2013-03-30
Merge pull request #1004 from waywardmonkeys/fix-nostdincxx
Alon Zakai
2013-03-29
Bump version.
Bruce Mitchener
2013-03-27
-nostdinc++ is needed to not pick up system C++ headers.
Bruce Mitchener
2013-03-26
Remove unused llvm-extract stuff.
Bruce Mitchener
2013-03-25
remove symbol removing hack; export all malloc symbols as weak; add test for ...
1.3.5
Alon Zakai
2013-03-25
Get exceptions working as they were before.
Bruce Mitchener
2013-03-25
Bump version.
1.3.4
Bruce Mitchener
2013-03-25
Get things working with the new libcxx / libcxxabi.
Bruce Mitchener
2013-03-23
remove unneeded check from relooper
1.3.3
Alon Zakai
2013-03-22
v1.3.2
1.3.2
Alon Zakai
2013-03-19
handle negative zero; fixes #921
Alon Zakai
2013-03-18
v1.3.1
1.3.1
Alon Zakai
2013-03-18
check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORT
Alon Zakai
2013-03-16
get bindings generator to work in asm.js (except for customizeVTable)
Alon Zakai
2013-03-15
mark UTF_STRING_SUPPORT as an unsafe but useful opt, in -O3
Alon Zakai
2013-03-14
clean up spidermonkey entry in settings template
Alon Zakai
2013-03-12
disable EMCC_DEBUG when bootstrapping relooper
Alon Zakai
2013-03-12
fix globalScope altering in runtimelink modules; fixes test_runtimelink
Alon Zakai
2013-03-11
add comments on ~/.emscripten file
Alon Zakai
2013-03-11
bump number of minified names
Alon Zakai
2013-03-11
1.3.0
1.3.0
Alon Zakai
2013-03-10
add 'progress' updates from multicore operations in emcc
Alon Zakai
2013-03-10
use whitelist of lines to forward out of generated functions area
Alon Zakai
2013-03-09
move asm return adding test to right place
Alon Zakai
2013-03-09
remove coercions on asm function calls that have no capturing variables
Alon Zakai
2013-03-09
move addFinalReturns to simplyExpressionsPre so it runs even in -g
Alon Zakai
2013-03-09
optimize traverseGeneratedFunctions
Alon Zakai
2013-03-09
do not wipe out everything after the generated functions suffix; fixes test_e...
Alon Zakai
2013-03-09
remove limitations on minified names
Alon Zakai
2013-03-09
use minified names in registerize for locals
Alon Zakai
2013-03-09
refactor registerize global substitution
Alon Zakai
2013-03-09
compress asm shell
Alon Zakai
2013-03-09
improve non-asm parsing of generated functions area to be identical in EMCC_D...
Alon Zakai
2013-03-09
do not emit generated functions suffix when no longer needed
Alon Zakai
2013-03-08
save 0.0 in asm shell minification
Alon Zakai
2013-03-08
fix another name collision
Alon Zakai
2013-03-08
fix temporary workaround for register names
Alon Zakai
[next]