aboutsummaryrefslogtreecommitdiff
path: root/emscripten.py
AgeCommit message (Expand)Author
2014-05-05export SAFE_FT_MASK in non-fastcomp, to fix some asm validation errorsAlon Zakai
2014-05-03add f0 in non-fastcomp when neededAlon Zakai
2014-05-03emit a global const for Math_fround(0) to avoid function call overheads in th...Alon Zakai
2014-05-02handle floats in jsCall properly; fixes asm2f.test_embind_2Alon Zakai
2014-04-25support disabling ALIASING_FUNCTION_POINTERS in fastcompAlon Zakai
2014-04-24check function table masks in safe heap modeAlon Zakai
2014-03-05disable asm validation when backend tells usAlon Zakai
2014-03-04Pass OPT_LEVEL into llc's -O option.Dan Gohman
2014-03-03forward assertions setting into backend, and test checking for invalid # of a...Alon Zakai
2014-03-02fix ASSERTIONS output on bad function pointer callsAlon Zakai
2014-03-01sort function signatures in ASSERTIONS=2 abort message dumps, attempting to s...Alon Zakai
2014-03-01fix other.test_dangerous_func_castAlon Zakai
2014-03-01add test for #2175Alon Zakai
2014-03-01improve assertions message on function pointer errorsAlon Zakai
2014-02-25Introduce the asmjs-unknown-emscripten target triple.Dan Gohman
2014-02-25Fix a variety of pylint warnings.Dan Gohman
2014-02-21turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ...Alon Zakai
2014-02-18useful info in ASSERTIONS=1 and 2 in fastcomp for bad function pointer calls,...Alon Zakai
2014-02-17support reserved function pointers in fastcompAlon Zakai
2014-02-17check all i64 functions for whether we need to include precise i64 codeAlon Zakai
2014-02-04WARN_UNALIGNED option for fastcompAlon Zakai
2014-02-03fix wrapper coercions on floats in fastcompAlon Zakai
2014-02-03support for floats in fastcompAlon Zakai
2014-02-02parse exports from fastcomp, and enable test_llvm_usedAlon Zakai
2014-01-30asmify randAlon Zakai
2014-01-28fix fastcomp detection; fixes #2072Alon Zakai
2014-01-17remove stale commentAlon Zakai
2014-01-16enable a form of safe heap in asm, using js optimizer pass to ensure full cov...Alon Zakai
2014-01-13optimize searching in set of implemented functions in fastcomp toolchain codeAlon Zakai
2014-01-12export named globals from fastcomp to jsAlon Zakai
2014-01-07notice simd signal from fastcompAlon Zakai
2013-12-19move fastcomp simplification code into emcc, and simplify itAlon Zakai
2013-12-19more dotzero fixesAlon Zakai
2013-12-18fix dot zero correction after < or >Alon Zakai
2013-12-15more float dotzero fixesAlon Zakai
2013-12-15fix for dot fixingAlon Zakai
2013-12-15when not running js opts in fastcomp, fix +f to f.0 in pythonAlon Zakai
2013-12-15timing reports for fastcompAlon Zakai
2013-12-14take into account redirects in wrappersAlon Zakai
2013-12-13do not import functions implemented by fastcompAlon Zakai
2013-12-13fix typoAlon Zakai
2013-12-13wrap external functions for function tables in fastcompAlon Zakai
2013-12-12disable another test in fastcompAlon Zakai
2013-12-07fix typosAlon Zakai
2013-12-07get glue phase to emit i64 stuff for fastcompAlon Zakai
2013-12-07include precise i64 math stuff when fastcomp tells usAlon Zakai
2013-12-03handle global initializers from fastcompAlon Zakai
2013-12-03finalize function table masks for fastcompAlon Zakai
2013-12-03do not assume fastcomp emits 'pre' tableAlon Zakai
2013-12-02be sure to not emit an external ref as both a var and a func in fastcompAlon Zakai