This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c2ec04c61ca [X86] Add patterns for vector and/or/xor/andn with other ty [...]
new b5c7e2f9a4d [PDB] Extend IPDBSession's interface to retrieve frame data
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/DebugInfo/PDB/DIA/DIAEnumFrameData.h | 40 +++++++++++++++++
include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h | 41 +++++++++++++++++
include/llvm/DebugInfo/PDB/DIA/DIASession.h | 1 +
include/llvm/DebugInfo/PDB/IPDBFrameData.h | 36 +++++++++++++++
include/llvm/DebugInfo/PDB/IPDBSession.h | 3 ++
include/llvm/DebugInfo/PDB/Native/NativeSession.h | 2 +
include/llvm/DebugInfo/PDB/PDBTypes.h | 2 +
lib/DebugInfo/PDB/CMakeLists.txt | 2 +
lib/DebugInfo/PDB/DIA/DIAEnumFrameData.cpp | 43 ++++++++++++++++++
lib/DebugInfo/PDB/DIA/DIAFrameData.cpp | 54 +++++++++++++++++++++++
lib/DebugInfo/PDB/DIA/DIASession.cpp | 11 +++++
lib/DebugInfo/PDB/Native/NativeSession.cpp | 5 +++
lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp | 3 ++
unittests/DebugInfo/PDB/PDBApiTest.cpp | 4 ++
14 files changed, 247 insertions(+)
create mode 100644 include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h
create mode 100644 include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h
create mode 100644 include/llvm/DebugInfo/PDB/IPDBFrameData.h
create mode 100644 lib/DebugInfo/PDB/DIA/DIAEnumFrameData.cpp
create mode 100644 lib/DebugInfo/PDB/DIA/DIAFrameData.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-defconfig
in repository toolchain/linux-next.
from b0d04fb56b31 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
adds 48995423143a Revert "bond: take rcu lock in netpoll_send_skb_on_dev"
adds d55bef5059dd net: fix pskb_trim_rcsum_slow() with odd trim offset
adds 4ba4c566ba84 net/ipv6: Fix index counter for unicast addresses in in6_d [...]
adds d2fb4fb8ee91 Revert "neighbour: force neigh_invalidate when NUD_FAILED [...]
adds 23469de647c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
adds 72a7a4aa77a0 MAINTAINERS: Add entry for Broadcom STB I2C controller
adds 31d86033a074 i2c: rcar: cleanup DMA for all kinds of failure
adds 467e050e9760 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...]
No new revisions were added by this update.
Summary of changes:
MAINTAINERS | 8 ++++++++
drivers/i2c/busses/i2c-rcar.c | 6 +++++-
net/core/neighbour.c | 3 +--
net/core/netpoll.c | 2 --
net/core/skbuff.c | 5 +++--
net/ipv6/addrconf.c | 6 ++++--
6 files changed, 21 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c7a8ddb8493 [IAI,LV] Avoid creating a scalar epilogue due to gaps in in [...]
new c2ec04c61ca [X86] Add patterns for vector and/or/xor/andn with other ty [...]
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:
lib/Target/X86/X86InstrAVX512.td | 88 +++++++++++++++++++
lib/Target/X86/X86InstrSSE.td | 117 ++++++++++++++++++++++++++
test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 5 +-
test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 7 +-
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 11 ++-
5 files changed, 222 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from beb73b3f [clang-tidy] add IgnoreMacros option to readability-redundant [...]
new f9a85208 ReleaseNotes: move readability-redundant-smartptr-get part do [...]
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:
docs/ReleaseNotes.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allmodconfig
in repository toolchain/linux-next.
from b0d04fb56b31 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
adds 48995423143a Revert "bond: take rcu lock in netpoll_send_skb_on_dev"
adds d55bef5059dd net: fix pskb_trim_rcsum_slow() with odd trim offset
adds 4ba4c566ba84 net/ipv6: Fix index counter for unicast addresses in in6_d [...]
adds d2fb4fb8ee91 Revert "neighbour: force neigh_invalidate when NUD_FAILED [...]
adds 23469de647c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
adds 72a7a4aa77a0 MAINTAINERS: Add entry for Broadcom STB I2C controller
adds 31d86033a074 i2c: rcar: cleanup DMA for all kinds of failure
adds 467e050e9760 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...]
No new revisions were added by this update.
Summary of changes:
MAINTAINERS | 8 ++++++++
drivers/i2c/busses/i2c-rcar.c | 6 +++++-
net/core/neighbour.c | 3 +--
net/core/netpoll.c | 2 --
net/core/skbuff.c | 5 +++--
net/ipv6/addrconf.c | 6 ++++--
6 files changed, 21 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.