This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d2c91bf [libFuzzer] simplify the code for use_cmp, also use the posit [...] new 6ff6048 IR: Deduplicate getParent() functions on derived classes of G [...] new 4e3c65d MachineInstrBundle: Pass iterators to getBundle(Start|End); NFC new 2c3f1a7 GlobalDCE: Restore a statement accidentally removed in r285048.
The 3 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/CodeGen/MachineInstrBuilder.h | 3 ++- include/llvm/CodeGen/MachineInstrBundle.h | 31 +++++++++++++++--------------- include/llvm/CodeGen/MachineRegisterInfo.h | 12 +++++++----- include/llvm/CodeGen/SlotIndexes.h | 3 ++- include/llvm/IR/Function.h | 2 -- include/llvm/IR/GlobalAlias.h | 2 -- include/llvm/IR/GlobalIFunc.h | 2 -- include/llvm/IR/GlobalValue.h | 6 ++++++ include/llvm/IR/GlobalVariable.h | 2 -- lib/CodeGen/ScheduleDAGInstrs.cpp | 4 ++-- lib/IR/Function.cpp | 4 ---- lib/IR/Globals.cpp | 12 ------------ lib/Target/Hexagon/HexagonInstrInfo.cpp | 2 +- lib/Transforms/IPO/GlobalDCE.cpp | 1 + 14 files changed, 36 insertions(+), 50 deletions(-)