Age | Commit message (Expand) | Author |
2012-02-06 | fix cmake typo | Alon Zakai |
2012-02-06 | Use the more Pythonic syntax for substring matches | Ehsan Akhgari |
2012-02-05 | show warning if using emscripten.py directly | Alon Zakai |
2012-02-03 | output pretty printed from closure, since we do whitespace compression later ... | Alon Zakai |
2012-02-03 | Merge pull request #212 from ehsan/cmake_support_2 | Alon Zakai |
2012-02-02 | Support CMake in emconfigure | Ehsan Akhgari |
2012-02-02 | accept empty bitcode files as valid bitcode files | Alon Zakai |
2012-02-01 | llvm inlining support (disabled by default; enabled in benchmarks) | Alon Zakai |
2012-02-01 | fix test_poppler and test_iostreamllvm-opts | Alon Zakai |
2012-02-01 | refactor build checks for standalone and unsafe opts | Alon Zakai |
2012-01-31 | fix usage of llvm opt level in emcc, and test_emcc fixes | Alon Zakai |
2012-01-31 | Merge branch 'master' into llvmopts | Alon Zakai |
2012-01-30 | save build_library logs in each project dir separately | Alon Zakai |
2012-01-30 | do not do -Ox or LTO when building a linkable module | Alon Zakai |
2012-01-29 | split LLVM LTO into separate pass | Alon Zakai |
2012-01-29 | switch to -Ox from -std-compile-opts | Alon Zakai |
2012-01-29 | enable poppler in o1 and o2, and some test_emcc fixes | Alon Zakai |
2012-01-28 | Enable the EM_CONFIG environment variable to override ~/.emscripten | Ehsan Akhgari |
2012-01-23 | simplify llvm opt picking code, and allow up to level 3 | Alon Zakai |
2012-01-23 | enable unsafe llvm opts in emcc | Alon Zakai |
2012-01-21 | do not generate annotations when disassembling bitcode | Alon Zakai |
2012-01-21 | disable pruning of emcc -s opts from test runner - it's too buggy | Alon Zakai |
2012-01-20 | fix bug with Settings.default values not including -O, so comparisons were wr... | Alon Zakai |
2012-01-20 | fix bug with missing keys in Settings.defaults | Alon Zakai |
2012-01-20 | remove dead function eliminator, which is no longer needed | Alon Zakai |
2012-01-20 | do not add unneeded -s 'es in test runner | Alon Zakai |
2012-01-18 | LINKABLE options, disabling dead code elimination for shared libraries and ma... | Alon Zakai |
2012-01-18 | use llvm internalive and globaldce to remove unneeded code before compiling t... | Alon Zakai |
2012-01-18 | fix emcc bug with detecting bitcode after refactoring of llvm-nm calling code | Alon Zakai |
2012-01-18 | automatically use libcxx when needed | Alon Zakai |
2012-01-18 | further refactor the library scanning code, and prepare for libcxx | Alon Zakai |
2012-01-18 | refactor library def scanning code | Alon Zakai |
2012-01-17 | cache for dlmalloc and soon libc++ | Alon Zakai |
2012-01-11 | better workaround for v8 bug 1895 | Alon Zakai |
2012-01-10 | option for NODE_JS_SAFE as a workaround for intermittent failures due to node... | Alon Zakai |
2012-01-10 | refactor js optimizer to not use fs.* as much as possible | Alon Zakai |
2012-01-10 | use NODE_JS when calling coffee and eliminator, to avoid problems with missin... | Alon Zakai |
2012-01-08 | fix and optimize cached header handling in test runner | Alon Zakai |
2012-01-05 | do not add compiler opts to CFLAGS, we add them in emcc anyhow (which is safer) | Alon Zakai |
2012-01-05 | Merge branch 'master' of git://github.com/jterrace/emscripten into incoming | Jeff Terrace |
2012-01-04 | properly remove all local system include dirs | Alon Zakai |
2012-01-04 | Set HOST_* variables for cross-compiling | Jeff Terrace |
2012-01-03 | Merge pull request #155 from FishingCactus/osx_darwin_fix | Alon Zakai |
2012-01-03 | force a target of i386-pc-linux-gnu | Alon Zakai |
2012-01-03 | Add comment for Osx specific treatment of bitcode files | julien.hamaide |
2012-01-03 | Fix bitcode support when llvm is compiled for darwin target | julien.hamaide |
2012-01-02 | use -idirafter instead of -I for our system dirs, to allow overriding | Alon Zakai |
2012-01-02 | load default settings into Settings on reset | Alon Zakai |
2012-01-01 | add .ll debugging output option to emcc | Alon Zakai |
2011-12-23 | fix crash when TEMP_DIR not defined in ~/.emscripten | Alon Zakai |