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 f73842f Close gdbserver in mi_gdb_exit
new 27b5c3d 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-7.12-branch
in repository binutils-gdb.
from 96825e8 Automatic date update in version.in
new 1cf6bec 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_27-branch
in repository binutils-gdb.
from 61d3dda Automatic date update in version.in
new 3047961 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 lldb.
from 066a361 Add the ability to deserialize only breakpoints matching a gi [...]
new 8cf5e69 Add the ability to append breakpoints to the save 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/lldb/API/SBTarget.h | 8 ++-
include/lldb/Target/Target.h | 2 +-
.../serialize/TestBreakpointSerialization.py | 60 ++++++++++++++++++++--
scripts/interface/SBTarget.i | 9 +++-
source/API/SBTarget.cpp | 7 +--
source/Commands/CommandObjectBreakpoint.cpp | 11 +++-
source/Target/Target.cpp | 32 ++++++++++--
7 files changed, 113 insertions(+), 16 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 38d30e5 [InstCombine] fold X urem C -> X < C ? X : X - C when C is bi [...]
new 43896df [libFuzzer] simplify the crash minimizer; split MaxLen into t [...]
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/Fuzzer/FuzzerDriver.cpp | 14 +++++---------
lib/Fuzzer/FuzzerInternal.h | 8 ++++++--
lib/Fuzzer/FuzzerLoop.cpp | 43 +++++++++++++++++++++++++------------------
3 files changed, 36 insertions(+), 29 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 zorg.
from df64e35 [Zorg] Fix accidental double-quotes on ARM bot
new 93aeb54 Changed MailNotifiers for myself.
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:
buildbot/osuosl/master/config/status.py | 14 +++++++++++++-
1 file changed, 13 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 llvm.
from f35fea1 [AsmParser] Remove unused partial template specialization.
new 38d30e5 [InstCombine] fold X urem C -> X < C ? X : X - C when C is bi [...]
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/InstCombine/InstCombineMulDivRem.cpp | 8 ++++++++
test/Transforms/InstCombine/urem.ll | 14 +++++++++++---
2 files changed, 19 insertions(+), 3 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 zorg.
from a9f9b47 [Zorg] Force -marm/-mthumb on ARM buildbots
new df64e35 [Zorg] Fix accidental double-quotes on ARM bot
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:
buildbot/osuosl/master/config/builders.py | 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 lldb.
from 343f44b Serilize the thread options within the breakpoint options.
new 066a361 Add the ability to deserialize only breakpoints matching a gi [...]
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/lldb/API/SBTarget.h | 59 ++++++++++++++++++--
include/lldb/Breakpoint/Breakpoint.h | 4 ++
include/lldb/Target/Target.h | 4 ++
.../serialize/TestBreakpointSerialization.py | 35 +++++++++++-
scripts/interface/SBTarget.i | 63 ++++++++++++++++++++++
source/API/SBTarget.cpp | 16 +++++-
source/Breakpoint/Breakpoint.cpp | 35 ++++++++++++
source/Commands/CommandObjectBreakpoint.cpp | 43 +++++++++++++--
source/Target/Target.cpp | 13 +++++
9 files changed, 262 insertions(+), 10 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 c2ac1a7 [utils] Teach the code coverage prep script about --restrict
new f35fea1 [AsmParser] Remove unused partial template specialization.
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/AsmParser/LLParser.cpp | 10 ----------
1 file changed, 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.