aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-12Use more LLVM-idiomatic debug and error facilities.Dan Gohman
2014-02-12Change some dyn_casts to casts.Dan Gohman
2014-02-12Create a test directory for basic JS CodegenDan Gohman
2014-02-12add missing |0s in unaligned accessesAlon Zakai
2014-02-12optimize reg/mem stuff around setjmp loweringAlon Zakai
2014-02-12do reg2mem/mem2reg around the setjmp pass, to ensure our cfg changes do not b...Alon Zakai
2014-02-07fewer casts on math callsAlon Zakai
2014-02-07group together initial allocasAlon Zakai
2014-02-07refactor function printing into a functionAlon Zakai
2014-02-06handle align 0 in memcpy and memsetAlon Zakai
2014-02-06optimize partially aligned memcpysAlon Zakai
2014-02-06optimize partially aligned memsetsAlon Zakai
2014-02-06optimize constant memsetsAlon Zakai
2014-02-06optimize memcpy loopsAlon Zakai
2014-02-06optimize small constant memcpyAlon Zakai
2014-02-05handle double strings with an uneven number of charsAlon Zakai
2014-02-05fix a bug in LowerEmSetjmp, and improve error reportingAlon Zakai
2014-02-05better unaligned log outputAlon Zakai
2014-02-04option to warn about unaligned loads and storesAlon Zakai
2014-02-04refactor getLoad|getStore to receive an instructionAlon Zakai
2014-02-04wip to remove casts on math callsAlon Zakai
2014-02-03make SItoF and UItoF support floatsAlon Zakai
2014-02-03ensure a + on large constants in Math_froundAlon Zakai
2014-02-03temp fix for Math float issueAlon Zakai
2014-02-03fix asm casts of float as ffi paramsAlon Zakai
2014-02-03handle floats in casts to intAlon Zakai
2014-02-03generalize hardcoded HEAPF32 load castsAlon Zakai
2014-02-03do not emit ffi casts on Math_* builtinsAlon Zakai
2014-02-03emit ffi casts only when necessaryAlon Zakai
2014-02-03function table support for floatsAlon Zakai
2014-02-03ffi call support for floatsAlon Zakai
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