This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c469be384cb [TableGen] Make Record::getValueAsString and getValueAsList [...] new 1e9afac22ca [IR] Add additional addParamAttr/removeParamAttr to Attribu [...]
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: include/llvm/IR/Attributes.h | 197 ++++++++++++++++----- include/llvm/IR/Function.h | 47 ++++- include/llvm/IR/Instructions.h | 18 ++ lib/IR/Attributes.cpp | 41 +++-- lib/IR/Function.cpp | 64 ++++++- lib/IR/Instructions.cpp | 32 +++- lib/Transforms/InstCombine/InstCombineCalls.cpp | 10 +- .../Scalar/CorrelatedValuePropagation.cpp | 9 +- 8 files changed, 322 insertions(+), 96 deletions(-)