This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 170b761 [IR] Share implementation of pairs of const and non-const met [...] new 4f2f5a3 [IR] Share implementation for pairs of const and non-const me [...] new 306a7df [IR] Implement pairs of non-const and const methods using the [...]
The 2 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/BasicBlock.h | 5 +++- include/llvm/IR/Constant.h | 7 ++--- include/llvm/IR/GlobalIndirectSymbol.h | 18 ++++++++----- include/llvm/IR/GlobalValue.h | 14 +++++----- include/llvm/IR/Instruction.h | 10 ++++++-- include/llvm/IR/Module.h | 17 +++++++----- include/llvm/IR/ModuleSummaryIndex.h | 7 ++--- include/llvm/IR/User.h | 14 +++++++--- include/llvm/IR/Value.h | 47 +++++++++++++++++++--------------- lib/IR/BasicBlock.cpp | 3 --- lib/IR/Globals.cpp | 4 +-- lib/IR/Instruction.cpp | 6 ----- lib/IR/Module.cpp | 3 ++- lib/IR/Value.cpp | 43 ++++++++++++++++--------------- 14 files changed, 112 insertions(+), 86 deletions(-)