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-01
fix tempDouble bug with not including it in all cases
Alon Zakai
2012-01-31
Merge branch 'master' into llvmopts
Alon Zakai
2012-01-31
fix rusage struct def in library
Alon Zakai
2012-01-31
remove metadata struct parsing
Alon Zakai
2012-01-31
do not rely on debug metadata (which can be lost in llvm unsafe opts) for str...
Alon Zakai
2012-01-31
unfolding in legalizer for load and store
Alon Zakai
2012-01-30
support bitcasts of doubles to i64s in i64 mode 1
Alon Zakai
2012-01-30
handle 32-bit bitcasts int <-> float properly
Alon Zakai
2012-01-30
Merge pull request #197 from ehsan/sdl_initsubsystem
Alon Zakai
2012-01-30
Stub implementation for SDL_InitSubSystem
Ehsan Akhgari
2012-01-29
legalization for and, or, xor
Alon Zakai
2012-01-28
Merge branch 'master' into llvmopts
Alon Zakai
2012-01-29
Fix string global name when use as a function parameter
julien.hamaide
2012-01-28
fix arbitrary int parsing bug
Alon Zakai
2012-01-28
improve legalizer test and fix remaining pieces; test now passes
Alon Zakai
2012-01-28
when legalizing into an i64 mode 1, add artificial params to keep the input v...
Alon Zakai
2012-01-28
preparations for legalizing zext
Alon Zakai
2012-01-28
legalize trunc
Alon Zakai
2012-01-28
Merge branch 'master' into glgears
Ehsan Akhgari
2012-01-28
Only define TypedArray_copy when typed arrays are enabled
Ehsan Akhgari
2012-01-28
legalize shl
Alon Zakai
2012-01-28
refactor lshr legalization
Alon Zakai
2012-01-28
legalize lshr
Alon Zakai
2012-01-27
preparation for legalizing mathops
Alon Zakai
2012-01-27
legalizer comment
Alon Zakai
2012-01-27
legalization for load
Alon Zakai
2012-01-27
support legalizing stores with tails of non-32 (but legal) size
Alon Zakai
2012-01-27
first working part of legalizing stores
Alon Zakai
2012-01-27
refactor i64 constant parsing to handle integers of arbitrary size
Alon Zakai
2012-01-27
Merge branch 'support-html-template' into glgears
Ehsan Akhgari
2012-01-27
Add a TODO message to add EMSCRIPTEN_ENVIRONMENT later
Ehsan Akhgari
2012-01-27
Merge branch 'glgears' of github.com:ehsan/emscripten into glgears
Ehsan Akhgari
2012-01-27
Merge branch 'handle_broken_lli' into glgears
Ehsan Akhgari
2012-01-27
initial setup for work on the legalizer
Alon Zakai
2012-01-26
ntohl etc.
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
do not mark floats as unsigned (which then affects how we do SAFE_HEAP_LOADS,...
Alon Zakai
2012-01-25
Use constants instead of symbolic names for events
Ehsan Akhgari
2012-01-25
Use the keydown event
Ehsan Akhgari
2012-01-25
fix some spacing stuff
Alon Zakai
2012-01-25
Work around a bug in Chromium
Ehsan Akhgari
2012-01-25
String constants are store in a table to limit variable count
julien.hamaide
2012-01-25
Add tests for div() and sincos(), and also implement and test sincosf
Ehsan Akhgari
2012-01-25
Adopt the black canvas background for SDL WebGL canvas as well
Ehsan Akhgari
2012-01-25
Fix the mouse coordinates with the Closure compiler
Ehsan Akhgari
2012-01-25
Fix the keyboard handling with the Closure compiler
Ehsan Akhgari
2012-01-24
fix some i64 printing rounding errors
Alon Zakai
2012-01-24
do not check for corrections in makeSignOp if we are ignoring corrections
Alon Zakai
2012-01-24
fix i64 mode 1 bitshifts, and improve printing of i64 mode 1s
Alon Zakai
[next]