index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Collapse
)
Author
2013-12-03
assert on i64 stores
Alon Zakai
2013-12-03
emit global initializers
Alon Zakai
2013-12-03
make return a nonspecific cast
Alon Zakai
2013-12-03
__cxa_atexit redirect
Alon Zakai
2013-12-03
fix tempDoublePtr additions
Alon Zakai
2013-12-03
emit nonspecific asm casts in function calls
Alon Zakai
2013-12-03
prevent some warnings
Alon Zakai
2013-12-03
ensure function tables
Alon Zakai
2013-12-03
emit function table calls including masks
Alon Zakai
2013-12-03
use function types for signature generation
Alon Zakai
2013-12-03
don't look for custom call handlers if not calling a function but a pointer
Alon Zakai
2013-12-03
ensure power-of-two function tables
Alon Zakai
2013-12-03
fix call generation
Alon Zakai
2013-12-03
assert on i64s
Alon Zakai
2013-12-03
emit function tables
Alon Zakai
2013-12-02
use switch only based on heuristics for when that is profitable
Alon Zakai
2013-12-02
use externs for fastcomp vars and declare for fastcomp funcs
Alon Zakai
2013-12-02
unaligned reads fixes
Alon Zakai
2013-12-02
missing store breaks
Alon Zakai
2013-12-02
missing breaks
Alon Zakai
2013-12-02
comments
Alon Zakai
2013-12-01
redirect putc->fputc
Alon Zakai
2013-12-01
differentiate external vars from funcs
Alon Zakai
2013-11-30
convert float and double constants even more carefully
Alon Zakai
2013-11-30
fix variable-size alloca cast
Alon Zakai
2013-11-30
refactor global constant allocation, and assume worst-case 8-byte alignment ↵
Alon Zakai
for now
2013-11-29
handle memmove intrinsic
Alon Zakai
2013-11-29
emit float constants properly
Alon Zakai
2013-11-29
do not simplify varargs calls to jsargs emscripten intrinsics, that want ↵
Alon Zakai
normal js args to be passed, and disable unneeded createExpandSmallArgumentsPass
2013-11-29
generate postSets
Alon Zakai
2013-11-29
refactor getPtr
Alon Zakai
2013-11-29
add a final return if necessary
Alon Zakai
2013-11-29
support runtime-sized allocas
Alon Zakai
2013-11-28
atomicrmw
Alon Zakai
2013-11-28
getStore
Alon Zakai
2013-11-28
getLoad
Alon Zakai
2013-11-28
fix memset
Alon Zakai
2013-11-28
fix alloca
Alon Zakai
2013-11-28
fix emitting of doubles with lots of digits
Alon Zakai
2013-11-28
do not run nacl atomics passes, we can leave them as-is
Alon Zakai
2013-11-27
index functions from getPtr as well
Alon Zakai
2013-11-27
fix ptrtoint
Alon Zakai
2013-11-27
emit externals
Alon Zakai
2013-11-27
simplify getPtrUse
Alon Zakai
2013-11-27
emit 0 for undef
Alon Zakai
2013-11-27
fix switches
Alon Zakai
2013-11-27
global constant cleanups
Alon Zakai
2013-11-25
handle ptrtoint of functions
Alon Zakai
2013-11-25
debug stuff
Alon Zakai
2013-11-25
do not assume calls are on functions - can be function pointers too
Alon Zakai
[prev]
[next]