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
Age
Commit message (
Expand
)
Author
2012-02-18
ccall
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-16
fix bug with legalized i64 rounded addition
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
2012-02-14
fix typo in uge comparison
Alon Zakai
2012-02-13
actually return the valid pointer in dynamic cast
Alon Zakai
2012-02-12
Fixing order of atexit calls.
Adrian Taylor
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
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
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
Implement std::uncaught_exception() in js
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
2012-02-09
Explicit handling of id 0 in hastable
julien.hamaide
2012-02-09
Fix
julien.hamaide
2012-02-09
Fix type for glGenFramebuffer
julien.hamaide
2012-02-08
legalize (unfolded) phi
Alon Zakai
2012-02-08
improve legalize testcase with a phi
Alon Zakai
2012-02-08
refactor legalizer code, and handle stores of <32 bits but not i8 or i16, pro...
Alon Zakai
2012-02-07
fix for unaligned stores of non-nativized doubles
Alon Zakai
2012-02-06
work around some oddness in how entry blocks appear unlabeled (and other bloc...
Alon Zakai
2012-02-06
optimize memory alignment calculations
Alon Zakai
2012-02-06
optimize runtime-knowable appearances of Math.pow
Alon Zakai
2012-02-06
accept all mathops in inline llvm function calls
Alon Zakai
2012-02-06
Merge branch 'master' into incoming
Alon Zakai
2012-02-06
Merge pull request #220 from FishingCactus/or_in_store
Alon Zakai
2012-02-06
Merge pull request #219 from ehsan/mandatory_typed_arrays_2
Alon Zakai
2012-02-06
Implement the OpenGL ES 2.0 framebuffer functions
Ehsan Akhgari
2012-02-06
Implement some simple OpenGL ES 2.0 calls
Ehsan Akhgari
2012-02-06
Generate the body of some of the simple functions automatically
Ehsan Akhgari
2012-02-06
Or called within a store
julien.hamaide
[next]