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 a9dba87af1 Automatic date update in version.in
new 43cc5389bc Use watchpoint's language when re-parsing expression
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 | 24 +++++++++++++++++++
gdb/ada-lang.c | 1 +
gdb/breakpoint.c | 11 ++-------
gdb/c-lang.c | 14 +++++++++++
gdb/c-lang.h | 3 +++
gdb/d-lang.c | 1 +
gdb/f-lang.c | 1 +
gdb/go-lang.c | 1 +
gdb/language.c | 4 ++++
gdb/language.h | 6 +++++
gdb/m2-lang.c | 1 +
gdb/objc-lang.c | 1 +
gdb/opencl-lang.c | 1 +
gdb/p-lang.c | 2 ++
gdb/rust-lang.c | 15 ++++++++++++
gdb/testsuite/ChangeLog | 6 +++++
.../{gdb.cp/nsdecl.exp => gdb.rust/watch.exp} | 28 ++++++++++------------
.../testsuite/gdb.rust/watch.rs | 25 +++++++++----------
18 files changed, 109 insertions(+), 36 deletions(-)
copy gdb/testsuite/{gdb.cp/nsdecl.exp => gdb.rust/watch.exp} (63%)
copy gold/testsuite/copy_test_1.cc => gdb/testsuite/gdb.rust/watch.rs (62%)
--
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 836dd8e1f01 Add functionality to cvtres to parse all entries in res file.
new 0025fa12f87 llvm-symbolizer: Support multiple CUs in a single DWO file
new 7bfd7c00d76 Fix -Wunneeded-internal-declaration by removing constant ar [...]
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/DWARF/DWARFUnit.h | 2 +-
lib/DebugInfo/DWARF/DWARFUnit.cpp | 17 +++++++++++------
lib/Object/WindowsResource.cpp | 10 ++++------
test/DebugInfo/Inputs/split-dwarf-multiple-cu.dwo | Bin 0 -> 1040 bytes
test/DebugInfo/Inputs/split-dwarf-multiple-cu.o | Bin 0 -> 2992 bytes
test/DebugInfo/llvm-symbolizer.test | 7 +++++++
6 files changed, 23 insertions(+), 13 deletions(-)
create mode 100644 test/DebugInfo/Inputs/split-dwarf-multiple-cu.dwo
create mode 100644 test/DebugInfo/Inputs/split-dwarf-multiple-cu.o
--
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 4991f9f17 [compiler-rt] Change default of allow_user_segv_handler to true
new 0793ce266 Revert "[compiler-rt] Change default of allow_user_segv_handl [...]
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/asan/scripts/asan_device_setup | 5 +++++
lib/asan/tests/asan_test.cc | 21 ++++++++-------------
lib/sanitizer_common/sanitizer_flags.inc | 2 +-
3 files changed, 14 insertions(+), 14 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 e60d79f9d72 Fix breakage after r303461
new 836dd8e1f01 Add functionality to cvtres to parse all entries in res file.
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/Object/Binary.h | 4 +
include/llvm/Object/WindowsResource.h | 82 +++++++++++++++++
include/llvm/Support/BinaryStreamReader.h | 1 -
include/llvm/Support/FileSystem.h | 2 +-
lib/Object/Binary.cpp | 4 +-
lib/Object/CMakeLists.txt | 1 +
lib/Object/WindowsResource.cpp | 92 +++++++++++++++++++
.../Inputs}/cursor_small.bmp | Bin
.../Inputs}/okay_small.bmp | Bin
.../Inputs}/test_resource.rc | 0
.../Inputs}/test_resource.res | Bin
test/tools/llvm-cvtres/resource.test | 7 ++
tools/llvm-cvtres/CMakeLists.txt | 1 +
tools/llvm-cvtres/llvm-cvtres.cpp | 102 ++++++++++++++++++++-
tools/llvm-cvtres/llvm-cvtres.h | 6 ++
15 files changed, 296 insertions(+), 6 deletions(-)
create mode 100644 include/llvm/Object/WindowsResource.h
create mode 100644 lib/Object/WindowsResource.cpp
copy test/tools/{llvm-readobj/Inputs/resources => llvm-cvtres/Inputs}/cursor_small [...]
copy test/tools/{llvm-readobj/Inputs/resources => llvm-cvtres/Inputs}/okay_small.b [...]
copy test/tools/{llvm-readobj/Inputs/resources => llvm-cvtres/Inputs}/test_resourc [...]
copy test/tools/{llvm-readobj/Inputs/resources => llvm-cvtres/Inputs}/test_resourc [...]
create mode 100644 test/tools/llvm-cvtres/resource.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 204f8c0a241 [NewGVN] Create a StoreExpression instead of a VariableExpression.
new e60d79f9d72 Fix breakage after r303461
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/Analysis/TargetLibraryInfo.cpp | 6 +++++-
lib/IR/Verifier.cpp | 3 ---
2 files changed, 5 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 clang.
from 9c391cd466 Revert "CodeGenModule: Always output wchar_size, check LLVM [...]
new f653e666c8 CodeGenModule: Always output wchar_size, check LLVM assumptions.
new c43ddad883 Rename RAII objects for performing eager instantiation to ha [...]
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/clang/Sema/Sema.h | 23 +++++++---
lib/CodeGen/CodeGenModule.cpp | 19 +++++---
lib/Sema/SemaTemplateInstantiateDecl.cpp | 73 ++++++++----------------------
test/CodeGen/wchar-size.c | 8 ++++
test/CodeGenCUDA/flush-denormals.cu | 4 +-
test/CodeGenCXX/strict-vtable-pointers.cpp | 2 +-
6 files changed, 58 insertions(+), 71 deletions(-)
create mode 100644 test/CodeGen/wchar-size.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 master
in repository gcc.
from 96f59f5ab41 Daily bump.
new 9d5e3111a5a 2017-05-19 Eli Zaretskii <eliz(a)gnu.org> * environ.h: Add # [...]
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/ChangeLog | 4 ++++
include/environ.h | 2 ++
2 files changed, 6 insertions(+)
--
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 6ed02973a [compiler-rt] Switch handle_<signal> flags from bool to enum.
new 4991f9f17 [compiler-rt] Change default of allow_user_segv_handler to true
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/asan/scripts/asan_device_setup | 5 -----
lib/asan/tests/asan_test.cc | 21 +++++++++++++--------
lib/sanitizer_common/sanitizer_flags.inc | 2 +-
3 files changed, 14 insertions(+), 14 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 2d9c8197c83 [NewGVN] Get rid of an assertion.
new 204f8c0a241 [NewGVN] Create a StoreExpression instead of a VariableExpression.
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/Transforms/Scalar/NewGVN.cpp | 2 +-
test/Transforms/NewGVN/pr32897.ll | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/NewGVN/pr32897.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 8fc48a3734 Fix valid-for-expr ellipses eaten as invalid decl
new 9c391cd466 Revert "CodeGenModule: Always output wchar_size, check LLVM [...]
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/CodeGen/CodeGenModule.cpp | 19 ++++++-------------
test/CodeGen/wchar-size.c | 8 --------
2 files changed, 6 insertions(+), 21 deletions(-)
delete mode 100644 test/CodeGen/wchar-size.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.