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
Age
Commit message (
Expand
)
Author
2013-01-09
rename dlmalloc to libc in cache, in preparation for adding further code there
1.2.3
Alon Zakai
2013-01-09
mention asm.js'ing in benchmarks
Alon Zakai
2013-01-09
fix asmEnsureFloat and asmInitializer
Alon Zakai
2013-01-08
optimize |,& on constants
Alon Zakai
2013-01-08
make docs mention that bitcode is the default
Alon Zakai
2013-01-08
make sure there is a final return in functions that return value in asm
Alon Zakai
2013-01-08
add tempValue in asm
Alon Zakai
2013-01-08
improve |0 removal in asm mode a little
Alon Zakai
2013-01-08
keep a coercion right on top of heap accesses in asm mode
Alon Zakai
2013-01-08
fix asmCoercion for aggregate types
Alon Zakai
2013-01-08
uncomment exception stub
Alon Zakai
2013-01-08
fix bug with lack of recursion in simplifyBitops
Alon Zakai
2013-01-08
asm coerce varargs argument
Alon Zakai
2013-01-08
stub _ZNSt9exceptionD2Ev for the case where dlmalloc is included but not libc...
Alon Zakai
2013-01-08
fix test_exceptions
Alon Zakai
2013-01-08
ensure a return when an abort happens in a function that returns something
Alon Zakai
2013-01-08
define tempInt in asm
Alon Zakai
2013-01-08
refactor networking code to start supporting multiple backends
Alon Zakai
2013-01-08
rename websockets tests
Alon Zakai
2013-01-07
wget2 docs
Alon Zakai
2013-01-07
Merge remote-tracking branch 'wolfviking/incoming' into incoming
Alon Zakai
2013-01-07
fix asm relooper bug
1.2.2
Alon Zakai
2013-01-07
do not asm coerce values of type void (e.g. functions that return nothing)
Alon Zakai
2013-01-07
accept either 0.0 or +0 as double in asm coercion
Alon Zakai
2013-01-07
ensure float literals are hinted as floats in asm
Alon Zakai
2013-01-07
add asm.js mode to relooper, for label comparisons
1.2.1
Alon Zakai
2013-01-07
update relooper tests
Alon Zakai
2013-01-07
always coerce asm calls
Alon Zakai
2013-01-07
remove unneeded ' in asm exports
Alon Zakai
2013-01-07
reset the stack top when CATCH_EXIT_CODE
Alon Zakai
2013-01-07
disable EXCEPTION_DEBUG by default
Alon Zakai
2013-01-07
TODO for asm double literals
Alon Zakai
2013-01-07
notice Math.* library redirects as being functions
Alon Zakai
2013-01-07
fix bug with adding non-functions to libraryFunctions in ASM_JS
Alon Zakai
2013-01-07
simple asm mode that just exports main
Alon Zakai
2013-01-06
do not call run if dependencies are resolved but we were not supposed to call...
Alon Zakai
2013-01-06
sysexits.h
Alon Zakai
2013-01-06
index, rindex
Alon Zakai
2013-01-05
fix networking for both stream and dgram
Alon Zakai
2013-01-04
handle sending forced messages of non-multiple-of-4 sizes
Alon Zakai
2013-01-04
SOCKET_FORCED_MESSAGING option
Alon Zakai
2013-01-04
refactor socket code, ensure that each call to recv/recvmsg receives a single...
Alon Zakai
2013-01-04
rename socket queue
Alon Zakai
2013-01-04
refactor socket code, ensure that we send all a sendmsg's iovs in a single so...
Alon Zakai
2013-01-03
fix sdl shutdown crash
Alon Zakai
2013-01-03
warn about ASM_JS
Alon Zakai
2013-01-03
fix glut mouseFunc call
Alon Zakai
2013-01-03
fix glut typo
Alon Zakai
2013-01-03
fix memory growth error
Alon Zakai
2013-01-02
SDL mutex stubs
Alon Zakai
[next]