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
Age
Commit message (
Collapse
)
Author
2012-02-18
ccall docs
Alon Zakai
2012-02-18
ccall
Alon Zakai
2012-02-18
add test for atexit's still being called when exit is called
Alon Zakai
2012-02-18
add missing module export
Alon Zakai
2012-02-18
do not include __inline with full library
Alon Zakai
2012-02-18
basic support for setjmp/longjmp
Alon Zakai
2012-02-17
use aggressive shift optimizations, small but significant speedups on ↵
Alon Zakai
fannkuch and skinning
2012-02-16
fix bug with legalized i64 rounded addition
Alon Zakai
2012-02-15
fix test_cases
Alon Zakai
2012-02-15
handle singleton .a files
Alon Zakai
2012-02-15
support compiling .so files directly in emcc
Alon Zakai
2012-02-14
parse negative iBig numbers
Alon Zakai
2012-02-14
handle the case of the initial alloca being a variable one
Alon Zakai
2012-02-14
Merge branch 'master' into incoming
Alon Zakai
2012-02-14
Merge pull request #246 from adetaylor/atexit-fix
Alon Zakai
Fix for order in which 'atexit' registered functions are called
2012-02-14
fix typo in uge comparison
Alon Zakai
2012-02-14
disable files benchmark for now
Alon Zakai
2012-02-13
actually return the valid pointer in dynamic cast
Alon Zakai
2012-02-13
ignore unsupported operators in bindings generator, do not fail on them
Alon Zakai
2012-02-13
Adding myself to AUTHORS.
Adrian Taylor
2012-02-12
Fixing order of atexit calls.
Adrian Taylor
2012-02-12
Adding test that atexit calls things in the right order.
Adrian Taylor
2012-02-11
fix test_emcc
Alon Zakai
2012-02-11
fix test_readdir
Alon Zakai
2012-02-11
keep i64 mode 1 in -O3, it is no longer slow, in fact it is faster now
Alon Zakai
2012-02-11
do not try to legalize bitcasts between doubles and floats
Alon Zakai
2012-02-11
only support i64 mode 1 in ta2
Alon Zakai
2012-02-11
we only legalize in ta2
Alon Zakai
2012-02-11
fix parseInt
Alon Zakai
2012-02-11
legalize invoke
Alon Zakai
2012-02-11
reminder
Alon Zakai
2012-02-11
fix typo in select legalization
Alon Zakai
2012-02-11
fix bug with i64 return values
Alon Zakai
2012-02-11
fix runtime (nonconstant) bitshifts
Alon Zakai
2012-02-11
remove unneeded keepAlive stuff
Alon Zakai
2012-02-11
legalize function params
Alon Zakai
2012-02-11
fix test_cases
Alon Zakai
2012-02-11
remove variable eliminator in analyzer; we do that in the eliminator in -O1 ↵
Alon Zakai
and above anyhow
2012-02-11
refactor legalizer and fix legalization of i64 shifts (logical and arithmetic)
Alon Zakai
2012-02-11
initial work on legalizing i64s
Alon Zakai
2012-02-11
completely general unfolder
Alon Zakai
2012-02-11
fix lifetime removal code
Alon Zakai
2012-02-10
Merge pull request #232 from FishingCactus/opengles_wip
Alon Zakai
Opengles fixes
2012-02-09
Fix a typo
Ehsan Akhgari
2012-02-09
enforce strict order in multiple libraries generated in the test runner: the ↵
Alon Zakai
order does matter
2012-02-09
fix for bug with using old full pathnames when loading builds from cache in ↵
Alon Zakai
test runner
2012-02-09
Test for readdir fix
julien.hamaide
2012-02-09
disable non-emcc runs in test_uncaught_exception
Alon Zakai
2012-02-09
Merge pull request #240 from ehsan/uncaught2
Alon Zakai
Always pick the JS implementation of uncaught_exception
2012-02-09
Always pick the JS implementation of uncaught_exception
Ehsan Akhgari
[next]