aboutsummaryrefslogtreecommitdiff
path: root/emscripten.py
AgeCommit message (Expand)Author
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
2013-12-02use externs for fastcomp vars and declare for fastcomp funcsAlon Zakai
2013-12-01differentiate external vars from funcs in fastcompAlon Zakai
2013-11-30send EXPORTED_FUNCTIONS to fastcomp glueAlon Zakai
2013-11-29emit runPostSets call in fastcompAlon Zakai
2013-11-29fix repeating global_funcs for fastcompAlon Zakai
2013-11-29do not emit empty postsets from js compiler for fastcomp outputAlon Zakai
2013-11-27send externs to library includingAlon Zakai
2013-11-27add fastcomp externs to asm importsAlon Zakai
2013-11-24don't import implemented functions from libraryAlon Zakai
2013-11-24make fastcomp imports uniqueAlon Zakai
2013-11-24support for ignoring nacl intrinsicsAlon Zakai
2013-11-22require asm.js in fastcompAlon Zakai
2013-11-21use only LLVM_ROOT in fastcomp invocationsAlon Zakai
2013-11-21stop using separate js backendAlon Zakai