Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
* 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 | 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-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 ↵ | Alon Zakai | |
only for now | |||
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). | |||
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 ↵ | Alon Zakai | |
function indexing by type, and not recognizing the identifier. fixes issue 38 | |||
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 ↵ | Alon Zakai | |
cleanup around that. fixed issues 38 | |||
2011-06-29 | prevent silly overflow in memops benchmark, to make it more fair | Alon Zakai | |
2011-06-29 | Minor polish: | max99x | |
* Removed auto-added `.js` from dynamically loaded libs. * Removed redundant bit fiddling in _formatString. Uses unSign/reSign instead. | |||
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 ↵ | max99x | |
as GCC produces). | |||
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 | |
2011-06-09 | enable ta2 | Alon Zakai | |
2011-06-09 | sign analyzer for ta==2 | Alon Zakai | |
2011-06-08 | test tweaks | Alon Zakai | |