This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 5f20ace Rewrite OutputFormattedHelpText in terms of StringRef.
new 6b8dd65 Convert some Expression parser functions to StringRef.
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/RegularExpression.h | 8 +-
include/lldb/Expression/ExpressionVariable.h | 23 ++-
include/lldb/Expression/LLVMUserExpression.h | 4 +-
include/lldb/Expression/UserExpression.h | 6 +-
include/lldb/Interpreter/Args.h | 5 +-
include/lldb/Symbol/ClangASTContext.h | 2 +-
include/lldb/Symbol/GoASTContext.h | 2 +-
include/lldb/Symbol/TypeSystem.h | 2 +-
include/lldb/Target/Target.h | 4 +-
source/Breakpoint/BreakpointLocation.cpp | 2 +-
source/Breakpoint/Watchpoint.cpp | 2 +-
source/Core/RegularExpression.cpp | 15 +-
source/Expression/LLVMUserExpression.cpp | 7 +-
source/Expression/UserExpression.cpp | 28 ++--
source/Interpreter/Args.cpp | 180 +++++++++++----------
.../ExpressionParser/Clang/ClangUserExpression.cpp | 8 +-
.../ExpressionParser/Clang/ClangUserExpression.h | 4 +-
.../ExpressionParser/Go/GoUserExpression.cpp | 6 +-
.../Plugins/ExpressionParser/Go/GoUserExpression.h | 4 +-
source/Symbol/ClangASTContext.cpp | 4 +-
source/Symbol/GoASTContext.cpp | 6 +-
source/Target/StopInfo.cpp | 11 +-
source/Target/Target.cpp | 20 +--
23 files changed, 176 insertions(+), 177 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 ba37298 Add a missing break statement. NFC.
new ef0facc Bitcode: Split out block info reading into a separate function.
new 8fc9b4d Bitcode: Decouple block info block state from reader.
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:
include/llvm/Bitcode/BitstreamReader.h | 128 +++++++++---------------------
lib/Bitcode/Reader/BitcodeReader.cpp | 22 +++--
lib/Bitcode/Reader/BitstreamReader.cpp | 48 +++++------
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 88 ++++++++++----------
unittests/Bitcode/BitstreamReaderTest.cpp | 35 ++------
5 files changed, 123 insertions(+), 198 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 a462592 Simplify the PrintableRepresentationSpecialCases code; we nev [...]
new 5f20ace Rewrite OutputFormattedHelpText in terms of StringRef.
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/Stream.h | 2 +
include/lldb/Interpreter/CommandInterpreter.h | 25 +++---
source/Core/Stream.cpp | 5 ++
source/Interpreter/CommandInterpreter.cpp | 109 ++++++++++++--------------
4 files changed, 67 insertions(+), 74 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 dad71bd Make a const variable static. NFC.
new 9705417 [PowerPC] Implement remaining vector comparison builtins.
new cf26f42 Bitcode: Decouple block info block state from reader.
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:
.../CodeGen/ObjectFilePCHContainerOperations.h | 6 +-
include/clang/Frontend/PCHContainerOperations.h | 12 ++--
include/clang/Serialization/Module.h | 4 +-
include/clang/Serialization/ModuleManager.h | 2 +-
lib/CodeGen/ObjectFilePCHContainerOperations.cpp | 14 ++--
lib/Frontend/PCHContainerOperations.cpp | 6 +-
lib/Frontend/SerializedDiagnosticReader.cpp | 11 ++--
lib/Headers/altivec.h | 77 +++++++++++++++-------
lib/Serialization/ASTReader.cpp | 23 +++----
lib/Serialization/GlobalModuleIndex.cpp | 9 +--
lib/Serialization/ModuleManager.cpp | 5 +-
test/CodeGen/builtins-ppc-altivec.c | 24 +++++++
test/CodeGen/builtins-ppc-p8vector.c | 5 ++
13 files changed, 121 insertions(+), 77 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 160a270 GlobalISel: improve error diagnostics when IRTranslation fails.
new ba37298 Add a missing break statement. NFC.
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/IR/AutoUpgrade.cpp | 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 clang.
from 71e7eb6 Correctly ignore unnamed bit-fields when checking whether a u [...]
new dad71bd Make a const variable static. NFC.
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/CGBlocks.cpp | 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 libcxx.
from 240b8c8 Protect std::experimental::optional tests under libcpp-no-exceptions
new a43c2e7 [libc++] Remove unnecessary MSVCRT exclusions
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/cmath | 6 ------
include/cstdio | 2 --
include/cwchar | 6 ------
3 files changed, 14 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 lld.
from 860dca4 [ELF] Use the SystemV hash in libObject instead of rolling our own.
new fd9c403 [ELF] Don't leak the ".data" section. Fixes an asan failure.
new 8ba6e5c [LTO] Don't leak BitcodeFiles. Found by the asan bot.
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:
ELF/InputFiles.cpp | 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 test-suite.
from 1238538 cmake: Consistently use "if(" instead of "if ("; NFC
new bd7dec6 After some discussion, having -flto as a default in -Os build [...]
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:
cmake/caches/CodeSize.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.