aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-10-31fix bug with IGNORED_FUNCTIONSAlon Zakai
2011-10-31ignore ignored functions in list of generated functions (they may be ↵Alon Zakai
overridden by handwritten code)
2011-10-31explicitly identify emscripten-generated functions (as opposed to library ↵Alon Zakai
ones, or handwritten ones appended to the same file), and run eliminator only on those
2011-10-28very partial getrusageAlon Zakai
2011-10-28profiling option from C++Alon Zakai
2011-10-28IGNORE_FUNCTIONS optionAlon Zakai
2011-10-26comment about danger with FUNCTION_TABLEAlon Zakai
2011-10-22fix EMSCRIPTEN_COMMENTAlon Zakai
2011-10-20fix for using data files with closure compilerAlon Zakai
2011-10-19fix test_iostreamAlon Zakai
2011-10-19optimize SDL pixel loop for ta2, and other minor fixesAlon Zakai
2011-10-18various library fixesAlon Zakai
2011-10-18Merge branch 'master' of https://github.com/kripken/emscriptenAlon Zakai
2011-10-18clarify use of safe heap with ta2Alon Zakai
2011-10-17do not load library_glAlon Zakai
2011-10-16properly use console.log on the webAlon Zakai
2011-10-16option to not inline library functionsAlon Zakai
2011-10-16inline specific library functions for speedAlon Zakai
2011-10-15Merge pull request #98 from jterrace/masterAlon Zakai
Adds llvm_ctlz_i32
2011-10-14flush partially-printed lines during shutdownAlon Zakai
2011-10-14Added llvm_ctlz_i32Jeff Terrace
2011-10-13fix bug with externsAlon Zakai
2011-10-13two minor intertyper fixes for haskellAlon Zakai
2011-10-12Merge branch 'master' of https://github.com/kripken/emscriptenAlon Zakai
2011-10-12some SDL stuffAlon Zakai
2011-10-12handle function calls to null (at compile-time..)Alon Zakai
2011-10-12handle LLVM structures in phiAlon Zakai
2011-10-10EMSCRIPTEN_COMMENT for source commentsAlon Zakai
2011-10-09try to handle q1 cases where only part of a structure is copied. code is not ↵Alon Zakai
actually hit in the test suite yet
2011-10-08fix dlmalloc speed regressionllvm-svn-pre-3.0llvm-svn-backupAlon Zakai
2011-10-08mremapAlon Zakai
2011-10-08fix dlmalloc with typed arraysAlon Zakai
2011-10-08text fixAlon Zakai
2011-10-08fix newlib stdio init for q1Alon Zakai
2011-10-07fix stdio streams and printing of chars; fixes freetypeAlon Zakai
2011-10-07handle numbers in getVarImpl (for example, storing to null will end up a 0 ↵Alon Zakai
there)
2011-10-07take note of types in getelementptrAlon Zakai
2011-10-07fix bug with analyzing {..}* typesAlon Zakai
2011-10-06consolidate dlmalloc.c files; fixes test_dlmalloc_linkedAlon Zakai
2011-10-06fix unistd_pathconfAlon Zakai
2011-10-06fix for = hidden aliasAlon Zakai
2011-10-06bundle latest cDefinesAlon Zakai
2011-10-05fix test_sysconfAlon Zakai
2011-10-03fix test_timeAlon Zakai
2011-10-02fix test_pollAlon Zakai
2011-10-02fix math.hAlon Zakai
2011-10-02fix langinfoAlon Zakai
2011-10-02move emscripten.h; fixes emscripten_apiAlon Zakai
2011-10-02fix typo in library; fixes dlfcn testsAlon Zakai
2011-09-27debug info parsing fixAlon Zakai