aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-17Merge remote-tracking branch 'upstream/master'max99x
2011-07-17Fixed pointer type descriptions in library.js.max99x
2011-07-16refactor and simplify library loading in order to make type info available thereAlon Zakai
2011-07-16Implemented utime.h.max99x
2011-07-16Implemented dirname() and basename() from libgen.h.max99x
2011-07-16Initial part of the filesystem implementation. Basic folder access done.max99x
2011-07-15refactor Pointer_make into allocateAlon Zakai
2011-07-15option to provide type info at run timeAlon Zakai
2011-07-14better support for abstract base classes and constructorless classes in ↵Alon Zakai
bindings generator
2011-07-14bustage fix for strict mode js (duplicate entries in ERRNO_MESSAGES)Alon Zakai
2011-07-14Merge pull request #53 from max99x/masterkripken
Error codes and messages
2011-07-14Removed errno global since it's implemented via __errno_location().max99x
2011-07-13bindings fixesAlon Zakai
2011-07-13Merge pull request #52 from max99x/masterkripken
Minor improvements: Pyhon 2.6- compatibility; hyperbolic math functions
2011-07-14Added errno and glibc-defined error codes; implemented strerror().max99x
2011-07-13Making the infinity test sign-agnostic (clang compatibility).max99x
2011-07-13Micro-improvement for the infinity test.max99x
2011-07-13Fixed finite() and isinf(), added tests for it.max99x
2011-07-13Switched from argparse to optparse in emscripten.py, for older Python.max99x
2011-07-13Merge branch 'master' of github.com:max99x/emscriptenmax99x
2011-07-12bindings generator improvementsAlon Zakai
2011-07-12fscanfAlon Zakai
2011-07-11clear errors for exceptions inside emscripten.py from test runnerAlon Zakai
2011-07-11ignore destructors in bindings generatorAlon Zakai
2011-07-10bindings generator fixesAlon Zakai
2011-07-10import re in bindings generator so processors can use itAlon Zakai
2011-07-10version 1.4Alon Zakai
2011-07-09allow a lambda to process headers in bindings generatorAlon Zakai
2011-07-09bindings generator cleanupAlon Zakai
2011-07-09paper 1.1Alon Zakai
2011-07-09paper updateAlon Zakai
2011-07-09Merge pull request #47 from max99x/masterkripken
Emscripten.py rewrite
2011-07-09Polish for emscripten.py and its tests.max99x
2011-07-08paper updateAlon Zakai
2011-07-08Merge remote-tracking branch 'upstream/master'max99x
2011-07-08Added hyperbolic math functions;max99x
Fixed trailing zero stripping in formatString().
2011-07-08Improved clock() test to verify time() <-> clock().max99x
2011-07-08Reverted hashbang from /usr/bin/python2 to /usr/bin/python.max99x
2011-07-08* Added support for automatically determining llvm-gcc/clang data layout in ↵max99x
emscripten.py. * Added a dlmalloc linking test. * Fixed double-evaling of JSON in emscripten.py when --dlmalloc is passed.
2011-07-08Moved cleanup into a `finally` block.max99x
2011-07-08Added a test for running emscripten.py straight on a .bc file.max99x
2011-07-08Added a test for unannotated LL.max99x
2011-07-08Cleaning up temporary files in emscripten.py.max99x
2011-07-08* Moved pick_llvm_opts() to tools/shared.py.max99x
* Using pick_llvm_opts() instead of hardcoding -O3 in emscripten.py. * Reassembling only when needed in emscripten.py.
2011-07-07comment about test_casesAlon Zakai
2011-07-07fixes for strict modeAlon Zakai
2011-07-07Rewrite of emscripten.py:max99x
* Uses option arguments instead of positional ones. * Allows linking to dlmalloc. * Accepts both .bc and .ll files and takes care of annotations. * Allows running the LLVM optimization pass automatically. * Updated test runner to use the new emscripten.py interface. Refactoring: * Moved settings.py to root folder. It no longer applies just to tests. * Updated references to settings.py. * Added an __init__.py to tools, so we don't have to hack around imports.
2011-07-07Added proper clock() test; fixed inverted clock() sign.max99x
2011-07-06improved bindings generatorAlon Zakai
2011-07-06paper updateAlon Zakai