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 450629c8d5 Automatic date update in version.in
new 4c971803c4 [MIPS] Add myself as a MIPS port maintainer.
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:
binutils/ChangeLog | 4 ++++
binutils/MAINTAINERS | 1 +
2 files changed, 5 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 llvm.
from 3972070749f [SimplifyCFG] Fix a cost modeling oversight in branch commoning
new a166c354553 [SimplifyCFG] Rename a variable for readibility of a future [...]
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/Utils/SimplifyCFG.cpp | 17 +++++++++--------
1 file changed, 9 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 compiler-rt.
from 07eac276d [hwasan] remove even more stale code
new 2b0f211fd [hwasan] add basic ThreadRegistry plumbing, also rename Hwasa [...]
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/hwasan/hwasan.cc | 13 +++++-----
lib/hwasan/hwasan_allocator.cc | 4 +--
lib/hwasan/hwasan_interceptors.cc | 10 ++++----
lib/hwasan/hwasan_linux.cc | 20 +++++++--------
lib/hwasan/hwasan_report.cc | 6 +++--
lib/hwasan/hwasan_thread.cc | 52 +++++++++++++++++++++++++++++++--------
lib/hwasan/hwasan_thread.h | 42 +++++++++++++++++++++++++++----
7 files changed, 107 insertions(+), 40 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 gcc.
from 2a0aa722346 gcc: 2018-08-22 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new da2ef3e1033 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-8-branch
in repository gcc.
from fa3d23ddaba [AArch64, Falkor] Switch to using Falkor-specific vector costs.
new e07b97e6952 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 21951f6dea9 Daily bump.
new 1ceffe2da7e 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 954e63e0e9c Daily bump.
new d367577fd11 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 llvm.
from 6568fb5f19a [MS Demangler] Fix several crashes and demangling bugs.
new 3972070749f [SimplifyCFG] Fix a cost modeling oversight in branch commoning
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/Utils/SimplifyCFG.cpp | 10 ++++-
.../SimplifyCFG/branch-fold-threshold.ll | 52 ++++++++++++++++++++++
2 files changed, 60 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 lldb.
from 4170648de Refactor BreakpointResolver::SetSCMatchesByLine() to make it [...]
new f4452ce11 Move the column marking functionality to the Highlighter framework
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/Core/Debugger.h | 4 +-
include/lldb/Core/Highlighter.h | 19 +++-
include/lldb/Core/SourceManager.h | 2 +-
.../test/source-manager/TestSourceManager.py | 5 +-
source/Core/Debugger.cpp | 19 ++--
source/Core/Highlighter.cpp | 32 +++++--
source/Core/SourceManager.cpp | 95 ++++++--------------
.../Language/ClangCommon/ClangHighlighter.cpp | 16 +++-
.../Language/ClangCommon/ClangHighlighter.h | 1 +
.../Language/Highlighting/HighlighterTest.cpp | 100 +++++++++++++++++++--
10 files changed, 188 insertions(+), 105 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 bd078dd963 [analyzer] Document that pointer arithmetic is not represent [...]
new 8d011e6b9a [AttrDocs] Fix build bots: add missing GNUInline pragma to 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:
test/Misc/pragma-attribute-supported-attributes-list.test | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.