This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from 927ec814560 PR tree-optimization/86914 - wrong code with strlen() of po [...]
new 722352d5f4b Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 503156d54a0 Daily bump.
new 21951f6dea9 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 2f24346d6c7 Daily bump.
new 954e63e0e9c Daily bump.
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/DATESTAMP | 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 binutils-gdb.
from ad202fcc22 Get rid of -Wodr warning (PR build/23399)
new 160fc977b6 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 gdb-8.2-branch
in repository binutils-gdb.
from 145a1cb045 Modify gdb.base/commands.exp to test multi breakpoints comma [...]
new b967ff1567 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_31-branch
in repository binutils-gdb.
from e51abf7e34 Automatic date update in version.in
new 66e23f5ea5 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 compiler-rt.
from cbe0dd812 Add a RingBuffer class to sanitizer_common
new 50d3ed579 [sanitizer] fix a test
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:
.../tests/sanitizer_ring_buffer_test.cc | 39 +++++++++++-----------
1 file changed, 20 insertions(+), 19 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 8e9f390e5 Allow IRInterpreter to deal with non-power-of-2 sized types t [...]
new 89af6b70e [LLDB] Fix script to work with GNU sed
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:
scripts/framework-header-fix.sh | 11 ++++++-----
1 file changed, 6 insertions(+), 5 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 dfdafdfd4 Revert "[libFuzzer] Port to Windows"
new cbe0dd812 Add a RingBuffer class to sanitizer_common
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/sanitizer_common/CMakeLists.txt | 1 +
lib/sanitizer_common/sanitizer_ring_buffer.h | 80 +++++++++++++++++++++
lib/sanitizer_common/tests/CMakeLists.txt | 1 +
.../tests/sanitizer_ring_buffer_test.cc | 83 ++++++++++++++++++++++
4 files changed, 165 insertions(+)
create mode 100644 lib/sanitizer_common/sanitizer_ring_buffer.h
create mode 100644 lib/sanitizer_common/tests/sanitizer_ring_buffer_test.cc
--
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 b9ba94c02a2 [QTOOL-37352] Consider isLegalAddressingImm in Constant Hoisting
new aea52742efe [codeview] Clean up machinery for deferring .cv_loc emission
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/MC/MCCodeView.h | 70 +++++++++-------------------------
include/llvm/MC/MCContext.h | 4 --
include/llvm/MC/MCStreamer.h | 3 ++
lib/MC/MCAsmStreamer.cpp | 17 +++------
lib/MC/MCCodeView.cpp | 67 ++++++++++++--------------------
lib/MC/MCContext.cpp | 5 ---
lib/MC/MCObjectStreamer.cpp | 20 +++++-----
lib/MC/MCStreamer.cpp | 20 ++++++----
test/DebugInfo/COFF/asm.ll | 4 +-
test/DebugInfo/COFF/inlining-header.ll | 2 +-
test/DebugInfo/COFF/inlining.ll | 2 +-
test/DebugInfo/COFF/local-variables.ll | 2 +-
test/DebugInfo/COFF/multifile.ll | 4 +-
test/DebugInfo/COFF/multifunction.ll | 4 +-
test/DebugInfo/COFF/simple.ll | 4 +-
15 files changed, 84 insertions(+), 144 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.