This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 88add6b WholeProgramDevirt: fix access to a non-initialized field. new b0353c6 Use the range variant of find_if instead of unpacking begin/end
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/Target/CostTable.h | 14 +++++------ lib/CodeGen/RegisterPressure.cpp | 35 +++++++++++--------------- lib/Support/SourceMgr.cpp | 4 +-- lib/Support/TargetRegistry.cpp | 5 ++-- lib/Target/AArch64/AArch64ISelLowering.cpp | 3 +-- lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp | 8 +++--- lib/Target/ARM/ARMConstantIslandPass.cpp | 5 ++-- lib/Target/ARM/ARMFrameLowering.cpp | 3 +-- lib/Target/Hexagon/HexagonBitSimplify.cpp | 4 +-- lib/Target/Hexagon/HexagonFrameLowering.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 10 +++----- tools/llvm-ar/llvm-ar.cpp | 7 +++--- tools/llvm-objdump/MachODump.cpp | 26 ++++++++----------- unittests/ProfileData/InstrProfTest.cpp | 10 +++----- unittests/ProfileData/SampleProfTest.cpp | 10 +++----- utils/TableGen/AsmMatcherEmitter.cpp | 19 ++++++-------- utils/TableGen/CodeGenSchedule.cpp | 8 +++--- 17 files changed, 73 insertions(+), 100 deletions(-)