This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 48a33fd [Hexagon] Avoid register dependencies on indirect branches in [...] new 61926b4 [Packetizer] Add debugging code to stop packetization after N [...] new f6e737e [GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRef
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/GraphTraits.h | 5 +++-- include/llvm/Analysis/BlockFrequencyInfoImpl.h | 2 +- include/llvm/Analysis/CallGraph.h | 10 +++++----- include/llvm/CodeGen/MachineFunction.h | 16 ++++++++++------ include/llvm/CodeGen/ScheduleDAG.h | 6 +++--- include/llvm/CodeGen/SelectionDAG.h | 6 +++--- include/llvm/IR/CFG.h | 20 ++++++++++++++------ include/llvm/Support/GenericDomTree.h | 4 ++-- include/llvm/Support/GraphWriter.h | 12 ++---------- lib/Analysis/BlockFrequencyInfo.cpp | 6 +++--- lib/CodeGen/DFAPacketizer.cpp | 21 +++++++++++++++++++++ lib/CodeGen/MachineBlockFrequencyInfo.cpp | 6 +++--- lib/Target/AMDGPU/AMDILCFGStructurizer.cpp | 8 ++++---- lib/Transforms/Scalar/NaryReassociate.cpp | 2 +- .../Scalar/SeparateConstOffsetFromGEP.cpp | 2 +- .../Scalar/StraightLineStrengthReduce.cpp | 2 +- unittests/Analysis/CallGraphTest.cpp | 6 +++--- 17 files changed, 80 insertions(+), 54 deletions(-)