aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-11-10i64 fixes and testsAlon Zakai
2011-11-10fixes; i64 passesAlon Zakai
2011-11-10note for future parsing of i64 constsAlon Zakai
2011-11-10i64 fixes, first part of test_i64 passesAlon Zakai
2011-11-09initial work on i64 mathopsAlon Zakai
2011-11-09initial work on i64Alon Zakai
2011-11-07basic support for dynamic_castAlon Zakai
2011-11-06fix bug with re-processing type and other info for each function, leading to ↵Alon Zakai
massive slowdowns on very large projects
2011-11-06disable 'use strict' - it does not help us in any wayAlon Zakai
2011-11-06tweak framework profilingAlon Zakai
2011-11-04remove $ from inline temp varsAlon Zakai
2011-11-04USE_FHEAP optionAlon Zakai
2011-11-04optimize ta1 memcpy, and use ta1 in raytrace benchmarkAlon Zakai
2011-11-03use bit shifts in multiplications where possibleAlon Zakai
2011-11-03refactor getFastValueAlon Zakai
2011-11-03getFastValue|s|Alon Zakai
2011-11-02fix atoiAlon Zakai
2011-11-02scanf improvementsAlon Zakai
2011-11-02Merge branch 'master' of github.com:kripken/emscriptenAlon Zakai
2011-11-02optimize getFastValue and getHeapOffsetAlon Zakai
2011-10-31SDL stubsAlon Zakai
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