summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-24Add IN6_IS_ADDR_* macros and other IPv6 stuff.David Barksdale
2013-06-24Get rid of stale comment.Jez Ng
2013-06-24Clean up emcc flag parsing + help message.Jez Ng
2013-06-24Optimize!Jez Ng
2013-06-24notice when a function call definitely does not have a returnAlon Zakai
2013-06-24relocation pass for shared modulesAlon Zakai
2013-06-24update testAlon Zakai
2013-06-24rename MINIFY_INFO to EXTRA_INFO in preparation for further usesAlon Zakai
2013-06-24unify registerize and minify passes, since they must run in conjunctionAlon Zakai
2013-06-24fix minifyGlobals in separate passAlon Zakai
2013-06-24Merge pull request #1317 from michaeljbishop/sdl-mixer-sound-leakAlon Zakai
SDL mixer sound leak
2013-06-24add space in debug outputAlon Zakai
2013-06-24Removed unnecessary "audio.paused = " statements.Michael J. Bishop
2013-06-24IMPROVED: ensured proper indentation for entire documentmanny/MADE
2013-06-22Ensure original test environment is restored.Jez Ng
2013-06-22Merge remote-tracking branch 'upstream/incoming' into source-mapsJez Ng
Conflicts: emcc tools/js-optimizer.js tools/js_optimizer.py
2013-06-22clean up closure callingAlon Zakai
2013-06-22remove unneeded lineAlon Zakai
2013-06-22update testAlon Zakai
2013-06-22only minify globals when reloopingAlon Zakai
2013-06-22fix -g2 and add testingAlon Zakai
2013-06-22-gLEVEL ; support varying degrees of debuggabilityAlon Zakai
2013-06-22IMPROVED: fixed codestyle to match java/jsmanny/MADE
IMPROVED: handling mouse position when pointer is locked
2013-06-22show auto-linking decision process only in VERBOSEAlon Zakai
2013-06-22Fix up the source map JS output 'reftest'.Jez Ng
Without re.MULTILINE, the regexp wasn't actually matching anything...
2013-06-22Centralize debug options in a -gX flag.Jez Ng
2013-06-22Ensure JS output remains the same when making source maps.Jez Ng
2013-06-22Test that source mapping works with EMCC_DEBUG=2.Jez Ng
2013-06-22Get test_source_map passing again.Jez Ng
2013-06-22Improvements to test_html_source_map.Jez Ng
* Now works on FF Nightly * Test does not run unless explicitly requested
2013-06-22Put uglify back the way it was.Jez Ng
Makes for an easier-to-review pull request.
2013-06-22Make optimizer handle both strings and string-like type objects.Jez Ng
NodeWithToken is a string-like type produced by the parser during 'embed tokens' mode, which allows us to track line numbers.
2013-06-22Make test_debug actually fail when things go wrong.Jez Ng
2013-06-22Fix line numbering for invoke instructions.Jez Ng
Line numbering of exceptions now work (better) in optimized mode.
2013-06-22Source maps should only be activated via the `--map` flag.Jez Ng
2013-06-21do not run addition optimization pass in asm; it just adds overhead, and ↵Alon Zakai
minorly increases code size by changing addition order against the grain of operator precedence
2013-06-21update testsAlon Zakai
2013-06-21reduce indentation in relooper1.5.1Alon Zakai
2013-06-21decrease indentation in jsifierAlon Zakai
2013-06-21decrease indentation level in js optimizerAlon Zakai
2013-06-21do not eliminate loop vars when there is a shared helperAlon Zakai
2013-06-21todoAlon Zakai
2013-06-21Added test to make sure channel allocation failed when itMichael J. Bishop
was exhausted. To run it: python tests/runner.py browser.test_sdl_audio_mix_channels
2013-06-20Merge pull request #1312 from juj/win_test_statics_fixAlon Zakai
In metadata, store paths parsed from .ll files using forward slashes on Windows.
2013-06-20Merge branch 'incoming'Alon Zakai
2013-06-20do not return node in main simplifyNotCompsPass all the time, it thinks it ↵Alon Zakai
is being replaced and adds much overhead
2013-06-20remove unneeded argument handling in lua-scimarkAlon Zakai
2013-06-20asmify copyTempFloat|DoubleAlon Zakai
2013-06-20fix browser test harnessAlon Zakai
2013-06-20ensure a coercion on invoke callsAlon Zakai