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
Age
Commit message (
Collapse
)
Author
2014-01-24
Fix PNacl Module.cpp build on VS2010. TODO: Move this fix to PNacl upstream.
Jukka Jylänki
2014-01-24
Don't use the ambiguous pow symbol since it confuses Visual Studio, instead ↵
Jukka Jylänki
generate bit masks with shifting.
2014-01-24
Fix snprintf symbol name on Visual Studio.
Jukka Jylänki
2014-01-24
Fix CMake build by unreferring to nonexistent CppBackend.
Jukka Jylänki
2014-01-22
handle fptosi|ui on both floats and doubles
Alon Zakai
2014-01-22
typo
Alon Zakai
2014-01-21
support building projects with both setjmp and c++ exceptions, by avoiding ↵
Alon Zakai
modifying setjmp|longjmp in the exceptions lowering code
2014-01-21
do not emit pre|postinvoke calls around calls that cannot possibly throw an ↵
Alon Zakai
exception
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
emit proper void exit from rejump in void functions
Alon Zakai
2014-01-20
get first setjmp test passing
Alon Zakai
2014-01-20
setjmp fixes
Alon Zakai
2014-01-20
allow only setjmp or c++ exceptions in fastcomp for now
Alon Zakai
2014-01-19
add pre/post-invoke around calls we need to guard for longjmps
Alon Zakai
2014-01-19
setjmp fixes
Alon Zakai
2014-01-19
initial work on setjmp/longjmp for emscripten
Alon Zakai
2014-01-17
optimize ValueNames storage
Alon Zakai
2014-01-16
align non-constant allocas
Alon Zakai
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-13
clean up orphan landingpads
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-11
fix phis from legalized switches
Alon Zakai
2014-01-11
fixme comment
Alon Zakai
2014-01-11
properly handle identical lower 32 bits in switch legalization
Alon Zakai
2014-01-11
handle i64 undef; helps #5
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
fix bug with GetHigh already being defined in module
Alon Zakai
2014-01-10
lower resume
Alon Zakai
2014-01-10
handle landingpads with multiple originating invokes
Alon Zakai
2014-01-10
type corrections in LowerEmExceptionsPass
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
cmake fix
Alon Zakai
2014-01-09
exception handling support
Alon Zakai
2014-01-09
Merge pull request #4 from waywardmonkeys/rename-readme
Alon Zakai
Rename readme.txt as it clashes with README.txt.
2014-01-09
Rename readme.txt as it clashes with README.txt.
Bruce Mitchener
This is an issue on case-insensitive file systems.
[prev]
[next]