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
/
compiler.js
Age
Commit message (
Expand
)
Author
2011-06-05
generalize heap access generation with getHeapOffset
Alon Zakai
2011-05-25
allow 2 and 3 in SAFE_HEAP and CHECK_* options. 2 is only these, 3 is all but...
Alon Zakai
2011-05-15
indexize necessary library functions
Alon Zakai
2011-05-14
additional sdl and browser stuff
Alon Zakai
2011-04-21
line-specific exceptions to SAFE_HEAP
Alon Zakai
2011-04-13
refactor library-needing code out of jsifier
Alon Zakai
2011-03-29
gcparam for spidermonkey
Alon Zakai
2011-03-21
optimize FUNCTION_POINTER and exporting
Alon Zakai
2011-03-15
stop using lots of memory to manage strings at the end of compilation
Alon Zakai
2011-03-04
integer rounding fixes and CORRECT_ROUNDINGS option
Alon Zakai
2011-02-22
global Types object refactoring
Alon Zakai
2011-02-19
line-specific CORRECT_OVERFLOWS and CORRECT_SIGNS
Alon Zakai
2010-12-31
allow SAFE_HEAP with typed arrays; fix minor uncovered bugs; add SAFE_HEAP_LO...
Alon Zakai
2010-12-31
macros for heap access in library.js
Alon Zakai
2010-12-25
comments + clean up compiler.js
Alon Zakai
2010-12-25
code cleanup
Alon Zakai
2010-12-15
clean up enzymatic ==> framework
Alon Zakai
2010-12-09
code cleanup of |,;|s
David LaPalomento
2010-11-21
SAFE_HEAP now validates the load-store consistency assumption, plus minor rel...
Alon Zakai
2010-11-13
remove unnecessary line splitting and recombining
Alon Zakai
2010-10-10
typed arrays support; function __index__ing ; 36% speedup
alon@honor
2010-10-06
Runtime system, and inlining of stackEnter/Exit
alon@honor
2010-09-25
snippets ==> library
alon@honor
2010-09-22
disable relooping pending rewrite
alon@honor
2010-09-20
refactor into files
alon@honor