aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
2012-11-09cleanupAlon Zakai
2012-11-08stop doing old-relooper-related js optimizer passesAlon Zakai
2012-11-07refactor link time opts codeAlon Zakai
2012-11-07split up js optimizer passes only in EMCC_DEBUG=2, not 1Alon Zakai
2012-11-07strip debug info in -O1 and above by default, unless -g is specified when con...Alon Zakai
2012-11-06fix temp dir in emccAlon Zakai
2012-10-29more non-clang configure fixes for configure testsAlon Zakai
2012-10-29more non-clang configure work and debugging toolsAlon Zakai
2012-10-29configure debugging toolsAlon Zakai
2012-10-28add experimental and non-enabled non-clang configure modeAlon Zakai
2012-10-27memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which cas...Alon Zakai
2012-10-26comment on -O3Alon Zakai
2012-10-23integrate eliminator as js optimizer passAlon Zakai
2012-10-20report times of passes in EMCC_DEBUGAlon Zakai
2012-10-17do not include C library in shared library 2Alon Zakai
2012-10-13build libcxx and libcxxabi using direct commands, not a makefile, to make thi...Alon Zakai
2012-10-12get almost all of embind test passingAlon Zakai
2012-10-12embind integration in emcc and work towards a testAlon Zakai
2012-10-12Merge branch 'master' into incomingAlon Zakai
2012-10-11indentation fixAlon Zakai
2012-10-03ignore and warn on -OsAlon Zakai
2012-10-01CONFIGURE_CC option to let you define the compiler used when configure-ingAlon Zakai
2012-09-26Add emcc option "--split <size>" to split javascript file.Lars Schneider
2012-09-21show warning about absolute paths only onceAlon Zakai
2012-09-21-s docs in emccAlon Zakai
2012-09-20add conftest.c flag passing test and use right indentingJanus
2012-09-18don't pass EMCC specific flags on when configuring using clangJanus
2012-09-13clearer error message when a crucial llvm tool is missing, and force sanity c...Alon Zakai
2012-09-12make all temp files be in TEMP_DIR from ~/.emscriptenAlon Zakai
2012-08-30--clear-cache optionAlon Zakai
2012-08-25disable precise i32 multiplication even in -O0: too slowAlon Zakai
2012-08-25PRECISE_I32_MUL option for full precision in 32-bit multiplyAlon Zakai
2012-08-22remove mentions of obsolete emldAlon Zakai
2012-08-18warn on -I and -L to absolute paths, which may be to local system headers/lib...Alon Zakai
2012-07-29improve emcc help on --embed and --preloadAlon Zakai
2012-07-13Look into system/local/include and system/local/lib tooBehdad Esfahbod
2012-06-25use unique temp names for libraries tooAlon Zakai
2012-06-25minor emcc bugfixAlon Zakai
2012-06-22emcc --remove-duplicates optionAlon Zakai
2012-06-22enable previous assertion, properlyAlon Zakai
2012-06-22disable overly permissive assertion in emccAlon Zakai
2012-06-18remove some unneeding emcc printingAlon Zakai
2012-06-17allow multiple pre-js and post-jsAlon Zakai
2012-06-16move suffix tools to sharedAlon Zakai
2012-06-13accept .obj files as bitcodeAlon Zakai
2012-06-11refactor file packaging into standalone toolAlon Zakai
2012-06-11use closure-exported FS API for preloadingAlon Zakai
2012-06-11allow --preload-file when generating .js, which assumes the .js will be used ...Alon Zakai
2012-06-11remove GENERATING_HTML, it was confusing and gave little or no benefitAlon Zakai
2012-06-10emcc note on preloading and .dataAlon Zakai