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
/
Transforms
Age
Commit message (
Collapse
)
Author
2014-01-24
Fix "Unknown architecture" error when building for x86 on Visual Studio ↵
Jukka Jylänki
2010. TODO: Move this fix to PNacl upstream.
2014-01-22
handle fptosi|ui on both floats and doubles
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
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-13
clean up orphan landingpads
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
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
2013-12-31
fix cmake build
Alon Zakai
2013-12-22
optimize legalization of lshr 32
Alon Zakai
2013-12-22
optimize legalization of shl 32
Alon Zakai
2013-12-19
fix phis from legalized switches properly, both targets and default target
Alon Zakai
2013-12-19
don't break phis with switch legalization
Alon Zakai
2013-12-19
fix alignment of load/store of high 4 bytes
Alon Zakai
2013-12-19
legalize switch i64
Alon Zakai
2013-12-18
remove bitcasts that were introduced while legalizing functions in i64 ↵
Alon Zakai
legalization of functions
2013-12-18
be more careful about sext/zext of i32 to i64, the input element may be ↵
Alon Zakai
modified, so copy it
2013-12-18
don't try to legalize llvm.dbg.declare, and ignore it later
Alon Zakai
2013-12-18
fix
Alon Zakai
2013-12-18
fix i64 signed icmp
Alon Zakai
2013-12-17
fix i64 icmp
Alon Zakai
2013-12-17
legalize fptoui
Alon Zakai
2013-12-15
bitcast double to i64, and fix BItoD
Alon Zakai
2013-12-15
handle i64 to float, not just double
Alon Zakai
2013-12-14
fix i64 zext
Alon Zakai
2013-12-14
fix legalization of sext
Alon Zakai
2013-12-14
legalize bitcast of i64
Alon Zakai
2013-12-14
legalize sitofp and uitofp
Alon Zakai
2013-12-14
fix i64 ret
Alon Zakai
2013-12-13
cleanup
Alon Zakai
2013-12-13
horrible wip - cleanup
Alon Zakai
2013-12-13
horrible wip - clean up illegal funcs that were legalized
Alon Zakai
2013-12-13
horrible wip - rename intrinsics
Alon Zakai
[prev]
[next]