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
/
parseTools.js
Age
Commit message (
Collapse
)
Author
2013-02-04
Merge pull request #832 from waywardmonkeys/typo-fixes
Alon Zakai
Fix typos.
2013-02-04
EXPLICIT_ZEXT option
Alon Zakai
2013-02-04
emit simple multiply in asm if the values are small enough to avoid double ↵
Alon Zakai
rounding concerns
2013-02-04
Fix typos.
Bruce Mitchener
2013-01-28
improve asm safe heap support and add ASM_HEAP_LOG
Alon Zakai
2013-01-28
make safe heap work in asm
Alon Zakai
2013-01-25
coerce in calls to copyTemp*
Alon Zakai
2013-01-24
fix memset call from makeSetValues
Alon Zakai
2013-01-24
optimize memset
Alon Zakai
2013-01-24
optimize gettimeofday
Alon Zakai
2013-01-23
optimize i32 read as two i16 values
Alon Zakai
2013-01-23
fix isNaN for asm
Alon Zakai
2013-01-23
refactor makeComparison and use it in more places
Alon Zakai
2013-01-23
mark all precise i64 splits as float operations
Alon Zakai
2013-01-23
fix asm float notation for numbers less than 1 in absolute value
Alon Zakai
2013-01-23
fix comparison in indirectbr for asm
Alon Zakai
2013-01-23
fix makeComparison for asm
Alon Zakai
2013-01-23
detect nativized variable types properly in asm coercions
Alon Zakai
2013-01-23
properly detect return type when detecting function type
Alon Zakai
2013-01-23
make getReturnType handle non-function pointer types
Alon Zakai
2013-01-23
handle function pointer calls to functions that return function pointers ↵
Alon Zakai
(insert meme here)
2013-01-23
optimize isFuncType further
Alon Zakai
2013-01-22
optimize function type detection and detect returning of pointers more carefully
Alon Zakai
2013-01-22
asm coercions in splitI64
Alon Zakai
2013-01-21
coerce to int the output of integer multiply in all cases
Alon Zakai
2013-01-21
unify what we index across asm and non-asm
Alon Zakai
2013-01-18
coerce memset params
Alon Zakai
2013-01-17
avoid unnecessary strings in allocate() constants
Alon Zakai
2013-01-17
Merge pull request #778 from caiiiycuk/exception_catching_in_scope
Alon Zakai
Implement exceptions in scopes
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
allow forcing asm mode in makeGetValue, to allow library functions to use ↵
Alon Zakai
asm notation
2013-01-15
make sure to not emit bools in i64Math commands
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
make 64-bit comparisons avoid &&,||
Alon Zakai
2013-01-14
use tempBigInt properly in asm
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
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-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 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
[next]