This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f14b192 [gcc]
new e09a5ee Fix PR c++/27100
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:
gcc/cp/ChangeLog | 7 +++++++
gcc/cp/decl.c | 13 +++++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/other/friend6.C | 15 +++++++++++++++
4 files changed, 38 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/other/friend6.C
--
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 release_38
in repository llvm.
from d2741da Merging r261385:
new 372d73d Merging r262297:
new 1c569b0 Merging r262577:
new 3fe15c9 Merging r262728:
new 47bf9db Merging r262732:
new c15c355 Merging r263441:
new e47d475 Merging r263627:
The 6 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/AMDGPUAsmPrinter.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 6 +-
lib/Target/AMDGPU/SIFrameLowering.cpp | 18 ++++-
lib/Target/AMDGPU/SIInsertWaits.cpp | 8 ---
lib/Target/AMDGPU/SIInstrInfo.cpp | 2 +
lib/Target/AMDGPU/SIInstructions.td | 11 ++-
lib/Target/AMDGPU/SILowerControlFlow.cpp | 24 +++++++
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 15 ++--
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 3 +-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 102 ++++++++++++++++++++++------
lib/Target/AMDGPU/SIRegisterInfo.h | 4 +-
test/CodeGen/AMDGPU/ret_jump.ll | 57 ++++++++++++++++
test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll | 54 +++++++++++++++
13 files changed, 251 insertions(+), 55 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/ret_jump.ll
create mode 100644 test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll
--
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 f18e64f [AArch64] Move tests from r271677 to a more appropriately nam [...]
new 1ac3f3e [Symbolize] Check if the PE file has a PDB and emit an error [...]
new 3d6e973 [cpu-detection] Naming convention
new fd3b149 Fix non-Windows build when inserting a move only type into a map
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/DebugInfo/Symbolize/Symbolize.h | 31 +++--
include/llvm/Object/COFF.h | 8 ++
lib/DebugInfo/Symbolize/Symbolize.cpp | 154 ++++++++++++---------
lib/Object/COFFObjectFile.cpp | 11 ++
lib/Support/Host.cpp | 55 ++++----
.../llvm-symbolizer/pdb/Inputs/missing_pdb.exe | Bin 0 -> 32256 bytes
test/tools/llvm-symbolizer/pdb/missing_pdb.test | 17 +++
tools/llvm-symbolizer/llvm-symbolizer.cpp | 14 +-
tools/sancov/sancov.cc | 6 +
tools/sanstats/sanstats.cpp | 6 +-
10 files changed, 188 insertions(+), 114 deletions(-)
create mode 100644 test/tools/llvm-symbolizer/pdb/Inputs/missing_pdb.exe
create mode 100644 test/tools/llvm-symbolizer/pdb/missing_pdb.test
--
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 be9ff87 [esan] Specify which tool via a global variable
new 2ef8a59 [AArch64] Spot SBFX-compatible code expressed with sign_extend.
new f18e64f [AArch64] Move tests from r271677 to a more appropriately nam [...]
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/AArch64/AArch64ISelDAGToDAG.cpp | 30 +++++++++
test/CodeGen/AArch64/bitfield-extract.ll | 98 ++++++++++++++++++++++++++++++
test/CodeGen/AArch64/bitfield-insert.ll | 88 ---------------------------
3 files changed, 128 insertions(+), 88 deletions(-)
create mode 100644 test/CodeGen/AArch64/bitfield-extract.ll
--
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 lldb.
from 66126b4 Add support in debug LLDB builds (if LLDB_CONFIGURATION_DEBUG [...]
new 290da5e Fix a printf warning.
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:
source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp | 3 +--
1 file changed, 1 insertion(+), 2 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 041e9f2 [llvm-pdbdump] Introduce an abstraction for the output style.
new 6cf7e43 Revert "SDAG: Update ChainNodesMatched as nodes are deleted"
new be9ff87 [esan] Specify which tool via a global variable
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/CodeGen/SelectionDAG.h | 8 --------
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 13 ++++---------
lib/Transforms/Instrumentation/EfficiencySanitizer.cpp | 13 +++++++++++++
3 files changed, 17 insertions(+), 17 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 compiler-rt.
from 89d91c3 [CMake] detect_target_arch needs to be moved to Utils
new 5910fcc [esan] Specify which tool via a global variable
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/esan/esan.cpp | 32 +++++++++++++++-----------------
lib/esan/esan.h | 2 --
lib/esan/esan_interface.cpp | 5 ++++-
lib/esan/esan_interface_internal.h | 5 +++++
4 files changed, 24 insertions(+), 20 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 users/hjl/tls
in repository binutils-gdb.
discards ca1d29f Test call *__tls_get_addr@GOTPCREL(%rip)
discards 83482c8 Optimize call *__tls_get_addr@GOTPCREL(%rip)
adds 0ae534d Fix C++ build for Cygwin
adds 362a3eb [ARM][gas] Add support for Cortex-A73
adds 1aa7033 [AArch64][gas] Add support for Cortex-A73
new dd5b628 Support x86-64 TLS code sequences without PLT
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ca1d29f)
\
N -- N -- N refs/heads/users/hjl/tls (dd5b628)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
bfd/elf64-x86-64.c | 1 -
gas/ChangeLog | 10 ++++++++++
gas/config/tc-aarch64.c | 2 ++
gas/config/tc-arm.c | 2 ++
gas/doc/c-aarch64.texi | 1 +
gas/doc/c-arm.texi | 1 +
gdb/ChangeLog | 6 ++++++
gdb/gdbserver/ChangeLog | 4 ++++
gdb/gdbserver/win32-low.c | 4 ++--
gdb/windows-nat.c | 4 ++--
ld/testsuite/ld-x86-64/tlsgd5.dd | 2 +-
ld/testsuite/ld-x86-64/tlsgd5c.s | 4 ++--
ld/testsuite/ld-x86-64/tlsgd6.dd | 2 +-
ld/testsuite/ld-x86-64/tlsgd6c.s | 4 ++--
ld/testsuite/ld-x86-64/x86-64.exp | 12 ++++++++++--
15 files changed, 46 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.