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-12-13
fix typo
Alon Zakai
2013-12-13
wrap external functions for function tables in fastcomp
Alon Zakai
2013-12-12
disable another test in fastcomp
Alon Zakai
2013-12-07
fix typos
Alon Zakai
2013-12-07
get glue phase to emit i64 stuff for fastcomp
Alon Zakai
2013-12-07
include precise i64 math stuff when fastcomp tells us
Alon Zakai
2013-12-03
handle global initializers from fastcomp
Alon Zakai
2013-12-03
finalize function table masks for fastcomp
Alon Zakai
2013-12-03
do not assume fastcomp emits 'pre' table
Alon Zakai
2013-12-02
be sure to not emit an external ref as both a var and a func in fastcomp
Alon Zakai
2013-12-02
use externs for fastcomp vars and declare for fastcomp funcs
Alon Zakai
2013-12-01
differentiate external vars from funcs in fastcomp
Alon Zakai
2013-11-30
send EXPORTED_FUNCTIONS to fastcomp glue
Alon Zakai
2013-11-29
emit runPostSets call in fastcomp
Alon Zakai
2013-11-29
fix repeating global_funcs for fastcomp
Alon Zakai
2013-11-29
do not emit empty postsets from js compiler for fastcomp output
Alon Zakai
2013-11-27
send externs to library including
Alon Zakai
2013-11-27
add fastcomp externs to asm imports
Alon Zakai
2013-11-24
don't import implemented functions from library
Alon Zakai
2013-11-24
make fastcomp imports unique
Alon Zakai
2013-11-24
support for ignoring nacl intrinsics
Alon Zakai
2013-11-22
require asm.js in fastcomp
Alon Zakai
2013-11-21
use only LLVM_ROOT in fastcomp invocations
Alon Zakai
2013-11-21
stop using separate js backend
Alon Zakai
2013-11-21
assume for now that js optimizer runs after fastcomp
Alon Zakai
2013-11-21
do not -O2 between abi simplification
Alon Zakai
2013-11-21
add some support for le32=2 mode, where varargs is just 4-byte aligned
Alon Zakai
2013-11-21
handle nan and inf in fastcomp
Alon Zakai
2013-11-21
fix pnacl tool names to pnacl master
Alon Zakai
2013-11-21
debug comment
Alon Zakai
2013-11-21
fastcomp debug stuff
Alon Zakai
2013-11-21
move some output behind DEBUG
Alon Zakai
2013-11-20
use implementedFunctions from js libraries as well; hello world passes using ...
Alon Zakai
2013-11-20
receive implementedFunctions from fastcomp
Alon Zakai
2013-11-20
memory initializer in fastcomp
Alon Zakai
2013-11-20
hack up support for 'glue' phase in js compiler, to just generate glue for ba...
Alon Zakai
2013-11-20
parse fastcomp output into parts
Alon Zakai
2013-11-19
hackish emscript_fast toolchain integrations
Alon Zakai
2013-11-19
add emscript_fast overview and remove jcache from it
Alon Zakai
2013-11-19
fork emscript_fast
Alon Zakai
2013-11-14
fix bug with linking bullet without any metadata whatsoever; fixes other.test...
Alon Zakai
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
[prev]
[next]