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-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
2012-02-06
Disable WebGL if typed arrays are not being used.
Ehsan Akhgari
2012-02-05
fix bug with sscanf on negative floats
Alon Zakai
2012-02-05
do ATINIT and ATEXIT in order
Alon Zakai
2012-02-05
add preRun and postRun hooks in Module, and tweak FS initialization
Alon Zakai
2012-02-05
auto-call FS.init only if not already initialized
Alon Zakai
2012-02-05
fix potential bug with possibly not generating proper line numbers for legali...
Alon Zakai
2012-02-04
assert on FS.init being only called once
Alon Zakai
2012-02-04
refactor out the 'assign' intertype, simplifying and optimizing the compiler
Alon Zakai
2012-02-02
optimize makeGet/SetValue to do 16-bit reads/writes when possible
Alon Zakai
2012-02-02
stubs for _l localized versions of strtol* functions
Alon Zakai
2012-02-02
fix negative i64 comparisons
Alon Zakai
2012-02-02
fix bug with using an implicit label in a phi more than once
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-02-01
re-enable support for non-fixed i64 bitshifts
Alon Zakai
[next]