This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4486f76832 NFC: deduplicate isRepeatedBytePattern from clang to LLVM's [...]
new 8e012d4f96 [AST][NFC] DeclarationName.h : add missing parentheses to si [...]
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/AST/DeclarationName.h | 10 +++++-----
1 file changed, 5 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 linux.
from 211b100a5ced Merge tag 'for-linus-20180920' of git://git.kernel.dk/linux-block
new 37f31b6ca431 ubifs: Check for name being NULL while mounting
new d3bdc016c598 ubifs: drop false positive assertion
new f061c1cc404a Revert "ubifs: xattr: Don't operate on deleted inodes"
new 0eba8697bce1 Merge tag 'upstream-4.19-rc4' of git://git.infradead.org/l [...]
The 4 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:
fs/ubifs/super.c | 7 ++++++-
fs/ubifs/xattr.c | 24 ------------------------
2 files changed, 6 insertions(+), 25 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 cde569a876 [AST][NFC] Remove a superfluous enum in ObjCMethodDeclBitfie [...]
new 4486f76832 NFC: deduplicate isRepeatedBytePattern from clang to LLVM's [...]
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/CGDecl.cpp | 114 ++++++-------------------------------------------
1 file changed, 13 insertions(+), 101 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 binutils-gdb.
from 0192e8aeeb Correct ChangeLog entry for commit b8426d169d3f8a
new 4daf19021f Remove redundant test in update_inserted_breakpoint_locations
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 | 5 +++++
gdb/breakpoint.c | 2 +-
2 files changed, 6 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 lldb.
from 22dd1008e Skip test if gcc version is less than 7.1 since it doesn't su [...]
new 29e1c0b0b Add dependency on llc required by find-variable-dwo 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:
lit/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 3eeca5088 [lldbtest] Fix self.filecheck check file lookup
new 22dd1008e Skip test if gcc version is less than 7.1 since it doesn't su [...]
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:
.../breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py | 4 ++++
1 file changed, 4 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 clang.
from 47ffcfa5ce [AST] Various optimizations + refactoring in DeclarationName(Table)
new cde569a876 [AST][NFC] Remove a superfluous enum in ObjCMethodDeclBitfie [...]
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/AST/DeclBase.h | 8 +-------
1 file changed, 1 insertion(+), 7 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 b31a08af584 Account for TARGET_VXWORKS64 in default SIZE/PTRDIFF_TYPE f [...]
new 540449fba51 Leverage STARTFILE_PREFIX_SPEC for VxWorks7
new ee4cdecb132 Cleanup handling of libgcc and libc_internal for VxWorks
new 9bfa937ceec Leverage cacheTextUpdate for __clear_cache on VxWorks
new 85f370fe2a4 config.gcc: factorize and comment inclusion of vxworks-dummy.h
The 4 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/ChangeLog | 19 ++++++++++++++++++
gcc/config.gcc | 24 ++++++++++++++---------
gcc/config/vxworks.h | 33 +++++++++++++++++---------------
libgcc/ChangeLog | 8 ++++++++
libgcc/config/t-vxworks | 5 +++++
libgcc/config/t-vxworks7 | 5 +++++
libgcc/config/{sol2/crtp.c => vxcache.c} | 16 +++++++++-------
7 files changed, 79 insertions(+), 31 deletions(-)
copy libgcc/config/{sol2/crtp.c => vxcache.c} (71%)
--
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-tools-extra.
from 0840364b [Clang-tidy] Alphabetical sort of files/checks. Add space aft [...]
new 71581471 [clangd] Remember to serialize symbol origin in YAML.
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:
clangd/index/SymbolYAML.cpp | 15 +++++++++++++++
unittests/clangd/SerializationTests.cpp | 3 +++
2 files changed, 18 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 gcc.
from 181511af561 Introduce TARGET_VXWORKS64 for VxWorks 64bit ports
new b31a08af584 Account for TARGET_VXWORKS64 in default SIZE/PTRDIFF_TYPE f [...]
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/ChangeLog | 5 +++++
gcc/config/vxworks.h | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.