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 (
Expand
)
Author
2013-04-04
pre-apply simple postSets
Alon Zakai
2013-04-04
do not emit the memory initialization into itself
Alon Zakai
2013-04-04
refactor slab writing in makePointer
Alon Zakai
2013-04-04
be less silly
Alon Zakai
2013-04-04
make sure allocate() types have the same length as the slab
Alon Zakai
2013-04-04
fix s_x_x
Alon Zakai
2013-04-04
always flatten out ta2 allocate()ions
Alon Zakai
2013-04-04
write out all the initial global allocations as one big ALLOC_NONE
Alon Zakai
2013-04-04
ensure aligned sizes for all constants
Alon Zakai
2013-04-04
refactor chunkifying in makePointer
Alon Zakai
2013-04-04
refactor vtable extension
Alon Zakai
2013-04-04
compress in makePointer only in non-ta2, in preparation for consolidating all...
Alon Zakai
2013-04-03
refactor/simplify constant generation
Alon Zakai
2013-04-03
Merge pull request #1015 from fhd/incoming
Alon Zakai
2013-04-01
fix externals handling: non-library elements need nothing at all, so runtime ...
Alon Zakai
2013-04-01
simplify and unify handling of externals
Alon Zakai
2013-03-31
differentiate better the ambiguous case of llvm call (where the type can be e...
Alon Zakai
2013-03-31
check both original short ident and redirected ident for being a library func...
Alon Zakai
2013-03-31
invalidate renderers using stride
Alon Zakai
2013-03-31
GL_UNSAFE_OPTS tweaks
Alon Zakai
2013-03-31
do not fix offsets in renderers; fixes test_gl_renderers
Alon Zakai
2013-03-31
fix attribute offsets when they start at >0 and there is an array buffer
Alon Zakai
2013-03-31
do not fix stride in renderers
Alon Zakai
2013-03-30
rephrase comment
Alon Zakai
2013-03-30
Support rotozoomSurface
Felix H. Dahlke
2013-03-28
Updated comment for DEAD_FUNCTIONS.
Michael Bishop
2013-03-26
Adjust the distance model and rolloff factor for OpenAL
Ehsan Akhgari
2013-03-25
Merge pull request #898 from MichaelRiss/selectFix
Alon Zakai
2013-03-25
simplify handling of anonymous entry blocks; fixes #948
Alon Zakai
2013-03-25
Get things working with the new libcxx / libcxxabi.
Bruce Mitchener
2013-03-23
remove unneeded check from relooper
1.3.3
Alon Zakai
2013-03-22
correctly detect type of outputs of call to function pointers
Alon Zakai
2013-03-22
export functions in pre phase even in asm (it's just in funcs that we don't)
Alon Zakai
2013-03-22
Set the correct panning model
Ehsan Akhgari
2013-03-22
add default c++ terminate() in library.js
Alon Zakai
2013-03-22
- added test cases for select error reporting
Michael Riss
2013-03-22
Move error check into canRead function and use an outer scope variable to rep...
Michael Riss
2013-03-22
remove stray console.log
Michael Riss
2013-03-22
select function: return error condition when network connection fails
Michael Riss
2013-03-21
asmify CHECK_HEAP_ALIGN calls
Alon Zakai
2013-03-20
improve error message
Alon Zakai
2013-03-20
abort compilation if there are unresolved in asm.js, after showing them all
Alon Zakai
2013-03-20
do not exist runtime if simulating an infinite loop
Alon Zakai
2013-03-20
do not show the simulate-infinite-loop exception
Alon Zakai
2013-03-20
remove CATCH_EXIT_CODE and make it the default behavior
Alon Zakai
2013-03-20
add exception debug warning on resume 0
Alon Zakai
2013-03-20
Merge pull request #972 from waywardmonkeys/fix-resume-undef
Alon Zakai
2013-03-20
Implement alcGetError
Ehsan Akhgari
2013-03-20
Remove two other workarounds
Ehsan Akhgari
2013-03-20
Revert "Work around two Firefox bugs"
Ehsan Akhgari
[next]