Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-13 | Switched from argparse to optparse in emscripten.py, for older Python. | max99x | |
2011-07-13 | Merge branch 'master' of github.com:max99x/emscripten | max99x | |
2011-07-12 | bindings generator improvements | Alon Zakai | |
2011-07-12 | fscanf | Alon Zakai | |
2011-07-11 | clear errors for exceptions inside emscripten.py from test runner | Alon Zakai | |
2011-07-11 | ignore destructors in bindings generator | Alon Zakai | |
2011-07-10 | bindings generator fixes | Alon Zakai | |
2011-07-10 | import re in bindings generator so processors can use it | Alon Zakai | |
2011-07-10 | version 1.4 | Alon Zakai | |
2011-07-09 | allow a lambda to process headers in bindings generator | Alon Zakai | |
2011-07-09 | bindings generator cleanup | Alon Zakai | |
2011-07-09 | paper 1.1 | Alon Zakai | |
2011-07-09 | paper update | Alon Zakai | |
2011-07-09 | Merge pull request #47 from max99x/master | kripken | |
Emscripten.py rewrite | |||
2011-07-09 | Polish for emscripten.py and its tests. | max99x | |
2011-07-08 | paper update | Alon Zakai | |
2011-07-08 | Merge remote-tracking branch 'upstream/master' | max99x | |
2011-07-08 | Added hyperbolic math functions; | max99x | |
Fixed trailing zero stripping in formatString(). | |||
2011-07-08 | Improved clock() test to verify time() <-> clock(). | max99x | |
2011-07-08 | Reverted 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-08 | Moved cleanup into a `finally` block. | max99x | |
2011-07-08 | Added a test for running emscripten.py straight on a .bc file. | max99x | |
2011-07-08 | Added a test for unannotated LL. | max99x | |
2011-07-08 | Cleaning 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-07 | comment about test_cases | Alon Zakai | |
2011-07-07 | fixes for strict mode | Alon Zakai | |
2011-07-07 | Rewrite 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-07 | Added proper clock() test; fixed inverted clock() sign. | max99x | |
2011-07-06 | improved bindings generator | Alon Zakai | |
2011-07-06 | paper update | Alon Zakai | |
2011-07-06 | Merge pull request #45 from max99x/master | kripken | |
Fixed time.h timezone bug | |||
2011-07-06 | Merge remote-tracking branch 'upstream/master' | max99x | |
2011-07-06 | Fixed time.h timezone bug. | max99x | |
2011-07-05 | paper update | Alon Zakai | |
2011-07-05 | paper update | Alon Zakai | |
2011-07-04 | ensure binding functions are not DFE'd away | Alon Zakai | |
2011-07-04 | support for llvm aliases | Alon Zakai | |
2011-07-03 | initial work on bindings generator, using CppHeaderParser and ply. llvm-gcc ↵ | Alon Zakai | |
only for now | |||
2011-07-03 | comment | Alon Zakai | |
2011-07-03 | Merge pull request #43 from max99x/master | kripken | |
More library functions | |||
2011-07-04 | Added reference to the folder-reading d8 bug. | max99x | |
2011-07-03 | comments | Alon Zakai | |
2011-07-03 | posix_memalign | Alon Zakai | |
2011-07-03 | additional undefines for emmaken | Alon Zakai | |
2011-07-03 | Minor polish to the last few commits; no change in functionality. | max99x | |
2011-07-03 | Merge remote-tracking branch 'upstream/master' | max99x | |
2011-07-03 | Implemented a large part of <time.h>. | max99x | |
2011-07-03 | Implemented a little more of fstat(), getcwd(); | max99x | |
Fixed minor Python test formatting mistake (test passes either way). |