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
2012-05-11
FS.createPreloadedFile
Alon Zakai
2012-04-21
do not add empty lines for library dependencies already handled
Alon Zakai
2012-04-21
support extraction of i64 values in ta2, and partial support for llvm_uadd_wi...
Alon Zakai
2012-04-20
make library and gl debug configurable at runtime, and share the pretty print...
Alon Zakai
2012-04-11
include glMatrix when glBegin is used
Alon Zakai
2012-04-02
print return values in LIBRARY_DEBUG mode
Alon Zakai
2012-04-02
only include i64 precise code if it will actually be used
Alon Zakai
2012-04-01
fix parsing of i64 constants in globals, and add working cube2hash testcase
Alon Zakai
2012-04-01
support for precise i64 signed math
Alon Zakai
2012-03-24
fix some print to Module.print stuff in debug options
Alon Zakai
2012-03-22
fix and improve LIBRARY_DEBUG
Alon Zakai
2012-03-06
standardize switch comparisons on signed values
Alon Zakai
2012-03-04
make string constant comments safe for inclusion in html
Alon Zakai
2012-03-02
minify label ids to numbers early in the analysis
Alon Zakai
2012-02-28
handle invoke that returns i64
Alon Zakai
2012-02-27
legalize switch i64
Alon Zakai
2012-02-26
remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only there
Alon Zakai
2012-02-25
refactor out paramX in mathops
Alon Zakai
2012-02-22
support sub atomic
Alon Zakai
2012-02-21
Merge pull request #265 from adetaylor/polymorphic-exception-handling
Alon Zakai
2012-02-20
handle bitcasts of doubles to i64s and vice versa properly
Alon Zakai
2012-02-20
handle setjmp without an explicit entry
Alon Zakai
2012-02-20
Polymorphic exception handling.
Adrian Taylor
2012-02-18
do not include __inline with full library
Alon Zakai
2012-02-18
basic support for setjmp/longjmp
Alon Zakai
2012-02-11
legalize function params
Alon Zakai
2012-02-11
initial work on legalizing i64s
Alon Zakai
2012-02-04
refactor out the 'assign' intertype, simplifying and optimizing the compiler
Alon Zakai
2012-02-01
llvm inlining support (disabled by default; enabled in benchmarks)
Alon Zakai
2012-02-01
use ',' to separate in makeSetValues inside function calls
Alon Zakai
2012-01-30
handle 32-bit bitcasts int <-> float properly
Alon Zakai
2012-01-28
legalize lshr
Alon Zakai
2012-01-26
fix 2 phi bugs with multiple phis and self-refing phis
Alon Zakai
2012-01-25
Merge branch 'master' into llvmopts
Alon Zakai
2012-01-25
fix some spacing stuff
Alon Zakai
2012-01-25
String constants are store in a table to limit variable count
julien.hamaide
2012-01-23
always include memcpy
Alon Zakai
2012-01-17
handle atomic operations appearing in libc++
Alon Zakai
2012-01-16
refactor runtime init and exit code
Alon Zakai
2012-01-12
Fix exception resuming
julien.hamaide
2012-01-12
Fix library exception function to work with QUANTUM_SIZE=1
julien.hamaide
2012-01-11
Catching specific exception type now works
julien.hamaide
2012-01-10
optimize varargs calls by avoiding calling allocate there
Alon Zakai
2012-01-09
notice alignment in byval params
Alon Zakai
2012-01-08
support alignment in memset and memcpy in ta2
Alon Zakai
2012-01-06
prevent stack from being exhausted due to allocas and byval arguments
Alon Zakai
2012-01-04
fix bug with investigating types in the main pass, and in rare cases defining...
Alon Zakai
2012-01-02
do not set label when continue-ing to a loop with one entry
Alon Zakai
2012-01-02
do not set label when leaving a multiple with one post-entry, and properly op...
Alon Zakai
2011-12-30
makeSetValue debugging stuff, and fix some missing ;'s for makeSetValue
Alon Zakai
[next]