index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2011-11-03
use bit shifts in multiplications where possible
Alon Zakai
2011-11-03
refactor getFastValue
Alon Zakai
2011-11-03
getFastValue|s|
Alon Zakai
2011-11-02
fix atoi
Alon Zakai
2011-11-02
scanf improvements
Alon Zakai
2011-11-02
Merge branch 'master' of github.com:kripken/emscripten
Alon Zakai
2011-11-02
optimize getFastValue and getHeapOffset
Alon Zakai
2011-10-31
SDL stubs
Alon Zakai
2011-10-31
fix bug with IGNORED_FUNCTIONS
Alon Zakai
2011-10-31
ignore ignored functions in list of generated functions (they may be ↵
Alon Zakai
overridden by handwritten code)
2011-10-31
explicitly 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-28
very partial getrusage
Alon Zakai
2011-10-28
profiling option from C++
Alon Zakai
2011-10-28
IGNORE_FUNCTIONS option
Alon Zakai
2011-10-26
comment about danger with FUNCTION_TABLE
Alon Zakai
2011-10-22
fix EMSCRIPTEN_COMMENT
Alon Zakai
2011-10-20
fix for using data files with closure compiler
Alon Zakai
2011-10-19
fix test_iostream
Alon Zakai
2011-10-19
optimize SDL pixel loop for ta2, and other minor fixes
Alon Zakai
2011-10-18
various library fixes
Alon Zakai
2011-10-18
Merge branch 'master' of https://github.com/kripken/emscripten
Alon Zakai
2011-10-18
clarify use of safe heap with ta2
Alon Zakai
2011-10-17
do not load library_gl
Alon Zakai
2011-10-16
properly use console.log on the web
Alon Zakai
2011-10-16
option to not inline library functions
Alon Zakai
2011-10-16
inline specific library functions for speed
Alon Zakai
2011-10-15
Merge pull request #98 from jterrace/master
Alon Zakai
Adds llvm_ctlz_i32
2011-10-14
flush partially-printed lines during shutdown
Alon Zakai
2011-10-14
Added llvm_ctlz_i32
Jeff Terrace
2011-10-13
fix bug with externs
Alon Zakai
2011-10-13
two minor intertyper fixes for haskell
Alon Zakai
2011-10-12
Merge branch 'master' of https://github.com/kripken/emscripten
Alon Zakai
2011-10-12
some SDL stuff
Alon Zakai
2011-10-12
handle function calls to null (at compile-time..)
Alon Zakai
2011-10-12
handle LLVM structures in phi
Alon Zakai
2011-10-10
EMSCRIPTEN_COMMENT for source comments
Alon Zakai
2011-10-09
try 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-08
fix dlmalloc speed regression
llvm-svn-pre-3.0
llvm-svn-backup
Alon Zakai
2011-10-08
mremap
Alon Zakai
2011-10-08
fix dlmalloc with typed arrays
Alon Zakai
2011-10-08
text fix
Alon Zakai
2011-10-08
fix newlib stdio init for q1
Alon Zakai
2011-10-07
fix stdio streams and printing of chars; fixes freetype
Alon Zakai
2011-10-07
handle numbers in getVarImpl (for example, storing to null will end up a 0 ↵
Alon Zakai
there)
2011-10-07
take note of types in getelementptr
Alon Zakai
2011-10-07
fix bug with analyzing {..}* types
Alon Zakai
2011-10-06
consolidate dlmalloc.c files; fixes test_dlmalloc_linked
Alon Zakai
2011-10-06
fix unistd_pathconf
Alon Zakai
2011-10-06
fix for = hidden alias
Alon Zakai
2011-10-06
bundle latest cDefines
Alon Zakai
[next]