This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b20a123089a compiler: use macro Unordered_map instead of std::unord [...]
new 13b767f548f PR libstdc++/59253 Improve pretty printers for smart pointers
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:
libstdc++-v3/ChangeLog | 12 ++++++
libstdc++-v3/python/libstdcxx/v6/printers.py | 43 ++++++++++++++++------
.../testsuite/libstdc++-prettyprinters/cxx11.cc | 8 ++--
.../libstdc++-prettyprinters/shared_ptr.cc | 12 +++---
4 files changed, 54 insertions(+), 21 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 5e57c182840 Fix crash when linking metadata with ODR type uniquing
new 55a661586aa [InstCombine] weaken assertions for icmp folds (PR35846)
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/InstCombine/InstCombineCompares.cpp | 14 ++++----------
test/Transforms/InstCombine/assume.ll | 17 +++++++++++++++++
2 files changed, 21 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 llvm.
from 4d8dc918b40 [lit] Implement "-r" option for builtin "diff" command + a [...]
new 5e57c182840 Fix crash when linking metadata with ODR type uniquing
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/Linker/IRMover.cpp | 7 ++-
test/ThinLTO/X86/Inputs/dicompositetype-unique2.ll | 46 +++++++++++++++
test/ThinLTO/X86/dicompositetype-unique2.ll | 69 ++++++++++++++++++++++
3 files changed, 121 insertions(+), 1 deletion(-)
create mode 100644 test/ThinLTO/X86/Inputs/dicompositetype-unique2.ll
create mode 100644 test/ThinLTO/X86/dicompositetype-unique2.ll
--
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 7481a4cf21d [X86] Add a DAG combine to combine (sext (setcc)) with VLX
new 4d8dc918b40 [lit] Implement "-r" option for builtin "diff" command + a [...]
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-cov/multithreaded-report.test | 3 -
utils/lit/lit/TestRunner.py | 123 +++++++++++++++++++--
.../tests/Inputs/shtest-shell/diff-r-error-0.txt | 8 ++
.../tests/Inputs/shtest-shell/diff-r-error-1.txt | 9 ++
.../tests/Inputs/shtest-shell/diff-r-error-2.txt | 7 ++
.../tests/Inputs/shtest-shell/diff-r-error-3.txt | 7 ++
.../tests/Inputs/shtest-shell/diff-r-error-4.txt | 8 ++
.../tests/Inputs/shtest-shell/diff-r-error-5.txt | 8 ++
.../tests/Inputs/shtest-shell/diff-r-error-6.txt | 8 ++
utils/lit/tests/Inputs/shtest-shell/diff-r.txt | 20 ++++
utils/lit/tests/max-failures.py | 2 +-
utils/lit/tests/shtest-shell.py | 57 +++++++++-
12 files changed, 245 insertions(+), 15 deletions(-)
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-0.txt
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-1.txt
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-2.txt
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-3.txt
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-4.txt
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-5.txt
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-6.txt
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r.txt
--
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 21f75f812f8 Test commit
new 3db29f781f0 [lli] Make lli support -mcpu=native for CPU autodetection
new 7481a4cf21d [X86] Add a DAG combine to combine (sext (setcc)) with VLX
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/CodeGen/CommandFlags.def | 20 +++++
lib/Target/X86/X86ISelLowering.cpp | 42 ++++++++++
test/CodeGen/X86/avx-schedule.ll | 16 ++--
test/CodeGen/X86/avx2-schedule.ll | 48 ++++-------
test/CodeGen/X86/avx512-vec-cmp.ll | 23 ++----
test/CodeGen/X86/avx512-vec3-crash.ll | 5 +-
test/CodeGen/X86/commute-fcmp.ll | 128 ++++++++----------------------
test/CodeGen/X86/sse41-schedule.ll | 6 +-
test/CodeGen/X86/sse42-schedule.ll | 6 +-
test/CodeGen/X86/vector-compare-all_of.ll | 52 ++++--------
test/CodeGen/X86/vector-compare-any_of.ll | 52 ++++--------
test/CodeGen/X86/vselect-packss.ll | 35 ++------
tools/lli/lli.cpp | 4 +-
13 files changed, 171 insertions(+), 266 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 91d8b67066 [Arm] Add CSDB instruction
new 74ccf6db11 Add explicit shared check to eh-frame-hdr 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:
ld/ChangeLog | 8 ++++++++
ld/testsuite/ld-elf/eh-frame-hdr.d | 4 +---
ld/testsuite/lib/ld-lib.exp | 18 +++++++++++++++++-
3 files changed, 26 insertions(+), 4 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 ff58e7c6d9b [TargetParser] Add missing armv8l ARMv8 variant.
new 21f75f812f8 Test commit
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/DiagnosticInfo.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 llvm.
from 2cba0cc3859 [CodeGen] Don't print "pred:" and "opt:" in -debug output
new ff58e7c6d9b [TargetParser] Add missing armv8l ARMv8 variant.
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/Support/TargetParser.cpp | 2 +-
unittests/Support/TargetParserTest.cpp | 35 +++++++++++++++++-----------------
2 files changed, 19 insertions(+), 18 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 74e1b78a9dc [Support] Use realpath(3) instead of trying to open a file.
new 2cba0cc3859 [CodeGen] Don't print "pred:" and "opt:" in -debug output
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/AggressiveAntiDepBreaker.cpp | 8 ++++----
lib/CodeGen/CriticalAntiDepBreaker.cpp | 8 ++++----
lib/CodeGen/MachineInstr.cpp | 8 +-------
lib/Target/ARM/ARMBaseInstrInfo.cpp | 6 +++---
test/CodeGen/ARM/2011-11-14-EarlyClobber.ll | 2 +-
.../ARM/2014-01-09-pseudo_expand_implicit_reg.ll | 4 ++--
test/CodeGen/ARM/Windows/vla-cpsr.ll | 2 +-
test/CodeGen/ARM/misched-int-basic-thumb2.mir | 22 +++++++++++-----------
test/CodeGen/ARM/misched-int-basic.mir | 14 +++++++-------
test/CodeGen/ARM/single-issue-r52.mir | 6 +++---
test/CodeGen/ARM/subreg-remat.ll | 4 ++--
test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll | 4 ++--
12 files changed, 41 insertions(+), 47 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-tools-extra.
from 08a12b35 [clangd] Use ToolExecutor to write the global-symbol-builder tool.
new 6c32fe04 [clangd] Add more symbol information for code completion.
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/ClangdUnit.cpp | 4 ++
clangd/ClangdUnit.h | 1 +
clangd/CodeComplete.cpp | 9 +++--
clangd/index/FileIndex.cpp | 5 ++-
clangd/index/Index.cpp | 17 ++++++++
clangd/index/Index.h | 32 ++++++++++++++-
clangd/index/SymbolCollector.cpp | 42 ++++++++++++++++++--
clangd/index/SymbolCollector.h | 13 ++++++-
clangd/index/SymbolYAML.cpp | 40 ++++++++++++++++---
unittests/clangd/CodeCompleteTests.cpp | 15 +++++--
unittests/clangd/SymbolCollectorTests.cpp | 65 ++++++++++++++++++++++++++++---
11 files changed, 220 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.