index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2013-01-17
pack global constant allocations to save space, and allow typed array .set() ↵
Alon Zakai
for writing them out
2013-01-17
Implement exceptions in whitelist
Aleksander Guryanov
2013-01-16
library: Support external libraries that modify Array.prototype
Jasper St. Pierre
While a somewhat-dangerous practice, existing users do do this, and we shouldn't abort on it. Using hasOwnProperty is a simple way to make sure we're checking the dense array itself, not the prototype.
2013-01-16
fix resume
Alon Zakai
2013-01-16
missing var in fake malloc
Alon Zakai
2013-01-16
- remove erroneous, trailing comma at the end of the previously added ↵
Michael Riss
gluOrtho2D function - fix my AUTHORS name Signed-off-by: Michael Riss <Michael.Riss@gmx.de>
2013-01-16
Added the gluOrtho2D function.
Michael Riss
Signed-off-by: Michael Riss <Michael.Riss@gmx.de>
2013-01-16
do not emit __asm lib stuff in FULL_LIBRARY mode
Alon Zakai
2013-01-16
allow defining asm library functions, which are then included as if they ↵
Alon Zakai
were generated code
2013-01-16
allow forcing asm mode in makeGetValue, to allow library functions to use ↵
Alon Zakai
asm notation
2013-01-15
handle phis from indirectbr
Alon Zakai
2013-01-15
make sure to not emit bools in i64Math commands
Alon Zakai
2013-01-15
asm coercions on args to bitshift64
Alon Zakai
2013-01-15
make bitshift64 use integer constants for the op
Alon Zakai
2013-01-15
ensure explicit floats in function call arguments and all coercions
Alon Zakai
2013-01-14
add |0 to ne, eq icmps
Alon Zakai
2013-01-14
fix type of [i|f]cmp
Alon Zakai
2013-01-14
make 64-bit comparisons avoid &&,||
Alon Zakai
2013-01-14
use tempBigInt properly in asm
Alon Zakai
2013-01-14
use | in switch joined evaluations
Alon Zakai
2013-01-14
asm-coerce i64Math arguments
Alon Zakai
2013-01-14
asm coerce the outputs of heap reads for tempDouble
Alon Zakai
2013-01-14
use &,| to combine illegal reductions
Alon Zakai
2013-01-14
fix atomics for asm
Alon Zakai
2013-01-14
fix asm var defs of illegals
Alon Zakai
2013-01-14
refactor setting of tempDoublePtr to allow simple type coercion of value
Alon Zakai
2013-01-14
clear message when exception catching is disabled and an exception is thrown
Alon Zakai
2013-01-14
Added floating point aliases for sscanf
manuels
2013-01-13
don't emit switch in jsifier.js in reloop mode; we would do that in the relooper
Alon Zakai
2013-01-13
add testcase with big switch for #781
Alon Zakai
2013-01-13
workarounds for chrome bug 169705
Alon Zakai
2013-01-11
make asm i32 multiply use signed math
Alon Zakai
2013-01-11
correct sign when casting int to double in asm
Alon Zakai
2013-01-11
more tempDoublePtr refactoring
Alon Zakai
2013-01-11
make makeGetTempDouble asm-friendly
Alon Zakai
2013-01-11
refactor makeGetTempDouble
Alon Zakai
2013-01-11
fix glVertex3f
Alon Zakai
2013-01-11
fix gl lib alias calling from js lib code
Alon Zakai
2013-01-11
fix connect(); cannot call from js lib code into a lib alias, must call the ↵
Alon Zakai
target
2013-01-11
fix asm multiply for both floats and ints
Alon Zakai
2013-01-11
perform asm multiply in getFastValue, so it is used everywhere it needs to be
Alon Zakai
2013-01-10
ensure that finalized float values are asm-coerced
Alon Zakai
2013-01-10
auto-export some special functions if they are dependencies of a JS library ↵
Alon Zakai
element
2013-01-10
properly name Math.* redirects in function table
Alon Zakai
2013-01-10
fix calling of functions library-redirected to Math.*
Alon Zakai
2013-01-10
restore basic malloc/free implementation
Alon Zakai
2013-01-10
do not emit values for redirected library idents, they would not be used anyhow
Alon Zakai
2013-01-10
remove unneeded malloc/free/etc. stuff from library.js
Alon Zakai
2013-01-10
call library aliases directly by their target name
Alon Zakai
2013-01-10
link in memcpy after opts and lto if it shows up only at that time
Alon Zakai
[prev]
[next]