Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-03 | initial work on bindings generator, using CppHeaderParser and ply. llvm-gcc ↵ | Alon Zakai | |
only for now | |||
2011-07-03 | additional undefines for emmaken | Alon Zakai | |
2011-06-12 | minor emmaken fixes | Alon Zakai | |
2011-06-09 | autodebugger improvements for floats | Alon Zakai | |
2011-06-04 | remove stackQuota for spidermonkey since no longer needed | Alon Zakai | |
2011-05-28 | namespacer tweaks | Alon Zakai | |
2011-05-22 | make autodebugger output smaller | Alon Zakai | |
2011-05-21 | use gcparam() with spidermonkey | Alon Zakai | |
2011-05-21 | emmaken fix | Alon Zakai | |
2011-05-18 | fixes for dfe | Alon Zakai | |
2011-05-14 | library stuff | Alon Zakai | |
2011-05-09 | misc emmaken improvements | Alon Zakai | |
2011-04-27 | handle ar arguments properly in emmaken | Alon Zakai | |
2011-04-27 | emmakenxx.py to handle .c files in projects that are really c++ | Alon Zakai | |
2011-04-26 | emmaken support for cmake c++ builds | Alon Zakai | |
2011-04-24 | dead function elimination tool | Alon Zakai | |
2011-04-19 | autodebugger support for i16 and i64 | Alon Zakai | |
2011-03-21 | poppler-related tweaks | Alon Zakai | |
2011-03-19 | support for llvm 2.9 | Alon Zakai | |
2011-03-15 | stop using lots of memory to manage strings at the end of compilation | Alon Zakai | |
2011-03-13 | misc compiler tweaks | Alon Zakai | |
2011-03-12 | test runner improvements | Alon Zakai | |
2011-03-05 | openjpeg demo | Alon Zakai | |
2011-03-03 | autodebug improvements | Alon Zakai | |
2011-03-02 | autodebugger tool | Alon Zakai | |
2011-02-27 | openjpeg test | Alon Zakai | |
2011-02-27 | debugging info and test runner fixes | Alon Zakai | |
2011-02-20 | generate strict mode javascript | Alon Zakai | |
2011-02-13 | debugging fixes | Alon Zakai | |
2011-02-10 | use clang in emmaken and in freetype&zlib tests | Alon Zakai | |
2011-01-31 | misc cleanups and fixes | Alon Zakai | |
2011-01-23 | minor fixes and optimizations | Alon Zakai | |
2011-01-14 | refactor shared components of python tools, and add emmaken.py | Alon Zakai | |
2010-11-16 | differentiate llvm variables from functions in niceIdents | Alon Zakai | |
2010-11-06 | fix bugs in namespacer for bullet | Alon Zakai | |
2010-11-06 | __new__ instead of __alloc__ in integration | Alon Zakai | |
2010-11-06 | working integration test | Alon Zakai | |
2010-11-05 | framework for integration tests | Alon Zakai | |
2010-10-21 | namespace generator tool | alon@honor | |