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
/
Target
/
CppBackend
/
CallHandlers.h
Age
Commit message (
Expand
)
Author
2013-12-27
CPPBackend => JSBackend
Alon Zakai
2013-12-25
do not emit unnecessary casts on internal function calls
Alon Zakai
2013-12-19
rename CppWriter to JSWriter
Alon Zakai
2013-12-18
don't try to legalize llvm.dbg.declare, and ignore it later
Alon Zakai
2013-12-18
fix FPtoIHigh
Alon Zakai
2013-12-16
ignore llvm_dbg_declare
Alon Zakai
2013-12-15
bitcast double to i64, and fix BItoD
Alon Zakai
2013-12-15
abort on asm(), and direct people to EM_ASM()
Alon Zakai
2013-12-15
do not redirect to Math builtins, just call them
Alon Zakai
2013-12-15
handle i64 to float, not just double
Alon Zakai
2013-12-14
remove unneeded casts in bitshifts
Alon Zakai
2013-12-14
inline llvm_expect_i32
Alon Zakai
2013-12-14
legalize bitcast of i64
Alon Zakai
2013-12-14
legalize sitofp and uitofp
Alon Zakai
2013-12-14
fix FPtoIHigh
Alon Zakai
2013-12-14
export used redirects
Alon Zakai
2013-12-14
import all library redirects
Alon Zakai
2013-12-14
remove unnecessary cast in redirect handlers
Alon Zakai
2013-12-12
atol alias
Alon Zakai
2013-12-12
ntohl and ntohs aliases
Alon Zakai
2013-12-08
legalize fptosi
Alon Zakai
2013-12-08
legalize shl
Alon Zakai
2013-12-07
fix typos
Alon Zakai
2013-12-07
fix i64 shift number of arguments
Alon Zakai
2013-12-07
fix missing assign in getHigh32
Alon Zakai
2013-12-07
getHigh32/setHigh32
Alon Zakai
2013-12-03
__cxa_atexit redirect
Alon Zakai
2013-12-03
emit nonspecific asm casts in function calls
Alon Zakai
2013-12-03
ensure function tables
Alon Zakai
2013-12-03
emit function table calls including masks
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
fix call generation
Alon Zakai
2013-12-02
comments
Alon Zakai
2013-12-01
redirect putc->fputc
Alon Zakai
2013-11-29
handle memmove intrinsic
Alon Zakai
2013-11-28
fix memset
Alon Zakai
2013-11-25
do not assume calls are on functions - can be function pointers too
Alon Zakai
2013-11-25
lower llvm memset
Alon Zakai
2013-11-25
add an easy way to customize name and number of arguments in a callhandler
Alon Zakai
2013-11-25
implement atomic store
Alon Zakai
2013-11-24
fixes
Alon Zakai
2013-11-24
CallHandler system
Alon Zakai