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