This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d40b2ddde67 [DWARF] Minor coding style modifications, no functionality change.
new 4d4fb1daf4d Removal of accidental duplication in test assembly file. 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:
test/DebugInfo/Inputs/dwarfdump-str-offsets.s | 250 --------------------------
1 file changed, 250 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 ff3e8e2cee5 IR: Tweak the API around adding modules to the summary index.
new 4cbdf0eab21 Fixing section name for Darwin platforms for sanitizer coverage
new d40b2ddde67 [DWARF] Minor coding style modifications, no functionality change.
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/DebugInfo/DWARF/DWARFVerifier.h | 14 +++++++-------
lib/Fuzzer/test/CMakeLists.txt | 2 +-
lib/Transforms/Instrumentation/SanitizerCoverage.cpp | 2 +-
.../SanitizerCoverage/inline-8bit-counters.ll | 2 +-
4 files changed, 10 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 gcc.
from 77ec2381f10 MIPS16/GCC: Emit bounds checking as RTL in `casesi'
new 70963bc983a compiler: avoid crash on erroneous type
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 16 +++++++++++-----
2 files changed, 12 insertions(+), 6 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 3dd3c3121 Remove lld toStringRef function.
new 3a40d9576 Inline a small function. 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:
COFF/Driver.cpp | 6 +-----
1 file changed, 1 insertion(+), 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 gcc.
from 38c23f01281 Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0
new 77ec2381f10 MIPS16/GCC: Emit bounds checking as RTL in `casesi'
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 | 6 +++
gcc/config/mips/mips.md | 58 +++++++++++----------------
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gcc.target/mips/data-sym-jump.c | 4 +-
gcc/testsuite/gcc.target/mips/pr51513-1.c | 48 ++++++++++++++++++++++
gcc/testsuite/gcc.target/mips/pr51513-2.c | 56 ++++++++++++++++++++++++++
6 files changed, 141 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/mips/pr51513-1.c
create mode 100644 gcc/testsuite/gcc.target/mips/pr51513-2.c
--
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 405af58e6 Rework some metaprogramming to use the detection idiom; no fu [...]
new aa356d6b8 [locale] Avoid copy of __atoms when char_type is char
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:
benchmarks/stringstream.bench.cpp | 38 +++++++++++++++++++++
include/__config | 3 ++
include/locale | 72 +++++++++++++++++++++++++++++++++++----
3 files changed, 107 insertions(+), 6 deletions(-)
create mode 100644 benchmarks/stringstream.bench.cpp
--
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 90704ecd [clangd] Add a filename parameter to FileSystemProvider.
new eb6a951a Update callbacks tracker to match change in 305425
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:
pp-trace/PPCallbacksTracker.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 lldb.
from 92acfc9d6 [LLDB][MIPS] Skip TestGdbRemoteSingleStep and TestGdbRemote_v [...]
new 846db45c8 [testsuite] xfailed two tests that depend on NSString conform [...]
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:
.../lldbsuite/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.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 232b72db82 AST: Add missing break at end of switch
new bdfd67ac5a [Preprocessor]Correct Macro-Arg allocation of StringifiedArg [...]
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/Lex/MacroArgs.h | 16 +++++-----
lib/Lex/MacroArgs.cpp | 20 ++++++------
unittests/Lex/LexerTest.cpp | 71 +++++++++++++++++++++++++++++++++++++------
3 files changed, 81 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 be884e24412 [ADT] Partial re-commit of r303383. Fix some Clang-tidy mod [...]
new 458f91302fe Don't include TestingSupport in LLVM_LINK_COMPONENTS.
new ff3e8e2cee5 IR: Tweak the API around adding modules to the summary index.
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/IR/ModuleSummaryIndex.h | 15 +++++++--------
lib/Bitcode/Reader/BitcodeReader.cpp | 30 ++++++++++++++---------------
unittests/DebugInfo/CodeView/CMakeLists.txt | 3 ++-
unittests/DebugInfo/PDB/CMakeLists.txt | 3 ++-
unittests/Support/CMakeLists.txt | 3 +--
5 files changed, 27 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.