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 (
Collapse
)
Author
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-29
legalization for and, or, xor
Alon Zakai
2012-01-28
Merge branch 'master' into llvmopts
Alon Zakai
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 ↵
Alon Zakai
variables alive
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
Conflicts: src/preamble.js
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 ↵
Alon Zakai
SAFE_HEAP_LOADS, and takes unnecessary processing time during compilation). fixes test_the_bullet
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
2012-01-24
Make the requestAnimationFrame checks compatible with Closure
Ehsan Akhgari
2012-01-24
Fix the closure compilation
Ehsan Akhgari
2012-01-24
Make the background of the canvas black
Ehsan Akhgari
2012-01-24
Correct some arguments
Ehsan Akhgari
2012-01-24
Switch over everything to TypedArray_copy
Ehsan Akhgari
2012-01-24
Switch over glBufferData to use TypedArray_copy
Ehsan Akhgari
2012-01-24
Add a copy helper for typed arrays
Ehsan Akhgari
2012-01-24
Pass the correct values to the reshape function
Ehsan Akhgari
2012-01-23
fix tempDouble aliases
Alon Zakai
[next]