aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-02update commented-out closure option in shellAlon Zakai
2011-07-01normalize memops benchmarkAlon Zakai
2011-07-01handle complex expressions in br. fixes issue 39Alon Zakai
2011-07-01Merge remote-tracking branch 'upstream/master'max99x
2011-07-01Added some missing functionality to stat(), sysconf().max99x
2011-06-30refactoring+cleanup, to add type info where it was missing. allows proper ↵Alon Zakai
function indexing by type, and not recognizing the identifier. fixes issue 38
2011-06-29backout previous broken commitAlon Zakai
2011-06-30Merge remote-tracking branch 'upstream/master'max99x
2011-06-29indexize external functions (for shared libraries, primarily), +some code ↵Alon Zakai
cleanup around that. fixed issues 38
2011-06-29prevent silly overflow in memops benchmark, to make it more fairAlon Zakai
2011-06-29Minor polish:max99x
* Removed auto-added `.js` from dynamically loaded libs. * Removed redundant bit fiddling in _formatString. Uses unSign/reSign instead.
2011-06-28Merge pull request #37 from max99x/masterkripken
Printf/_formatString polish
2011-06-28support for blockaddress/indirectbr. fixes issue 34Alon Zakai
2011-06-28Removed erroneous printf test cases that triggered GCC warnings.max99x
2011-06-28Added proper argument size support to _formatString/printf.max99x
2011-06-28Proper handling of unknown specifiers in _formatString/printf; minor refactor.max99x
2011-06-28Properly padding infinity/NaN in _formatString/printf.max99x
2011-06-28Added support for %n in _formatString/printf.max99x
2011-06-27fix for just-broken popplerAlon Zakai
2011-06-27Merge pull request #35 from max99x/masterkripken
Implemented strtod(), printf(); fixed bug in IEEEUnHex()
2011-06-28Replaced brainded float formatting with a much cleaner (and more precise) ↵max99x
version.
2011-06-27Merge remote-tracking branch 'upstream/master'max99x
2011-06-27Fixed some strict mode problems; added test for -Infinity.max99x
2011-06-27Fixed unsigned number printing; updated Lua test with correct format (same ↵max99x
as GCC produces).
2011-06-27Added *.pyc to .gitignore.max99x
2011-06-27Minor printf() bugfix.max99x
2011-06-27Fixed a few boneheaded mistakes; added test for strtod().max99x
2011-06-27Implemented a GCC-alike printf/_formatString.max99x
2011-06-27Support for negative infinity in IEEEUnHex().max99x
2011-06-26cleanup: do indexizeFunctions inside finalizeLLVMParameterAlon Zakai
2011-06-26optimize inclusion of default library itemsAlon Zakai
2011-06-27Added exponent handling to strtod().max99x
2011-06-26fix breakage by indexing ret valuesAlon Zakai
2011-06-25Merge pull request #32 from max99x/masterkripken
Basic dynamic loading support
2011-06-26Fixes for review notes.max99x
2011-06-26Tests for dlfch.h.max99x
2011-06-25optional sign correction for SDL pixel data as we read itAlon Zakai
2011-06-26Minor polish:max99x
* Fixed loose "in" check for library functions in jsifier.js. * Made __globalConstructor__ a var in preamble_sharedlib.js.
2011-06-26Merge remote-tracking branch 'upstream/master'max99x
2011-06-26Prevented shared libs from overwriting __globalConstructor__.max99x
2011-06-25SDL commentsAlon Zakai
2011-06-26Added support for including the whole library.max99x
2011-06-25make globalConstructor a varAlon Zakai
2011-06-26Merge remote-tracking branch 'upstream/master'max99x
2011-06-26Fixed function indexing issues between parent and child;max99x
Child no longer includes library, using the parent's instead.
2011-06-25allow exporting library functionsAlon Zakai
2011-06-25remove second unneeded unlink in libraryAlon Zakai
2011-06-25Style cleanup for the previous commit.max99x
2011-06-25export heaps when using typed arraysAlon Zakai
2011-06-25indexize Math.* properly. fixes issue 29Alon Zakai