aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/NaCl/PromoteIntegers.cpp
AgeCommit message (Expand)Author
2014-03-06Implement integer promotion for urem, udiv, srem, and sdivDan Gohman
2014-02-25Support GEP and ConstantExprs directly in the JSBackend.Dan Gohman
2014-02-14Preserve alignment information when promoting integer loads and stores.Dan Gohman
2014-02-13Emscripten doesn't need to legalize pointers.Dan Gohman
2014-02-12Generalize PromoteIntegers to handle arbitrary bit widths.Dan Gohman
2014-01-30assume worst-case alignment in PromoteIntegers, as we actually break on unali...Alon Zakai
2013-11-15Make integer promotion pass preserve debug infoDerek Schuff
2013-11-15Switch PromoteIntegers pass from clearing upper bits after converted operationsDerek Schuff
2013-09-20Support mul binary operator in integer promotion passDerek Schuff
2013-05-30Enable integer promotion pass and add ABI check for integer typesDerek Schuff
2013-05-30Add switch support to integer promotion passDerek Schuff
2013-05-29Revert "Enable integer promotion pass and enable ABI check for integer types."Mark Seaborn
2013-05-29Fix PromoteIntegers pass to handle undef constantsDerek Schuff
2013-05-29Enable integer promotion pass and enable ABI check for integer types.Derek Schuff
2013-05-28Fix integer promotion pass to handle casts to struct pointer types.Derek Schuff
2013-05-14Fix some build warnings in Nacl-specific codeEli Bendersky
2013-05-10PNaCl ABI: Promote illegal integer typesDerek Schuff