This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from e4f2723003 Fix buffer read overrun by ensuring that DWARF sections cont [...]
new 0a2dde4a32 Implement the ability to set/unset environment variables to [...]
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:
gdb/ChangeLog | 54 +++++
gdb/NEWS | 28 +++
gdb/common/environ.c | 75 ++++--
gdb/common/environ.h | 24 +-
gdb/common/rsp-low.c | 41 ++++
gdb/common/rsp-low.h | 8 +
gdb/doc/ChangeLog | 11 +
gdb/doc/gdb.texinfo | 116 ++++++++++
gdb/gdbserver/ChangeLog | 7 +
gdb/gdbserver/server.c | 65 +++++-
gdb/remote.c | 76 ++++++
gdb/testsuite/ChangeLog | 5 +
...tup-with-shell.c => share-env-with-gdbserver.c} | 19 +-
.../gdb.base/share-env-with-gdbserver.exp | 255 +++++++++++++++++++++
gdb/unittests/environ-selftests.c | 244 ++++++++++++++++----
15 files changed, 959 insertions(+), 69 deletions(-)
copy gdb/testsuite/gdb.base/{startup-with-shell.c => share-env-with-gdbserver.c} (71%)
create mode 100644 gdb/testsuite/gdb.base/share-env-with-gdbserver.exp
--
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 2439f12f310 [MachineOutliner] Recommit r312194, missed optimization remarks
new d2138209749 AMDGPU: Turn int pack pattern into build_vector
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/AMDGPU/AMDGPUISelLowering.cpp | 12 +++++++++++-
lib/Target/AMDGPU/SIInstructions.td | 7 +++++++
2 files changed, 18 insertions(+), 1 deletion(-)
--
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.
from 349091162f Add documentation for force_align_arg_pointer function attribute
new fc980697fa Register linkageSpecDecl matcher
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/ASTMatchers/Dynamic/Registry.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 71f3f90b04c Fix some size_t / uint32_t mismatched comparisons.
new ae1871f4dd0 [x86] add more tests for horizontal ops; NFC
new 2439f12f310 [MachineOutliner] Recommit r312194, missed optimization remarks
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/CodeGen/MachineOutliner.cpp | 37 +++++-
test/CodeGen/AArch64/machine-outliner-remarks.ll | 73 +++++++++++
test/CodeGen/X86/haddsub-shuf.ll | 159 +++++++++++++++++++++++
test/CodeGen/X86/haddsub.ll | 19 ---
4 files changed, 268 insertions(+), 20 deletions(-)
create mode 100644 test/CodeGen/AArch64/machine-outliner-remarks.ll
create mode 100644 test/CodeGen/X86/haddsub-shuf.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 clang.
from 649156b4a1 [clang-cl] Explicitly set object format to COFF in CL mode
new 349091162f Add documentation for force_align_arg_pointer function attribute
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/clang/Basic/Attr.td | 4 ++--
include/clang/Basic/AttrDocs.td | 25 +++++++++++++++++++++++++
2 files changed, 27 insertions(+), 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 70b69dcc759 [NFC] Change Key in Argument to a std::string
new 71f3f90b04c Fix some size_t / uint32_t mismatched comparisons.
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:
tools/llvm-pdbutil/DumpOutputStyle.cpp | 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.
unknown user pushed a change to branch master
in repository llvm.
from 75475a86745 [dsymutil] Don't mark forward declarations as canonical.
new ae734ae0ead [llvm-pdbutil] Print detailed S_UDT stats.
new 70b69dcc759 [NFC] Change Key in Argument to a std::string
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/DebugInfo/PDB/Native/SymbolStream.h | 2 +
include/llvm/IR/DiagnosticInfo.h | 24 ++--
lib/DebugInfo/PDB/Native/SymbolStream.cpp | 6 +-
test/DebugInfo/PDB/module-stats.test | 4 +-
test/DebugInfo/PDB/udt-stats.test | 15 +++
tools/llvm-pdbutil/DumpOutputStyle.cpp | 161 ++++++++++++++++++++++-
tools/llvm-pdbutil/DumpOutputStyle.h | 3 +-
tools/llvm-pdbutil/FormatUtil.cpp | 12 ++
tools/llvm-pdbutil/FormatUtil.h | 1 +
tools/llvm-pdbutil/MinimalTypeDumper.cpp | 18 +--
tools/llvm-pdbutil/llvm-pdbutil.cpp | 32 +++--
tools/llvm-pdbutil/llvm-pdbutil.h | 3 +-
12 files changed, 230 insertions(+), 51 deletions(-)
create mode 100644 test/DebugInfo/PDB/udt-stats.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 clang.
from 9f18034517 Disable clang-format's MemoizationTest as it becomes prohibi [...]
new 649156b4a1 [clang-cl] Explicitly set object format to COFF in CL mode
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/Driver/Driver.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 glibc.
from 102dde842a Remove NO_CANCELLATION macro
new d9ff799a5b ILP32 math changes
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:
ChangeLog | 23 +++++++++++++++
sysdeps/aarch64/fpu/s_llrint.c | 1 +
sysdeps/aarch64/fpu/s_llrintf.c | 3 +-
sysdeps/aarch64/fpu/s_llround.c | 1 +
sysdeps/aarch64/fpu/s_llroundf.c | 3 +-
sysdeps/aarch64/fpu/s_lrint.c | 60 +++++++++++++++++++++++++++++++++++++---
sysdeps/aarch64/fpu/s_lrintf.c | 2 +-
sysdeps/aarch64/fpu/s_lround.c | 27 +++++++++++++++---
sysdeps/aarch64/fpu/s_lroundf.c | 2 +-
9 files changed, 110 insertions(+), 12 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 gcc-7-branch
in repository gcc.
from 19f2d1abd3b Daily bump.
new c00110c58d4 2017-08-31 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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/ChangeLog | 13 +++++++++++++
gcc/config/rs6000/rs6000.c | 47 ++++++++++++++++++++++++++++++++++++++--------
2 files changed, 52 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.