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
2011-08-24
Prevented quoting of library object properties (Closure Compiler compatibility).
max99x
2011-08-15
allow generateStructInfo to work at runtime with structMetadata
Alon Zakai
2011-08-14
DISABLE_EXCEPTIONS option
Alon Zakai
2011-08-09
simplify unreachable js annotation
Alon Zakai
2011-08-06
Replaced "new Date.getTime()" with "Date.now()";
max99x
2011-08-05
Made global allocations non-static in shared libraries.
max99x
2011-07-22
Fixed INCLUDE_FULL_LIBRARY including __deps and __postset fields.
max99x
2011-07-16
refactor and simplify library loading in order to make type info available there
Alon Zakai
2011-07-15
option to provide type info at run time
Alon Zakai
2011-07-07
fixes for strict mode
Alon Zakai
2011-07-04
support for llvm aliases
Alon Zakai
2011-07-01
handle complex expressions in br. fixes issue 39
Alon Zakai
2011-06-30
refactoring+cleanup, to add type info where it was missing. allows proper fun...
Alon Zakai
2011-06-29
backout previous broken commit
Alon Zakai
2011-06-29
indexize external functions (for shared libraries, primarily), +some code cle...
Alon Zakai
2011-06-28
support for blockaddress/indirectbr. fixes issue 34
Alon Zakai
2011-06-26
cleanup: do indexizeFunctions inside finalizeLLVMParameter
Alon Zakai
2011-06-26
optimize inclusion of default library items
Alon Zakai
2011-06-26
fix breakage by indexing ret values
Alon Zakai
2011-06-26
Minor polish:
max99x
2011-06-26
Prevented shared libs from overwriting __globalConstructor__.
max99x
2011-06-26
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-26
Fixed function indexing issues between parent and child;
max99x
2011-06-25
allow exporting library functions
Alon Zakai
2011-06-25
Style cleanup for the previous commit.
max99x
2011-06-25
Added basic support for dynamic module loading.
max99x
2011-06-25
Added support for exporting (non-function) global variables.
max99x
2011-06-24
remove unneeded assertion. fixes issue 28
Alon Zakai
2011-06-24
fix and optimize library aliases by making them refer instead of copy
Alon Zakai
2011-06-12
revert c24c10ea77e612937f1d3e36b5909ada62587b76
Alon Zakai
2011-06-12
do not write unnecessary final if in multiple blocks
Alon Zakai
2011-06-09
sign analyzer for ta==2
Alon Zakai
2011-06-03
refactoring in preparation for TYPED_ARRAYS==2 (disabled)
Alon Zakai
2011-05-24
remove obsolete fastops; generalize load with parseLLVM/finalizeLLVM; fix iss...
Alon Zakai
2011-05-16
compiler code is now js strict mode compliant
Alon Zakai
2011-05-14
additional sdl and browser stuff
Alon Zakai
2011-05-12
refactor library_sdl
Alon Zakai
2011-04-26
properly handle calls to varargs functions without additional args
Alon Zakai
2011-04-22
work towards QUANTUM_SIZE=1 (unused)
Alon Zakai
2011-04-21
line-specific exceptions to SAFE_HEAP
Alon Zakai
2011-04-18
refactor assertions and parsing code
Alon Zakai
2011-04-18
refactor parsing of globals
Alon Zakai
2011-04-17
finalize parameters in getGetElementPtrIndexes
Alon Zakai
2011-04-13
refactor library-needing code out of jsifier
Alon Zakai
2011-03-21
poppler-related tweaks
Alon Zakai
2011-03-21
optimize FUNCTION_POINTER and exporting
Alon Zakai
2011-03-21
do not un/reSign constants
Alon Zakai
2011-03-19
support for llvm 2.9
Alon Zakai
2011-03-15
stop using lots of memory to manage strings at the end of compilation
Alon Zakai
2011-03-13
misc compiler tweaks
Alon Zakai
[next]