Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-23 | optimize end of intertyper | Alon Zakai | |
2013-09-23 | sort target labels in switches so output is consistently ordered | Alon Zakai | |
2013-09-23 | fix split file marker | Alon Zakai | |
2013-09-23 | asm coerce in atomicrmw; fixes #1637 | Alon Zakai | |
2013-09-23 | relooper input is ascii, emit it to the heap more efficiently with ↵1.6.1 | Alon Zakai | |
writeAsciiToMemory | |||
2013-09-23 | optimize string compares in getNativeTypeSize | Alon Zakai | |
2013-09-23 | optimize getNativeTypeSize | Alon Zakai | |
2013-09-23 | remove unnecessary filter after tokenizer | Alon Zakai | |
2013-09-23 | optimize end of intertyper | Alon Zakai | |
2013-09-23 | remove comment about unordered_set; it is slower | Alon Zakai | |
2013-09-23 | unwrap tokenizer | Alon Zakai | |
2013-09-23 | remove duplicate code | Alon Zakai | |
2013-09-23 | only create relooper in funcs phase | Alon Zakai | |
2013-09-23 | clean up reloopers1.6.0 | Alon Zakai | |
2013-09-23 | initialize currLabelFinished | Alon Zakai | |
2013-09-23 | simplify function splitter | Alon Zakai | |
2013-09-23 | remove framework entirely | Alon Zakai | |
2013-09-23 | fix inline assembly | Alon Zakai | |
2013-09-23 | deframeworkify the rest of intertyper | Alon Zakai | |
2013-09-23 | deframeworkify intertyper:tokenizer | Alon Zakai | |
2013-09-23 | move tokenizer out of intertyper | Alon Zakai | |
2013-09-23 | deframeworkify intertyper:lineSplitter | Alon Zakai | |
2013-09-23 | remove last substrate code from jsifier | Alon Zakai | |
2013-09-23 | deframeworkify jsifier:function lines | Alon Zakai | |
2013-09-23 | deframeworkify jsifier:functionStub | Alon Zakai | |
2013-09-23 | deframeworkify jsifier:alias | Alon Zakai | |
2013-09-23 | deframeworkify jsifier:globalVariable | Alon Zakai | |
2013-09-23 | remove unused type jsifying code | Alon Zakai | |
2013-09-23 | de-frameworkify analyzer | Alon Zakai | |
2013-09-23 | fix asm coercion in store abort | Alon Zakai | |
2013-09-20 | Fix typo in URL. | Bruce Mitchener | |
2013-09-19 | Implement missing 'space' formatting flag | Ranger 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-19 | Fix bug with forced display of sign on negative integers | Ranger Harke | |
The negative sign was displayed twice. | |||
2013-09-19 | Fix bug with zero-padded negative integers | Ranger Harke | |
The zero padding was before the sign. It should be after. | |||
2013-09-19 | Correct typo. | ngld | |
2013-09-18 | generate valid code for segfaulting loads, not assignless aborts | Alon Zakai | |
2013-09-18 | Fix #1632: Correctly handle the optional 0x prefix for hex numbers (%x/%X). | ngld | |
2013-09-18 | Merge pull request #1630 from ngld/fix-resume-exception | Alon Zakai | |
Fix EXCEPTION_CATCHING_WHITELIST (#1623) | |||
2013-09-18 | handle memory initializer when there are deps added during preRun | Alon Zakai | |
2013-09-17 | Fix #1166: Correct the amount of allocated memory for non-ascii strings in ↵ | ngld | |
ccallFunc(). | |||
2013-09-17 | Fix #1623: Add missing checks for EXCEPTION_CATCHING_WHITELIST. | ngld | |
2013-09-17 | Fixes in pread() | Michael J. Bishop | |
The bug occurs when pread() doesn't return 0 when asked to read an offset beyond its buffer. This behavior is explicitly documented at: http://pubs.opengroup.org/onlinepubs/000095399/functions/read.html > If the starting position is at or after the end-of-file, 0 > shall be returned | |||
2013-09-17 | Implemented dprintf. (Fixes #1250) | ngld | |
2013-09-17 | Updated library_sdl.js | ngld | |
2013-09-16 | Integrate the new tool into emscripten | ngld | |
Automatically compile struct_info.json and save the compiled version in the emscripten cache. | |||
2013-09-16 | Merge pull request #1618 from sbalko/incoming | Alon Zakai | |
Incoming | |||
2013-09-14 | dynamically determine relooper heap size using RELOOPER_BUFFER_SIZE1.5.9 | Alon Zakai | |
2013-09-14 | Incorporating formatting suggestions from pull request | Soeren Balko | |
2013-09-13 | Merge pull request #1620 from waywardmonkeys/remove-cxx-mangled-catgets | Alon Zakai | |
Remove cxx mangled catgets / catopen / catclose. | |||
2013-09-14 | Remove C++ mangled catgets / catopen / catclose. | Bruce Mitchener | |
In the old headers, these were not extern "C", so they would show up mangled when built for C++. This is no longer the case with the new libc headers. |