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-04-25
more docs for function pointer casts
Alon Zakai
2013-04-25
clearer warnings on incompatible function pointer casts
Alon Zakai
2013-04-23
emit coercion on i64 math call return values
Alon Zakai
2013-04-23
clear errors on calling dead functions
Alon Zakai
2013-04-22
show clear error message instead of 987 when too many setjmp calls
Alon Zakai
2013-04-14
use compiled i64 div and rem
Alon Zakai
2013-04-14
use compiled compiler-rt code for i64 multiplication
Alon Zakai
2013-04-14
add handwritten asm i64Subtract
Alon Zakai
2013-04-13
find structural returns of >64 bits
Alon Zakai
2013-04-05
test various chunk sizes for memory allocation
Alon Zakai
2013-04-04
pre-apply {{{ FI_* }}} as well
Alon Zakai
2013-04-04
pre-apply simple postSets
Alon Zakai
2013-04-04
do not emit the memory initialization into itself
Alon Zakai
2013-04-04
refactor slab writing in makePointer
Alon Zakai
2013-04-04
make sure allocate() types have the same length as the slab
Alon Zakai
2013-04-04
fix s_x_x
Alon Zakai
2013-04-04
always flatten out ta2 allocate()ions
Alon Zakai
2013-04-04
write out all the initial global allocations as one big ALLOC_NONE
Alon Zakai
2013-04-04
refactor chunkifying in makePointer
Alon Zakai
2013-04-04
compress in makePointer only in non-ta2, in preparation for consolidating all...
Alon Zakai
2013-03-31
differentiate better the ambiguous case of llvm call (where the type can be e...
Alon Zakai
2013-03-21
asmify CHECK_HEAP_ALIGN calls
Alon Zakai
2013-03-19
handle negative zero; fixes #921
Alon Zakai
2013-03-15
asmify tolower
Alon Zakai
2013-03-13
remove unneeded 64-bit shifts code
Alon Zakai
2013-03-12
infrastructure for implementing i64 math in asm.js, and implement i64Add and ...
Alon Zakai
2013-03-07
Merge branch 'ldc' of github.com:gagern/emscripten into gagern-ldc2
Alon Zakai
2013-03-06
simplify loop unrolling of memcpy and memset
Alon Zakai
2013-03-06
loopify big memcpys in asm
Alon Zakai
2013-03-06
loopify big memsets in asm
Alon Zakai
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-09
Avoid some errors which are reported for LDC output of a simple program.
Martin von Gagern
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
[next]