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-05-05
export SAFE_FT_MASK in non-fastcomp, to fix some asm validation errors
Alon Zakai
2014-05-03
add f0 in non-fastcomp when needed
Alon Zakai
2014-05-03
emit a global const for Math_fround(0) to avoid function call overheads in th...
Alon Zakai
2014-05-02
handle floats in jsCall properly; fixes asm2f.test_embind_2
Alon Zakai
2014-04-25
support disabling ALIASING_FUNCTION_POINTERS in fastcomp
Alon Zakai
2014-04-24
check function table masks in safe heap mode
Alon Zakai
2014-03-05
disable asm validation when backend tells us
Alon Zakai
2014-03-04
Pass OPT_LEVEL into llc's -O option.
Dan Gohman
2014-03-03
forward assertions setting into backend, and test checking for invalid # of a...
Alon Zakai
2014-03-02
fix ASSERTIONS output on bad function pointer calls
Alon Zakai
2014-03-01
sort function signatures in ASSERTIONS=2 abort message dumps, attempting to s...
Alon Zakai
2014-03-01
fix other.test_dangerous_func_cast
Alon Zakai
2014-03-01
add test for #2175
Alon Zakai
2014-03-01
improve assertions message on function pointer errors
Alon Zakai
2014-02-25
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2014-02-25
Fix a variety of pylint warnings.
Dan Gohman
2014-02-21
turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ...
Alon Zakai
2014-02-18
useful info in ASSERTIONS=1 and 2 in fastcomp for bad function pointer calls,...
Alon Zakai
2014-02-17
support reserved function pointers in fastcomp
Alon Zakai
2014-02-17
check all i64 functions for whether we need to include precise i64 code
Alon Zakai
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
[next]