aboutsummaryrefslogtreecommitdiff
path: root/src/preamble.js
AgeCommit message (Expand)Author
2014-06-04fix sourceRegex for IE; issue #2400Alon Zakai
2014-06-02Merge pull request #2364 from juj/musl_stdioAlon Zakai
2014-05-29NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function()Alon Zakai
2014-05-27fix ccall regex for minified code, and add testingAlon Zakai
2014-05-23try to fix sourceRegex for IEAlon Zakai
2014-05-23Improve error messages from SAFE_HEAP_ACCESS function.Jukka Jylänki
2014-05-22note on ccall/cwrap behavior on stringsAlon Zakai
2014-05-18Use JSfuncs.stackrestore instead of duplicating its codeOphir LOJKINE
2014-05-18Correct indentationOphir LOJKINE
2014-05-11Fix typo: 'litterally' -> 'literally'Ophir LOJKINE
2014-05-11Remove useless spacesOphir LOJKINE
2014-05-11Optimize ccall and cwrapOphir LOJKINE
2014-04-29Improve SAFE_HEAP assertion messages to be more informative out of the box.Jukka Jylänki
2014-04-24check function table masks in safe heap modeAlon Zakai
2014-03-11improve demangler a littleAlon Zakai
2014-03-09add some text to safe heap assertsAlon Zakai
2014-02-23emit value in safe heap load loggingAlon Zakai
2014-02-21strict fix: Don't define functions within conditionals or try blocks.Bruce Mitchener
2014-02-18improve typed arrays errorAlon Zakai
2014-02-16support memory growth in (non-validating) asm.jsAlon Zakai
2014-02-10NO_EXIT_RUNTIME option, to set Module.noExitRuntime during compilationAlon Zakai
2014-02-07improve safe heap tests in asm modeAlon Zakai
2014-01-23export the runtime; fixes #2041Alon Zakai
2014-01-17handle unsigned reads in safe heapAlon Zakai
2014-01-16enable a form of safe heap in asm, using js optimizer pass to ensure full cov...Alon Zakai
2014-01-08verify imul correctness, workaround for webkit bug 126345; closes #1991Alon Zakai
2014-01-02adjust TOTAL_MEMORY at runtime, to take into account last minute changes to M...Alon Zakai
2013-12-20Update emscripten_log to work with the handwritten JS demangler. Update tests.Jukka Jylänki
2013-11-21Merge branch 'fix_whitespace' of github.com:DanielBaulig/emscripten into inco...Alon Zakai
2013-11-21Add missing semicolons in preamble.jsDaniel Baulig
2013-11-17fix some leaked globals; fixes #1823Alon Zakai
2013-11-12ignore first L when demangling, literalness is irrelevant to the main nameAlon Zakai
2013-11-12refactor demanglerAlon Zakai
2013-11-12demangle constructorsAlon Zakai
2013-11-12demangle new and deleteAlon Zakai
2013-11-09optimize fround polyfill a tiny bitAlon Zakai
2013-11-08Merge branch 'incoming' into f32Alon Zakai
2013-11-04Give names to most manually assigned functions in the .js files, in form "var...Jukka Jylänki
2013-11-01Merge branch 'incoming' into f32Alon Zakai
2013-10-29add test for precise float32 support, allow 3 modes of precise float32 suppor...Alon Zakai
2013-10-28only do run dependency tracking when assertions are onAlon Zakai
2013-10-25move to FROUND option for Math.froundAlon Zakai
2013-10-15Don't try to demangle call stack on browsers where the feature is not supported.Jukka Jylänki
2013-10-13demangle arraysAlon Zakai
2013-10-13add remaining basic demangle typesAlon Zakai
2013-10-13demangle referencesAlon Zakai
2013-10-13demangle all functions in stack traces, not just oneAlon Zakai
2013-10-12use stackTrace in various placesAlon Zakai
2013-10-12demangle stacks in abort(), using new stackTrace utilityAlon Zakai
2013-10-12properly demangle cxxabi crazinessAlon Zakai