This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.1-branch
in repository binutils-gdb.
from 5e0550fdf2 Automatic date update in version.in
new ef7e70c2b2 Automatic date update in version.in
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/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_30-branch
in repository binutils-gdb.
from ff7e1a287a Automatic date update in version.in
new 427226ba26 Automatic date update in version.in
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/version.h | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 583a2b4786c [X86] Re-generate test to get proper capitalization of its [...]
new 8f15c882eb7 Revert "[LTO/gold] Support --wrap"
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:
test/tools/gold/X86/v1.16/Inputs/wrap-bar.ll | 14 -------
test/tools/gold/X86/v1.16/lit.local.cfg | 28 --------------
test/tools/gold/X86/v1.16/wrap-1.ll | 42 ---------------------
test/tools/gold/X86/v1.16/wrap-2.ll | 55 ----------------------------
tools/gold/gold-plugin.cpp | 35 ------------------
5 files changed, 174 deletions(-)
delete mode 100644 test/tools/gold/X86/v1.16/Inputs/wrap-bar.ll
delete mode 100644 test/tools/gold/X86/v1.16/lit.local.cfg
delete mode 100644 test/tools/gold/X86/v1.16/wrap-1.ll
delete mode 100644 test/tools/gold/X86/v1.16/wrap-2.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 binutils-gdb.
from e45ad1239d Prevent a buffer overrun when parsing corrupt STABS debug in [...]
new b577b6af8e Remove two cleanups using std::string
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 | 7 +++++++
gdb/machoread.c | 12 +++++-------
gdb/symfile.c | 44 ++++++++++++++------------------------------
3 files changed, 26 insertions(+), 37 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 39745f957e2 [GISel]: Fix incorrect type used in Pattern Match for ICst
new 583a2b4786c [X86] Re-generate test to get proper capitalization of its [...]
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:
test/CodeGen/X86/avx-vzeroupper.ll | 82 +++++++++++++++++++-------------------
1 file changed, 41 insertions(+), 41 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 lldb.
from 0a70baf27 Add a missing return in SBPlatform::IsConnected and test for [...]
new 84d2fc5b2 [test] Replace some references to Apple-internal bugs
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:
.../test/api/multiple-debuggers/TestMultipleDebuggers.py | 12 ++----------
.../lldbsuite/test/functionalities/asan/TestReportData.py | 2 +-
.../variable_out_of_scope/TestWatchedVarHitWhenInScope.py | 4 ++--
.../Python/lldbsuite/test/lang/c/shared_lib/TestSharedLib.py | 2 +-
.../TestSharedLibStrippedSymbols.py | 4 ++--
.../test/lang/cpp/dynamic-value/TestCppValueCast.py | 3 +--
packages/Python/lldbsuite/test/lang/cpp/printf/TestPrintf.py | 2 +-
packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py | 7 +------
.../lldbsuite/test/lang/cpp/unique-types/TestUniqueTypes.py | 4 ----
.../test/lang/objc/bitfield_ivars/TestBitfieldIvars.py | 6 +++---
10 files changed, 14 insertions(+), 32 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.
from 08cdd81877 [OpenMP] Add flag for linking runtime bitcode library
new cd5551fae6 Check that a field is not annotated with attribute "unavaila [...]
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/Sema/SemaDecl.cpp | 2 +-
test/CodeGenObjC/Inputs/strong_in_union.h | 10 ++++++++++
test/CodeGenObjC/strong-in-c-struct.m | 15 ++++++++++++---
3 files changed, 23 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGenObjC/Inputs/strong_in_union.h
--
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 c8ef3117c1 [Attr] Merge two dependent tests from different directories
new 08cdd81877 [OpenMP] Add flag for linking runtime bitcode library
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/DiagnosticDriverKinds.td | 3 ++
lib/Driver/ToolChains/Cuda.cpp | 38 ++++++++++++++++++++++
.../libomptarget/libomptarget-nvptx-sm_20.bc | 0
test/Driver/openmp-offload-gpu.c | 23 +++++++++++++
4 files changed, 64 insertions(+)
copy bindings/python/tests/__init__.py => test/Driver/Inputs/libomptarget/libompta [...]
--
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 a3a491bfb16 [LTO/gold] Support --wrap
new 39745f957e2 [GISel]: Fix incorrect type used in Pattern Match for ICst
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/CodeGen/GlobalISel/MIPatternMatch.h | 6 +++---
unittests/CodeGen/GlobalISel/PatternMatchTest.cpp | 10 +++++-----
2 files changed, 8 insertions(+), 8 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 6b4846ae8fe Disable optimizations in debuglineinfo-path test
new a3a491bfb16 [LTO/gold] Support --wrap
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:
.../Inputs/wrap-bar.ll} | 8 +++-
test/tools/gold/X86/{v1.12 => v1.16}/lit.local.cfg | 6 +--
test/tools/gold/X86/v1.16/wrap-1.ll | 42 +++++++++++++++++
test/tools/gold/X86/v1.16/wrap-2.ll | 55 ++++++++++++++++++++++
tools/gold/gold-plugin.cpp | 35 ++++++++++++++
5 files changed, 141 insertions(+), 5 deletions(-)
copy test/tools/gold/X86/{Inputs/global_with_section.ll => v1.16/Inputs/wrap-bar.l [...]
copy test/tools/gold/X86/{v1.12 => v1.16}/lit.local.cfg (81%)
create mode 100644 test/tools/gold/X86/v1.16/wrap-1.ll
create mode 100644 test/tools/gold/X86/v1.16/wrap-2.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.