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
Age
Commit message (
Expand
)
Author
2014-02-03
precise float support
Alon Zakai
2014-02-03
allow only one of setjmp|longjmp to be present
Alon Zakai
2014-02-02
remove extra indentation on runPostSets
Alon Zakai
2014-02-02
abort on loads from constant addresses in general, not just based on weird al...
Alon Zakai
2014-02-02
support llvm.used
Alon Zakai
2014-02-02
exceptions whitelist option, for emscripten EXCEPTION_CATCHING_WHITELIST
Alon Zakai
2014-02-02
ignore fences
Alon Zakai
2014-02-02
generalize ExpandWithOverflow to handle completely nonconstant additions
Alon Zakai
2014-01-31
Merge pull request #8 from sunfishcode/master
Alon Zakai
2014-01-31
Fix a printf format warning.
Dan Gohman
2014-01-31
Simply handling of llvm_dbg_value.
Dan Gohman
2014-01-31
Eliminate more temporary std::strings.
Dan Gohman
2014-01-31
Use internal name linkage.
Dan Gohman
2014-01-31
Eliminate temporary std::strings.
Dan Gohman
2014-01-31
Use CmpInst::isUnsigned.
Dan Gohman
2014-01-31
Implement unordered comparisons.
Dan Gohman
2014-01-31
Implement FNeg operators.
Dan Gohman
2014-01-30
suppress warnings on default nacl globals
Alon Zakai
2014-01-30
assume worst-case alignment in PromoteIntegers, as we actually break on unali...
Alon Zakai
2014-01-29
remove incorrect warning (ExpandI64 is a new pass of ours) and fix a compilat...
Alon Zakai
2014-01-29
generalize and fix select legalization code
Alon Zakai
2014-01-29
fix switch choice code
Alon Zakai
2014-01-29
fix call legalization bug
Alon Zakai
2014-01-29
clean up some fixmes
Alon Zakai
2014-01-29
legalize phis >64 bits
Alon Zakai
2014-01-29
handle >64bit trunc and zext
Alon Zakai
2014-01-29
legalize >64bit shifts of non-32-multiple amounts
Alon Zakai
2014-01-29
fix store on >64 bits
Alon Zakai
2014-01-29
handle constants of >64 bits in legalizer
Alon Zakai
2014-01-29
legalize simple shifts of >64 bits
Alon Zakai
2014-01-29
legalize icmp eq|ne on >64 bits
Alon Zakai
2014-01-28
legalize and/or/xor >64 bits
Alon Zakai
2014-01-28
start to make i64 splitting pass more generic, so it will eventually handle i...
Alon Zakai
2014-01-27
fix missing separator in unaligned read code
Alon Zakai
2014-01-27
coordinate exception handling with setjmp - if exception handling code genera...
Alon Zakai
2014-01-27
Fix 64-bit Visual Studio build. TODO: Move this fix to PNaCl upstream.
Jukka Jylänki
2014-01-24
Merge pull request #6 from juj/win_build_fixes
Alon Zakai
2014-01-24
Fix serialization of nans, infs and negative floats to JS. Fixes test_float_l...
Jukka Jylänki
2014-01-24
Fix Visual Studio 2010 build on ExpandI64::ensureLegalFunc. Cannot use variab...
Jukka Jylänki
2014-01-24
Fix "Unknown architecture" error when building for x86 on Visual Studio 2010....
Jukka Jylänki
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 g...
Jukka Jylänki
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 mo...
Alon Zakai
2014-01-21
do not emit pre|postinvoke calls around calls that cannot possibly throw an e...
Alon Zakai
2014-01-20
initialize start of setjmp table
Alon Zakai
2014-01-20
comment
Alon Zakai
[prev]
[next]