This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 7d612c7 Make CommandReturnObject methods accept StringRefs.
new bc767b3 Make DiagnosticsManager functions take StringRefs.
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/Expression/DiagnosticManager.h | 19 +++++++------
source/Expression/DiagnosticManager.cpp | 12 ++++-----
source/Expression/FunctionCaller.cpp | 11 ++++----
source/Expression/LLVMUserExpression.cpp | 14 +++++-----
.../Clang/ClangExpressionParser.cpp | 4 +--
.../ExpressionParser/Clang/ClangFunctionCaller.cpp | 4 +--
.../ExpressionParser/Clang/ClangUserExpression.cpp | 28 +++++++++----------
.../Clang/ClangUtilityFunction.cpp | 17 ++++++------
.../ExpressionParser/Go/GoUserExpression.cpp | 12 ++++-----
source/Target/Process.cpp | 31 +++++++++++-----------
10 files changed, 76 insertions(+), 76 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 98825db llvm-strings: trivialise logic until we support more options
new 763a1ec test: explicitly use gnu format
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/tools/llvm-strings/nested-archives.test | 4 ++--
1 file changed, 2 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 gcc.
from 53f6e6c rs6000: Don't forget to initialize the TOC (PR77957)
new 819e509 * es.po: Update.
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/po/ChangeLog | 4 +
gcc/po/es.po | 765 +++++++++++++++----------------------------------------
2 files changed, 210 insertions(+), 559 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 gcc-6-branch
in repository gcc.
from d30aa67 Daily bump.
new 1a2718b * es.po: Update.
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/po/ChangeLog | 4 +
gcc/po/es.po | 765 +++++++++++++++----------------------------------------
2 files changed, 210 insertions(+), 559 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 a388802 Make ValueObjectMemory::Create accept StringRefs.
new 7d612c7 Make CommandReturnObject methods accept StringRefs.
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/Interpreter/CommandReturnObject.h | 12 +++----
source/Interpreter/CommandReturnObject.cpp | 43 ++++++++++++++------------
2 files changed, 29 insertions(+), 26 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 7aa2751 [AVX-512] Remove the remaining masked shift by immediate or b [...]
new 98825db llvm-strings: trivialise logic until we support more options
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/tools/llvm-strings/nested-archives.test | 13 +++++
tools/llvm-strings/llvm-strings.cpp | 76 ++++------------------------
2 files changed, 23 insertions(+), 66 deletions(-)
create mode 100644 test/tools/llvm-strings/nested-archives.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 lldb.
from eb9e2e2 Make Options::SetOptionValue take a StringRef.
new a388802 Make ValueObjectMemory::Create accept StringRefs.
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/ValueObjectMemory.h | 10 ++++++----
source/Breakpoint/Watchpoint.cpp | 6 +++---
source/Commands/CommandObjectMemory.cpp | 2 +-
source/Core/ValueObjectMemory.cpp | 10 ++++++----
source/Target/StackFrame.cpp | 2 +-
5 files changed, 17 insertions(+), 13 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 fd34282 [Support] Add StringRef::find_lower and contains_lower.
new 7aa2751 [AVX-512] Remove the remaining masked shift by immediate or b [...]
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/IR/IntrinsicsX86.td | 65 ---------
lib/IR/AutoUpgrade.cpp | 139 ++++++++++--------
lib/Target/X86/X86IntrinsicsInfo.h | 22 ---
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 119 ++++++++++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 120 ----------------
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 180 ++++++++++++++++++++++++
test/CodeGen/X86/avx512bw-intrinsics.ll | 180 ------------------------
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 80 +++++++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 84 +----------
9 files changed, 465 insertions(+), 524 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 6cb2202 sim: mips: add PR info to ChangeLog
new d93f4d9 Use std::string in rust_get_disr_info
new 8001f11 Remove some cleanups from the rust code
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:
gdb/ChangeLog | 13 ++++++++
gdb/rust-exp.y | 94 ++++++++++++++++++++++-----------------------------------
gdb/rust-lang.c | 10 +++---
3 files changed, 53 insertions(+), 64 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 4e9c4a8 [OCaml] Clear cross-target test deps when building out-of-tree
new fd34282 [Support] Add StringRef::find_lower and contains_lower.
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/ADT/StringRef.h | 36 +++++++++++++++++++
lib/Support/StringRef.cpp | 39 +++++++++++++++++++++
unittests/ADT/StringRefTest.cpp | 76 +++++++++++++++++++++++++++++++++--------
3 files changed, 136 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.