This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c49d7cf3b1d [LICM & MSSA] Fixed test to run only with assertions enable [...] new 32e092ad46b Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC new b1a1e51aaeb Use std::iterator_traits to infer result type of llvm::enum [...]
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/ADT/STLExtras.h | 7 +++++-- lib/Analysis/ProfileSummaryInfo.cpp | 7 +++---- lib/CodeGen/LiveIntervals.cpp | 6 ++---- lib/CodeGen/MachinePipeliner.cpp | 15 ++++++--------- lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 7 +++---- lib/IR/DataLayout.cpp | 9 +++------ lib/IR/Function.cpp | 6 +++--- lib/MC/MCSubtargetInfo.cpp | 2 +- lib/ProfileData/InstrProf.cpp | 6 +++--- lib/Support/SourceMgr.cpp | 11 +++-------- lib/Target/ARM/ARMConstantIslandPass.cpp | 8 ++------ lib/Target/ARM/ARMExpandPseudoInsts.cpp | 3 +-- lib/Target/Hexagon/HexagonGenInsert.cpp | 4 ++-- lib/Target/Mips/Mips16ISelLowering.cpp | 3 +-- lib/Target/Mips/MipsConstantIslandPass.cpp | 8 ++------ lib/Target/X86/X86EvexToVex.cpp | 2 +- lib/Target/X86/X86FloatingPoint.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 6 ++---- lib/Target/X86/X86InstrFMA3Info.cpp | 8 +++----- lib/Target/X86/X86InstrFoldTables.cpp | 6 ++---- lib/TextAPI/MachO/InterfaceFile.cpp | 17 ++++++++--------- lib/Transforms/Coroutines/CoroFrame.cpp | 2 +- lib/Transforms/Scalar/JumpThreading.cpp | 3 +-- lib/Transforms/Scalar/MemCpyOptimizer.cpp | 4 ++-- lib/Transforms/Scalar/Reassociate.cpp | 2 +- tools/dsymutil/DwarfLinker.cpp | 12 +++++------- tools/llvm-xray/xray-stacks.cpp | 6 ++---- 27 files changed, 69 insertions(+), 103 deletions(-)