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-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
* 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
2011-06-28
support for blockaddress/indirectbr. fixes issue 34
Alon Zakai
2011-06-27
fix for just-broken poppler
Alon Zakai
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
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-19
support for customizing interactive input by setting Module.stdin
Alon Zakai
2011-06-18
fixes for web text input
Alon Zakai
2011-06-17
optional nonportable optimizations in test runner
Alon Zakai
2011-06-16
add dlmalloc benchmark
Alon Zakai
2011-06-12
improve memops benchmark
Alon Zakai
2011-06-11
fix # of benchmark tests
Alon Zakai
2011-06-11
optimize memset and memcpy in ta2
Alon Zakai
2011-06-11
disable ta2 in benchmark - still slower
Alon Zakai
2011-06-11
add comparison to native speed to benchmarks
Alon Zakai
2011-06-11
improve fasta benchmark
Alon Zakai
2011-06-11
strengthen dlmalloc
Alon Zakai
2011-06-11
fix operator precedence bug with overflow correction, improve dlmalloc test
Alon Zakai
2011-06-11
always sign/unsign constants at compile time
Alon Zakai
2011-06-10
disable bullet in ta2
Alon Zakai
2011-06-09
use ta2 in benchmark
Alon Zakai
[next]