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
2013-01-23
detect nativized variable types properly in asm coercions
Alon Zakai
2013-01-23
properly detect return type when detecting function type
Alon Zakai
2013-01-23
make getReturnType handle non-function pointer types
Alon Zakai
2013-01-23
diff for func type optimization
Alon Zakai
2013-01-23
handle function pointer calls to functions that return function pointers ↵
Alon Zakai
(insert meme here)
2013-01-23
optimize isFuncType further
Alon Zakai
2013-01-22
optimize function type detection and detect returning of pointers more carefully
Alon Zakai
2013-01-22
let dump() avoid funcData pitfalls
Alon Zakai
2013-01-22
asm coercions in splitI64
Alon Zakai
2013-01-22
asm coercions in i64 to double
Alon Zakai
2013-01-22
fix function table type defs
Alon Zakai
2013-01-22
do not allow adjusting memory size at runtime in asm
Alon Zakai
2013-01-22
make function indexing replacements JSON-friendly
Alon Zakai
2013-01-21
coerce to int the output of integer multiply in all cases
Alon Zakai
2013-01-21
unify what we index across asm and non-asm
Alon Zakai
2013-01-21
determistic.js shim
Alon Zakai
2013-01-21
remove unneeded comment
Alon Zakai
2013-01-20
fix varargs by pointer in asm
Alon Zakai
2013-01-20
fix -O1
Alon Zakai
2013-01-20
create asm function table wrappers for all non-implemented functions
Alon Zakai
2013-01-20
read function signatures from library
Alon Zakai
2013-01-20
refactor getProcAddress
Alon Zakai
2013-01-20
option for getIndex to not request indexing, and just retrieve the index if ↵
Alon Zakai
already requested
2013-01-20
__asm and __sig in library, separately
Alon Zakai
2013-01-20
refactor gl emulation code
Alon Zakai
2013-01-20
update async_wget2 to dynCall
Alon Zakai
2013-01-19
update emscripten_async_wget_data to dynCall
Alon Zakai
2013-01-19
support arguments object as args in asm dynCall
Alon Zakai
2013-01-19
fix glColor
Alon Zakai
2013-01-19
refactor gl emulation code that replaces drawing functions at runtime
Alon Zakai
2013-01-19
fix LIBRARY_DEBUG for asm
Alon Zakai
2013-01-19
support glBegin on GL_POINTS; fixes #793
Alon Zakai
2013-01-19
fix asm function table wrappers
Alon Zakai
2013-01-19
do not wrap function table functions in non-asm mode
Alon Zakai
2013-01-19
Merge branch 'incoming' of https://github.com/manuels/emscripten into incoming
Alon Zakai
2013-01-19
Remove unnecessary parantheses in sscanf format code
manuels
2013-01-18
fix function table wrapper coercions
Alon Zakai
2013-01-18
fix mathop param types detection
Alon Zakai
2013-01-18
mark fpto* as not needing analyzer legalization
Alon Zakai
2013-01-18
detect correct type of all LLVM conversions
Alon Zakai
2013-01-18
fix unrelooped code for asm
Alon Zakai
2013-01-18
set correct type for uitofp and sitofp
Alon Zakai
2013-01-18
coerce memset params
Alon Zakai
2013-01-18
add return in functions whose types return but do not actually return
Alon Zakai
2013-01-18
more library stubs
Alon Zakai
2013-01-18
asprintf and some stubs
Alon Zakai
2013-01-18
wrap library functions before putting them in asm function tables
Alon Zakai
2013-01-17
avoid unnecessary strings in allocate() constants
Alon Zakai
2013-01-17
Merge pull request #778 from caiiiycuk/exception_catching_in_scope
Alon Zakai
Implement exceptions in scopes
2013-01-17
pack global constant allocations to save space, and allow typed array .set() ↵
Alon Zakai
for writing them out
[next]