This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8a304166110 [InstCombine] simplify code for FP intrinsic shrinking; NFCI new ae29a3a8040 [PM][FunctionAttrs] add NoUnwind attribute inference to Pos [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Transforms/IPO/FunctionAttrs.cpp | 233 ++++++++++++++++++--- test/Other/cgscc-devirt-iteration.ll | 25 ++- test/Transforms/FunctionAttrs/2008-09-03-Mutual.ll | 9 +- .../FunctionAttrs/2008-09-03-ReadNone.ll | 21 +- .../FunctionAttrs/2008-09-03-ReadOnly.ll | 1 + .../FunctionAttrs/2008-09-13-VolatileRead.ll | 5 +- .../FunctionAttrs/2008-12-29-Constant.ll | 6 +- .../FunctionAttrs/2009-01-02-LocalStores.ll | 1 + .../FunctionAttrs/2010-10-30-volatile.ll | 8 +- test/Transforms/FunctionAttrs/assume.ll | 1 + test/Transforms/FunctionAttrs/atomic.ll | 5 +- test/Transforms/FunctionAttrs/comdat-ipo.ll | 1 + test/Transforms/FunctionAttrs/convergent.ll | 10 +- test/Transforms/FunctionAttrs/int_sideeffect.ll | 12 +- test/Transforms/FunctionAttrs/nocapture.ll | 2 + test/Transforms/FunctionAttrs/nonnull-global.ll | 1 + test/Transforms/FunctionAttrs/nonnull.ll | 2 + test/Transforms/FunctionAttrs/norecurse.ll | 48 ++++- .../FunctionAttrs/operand-bundles-scc.ll | 8 +- test/Transforms/FunctionAttrs/optnone.ll | 3 +- .../FunctionAttrs/out-of-bounds-iterator-bug.ll | 1 + test/Transforms/FunctionAttrs/readnone.ll | 1 + test/Transforms/FunctionAttrs/returned.ll | 1 + test/Transforms/Inline/cgscc-update.ll | 16 +- test/Transforms/PruneEH/2008-06-02-Weak.ll | 10 +- test/Transforms/PruneEH/ipo-nounwind.ll | 1 + test/Transforms/PruneEH/operand-bundles.ll | 1 + test/Transforms/PruneEH/pr23971.ll | 1 + test/Transforms/PruneEH/pr26263.ll | 32 ++- test/Transforms/PruneEH/recursivetest.ll | 7 +- test/Transforms/PruneEH/seh-nounwind.ll | 1 + test/Transforms/PruneEH/simpletest.ll | 5 +- 32 files changed, 382 insertions(+), 97 deletions(-)