aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-11-12commentAlon Zakai
2011-11-11fix phi semantics with multiple dependent phisAlon Zakai
2011-11-11fix i64 extension bug not being doneAlon Zakai
2011-11-11roundy math ops (add etc.) in i64=1Alon Zakai
2011-11-11fix remaining ta2 i64=1 testsAlon Zakai
2011-11-11additional llvm intrinsics we need to de-i64-ifyAlon Zakai
2011-11-10do not use i64s in llvm intrinsics that don't need itAlon Zakai
2011-11-10fix for i64 subtract in parsei64Alon Zakai
2011-11-10fix for test_parseIntAlon Zakai
2011-11-10fix for GEP indexes being i64Alon Zakai
2011-11-10i64 fix for printing the very largest valuesAlon Zakai
2011-11-10cleanup and fixes for i64Alon Zakai
2011-11-10more i64 fixes and testsAlon Zakai
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