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
/
emcc
Age
Commit message (
Expand
)
Author
2013-05-16
enable aliasing function pointers by default in -O2
Alon Zakai
2013-05-10
add FORCE_ALIGNED_MEMORY=1 to -O3
Alon Zakai
2013-05-06
fix sdl inclusion
Alon Zakai
2013-05-06
auto-include malloc/free when SDL is used; fixes #1139
Alon Zakai
2013-05-06
fix memory initializer detection
Alon Zakai
2013-05-05
update comments
Alon Zakai
2013-05-03
adjust js pass logging level to debug
Alon Zakai
2013-05-03
update tests
Alon Zakai
2013-05-03
restore warning on no input files, to match gcc
Alon Zakai
2013-05-03
fix some logging uses
Alon Zakai
2013-05-03
tweak some logging levels
Alon Zakai
2013-05-03
Displays usage when no argument is passed.
Éloi Rivard
2013-05-03
* Added some colors to messages displayed from python files.
Éloi Rivard
2013-05-01
only recommend jcache with -g
Alon Zakai
2013-05-01
require -g with jcache, fixes test_jcache
Alon Zakai
2013-04-30
add support for changing the llvm target using EMCC_LLVM_TARGET in the env
Alon Zakai
2013-04-29
error on undefined symbols in js configure-ing
Alon Zakai
2013-04-29
add target settings
Alon Zakai
2013-04-29
[libcextra] Add wcwidth, wcswidth.
Bruce Mitchener
2013-04-29
[libcextra] wctrans and friends.
Bruce Mitchener
2013-04-29
[libcextra] add isw* classification functions.
Bruce Mitchener
2013-04-25
Merge branch 'idb-preload-cache' of github.com:modeswitch/emscripten into mod...
Alon Zakai
2013-04-25
clean up meminit detection
Alon Zakai
2013-04-25
Add --use-preload-cache option to emcc, which passes it through to file_packa...
Alan Kligman
2013-04-23
Clean up libc / libcxx build infrastructure.
Bruce Mitchener
2013-04-22
Move wchar,mb stuff to libcextra.
Bruce Mitchener
2013-04-22
Add musl multibyte function implementations.
Bruce Mitchener
2013-04-22
Add musl wchar function implementations.
Bruce Mitchener
2013-04-22
Let libc.symbols use same symbol format as libcxx.
Bruce Mitchener
2013-04-19
update tests
Alon Zakai
2013-04-19
disable asm.js when using embind
Alon Zakai
2013-04-19
enable ASM_JS=1 in -O1+, and start to update testing
Alon Zakai
2013-04-17
enable asm in -O1 and prepare to add testing
Alon Zakai
2013-04-16
Merge pull request #1038 from juj/fix_test_asm_pgo_windows
Alon Zakai
2013-04-15
default memory initializer to off, and add testing coverage
Alon Zakai
2013-04-13
refactor option to use full js in configure, add EMCONFIGURE_JS option
Alon Zakai
2013-04-11
Remove the unwanted abstraction that callee is allowed to autodelete a respon...
Jukka Jylänki
2013-04-11
Extend the use of response files to cover the case when emcc invokes emscript...
Jukka Jylänki
2013-04-10
do not use memory init file without ta2, since we lay out memory in ta2 forma...
Alon Zakai
2013-04-10
emcc note about .mem files
Alon Zakai
2013-04-09
restore memory initialization and testing
Alon Zakai
2013-04-05
disable memory init for now
Alon Zakai
2013-04-05
work towards detecting chunked memory init
Alon Zakai
2013-04-05
do not copy mem file when already in all places
Alon Zakai
2013-04-05
load memory initializer immediately
Alon Zakai
2013-04-05
refactor preRun additions
Alon Zakai
2013-04-05
use a separate memory initialization file
Alon Zakai
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
Get things working with the new libcxx / libcxxabi.
Bruce Mitchener
[next]