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 (
Expand
)
Author
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
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 a...
Alon Zakai
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
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
2012-02-09
fix for bug with using old full pathnames when loading builds from cache in t...
Alon Zakai
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
2012-02-09
Always pick the JS implementation of uncaught_exception
Ehsan Akhgari
2012-02-09
Merge pull request #239 from ehsan/ogre_upstream_2
Alon Zakai
2012-02-09
Add EGL headers
Ehsan Akhgari
2012-02-09
Add gl2ext.h
Ehsan Akhgari
2012-02-09
Merge pull request #238 from ehsan/uncaught_exception
Alon Zakai
2012-02-09
Test for std::uncaught_exception
Ehsan Akhgari
2012-02-09
Implement std::uncaught_exception() in js
Ehsan Akhgari
2012-02-09
Merge pull request #228 from ehsan/use_ar_upstream
Alon Zakai
2012-02-09
Fix the usage of temp_file in one location
Ehsan Akhgari
2012-02-09
Cache the result of is_ar
Ehsan Akhgari
2012-02-09
glGetShaderiv & glGetProgramiv
julien.hamaide
2012-02-09
Fix readdir()
julien.hamaide
2012-02-09
Fix error found by ehsan in GL.hastable
julien.hamaide
[next]