aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/JSBackend/CallHandlers.h
AgeCommit message (Expand)Author
2014-02-25properly handle align 0 on memcpy and memset, warning if asked forAlon Zakai
2014-02-25comment on technically incorrect handling of alignment 0 in memcpy and memsetAlon Zakai
2014-02-25Eliminate a few more temporary std::strings.Dan Gohman
2014-02-25Support GEP and ConstantExprs directly in the JSBackend.Dan Gohman
2014-02-18remove locale call handlers, we do this in the js library nowAlon Zakai
2014-02-14emit nothing for lifetime intrinsicsAlon Zakai
2014-02-14emit an abort if calling an absolute addressAlon Zakai
2014-02-14Handle pointer types and ConstantExprs in more places.Dan Gohman
2014-02-07fewer casts on math callsAlon Zakai
2014-02-06handle align 0 in memcpy and memsetAlon Zakai
2014-02-06optimize partially aligned memcpysAlon Zakai
2014-02-06optimize partially aligned memsetsAlon Zakai
2014-02-06optimize constant memsetsAlon Zakai
2014-02-06optimize memcpy loopsAlon Zakai
2014-02-06optimize small constant memcpyAlon Zakai
2014-02-04wip to remove casts on math callsAlon Zakai
2014-02-03make SItoF and UItoF support floatsAlon Zakai
2014-02-03temp fix for Math float issueAlon Zakai
2014-02-03fix asm casts of float as ffi paramsAlon Zakai
2014-02-03handle floats in casts to intAlon Zakai
2014-02-03do not emit ffi casts on Math_* builtinsAlon Zakai
2014-02-03emit ffi casts only when necessaryAlon Zakai
2014-02-03ffi call support for floatsAlon Zakai
2014-01-31Simply handling of llvm_dbg_value.Dan Gohman
2014-01-22handle fptosi|ui on both floats and doublesAlon Zakai
2014-01-22typoAlon Zakai
2014-01-20initialize start of setjmp tableAlon Zakai
2014-01-20commentAlon Zakai
2014-01-20fix longjmp rethrowAlon Zakai
2014-01-20get first setjmp test passingAlon Zakai
2014-01-20setjmp fixesAlon Zakai
2014-01-19setjmp fixesAlon Zakai
2014-01-19initial work on setjmp/longjmp for emscriptenAlon Zakai
2014-01-15update call handlers for latest libc++ in emscriptenAlon Zakai
2014-01-12handle preinvoke/postinvoke pairs where the call in the middle was optimized ...Alon Zakai
2014-01-12clear threw variable after each invokeAlon Zakai
2014-01-10implement resumeAlon Zakai
2014-01-10cast landingpad argumentsAlon Zakai
2014-01-10allow function signatures to be customized by the function nameAlon Zakai
2014-01-10cast function pointer first arguments to invokeAlon Zakai
2014-01-10fix call handler call with NULLAlon Zakai
2014-01-10exceptions support in backend itselfAlon Zakai
2014-01-09exception handling supportAlon Zakai
2014-01-07work around emscripten_float32x4_signmask returning an int, but does not need...Alon Zakai
2014-01-07vector ops call handlersAlon Zakai
2014-01-06handle the case where llvm casts a void function so it appears to return a valueAlon Zakai
2014-01-04if a function is bitcast to another type, just call the actual function prope...Alon Zakai
2013-12-31truncate last argument in ctlz/cttzAlon Zakai
2013-12-27CPPBackend => JSBackendAlon Zakai