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
2014-02-04
WARN_UNALIGNED option for fastcomp
Alon Zakai
2014-02-03
fix wrapper coercions on floats in fastcomp
Alon Zakai
2014-02-03
support for floats in fastcomp
Alon Zakai
2014-02-02
parse exports from fastcomp, and enable test_llvm_used
Alon Zakai
2014-01-30
asmify rand
Alon Zakai
2014-01-28
fix fastcomp detection; fixes #2072
Alon Zakai
2014-01-17
remove stale comment
Alon Zakai
2014-01-16
enable a form of safe heap in asm, using js optimizer pass to ensure full cov...
Alon Zakai
2014-01-13
optimize searching in set of implemented functions in fastcomp toolchain code
Alon Zakai
2014-01-12
export named globals from fastcomp to js
Alon Zakai
2014-01-07
notice simd signal from fastcomp
Alon Zakai
2013-12-19
move fastcomp simplification code into emcc, and simplify it
Alon Zakai
2013-12-19
more dotzero fixes
Alon Zakai
2013-12-18
fix dot zero correction after < or >
Alon Zakai
2013-12-15
more float dotzero fixes
Alon Zakai
2013-12-15
fix for dot fixing
Alon Zakai
2013-12-15
when not running js opts in fastcomp, fix +f to f.0 in python
Alon Zakai
2013-12-15
timing reports for fastcomp
Alon Zakai
2013-12-14
take into account redirects in wrappers
Alon Zakai
2013-12-13
do not import functions implemented by fastcomp
Alon Zakai
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
[next]