aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2011-07-21Implemented <poll.h>.max99x
2011-07-21Implemented <fcntl.h>.max99x
2011-07-20Fixed various metadata parsing error and activated -g by default in settings ...max99x
2011-07-19Implemented <sys/statvfs.h>.max99x
2011-07-18Merge remote-tracking branch 'upstream/master'max99x
2011-07-17let generateStructInfo process nested structsAlon Zakai
2011-07-18Added tests for <sys/stat.h>.max99x
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-15option to provide type info at run timeAlon Zakai
2011-07-14Removed errno global since it's implemented via __errno_location().max99x
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-12fscanfAlon Zakai
2011-07-11clear errors for exceptions inside emscripten.py from test runnerAlon Zakai
2011-07-09bindings generator cleanupAlon Zakai
2011-07-09Merge pull request #47 from max99x/masterkripken
2011-07-09Polish for emscripten.py and its tests.max99x
2011-07-08Merge remote-tracking branch 'upstream/master'max99x
2011-07-08Added hyperbolic math functions;max99x
2011-07-08* Added support for automatically determining llvm-gcc/clang data layout in e...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-08* Moved pick_llvm_opts() to tools/shared.py.max99x
2011-07-07comment about test_casesAlon Zakai
2011-07-07Rewrite of emscripten.py:max99x
2011-07-06improved bindings generatorAlon Zakai
2011-07-04ensure binding functions are not DFE'd awayAlon Zakai
2011-07-04support for llvm aliasesAlon Zakai
2011-07-03initial work on bindings generator, using CppHeaderParser and ply. llvm-gcc o...Alon Zakai
2011-07-03Merge remote-tracking branch 'upstream/master'max99x
2011-07-03Implemented a large part of <time.h>.max99x
2011-07-03Implemented a little more of fstat(), getcwd();max99x
2011-07-01normalize memops benchmarkAlon Zakai
2011-07-01handle complex expressions in br. fixes issue 39Alon Zakai
2011-06-30refactoring+cleanup, to add type info where it was missing. allows proper fun...Alon Zakai
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 cle...Alon Zakai
2011-06-29prevent silly overflow in memops benchmark, to make it more fairAlon Zakai
2011-06-29Minor polish:max99x
2011-06-28support for blockaddress/indirectbr. fixes issue 34Alon Zakai
2011-06-27fix for just-broken popplerAlon Zakai
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 as...max99x