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-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
2011-02-01
overflow checks in getelementptr
Alon Zakai
2011-01-29
freetype test, plus some unix-specific file IO stuff
Alon Zakai
2011-01-27
reSign parallel to unSign to fix rare signing issues; CHECK_SIGNS option
Alon Zakai
2011-01-23
minor fixes and optimizations
Alon Zakai
2011-01-19
Optimize out some loop labels
Alon Zakai
2011-01-17
handle odd llvm with branches in the middle of labels; all tests pass
Alon Zakai
2011-01-16
initial emulation for stdio file reading, and other preparations for poppler
Alon Zakai
2011-01-07
enable llvm opts on tests with precompiled .ll (python, bullet, lua); fix min...
Alon Zakai
2011-01-02
optimize mod operator, and primes benchmark
Alon Zakai
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
[next]