aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-02-03precise float supportAlon Zakai
2014-02-03allow only one of setjmp|longjmp to be presentAlon Zakai
2014-02-02remove extra indentation on runPostSetsAlon Zakai
2014-02-02abort on loads from constant addresses in general, not just based on weird al...Alon Zakai
2014-02-02support llvm.usedAlon Zakai
2014-02-02exceptions whitelist option, for emscripten EXCEPTION_CATCHING_WHITELISTAlon Zakai
2014-02-02ignore fencesAlon Zakai
2014-02-02generalize ExpandWithOverflow to handle completely nonconstant additionsAlon Zakai
2014-01-31Merge pull request #8 from sunfishcode/masterAlon Zakai
2014-01-31Fix a printf format warning.Dan Gohman
2014-01-31Simply handling of llvm_dbg_value.Dan Gohman
2014-01-31Eliminate more temporary std::strings.Dan Gohman
2014-01-31Use internal name linkage.Dan Gohman
2014-01-31Eliminate temporary std::strings.Dan Gohman
2014-01-31Use CmpInst::isUnsigned.Dan Gohman
2014-01-31Implement unordered comparisons.Dan Gohman
2014-01-31Implement FNeg operators.Dan Gohman
2014-01-30suppress warnings on default nacl globalsAlon Zakai
2014-01-30assume worst-case alignment in PromoteIntegers, as we actually break on unali...Alon Zakai
2014-01-29remove incorrect warning (ExpandI64 is a new pass of ours) and fix a compilat...Alon Zakai
2014-01-29generalize and fix select legalization codeAlon Zakai
2014-01-29fix switch choice codeAlon Zakai
2014-01-29fix call legalization bugAlon Zakai
2014-01-29clean up some fixmesAlon Zakai
2014-01-29legalize phis >64 bitsAlon Zakai
2014-01-29handle >64bit trunc and zextAlon Zakai
2014-01-29legalize >64bit shifts of non-32-multiple amountsAlon Zakai
2014-01-29fix store on >64 bitsAlon Zakai
2014-01-29handle constants of >64 bits in legalizerAlon Zakai
2014-01-29legalize simple shifts of >64 bitsAlon Zakai
2014-01-29legalize icmp eq|ne on >64 bitsAlon Zakai
2014-01-28legalize and/or/xor >64 bitsAlon Zakai
2014-01-28start to make i64 splitting pass more generic, so it will eventually handle i...Alon Zakai
2014-01-27fix missing separator in unaligned read codeAlon Zakai
2014-01-27coordinate exception handling with setjmp - if exception handling code genera...Alon Zakai
2014-01-27Fix 64-bit Visual Studio build. TODO: Move this fix to PNaCl upstream.Jukka Jylänki
2014-01-24Merge pull request #6 from juj/win_build_fixesAlon Zakai
2014-01-24Fix serialization of nans, infs and negative floats to JS. Fixes test_float_l...Jukka Jylänki
2014-01-24Fix Visual Studio 2010 build on ExpandI64::ensureLegalFunc. Cannot use variab...Jukka Jylänki
2014-01-24Fix "Unknown architecture" error when building for x86 on Visual Studio 2010....Jukka Jylänki
2014-01-24Fix PNacl Module.cpp build on VS2010. TODO: Move this fix to PNacl upstream.Jukka Jylänki
2014-01-24Don't use the ambiguous pow symbol since it confuses Visual Studio, instead g...Jukka Jylänki
2014-01-24Fix snprintf symbol name on Visual Studio.Jukka Jylänki
2014-01-24Fix CMake build by unreferring to nonexistent CppBackend.Jukka Jylänki
2014-01-22handle fptosi|ui on both floats and doublesAlon Zakai
2014-01-22typoAlon Zakai
2014-01-21support building projects with both setjmp and c++ exceptions, by avoiding mo...Alon Zakai
2014-01-21do not emit pre|postinvoke calls around calls that cannot possibly throw an e...Alon Zakai
2014-01-20initialize start of setjmp tableAlon Zakai
2014-01-20commentAlon Zakai