summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-20asmify copyTempFloat|DoubleAlon Zakai
2013-06-20fix browser test harnessAlon Zakai
2013-06-20ensure a coercion on invoke callsAlon Zakai
2013-06-19Make sure the line numbers sync up.Jez Ng
2013-06-19fix CHECK_ALIGNAlon Zakai
2013-06-19hardcode arguments in benchmarks, even luaAlon Zakai
2013-06-19move lua binarytree args handling into lua scriptAlon Zakai
2013-06-19update fastLong.jsAlon Zakai
2013-06-19fix bug with reducing f()|0|constAlon Zakai
2013-06-19Fixed error where SDL_Mixer would run out of channels because soundMichael J. Bishop
instances weren't removed when they were finished playing.
2013-06-19fix memmoveAlon Zakai
2013-06-19properly coerce imprecise i64 math callsAlon Zakai
2013-06-19keep |0 on function calls, allow other bitwise ops on heap accesses etc.Alon Zakai
2013-06-20In metadata, store paths parsed from .ll files using forward slashes on ↵Jukka Jylänki
Windows. Fixes safe heap line detection on Windows (the code splits on '/' only as path delimiter), closes issue #1233.
2013-06-19Implement source maps for optimized builds.Jez Ng
2013-06-19Update the source-map library.Jez Ng
2013-06-19Move source mapping files into their own folder.Jez Ng
2013-06-19Map source lines for assignment statements.Jez Ng
2013-06-19Delete uglify code that was only needed for compression.Jez Ng
This makes it easier to reason about the remainder...
2013-06-19Lay the groundwork for optimized source maps.Jez Ng
2013-06-19keep coercions on heap accesses and function calls, but fully optimize them ↵Alon Zakai
otherwise
2013-06-19IMPROVED: removed empty line and white-space at EOLmanny/MADE
2013-06-19CHANGED: removed "MADE"-tag from commentsmanny/MADE
2013-06-19ADDED: GLUT_SCREEN_WIDTH + GLUT_SCREEN_HEIGHT in glutGetmanny/MADE
2013-06-19BUGFIX: several SDL related bugfixesmanny/MADE
2013-06-19IMPROVED: ADDED resizeListener that invokes the GLUT.reshapeFunc if specifiedmanny/MADE
2013-06-19Add test for HTML source map generation.Jez Ng
2013-06-19Fix source map line numbering for inline scripts.Jez Ng
2013-06-19Ensure line numbers are the same in HTML.Jez Ng
Chrome and FF seem to be able to handle the extra empty lines, but no harm making things more accurate. One thing less to worry about when debugging.
2013-06-19Add test for source maps.Jez Ng
Tweak behavior of post_build; the `post2` hook now expects a function.
2013-06-19Add check for keep_llvm_debug + minor touchups.Jez Ng
2013-06-19Implement basic source maps. Closes #1252.Jez Ng
2013-06-19Commit the source-map library.Jez Ng
2013-06-18Merge pull request #1308 from int3/better-testsAlon Zakai
Some refactoring / general improvements to the test runner.
2013-06-18Favor explicit parameter passing over string manipulation.Jez Ng
2013-06-18Actually exit test runner when browser tests are done.Jez Ng
Using __del__ didn't work for me with Python 2.7.2 on OS X.
2013-06-18Make more tests use btest().Jez Ng
Also fix test_glgears_deriv so that it actually animates its gears.
2013-06-18Merge pull request #1304 from int3/sdlAlon Zakai
Fix SDL color encoding
2013-06-18Missed out making some tests portable.Jez Ng
2013-06-18post messages to crunch worker with a new arrayBuffer, to avoid copying an ↵Alon Zakai
underlying one
2013-06-18Merge pull request #1307 from int3/node-version-updateAlon Zakai
Update minimum node version to v0.8.
2013-06-18reduce error to warning on having no functionsAlon Zakai
2013-06-18Update minimum node version.Jez Ng
2013-06-18disable new test_varargs in x86 (requires le32 now)Alon Zakai
2013-06-18Merge pull request #1301 from Manny-MADE/va_lists_fixAlon Zakai
BUGFIX: lists cannot be copied as "llvm_va_copy" was broken, didn't copy list offset
2013-06-18add wip inlinejs2 testAlon Zakai
2013-06-18do not do full Browser.init() in workers, just the minimum we needAlon Zakai
2013-06-18do not use EMCC_OPTIMIZE_NORMALLY in relooperAlon Zakai
2013-06-18Fix bug in file_packager.py introduced in my recent pull request that caused ↵Jukka Jylänki
all files to be skipped from being packaged if the path contains a relative '.' in its path name (e.g. './path/etc').
2013-06-18CHANGED: using spaces instead of tabs to match project codestylemanny/MADE