aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Expand)Author
2013-11-15do not kill asm library functions with DEAD_FUNCTIONS, as they perform fundam...Alon Zakai
2013-11-13don't show both errors and warnings on undefined symbolsAlon Zakai
2013-11-13test for multiple undefined symbolsAlon Zakai
2013-11-12make DEAD_FUNCTIONS work on js library functions tooAlon Zakai
2013-11-01do not emit unnecessary coercions when calling a math builtin with a floatAlon Zakai
2013-11-01Merge branch 'incoming' into f32Alon Zakai
2013-10-30remove finalizeParam and properly use finalizeLLVMParameter everywhereAlon Zakai
2013-10-30fix missing semicolons on simd load and storeAlon Zakai
2013-10-29clean up simd code, fix uint32x4 heap offsets, and add testingAlon Zakai
2013-10-29use asm ffi coercing for floats in load abort callsAlon Zakai
2013-10-25send and receive only doubles through ffis, not floatsAlon Zakai
2013-10-25support fround in function tables and asm module support functionsAlon Zakai
2013-10-25simplify auto-return adding code, and make it generic so it can handle floats...Alon Zakai
2013-10-19commented-out compiler profiler supportAlon Zakai
2013-10-18avoid allocating huge lists for [BIGNUM x type] typesAlon Zakai
2013-10-18integrate the SIMD polyfill codeAlon Zakai
2013-10-18extractelementAlon Zakai
2013-10-18simd fixAlon Zakai
2013-10-18shufflevectorAlon Zakai
2013-10-18insertelementAlon Zakai
2013-10-18vector loads and storesAlon Zakai
2013-10-18vector loadAlon Zakai
2013-10-18stubs for insertelement and shufflevectorAlon Zakai
2013-10-17optimize globalVariableHandler a littleAlon Zakai
2013-10-16simplify bss handlingAlon Zakai
2013-10-14use proper separator in va_argHandler; fixes #1705Alon Zakai
2013-10-14do not show spurious warnings about missing library depsAlon Zakai
2013-10-13warn on missing library deps, remove an obsolete VFS dep, and add a necessary...Alon Zakai
2013-10-10do not emit postSets for function indexing etc., bake them into the memory in...Alon Zakai
2013-10-10do not assert on output of numeric 0 from a js handlerAlon Zakai
2013-10-08use ident in alloca intertypeAlon Zakai
2013-10-03remove unneeded EMIT_GENERATED_FUNCTIONSAlon Zakai
2013-10-03emit final missing returns in compiler itselfAlon Zakai
2013-10-02explicitly define setjmp helper varsAlon Zakai
2013-10-02when function is actually void, do not capture it's output even if llvm mista...Alon Zakai
2013-10-02optimize Math.x to Math_xAlon Zakai
2013-10-02define legalized bitshift vars explicitlyAlon Zakai
2013-10-02add explicit var to indirectbrAlon Zakai
2013-10-02add explicit variable for invoke chunksAlon Zakai
2013-10-02add explicit vars for phi dependency breaksAlon Zakai
2013-10-02add explicit vars for illegal mathops and landingpadAlon Zakai
2013-10-02register phi variables in functionAlon Zakai
2013-10-02chunk label init with the restAlon Zakai
2013-10-02add final return in non-relooped asm.js outputAlon Zakai
2013-10-02remove newlines from function line results, simplify joining themAlon Zakai
2013-10-02remove inter-function indentationAlon Zakai
2013-10-02remove whitespace after switch loopAlon Zakai
2013-10-02remove whitespace in call argsAlon Zakai
2013-10-02remove unnecessary function param coercion parensAlon Zakai
2013-10-02bigger var chunksAlon Zakai