aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-23write out file in standalone call to js_optimizer.pyAlon Zakai
2013-09-23fix split file markerAlon Zakai
2013-09-23asm coerce in atomicrmw; fixes #1637Alon Zakai
2013-09-23comment about LTO stabilityAlon Zakai
2013-09-23remove interim relooper builds if final bootstrap phase did not succeedAlon Zakai
2013-09-23relooper input is ascii, emit it to the heap more efficiently with ↵1.6.1Alon Zakai
writeAsciiToMemory
2013-09-23optimize string compares in getNativeTypeSizeAlon Zakai
2013-09-23optimize getNativeTypeSizeAlon Zakai
2013-09-23remove unnecessary filter after tokenizerAlon Zakai
2013-09-23optimize end of intertyperAlon Zakai
2013-09-23remove comment about unordered_set; it is slowerAlon Zakai
2013-09-23unwrap tokenizerAlon Zakai
2013-09-23remove duplicate codeAlon Zakai
2013-09-23only create relooper in funcs phaseAlon Zakai
2013-09-23clean up reloopers1.6.0Alon Zakai
2013-09-23initialize currLabelFinishedAlon Zakai
2013-09-23simplify function splitterAlon Zakai
2013-09-23remove framework entirelyAlon Zakai
2013-09-23fix inline assemblyAlon Zakai
2013-09-23deframeworkify the rest of intertyperAlon Zakai
2013-09-23deframeworkify intertyper:tokenizerAlon Zakai
2013-09-23move tokenizer out of intertyperAlon Zakai
2013-09-23deframeworkify intertyper:lineSplitterAlon Zakai
2013-09-23remove last substrate code from jsifierAlon Zakai
2013-09-23deframeworkify jsifier:function linesAlon Zakai
2013-09-23deframeworkify jsifier:functionStubAlon Zakai
2013-09-23deframeworkify jsifier:aliasAlon Zakai
2013-09-23deframeworkify jsifier:globalVariableAlon Zakai
2013-09-23remove unused type jsifying codeAlon Zakai
2013-09-23de-frameworkify analyzerAlon Zakai
2013-09-23fix asm coercion in store abortAlon Zakai
2013-09-20Fix typo in URL.Bruce Mitchener
2013-09-19Implement missing 'space' formatting flagRanger Harke
This flag causes space (padding) to be reserved for the sign even if the number is positive. It is basically the same as the 'plus' flag except that a space is displayed instead of a plus sign. The 'plus' flag takes precedence.
2013-09-19Fix bug with forced display of sign on negative integersRanger Harke
The negative sign was displayed twice.
2013-09-19Fix bug with zero-padded negative integersRanger Harke
The zero padding was before the sign. It should be after.
2013-09-19Correct typo.ngld
2013-09-18generate valid code for segfaulting loads, not assignless abortsAlon Zakai
2013-09-18enable extra_info for standalone js_optimizer.pyAlon Zakai
2013-09-18allow js_optimizer.py to run standaloneAlon Zakai
2013-09-18Add a test and myself to AUTHORS.ngld
2013-09-18Fix #1632: Correctly handle the optional 0x prefix for hex numbers (%x/%X).ngld
2013-09-18Merge pull request #1630 from ngld/fix-resume-exceptionAlon Zakai
Fix EXCEPTION_CATCHING_WHITELIST (#1623)
2013-09-18handle memory initializer when there are deps added during preRunAlon Zakai
2013-09-18Add myself to AUTHORSngld
2013-09-18Merge pull request #1611 from juj/cmake_link_jsAlon Zakai
Cmake link js
2013-09-18Merge pull request #1628 from michaeljbishop/pread-fix2Alon Zakai
Fixes in pread()
2013-09-18Removed old test case and put a test case in a more appropriate area.Michael J. Bishop
tests/unistd/io.* --- Revert "Added to the test_files test to ensure the pread() functionality." This reverts commit 2ed2fb5df392251a0957543b920272b9b2ae7908.
2013-09-18Added to the test_files test to ensure the pread() functionality.Michael J. Bishop
2013-09-18Remove code duplication on CMake link macros.Jukka Jylänki
2013-09-18Add functions em_link_js_library(), em_link_pre_js() and em_link_post_js() ↵Jukka Jylänki
to support linking .js files to executables, while doing dependency tracking on filestamp modifications. For more info, see https://groups.google.com/forum/#!topic/emscripten-discuss/uRbTIB62V7s .