index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
runner.py
Age
Commit message (
Expand
)
Author
2011-07-24
Added _formatString() special-case for null values (similar to glibc).
max99x
2011-07-23
Fixed a silly global variable leakage in a test.
max99x
2011-07-23
Added unistd tests; fixed a lot of unistd bugs and deficiencies.
max99x
2011-07-22
Added FS.analyzePath() which will simplify some library functions.
max99x
2011-07-21
Implemented <poll.h>.
max99x
2011-07-21
Implemented <fcntl.h>.
max99x
2011-07-20
Fixed various metadata parsing error and activated -g by default in settings ...
max99x
2011-07-19
Implemented <sys/statvfs.h>.
max99x
2011-07-18
Merge remote-tracking branch 'upstream/master'
max99x
2011-07-17
let generateStructInfo process nested structs
Alon Zakai
2011-07-18
Added tests for <sys/stat.h>.
max99x
2011-07-16
Implemented utime.h.
max99x
2011-07-16
Implemented dirname() and basename() from libgen.h.
max99x
2011-07-16
Initial part of the filesystem implementation. Basic folder access done.
max99x
2011-07-15
option to provide type info at run time
Alon Zakai
2011-07-14
Removed errno global since it's implemented via __errno_location().
max99x
2011-07-14
Added errno and glibc-defined error codes; implemented strerror().
max99x
2011-07-13
Making the infinity test sign-agnostic (clang compatibility).
max99x
2011-07-13
Micro-improvement for the infinity test.
max99x
2011-07-13
Fixed finite() and isinf(), added tests for it.
max99x
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
fscanf
Alon Zakai
2011-07-11
clear errors for exceptions inside emscripten.py from test runner
Alon Zakai
2011-07-09
bindings generator cleanup
Alon Zakai
2011-07-09
Merge pull request #47 from max99x/master
kripken
2011-07-09
Polish for emscripten.py and its tests.
max99x
2011-07-08
Merge remote-tracking branch 'upstream/master'
max99x
2011-07-08
Added hyperbolic math functions;
max99x
2011-07-08
* Added support for automatically determining llvm-gcc/clang data layout in e...
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
* Moved pick_llvm_opts() to tools/shared.py.
max99x
2011-07-07
comment about test_cases
Alon Zakai
2011-07-07
Rewrite of emscripten.py:
max99x
2011-07-06
improved bindings generator
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 o...
Alon Zakai
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
2011-07-01
normalize memops benchmark
Alon Zakai
2011-07-01
handle complex expressions in br. fixes issue 39
Alon Zakai
2011-06-30
refactoring+cleanup, to add type info where it was missing. allows proper fun...
Alon Zakai
2011-06-29
backout previous broken commit
Alon Zakai
2011-06-30
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-29
indexize external functions (for shared libraries, primarily), +some code cle...
Alon Zakai
2011-06-29
prevent silly overflow in memops benchmark, to make it more fair
Alon Zakai
2011-06-29
Minor polish:
max99x
[next]