This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1dca602 [GenericDomTree] Change GenericDomTree to use NodeRef in Grap [...] new 4da2d32 AMDGPU: Remove dead option new 172174f [GraphWriter] Change GraphWriter to use NodeRef in GraphTraits new 1d359ed [WebAssembly] Handle debug information and virtual registers [...]
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/ScheduleDAG.h | 1 + include/llvm/CodeGen/SelectionDAGNodes.h | 1 + include/llvm/Support/GraphWriter.h | 33 +++++----- lib/Analysis/BlockFrequencyInfo.cpp | 1 + lib/CodeGen/MachineBlockFrequencyInfo.cpp | 1 + lib/Target/AMDGPU/SIISelLowering.cpp | 6 -- lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 4 +- .../WebAssembly/WebAssemblyReplacePhysRegs.cpp | 2 + lib/Target/WebAssembly/WebAssemblyStoreResults.cpp | 2 +- test/DebugInfo/WebAssembly/dbg-declare.ll | 75 ++++++++++++++++++++++ 10 files changed, 99 insertions(+), 27 deletions(-) create mode 100644 test/DebugInfo/WebAssembly/dbg-declare.ll