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-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
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
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
[next]