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-01-01
CORRECT_OVERFLOWS option; strengthening of various tests, and fixes a bug in ...
Alon Zakai
2010-12-31
allow SAFE_HEAP with typed arrays; fix minor uncovered bugs; add SAFE_HEAP_LO...
Alon Zakai
2010-12-31
comment
Alon Zakai
2010-12-31
macros for heap access in library.js
Alon Zakai
2010-12-31
simplify heap operations in preamble with macros
Alon Zakai
2010-12-30
simple django-style substitution/macros
Alon Zakai
2010-12-29
better slab selection with type info
Alon Zakai
2010-12-28
prevent strings with C-style comments from breaking helpful comments in gener...
dglead
2010-12-27
use finalizeLLVMFunctionCall for more functions, and related minor fixes
Alon Zakai
2010-12-25
comments + clean up compiler.js
Alon Zakai
2010-12-25
refactor and fix global variables, should they be needed for analysis
Alon Zakai
2010-12-25
code cleanup
Alon Zakai
2010-12-23
error message when encountering asm calls
Alon Zakai
2010-12-19
CHECK_OVERFLOWS option
Alon Zakai
2010-12-18
fixes for llvm optimized code in 2 tests
Alon Zakai
2010-12-15
clean up enzymatic ==> framework
Alon Zakai
2010-12-15
misc fixes and improvements - thanks go to tuba
Alon Zakai
2010-12-12
support for library dependencies +misc python float fixes
Alon Zakai
2010-12-10
proper stubs for external values
Alon Zakai
2010-12-09
code cleanup of |,;|s
David LaPalomento
2010-12-09
proper support for bitfields
Alon Zakai
2010-12-07
fix a few bugs related to highly-nested structs
Alon Zakai
2010-12-05
fix for functions in mathops
Alon Zakai
2010-12-04
fix for bitshifts
Alon Zakai
2010-11-27
fix bug in laying out of constant structures +tests
Alon Zakai
2010-11-26
return the optimization of dropping function data as soon as possible
Alon Zakai
2010-11-26
remove clumsy iterative creation attempts of globals
Alon Zakai
2010-11-26
improve varargs support
Alon Zakai
2010-11-26
flatten global constants at compile time
Alon Zakai
2010-11-21
strengthen SAFE_HEAP
Alon Zakai
2010-11-21
SAFE_HEAP now validates the load-store consistency assumption, plus minor rel...
Alon Zakai
2010-11-19
missing mathops: ord, uno, true
Alon Zakai
2010-11-18
correct lineNums in unparsedFunctions
Alon Zakai
2010-11-14
handle global constants that are llvm function calls +test
Alon Zakai
2010-11-14
clean up function lines early to save RAM
Alon Zakai
2010-11-14
handle all llvm functions in |store|
Alon Zakai
2010-11-14
parse each function in a separate pass, to save RAM
Alon Zakai
2010-11-13
fix for global constant pointers to pointers
Alon Zakai
2010-11-13
string constants inside struct constants +test
Alon Zakai
2010-11-13
cleanup in function header
Alon Zakai
2010-11-02
support for struct/aggregate values in load&store; all tests pass
alon@honor
2010-10-31
remove getters from global vars
alon@honor
2010-10-27
modularize generated code
alon@honor
2010-10-26
proper blockIds, fixes relooper bug
alon@honor
2010-10-25
fix bug with type of |select|
alon@honor
2010-10-24
progress on cleaning up Runtime
alon@honor
2010-10-24
add nonvirtual part to polymorph test; fails in clang
alon@honor
2010-10-23
better LABEL_DEBUG
alon@honor
2010-10-23
fix for invoke function calls not using function table
alon@honor
2010-10-23
handle llvm functions in ret
alon@honor
[next]