aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-13add testcase with big switch for #781Alon Zakai
2013-01-13do not run js optimizer needlessly on 'last'Alon Zakai
2013-01-13workarounds for chrome bug 169705Alon Zakai
2013-01-12emit 0.0 in asm double definitionsAlon Zakai
2013-01-12fix emcc calls to js optimizerAlon Zakai
2013-01-12refactor use of asm in js optimizerAlon Zakai
2013-01-11make asm i32 multiply use signed mathAlon Zakai
2013-01-11correct sign when casting int to double in asmAlon Zakai
2013-01-11more tempDoublePtr refactoringAlon Zakai
2013-01-11make makeGetTempDouble asm-friendlyAlon Zakai
2013-01-11refactor makeGetTempDoubleAlon Zakai
2013-01-11improve hasSideEffects in js optimizer a tiny bitAlon Zakai
2013-01-11fix glVertex3fAlon Zakai
2013-01-11fix gl lib alias calling from js lib codeAlon Zakai
2013-01-11fix connect(); cannot call from js lib code into a lib alias, must call the ↵Alon Zakai
target
2013-01-11fix test_emcc_cachingAlon Zakai
2013-01-11stabilize test_firstrunAlon Zakai
2013-01-11fix test_safe_heapAlon Zakai
2013-01-11fix asm multiply for both floats and intsAlon Zakai
2013-01-11perform asm multiply in getFastValue, so it is used everywhere it needs to beAlon Zakai
2013-01-10ensure that finalized float values are asm-coercedAlon Zakai
2013-01-10remove duplicate floor import in asmAlon Zakai
2013-01-10auto-export some special functions if they are dependencies of a JS library ↵Alon Zakai
element
2013-01-10export memcpy in asm mode so non-asm library functions can use itAlon Zakai
2013-01-10add all math functions to asmAlon Zakai
2013-01-10add Math.abs to default asm importsAlon Zakai
2013-01-10disable memcpy-using tests in s_x_x, it requires emcc nowAlon Zakai
2013-01-10properly name Math.* redirects in function tableAlon Zakai
2013-01-10fix calling of functions library-redirected to Math.*Alon Zakai
2013-01-10restore basic malloc/free implementationAlon Zakai
2013-01-10do not emit values for redirected library idents, they would not be used anyhowAlon Zakai
2013-01-10remove unneeded malloc/free/etc. stuff from library.jsAlon Zakai
2013-01-10call library aliases directly by their target nameAlon Zakai
2013-01-10fix compiling of postrinsic memcpy when in forced c++ mode for the main fileAlon Zakai
2013-01-10link in memcpy after opts and lto if it shows up only at that timeAlon Zakai
2013-01-09no point in sending alignment info to libc memcpy()Alon Zakai
2013-01-09fix test_sizeofAlon Zakai
2013-01-09fix test_fastaAlon Zakai
2013-01-09make stub memcpy more functional, useful in some testsAlon Zakai
2013-01-09simplify test_lifetimeAlon Zakai
2013-01-09use musl memcpy instead of out handwritten js oneAlon Zakai
2013-01-09modernize lua .ll and simplify test to not need EMCC_KEEP_INPUTS_RAW which ↵Alon Zakai
is hackish
2013-01-09let test runner output processor handle stdout and err separatelyAlon Zakai
2013-01-09gitignoreAlon Zakai
2013-01-09fix test_emcc_cachingAlon Zakai
2013-01-09rename dlmalloc to libc in cache, in preparation for adding further code there1.2.3Alon Zakai
2013-01-09mention asm.js'ing in benchmarksAlon Zakai
2013-01-09fix asmEnsureFloat and asmInitializerAlon Zakai
2013-01-08optimize |,& on constantsAlon Zakai
2013-01-08make docs mention that bitcode is the defaultAlon Zakai