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
Age
Commit message (
Collapse
)
Author
2014-01-15
update call handlers for latest libc++ in emscripten
Alon Zakai
2014-01-15
update relooper
Alon Zakai
2014-01-13
use flexible automatically managed buffer in relooper
Alon Zakai
2014-01-13
update relooper
Alon Zakai
2014-01-12
handle preinvoke/postinvoke pairs where the call in the middle was optimized ↵
Alon Zakai
out; helps #5
2014-01-12
fix ZT* symbols we need to export
Alon Zakai
2014-01-12
clear threw variable after each invoke
Alon Zakai
2014-01-12
export select symbols for js libraries to be able to access by name
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
handle some more odd constants that exception code can contain
Alon Zakai
2014-01-10
cast function pointer first arguments to invoke
Alon Zakai
2014-01-10
handle some [bitcast x] constants that can show up in landingpad inputs
Alon Zakai
2014-01-10
fix call handler call with NULL
Alon Zakai
2014-01-10
lower resume
Alon Zakai
2014-01-10
exceptions support in backend itself
Alon Zakai
2014-01-10
wip better approach to exceptions
Alon Zakai
2014-01-09
exception handling support
Alon Zakai
2014-01-08
update relooper
Alon Zakai
2014-01-08
implement shufflevector
Alon Zakai
2014-01-08
fix alloca of vector type
Alon Zakai
2014-01-08
avoid compiler warning on variable def
Alon Zakai
2014-01-07
do not nativize vectors
Alon Zakai
2014-01-07
emit zero for simd defines
Alon Zakai
2014-01-07
work around emscripten_float32x4_signmask returning an int, but does not ↵
Alon Zakai
need a cast
2014-01-07
vector ops call handlers
Alon Zakai
2014-01-07
emit simd signal in metadata
Alon Zakai
2014-01-07
initial work to support SIMD vector types and operations
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 ↵
Alon Zakai
properly, do not go through a bitcast into an unnecessary indirect call that also uses the wrong type
2014-01-04
update relooper
Alon Zakai
2014-01-03
update relooper
Alon Zakai
2014-01-03
emit ? when debug info filename is not known
Alon Zakai
2013-12-31
truncate last argument in ctlz/cttz
Alon Zakai
2013-12-31
rename file
Alon Zakai
2013-12-31
fix cmake build
Alon Zakai
2013-12-28
relooper update
Alon Zakai
2013-12-27
CPPBackend => JSBackend
Alon Zakai
[prev]