This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6850d9138bc Expand IRBuilder interface for atomic memcpy to require poi [...] new 8f4df2fc0b4 AMDGPU/NFC: Split Processors.td into GCNProcessors.td and R [...] new 0f47b426bfa Recommit r317904: [Hexagon] Create HexagonISelDAGToDAG.h, NFC
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: lib/Target/AMDGPU/AMDGPU.td | 3 +- lib/Target/AMDGPU/GCNProcessors.td | 162 +++++++++++++++++++++ lib/Target/AMDGPU/Processors.td | 221 +---------------------------- lib/Target/AMDGPU/R600Processors.td | 90 ++++++++++++ lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 112 +-------------- lib/Target/Hexagon/HexagonISelDAGToDAG.h | 136 ++++++++++++++++++ 6 files changed, 397 insertions(+), 327 deletions(-) create mode 100644 lib/Target/AMDGPU/GCNProcessors.td create mode 100644 lib/Target/AMDGPU/R600Processors.td create mode 100644 lib/Target/Hexagon/HexagonISelDAGToDAG.h