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
/
jsifier.js
Age
Commit message (
Expand
)
Author
2013-08-16
simplify and automate GetProcAddress logic, and move it out of GL emulation
Alon Zakai
2013-08-09
clean up stack space allocated by a varargs function call immediately after i...
Alon Zakai
2013-08-09
use a local variable for varargs temp stack position
Alon Zakai
2013-07-24
do invoke_* on LLVM invokes using function pointers; fixes #1423
Alon Zakai
2013-07-22
fix regression of double-counting varargs
Alon Zakai
2013-07-21
notice varargs when creating library function wrappers
Alon Zakai
2013-07-15
fix both number of arguments and return type based on implementation informat...
Alon Zakai
2013-07-15
when we are calling an implemented function, call it using the signature it i...
Alon Zakai
2013-07-15
Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen.
Jez Ng
2013-07-11
Filter out unnamed_addr globals from symbol table.
Jez Ng
2013-07-11
Implement self-dlopen.
Jez Ng
2013-07-09
only remove unneeded arguments based on library sigs for llvm intrinsics (whi...
Alon Zakai
2013-07-07
rename __stackbase__ to sp
Alon Zakai
2013-07-03
stop emitting no-longer-needed alias constants
Alon Zakai
2013-07-03
run postSets in a global initializer, before all other global initializers
Alon Zakai
2013-07-03
refactor getIndex calls to include the signature
Alon Zakai
2013-07-03
fix relocation of global linkable variables, enable iostream module linking test
Alon Zakai
2013-07-03
add a naming to globals that can be linked and used across modules
Alon Zakai
2013-07-03
coerce in cmpxchg
Alon Zakai
2013-07-03
include fastLong in FULL_LIBRARY
Alon Zakai
2013-07-03
clone aliased functions in shared modules
Alon Zakai
2013-07-03
standardize global initializers syntax
Alon Zakai
2013-07-01
Merge pull request #1335 from inolen/module_exports
Alon Zakai
2013-07-01
- Added MODULE_NAME setting to control global module export
Anthony Pesch
2013-06-28
fixed comment typos
Anthony Pesch
2013-06-28
don't explicitly initialize uninitialized globals
Anthony Pesch
2013-06-26
Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-maps
Alon Zakai
2013-06-24
notice when a function call definitely does not have a return
Alon Zakai
2013-06-22
Merge remote-tracking branch 'upstream/incoming' into source-maps
Jez Ng
2013-06-22
Fix line numbering for invoke instructions.
Jez Ng
2013-06-21
decrease indentation in jsifier
Alon Zakai
2013-06-20
ensure a coercion on invoke calls
Alon Zakai
2013-06-18
IMPROVED: va_list offset is not hardcoded, added comments
manny/MADE
2013-06-13
do not eliminate dead code in EXPORT_ALL
Alon Zakai
2013-06-02
fix typo in glGenVertexArrays__deps
Alon Zakai
2013-05-30
handle phi loops properly
Alon Zakai
2013-05-25
use smaller special label for longjmp
Alon Zakai
2013-05-25
do not emit resumeException when exceptions are disabled
Alon Zakai
2013-05-23
fix argument counting regression from 5efd506 ; fixes #1202
Alon Zakai
2013-05-21
fix invokes of abort
Alon Zakai
2013-05-21
fix asm.js coercion
Alon Zakai
2013-05-21
Merge pull request #1195 from inolen/longjmp_signed
Alon Zakai
2013-05-21
Convert threwValue check to boolean expression
Anthony Pesch
2013-05-19
trigger setjmp on negative values
Anthony Pesch
2013-05-15
refactor code to generate empty function tables
Alon Zakai
2013-05-04
make memory management sane: 0 is null, then static including globals, then s...
Alon Zakai
2013-05-04
emit aborting stubs for DEAD_FUNCTIONS
Alon Zakai
2013-05-02
only emit aborting function stubs on undefined symbols in asm mode
Alon Zakai
2013-05-02
ensure floats in varargs
Alon Zakai
2013-05-02
use full alignment in varargs
Alon Zakai
[next]