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-03-31
suppress args warnings when the number is forced anyhow
Alon Zakai
2014-03-31
truncate arguments that are not in the actual function being called
Alon Zakai
2014-03-25
emit output variable for calls to absolute values, even though they segfault,...
Alon Zakai
2014-03-14
prettyWarning utility
Alon Zakai
2014-03-11
mention the function in the asm() error
Alon Zakai
2014-03-10
update float ffi rules
Alon Zakai
2014-03-06
do not warn on invalid argument numbers or types in varargs calls
Alon Zakai
2014-03-05
Minor CallHandler cleanups.
Dan Gohman
2014-03-05
Don't emit redirects for llvm.memcpy.p0i8.p0i8.i32 and friends.
Dan Gohman
2014-03-05
Tidy up the output for memset and memcpy, and add a test.
Dan Gohman
2014-03-05
emscripten_debugger() intrinsic
Alon Zakai
2014-03-05
Clean up the handling of inline asm.
Dan Gohman
2014-03-03
check argument and return types statically
Alon Zakai
2014-03-03
forward assertions setting into backend, and use it to check for invalid # of...
Alon Zakai
2014-02-28
Implement llvm.flt.rounds and disable the createRewriteLLVMIntrinsicsPass pass.
Dan Gohman
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
[next]