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-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
2013-04-29
make sure to align unnamed globals
Alon Zakai
2013-04-29
do not get confused by local vars that alias names of library functions, and ...
Alon Zakai
2013-04-29
fix va_arg
Alon Zakai
2013-04-29
fix varargs alignment in le32
Alon Zakai
2013-04-29
fully align varargs and formatString arguments all to 64-bit
Alon Zakai
2013-04-29
align the stack to 64 bits in le32
Alon Zakai
2013-04-29
implement le32 varargs as a struct with two fields: a start and an offset
Alon Zakai
2013-04-29
work towards le32 varargs
Alon Zakai
2013-04-29
ERROR_ON_UNRESOLVED_SYMBOLS option
Alon Zakai
2013-04-29
only show landingpad warnings in VERBOSE mode
Alon Zakai
2013-04-26
fix test_warn_undefined
Alon Zakai
2013-04-26
fix auto-returns after aborts in float-returning functions, and enable popple...
Alon Zakai
2013-04-25
emit missing function warnings only in verbose mode
Alon Zakai
2013-04-25
fix test_runtimelink
Alon Zakai
2013-04-24
warn on missing functions
Alon Zakai
2013-04-24
auto-generate library stubs that abort for missing library functions, and imp...
Alon Zakai
[next]