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
/
JSBackend
/
CallHandlers.h
Age
Commit message (
Expand
)
Author
2014-02-25
properly handle align 0 on memcpy and memset, warning if asked for
Alon Zakai
2014-02-25
comment on technically incorrect handling of alignment 0 in memcpy and memset
Alon Zakai
2014-02-25
Eliminate a few more temporary std::strings.
Dan Gohman
2014-02-25
Support GEP and ConstantExprs directly in the JSBackend.
Dan Gohman
2014-02-18
remove locale call handlers, we do this in the js library now
Alon Zakai
2014-02-14
emit nothing for lifetime intrinsics
Alon Zakai
2014-02-14
emit an abort if calling an absolute address
Alon Zakai
2014-02-14
Handle pointer types and ConstantExprs in more places.
Dan Gohman
2014-02-07
fewer casts on math calls
Alon Zakai
2014-02-06
handle align 0 in memcpy and memset
Alon Zakai
2014-02-06
optimize partially aligned memcpys
Alon Zakai
2014-02-06
optimize partially aligned memsets
Alon Zakai
2014-02-06
optimize constant memsets
Alon Zakai
2014-02-06
optimize memcpy loops
Alon Zakai
2014-02-06
optimize small constant memcpy
Alon Zakai
2014-02-04
wip to remove casts on math calls
Alon Zakai
2014-02-03
make SItoF and UItoF support floats
Alon Zakai
2014-02-03
temp fix for Math float issue
Alon Zakai
2014-02-03
fix asm casts of float as ffi params
Alon Zakai
2014-02-03
handle floats in casts to int
Alon Zakai
2014-02-03
do not emit ffi casts on Math_* builtins
Alon Zakai
2014-02-03
emit ffi casts only when necessary
Alon Zakai
2014-02-03
ffi call support for floats
Alon Zakai
2014-01-31
Simply handling of llvm_dbg_value.
Dan Gohman
2014-01-22
handle fptosi|ui on both floats and doubles
Alon Zakai
2014-01-22
typo
Alon Zakai
2014-01-20
initialize start of setjmp table
Alon Zakai
2014-01-20
comment
Alon Zakai
2014-01-20
fix longjmp rethrow
Alon Zakai
2014-01-20
get first setjmp test passing
Alon Zakai
2014-01-20
setjmp fixes
Alon Zakai
2014-01-19
setjmp fixes
Alon Zakai
2014-01-19
initial work on setjmp/longjmp for emscripten
Alon Zakai
2014-01-15
update call handlers for latest libc++ in emscripten
Alon Zakai
2014-01-12
handle preinvoke/postinvoke pairs where the call in the middle was optimized ...
Alon Zakai
2014-01-12
clear threw variable after each invoke
Alon Zakai
2014-01-10
implement resume
Alon Zakai
2014-01-10
cast landingpad arguments
Alon Zakai
2014-01-10
allow function signatures to be customized by the function name
Alon Zakai
2014-01-10
cast function pointer first arguments to invoke
Alon Zakai
2014-01-10
fix call handler call with NULL
Alon Zakai
2014-01-10
exceptions support in backend itself
Alon Zakai
2014-01-09
exception handling support
Alon Zakai
2014-01-07
work around emscripten_float32x4_signmask returning an int, but does not need...
Alon Zakai
2014-01-07
vector ops call handlers
Alon Zakai
2014-01-06
handle the case where llvm casts a void function so it appears to return a value
Alon Zakai
2014-01-04
if a function is bitcast to another type, just call the actual function prope...
Alon Zakai
2013-12-31
truncate last argument in ctlz/cttz
Alon Zakai
2013-12-27
CPPBackend => JSBackend
Alon Zakai