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
2013-11-08
Merge branch 'incoming' into f32
Alon Zakai
2013-11-05
support ASM_JS=2 not just in test runner, and remove some unneeded uses in te...
Alon Zakai
2013-10-29
add test for precise float32 support, allow 3 modes of precise float32 suppor...
Alon Zakai
2013-10-25
support fround in function tables and asm module support functions
Alon Zakai
2013-10-25
emit tempFloat global
Alon Zakai
2013-10-25
move to FROUND option for Math.fround
Alon Zakai
2013-10-18
integrate the SIMD polyfill code
Alon Zakai
2013-10-11
write out funcs and free their memory before starting up the funcs processors
Alon Zakai
2013-10-11
ignore ; Module line, which can confuse jcache as it contains the current tem...
Alon Zakai
2013-10-10
do not split up ll into individual lines in python
Alon Zakai
2013-10-09
fix commented indexing debug statement
Alon Zakai
2013-10-02
Optimize alignment rounding.
Dan Gohman
2013-10-02
make function pointer aliasing configurable
Alon Zakai
2013-10-01
make function table emitting nicer
Alon Zakai
2013-10-01
optimize indexize/blockaddrsize in emscripten.py
Alon Zakai
2013-10-01
optimize asm function table emitting
Alon Zakai
2013-09-30
Merge branch 'incoming' of github.com:ngld/emscripten into incoming
1.6.4
Alon Zakai
2013-09-27
debugging stuff
Alon Zakai
2013-09-26
fix debug printout
Alon Zakai
2013-09-26
Use the logging framework instead of print, to be consistent and as the loggi...
Jukka Jylänki
2013-09-25
add option to run funcs stage in the browser
Alon Zakai
2013-09-25
remove duplicate temp file cleanup
Alon Zakai
2013-09-23
simplify chunk size determination in emscripten.py
Alon Zakai
2013-09-16
Integrate the new tool into emscripten
ngld
2013-09-10
EMCC_STDERR_FILE option, to log stderr in js compiler to a file
Alon Zakai
2013-09-09
mark side modules as not valid asm.js, for now; #1577
Alon Zakai
2013-09-08
track if there is inline js, and if so do not mark as valid asm.js
Alon Zakai
2013-09-03
add extCall_* methods in asm dlopen support, parallel to invoke in that they ...
Alon Zakai
2013-09-03
refactor dlfcn support into DLFCN
Alon Zakai
2013-09-03
assert guards against cross-module stack leaks
Alon Zakai
2013-09-03
remove obsolete header parsing code
Alon Zakai
2013-09-03
fix asm validation of side modules
Alon Zakai
2013-09-03
support function pointer calls across asm modules by passing them all through...
Alon Zakai
2013-09-03
use function table offset for F_BASE_* in shared modules
Alon Zakai
2013-09-03
do not override Runtime methods with asm methods in side modules
Alon Zakai
2013-09-03
use addFunction in dlsym, and define F_BASE in side modules so they can run a...
Alon Zakai
2013-09-03
track maximum function index when using dlopen support
Alon Zakai
2013-08-21
remove some function indentation in asm.js block
Alon Zakai
2013-08-16
pick up function indexing that only happens in pre
Alon Zakai
2013-08-11
experimental toFloat32 option
Alon Zakai
2013-08-08
Refactor a dictionary comprehension for Python 2.6 compatibility.
Nick Bray
2013-08-08
Merge pull request #1403 from imvu/scons-updates-pull-request
Alon Zakai
2013-07-24
fix EXPORT_ALL in asm mode
Alon Zakai
2013-07-17
avoid importing shared from emscripten.py if possible
Chad Austin
2013-07-17
Improve error message to better describe a user error with positional arguments.
Jukka Jylanki
2013-07-15
Merge branch 'self-dlopen' of github.com:int3/emscripten into incoming
Alon Zakai
2013-07-15
Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen.
Jez Ng
2013-07-15
Merge pull request #1357 from int3/keyboard-interrupt
Alon Zakai
2013-07-11
Account for newlines.
Jez Ng
2013-07-11
Filter out unnamed_addr globals from symbol table.
Jez Ng
[next]