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 (
Collapse
)
Author
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
* Fixed loose "in" check for library functions in jsifier.js. * Made __globalConstructor__ a var in preamble_sharedlib.js.
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
Child no longer includes library, using the parent's instead.
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 ↵
Alon Zakai
issue 14
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
2011-03-12
optimize memory usage in jsifier
Alon Zakai
2011-03-05
correct signs in equality comparisons
Alon Zakai
2011-03-04
integer rounding fixes and CORRECT_ROUNDINGS option
Alon Zakai
2011-02-27
comments
Alon Zakai
2011-02-22
global Types object refactoring
Alon Zakai
2011-02-21
remove slow identinicer
Alon Zakai
2011-02-20
generate strict mode javascript
Alon Zakai
2011-02-19
use line-specific corrections in zlib test
Alon Zakai
2011-02-19
line-specific CORRECT_OVERFLOWS and CORRECT_SIGNS
Alon Zakai
2011-02-13
tweak sign and overflow checks
Alon Zakai
2011-02-13
debugging fixes
Alon Zakai
2011-02-12
line number debugging info
Alon Zakai
2011-02-11
add parens in mathops
Alon Zakai
2011-02-10
check whether a postset is needed with global non-array variables
Alon Zakai
2011-02-06
strengthen SAFE_HEAP checks for copied values
Alon Zakai
2011-02-05
mathop fixes +test
Alon Zakai
2011-02-04
unsign in zext to prevent a sign error
Alon Zakai
[prev]
[next]