Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-29 | PNaCl: Add ExpandSmallArguments pass to widen parameters to 32 bits | Mark Seaborn | |
This widens i1, i8 and i16 function arguments and return types. Factor out RecreateFunction() helper function from existing PNaCl passes since this is a reoccurring code fragment. BUG=https://code.google.com/p/nativeclient/issues/detail?id=3342 TEST=*.ll tests + PNaCl toolchain trybots + GCC torture tests + LLVM test suite Review URL: https://codereview.chromium.org/15971007 |