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 (
Expand
)
Author
2013-03-03
do not emit bash on legalized variables of <= 32 bits
Alon Zakai
2013-03-03
allow parseArbitraryInt to parse illegal constants
Alon Zakai
2013-03-01
optimize processing of things like false & constant, add getFastValue in make...
Alon Zakai
2013-02-28
do not emit floats from getFastValue divisions, can break asm
Alon Zakai
2013-02-28
translate undef to 0 in toNiceIdent, so it never gets emitted as an identifier
Alon Zakai
2013-02-26
Add CHECK_HEAP_ALIGN to perform runtime alignment checks
Vladimir Vukicevic
2013-02-26
split chunked global initializations over several lines
Alon Zakai
2013-02-25
ensure input to HEAP[U]8 is an int
Alon Zakai
2013-02-24
do not emit direct multiplies of <32 bit in asm, asm only has 32-bit multiply
Alon Zakai
2013-02-23
fix default bits for integer multiply
Alon Zakai
2013-02-23
clean up integer multiply code
Alon Zakai
2013-02-22
use Math.imul for precise 32-bit mul
Alon Zakai
2013-02-22
always use Math.imul, with fast polyfill. will be useful for faster 64-bit math
Alon Zakai
2013-02-22
asmify memcmp
Alon Zakai
2013-02-17
remove PGO option. It is only relevant for non-ta2 builds, which are on the w...
Alon Zakai
2013-02-17
remove asm memory masking per the new spec
Alon Zakai
2013-02-04
Merge pull request #832 from waywardmonkeys/typo-fixes
Alon Zakai
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 ro...
Alon Zakai
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 (ins...
Alon Zakai
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
2013-01-17
pack global constant allocations to save space, and allow typed array .set() ...
Alon Zakai
2013-01-17
Implement exceptions in whitelist
Aleksander Guryanov
2013-01-16
allow forcing asm mode in makeGetValue, to allow library functions to use asm...
Alon Zakai
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
[next]