This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 726837ec5a7 [ADT] Implement llvm::bsearch() with std::partition_point() new 3228596b4ca Cleanup: llvm::bsearch -> llvm::partition_point after r364719
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/ADT/STLExtras.h | 9 ++++---- include/llvm/DebugInfo/DWARF/DWARFUnit.h | 7 ++++--- lib/Analysis/ProfileSummaryInfo.cpp | 4 ++-- lib/CodeGen/ExecutionDomainFix.cpp | 4 ++-- lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 9 ++++---- lib/DebugInfo/DWARF/DWARFDebugAranges.cpp | 2 +- lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 4 ++-- lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 8 +++---- lib/DebugInfo/DWARF/DWARFUnitIndex.cpp | 4 ++-- lib/IR/DataLayout.cpp | 4 ++-- lib/IR/Function.cpp | 5 ++--- lib/ProfileData/InstrProf.cpp | 11 +++++----- lib/Target/X86/X86InstrFMA3Info.cpp | 4 ++-- lib/TextAPI/MachO/InterfaceFile.cpp | 16 +++++++------- lib/Transforms/Scalar/MemCpyOptimizer.cpp | 4 ++-- tools/dsymutil/DwarfLinker.cpp | 4 ++-- tools/llvm-objdump/llvm-objdump.cpp | 35 ++++++++++++++++--------------- unittests/ADT/STLExtrasTest.cpp | 9 ++++---- 18 files changed, 70 insertions(+), 73 deletions(-)