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
2012-03-15
remove unneeded SDL deps
Alon Zakai
2012-03-15
preload images for SDL
Alon Zakai
2012-03-15
comment
Alon Zakai
2012-03-15
almost working SDL_image test, just need async decoding
Alon Zakai
2012-03-15
allow monitoring of run dependencies
Alon Zakai
2012-03-15
add file preloading in browsers
Alon Zakai
2012-03-11
Merge pull request #263 from FishingCactus/opengles_wip2
Alon Zakai
Opengles fixes + glut functions
2012-03-10
don't flush terminals, it adds spurious newlines
Alon Zakai
2012-03-10
better handling of detection of scriptArgs and arguments
Alon Zakai
2012-03-10
be careful when flushing streams that may have been closed, during shutdown
Alon Zakai
2012-03-10
properly implement isatty
Alon Zakai
2012-03-10
allow Module.stdin,out,err to provide defaults for streams
Alon Zakai
2012-03-10
export malloc and free by default, many libraries need that
Alon Zakai
2012-03-10
add HEAPF64, useful sometimes for manually optimized code
Alon Zakai
2012-03-06
Merge pull request #301 from richardassar/array-prealloc
Alon Zakai
Optimisation of FS.createDataFile
2012-03-06
standardize switch comparisons on signed values
Alon Zakai
2012-03-06
escape & in html
Alon Zakai
2012-03-06
ignore fence llvm items
Alon Zakai
2012-03-05
handle signedness properly in 64-bit div, mul, rem
Alon Zakai
2012-03-05
do not rely on browser timezone info, it is very unpredictable
Alon Zakai
2012-03-05
fix i64 comparisons
Alon Zakai
2012-03-05
properly handle html-unfriendly print() output
Alon Zakai
2012-03-05
Optimisation of FS.createDataFile
The_Fly
2012-03-04
make string constant comments safe for inclusion in html
Alon Zakai
2012-03-03
add noExitRuntime option
Alon Zakai
2012-03-02
comment
Alon Zakai
2012-03-02
minify label ids to numbers early in the analysis
Alon Zakai
2012-03-01
emit smaller labels for loops
Alon Zakai
2012-02-29
optimize alignMemoryPage
Alon Zakai
2012-02-29
fix i64 invoke args, and parsing of very large i64 (and other illegal) constants
Alon Zakai
2012-02-29
better fix for leaked globals
Alon Zakai
2012-02-29
do not pollute global scope except for node (where we must)
Alon Zakai
2012-02-29
prevent 3965src etc. from leaking to global scope
Alon Zakai
2012-02-28
handle invoke that returns i64
Alon Zakai
2012-02-27
properly handle illegal phi literals
Alon Zakai
2012-02-27
legalize switch i64
Alon Zakai
2012-02-26
remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only there
Alon Zakai
2012-02-25
support more mathops in legalizer
Alon Zakai
2012-02-25
fix paramTypes
Alon Zakai
2012-02-25
refactor out paramX in mathops
Alon Zakai
2012-02-23
ccall/cwrap docs
Alon Zakai
2012-02-23
do not break on \r\n on windows
Alon Zakai
2012-02-23
cwrap (like ccall, but returns a wrapper function)
Alon Zakai
2012-02-22
fix typed exceptions for o1 and above
Alon Zakai
2012-02-22
misc library fixes for libcxxabi+test_typed_exceptions
Alon Zakai
2012-02-22
support sub atomic
Alon Zakai
2012-02-22
use libcxxabi for dynamic_cast
Alon Zakai
2012-02-21
work around v8 slowness bug by not calling new Array for HEAP
Alon Zakai
2012-02-21
Merge pull request #265 from adetaylor/polymorphic-exception-handling
Alon Zakai
Polymorphic exception handling.
2012-02-20
handle bitcasts of doubles to i64s and vice versa properly
Alon Zakai
[next]