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
Age
Commit message (
Expand
)
Author
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
Improved clock() test to verify time() <-> clock().
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-07
Added proper clock() test; fixed inverted clock() sign.
max99x
2011-07-06
improved bindings generator
Alon Zakai
2011-07-06
Merge remote-tracking branch 'upstream/master'
max99x
2011-07-06
Fixed time.h timezone bug.
max99x
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
2011-06-28
Merge pull request #37 from max99x/master
kripken
2011-06-28
support for blockaddress/indirectbr. fixes issue 34
Alon Zakai
2011-06-28
Removed erroneous printf test cases that triggered GCC warnings.
max99x
2011-06-28
Added proper argument size support to _formatString/printf.
max99x
2011-06-28
Proper handling of unknown specifiers in _formatString/printf; minor refactor.
max99x
2011-06-28
Properly padding infinity/NaN in _formatString/printf.
max99x
2011-06-28
Added support for %n in _formatString/printf.
max99x
2011-06-27
fix for just-broken poppler
Alon Zakai
2011-06-28
Replaced brainded float formatting with a much cleaner (and more precise) ver...
max99x
2011-06-27
Fixed some strict mode problems; added test for -Infinity.
max99x
2011-06-27
Fixed unsigned number printing; updated Lua test with correct format (same as...
max99x
2011-06-27
Minor printf() bugfix.
max99x
2011-06-27
Fixed a few boneheaded mistakes; added test for strtod().
max99x
2011-06-27
Implemented a GCC-alike printf/_formatString.
max99x
2011-06-26
Fixes for review notes.
max99x
2011-06-26
Tests for dlfch.h.
max99x
2011-06-25
indexize Math.* properly. fixes issue 29
Alon Zakai
2011-06-23
minor fixes for merge
Alon Zakai
2011-06-23
libc seek tests
Alon Zakai
2011-06-23
fix bug with adding null terminator in readBinary
Alon Zakai
2011-06-19
support for customizing interactive input by setting Module.stdin
Alon Zakai
[next]