This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from fc474757d Support using MinGW POSIX threads on Windows
new ff17452d7 Rename Appveyor install helper script.
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:
install-appveyor-reqs.cmd => appveyor-reqs-install.cmd | 0
appveyor.yml | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename install-appveyor-reqs.cmd => appveyor-reqs-install.cmd (100%)
--
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 23f58ce5d2 When instantiating a friend function template, don't forget [...]
new 327d010bc8 When we see a '<' operator, check whether it's a probable ty [...]
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/Basic/DiagnosticSemaKinds.td | 9 +++
include/clang/Parse/Parser.h | 2 +
include/clang/Sema/Sema.h | 17 +++++
lib/Parse/ParseExpr.cpp | 34 ++++++++++
lib/Sema/SemaTemplate.cpp | 79 ++++++++++++++++++++++
.../SemaCXX/cxx1y-variable-templates_top_level.cpp | 7 +-
test/SemaTemplate/typo-template-name.cpp | 43 ++++++++++++
7 files changed, 187 insertions(+), 4 deletions(-)
create mode 100644 test/SemaTemplate/typo-template-name.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 libcxx.
from 4680f0c7e Improve how LIT reports the added environment variables
new 85fc444fc Add MinGW64 builder to Appveyor.
new 9d987bafc attempt to fix appveyor syntax error
new fc474757d Support using MinGW POSIX threads on Windows
The 3 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:
appveyor.yml | 20 +++++++++++++++-----
include/__config | 3 ++-
install-appveyor-reqs.cmd | 12 +++++++++---
3 files changed, 26 insertions(+), 9 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 6eee9bcc6 Add memory ORIGIN and LENGTH expression support
new b640a3f1e [Core] Make parallel algorithms match C++ Parallelism TS.
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/ICF.cpp | 2 +-
COFF/MapFile.cpp | 2 +-
COFF/Writer.cpp | 14 ++--
ELF/Threads.h | 14 ++--
include/lld/Core/Parallel.h | 147 ++++++++++++++++++++++------------
lib/ReaderWriter/MachO/LayoutPass.cpp | 8 +-
unittests/CoreTests/ParallelTest.cpp | 4 +-
7 files changed, 115 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 d5c43cc5c92 [CodeGen] Don't require AA in SDAGISel at -O0.
new bf31cb7a60d [CodeGen] Don't require AA in TwoAddress at -O0.
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/TwoAddressInstructionPass.cpp | 7 +++++--
test/CodeGen/X86/O0-pipeline.ll | 3 ---
2 files 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 llvm.
from bde17ff28a2 [WebAssembly] Fix build error in wasm YAML code
new 5de619e49ad [CodeGen] Add an -O0 backend pipeline test. NFC.
new 756714d0def [CodeGen] Split SafeStack into a LegacyPass and a utility. NFC.
new 294ef0b8d64 [CodeGen] Compute DT/LI lazily in SafeStackLegacyPass. NFC.
new d5c43cc5c92 [CodeGen] Don't require AA in SDAGISel at -O0.
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:
include/llvm/CodeGen/SelectionDAG.h | 2 +-
include/llvm/InitializePasses.h | 2 +-
lib/CodeGen/CodeGen.cpp | 2 +-
lib/CodeGen/SafeStack.cpp | 172 +++++++++++++----------
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 18 +--
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 16 +--
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 4 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 26 ++--
test/CodeGen/X86/O0-pipeline.ll | 68 +++++++++
test/CodeGen/X86/pr32284.ll | 71 +++++-----
tools/opt/opt.cpp | 2 +-
11 files changed, 244 insertions(+), 139 deletions(-)
create mode 100644 test/CodeGen/X86/O0-pipeline.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 libcxx.
from f715326aa Attempt to unbreak Libc++ test configuration
new 4680f0c7e Improve how LIT reports the added environment variables
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:
utils/libcxx/test/config.py | 6 +++++-
1 file changed, 5 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 llvm.
from 65e284ec3b3 [WebAssembly] Improve libObject support for wasm imports an [...]
new 4daaa86b34b [InstCombine] add helper function for add X, C folds; NFCI
new bde17ff28a2 [WebAssembly] Fix build error in wasm YAML 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:
include/llvm/ObjectYAML/WasmYAML.h | 4 +-
lib/ObjectYAML/WasmYAML.cpp | 6 +-
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 79 ++++++++++++++----------
tools/obj2yaml/wasm2yaml.cpp | 6 +-
tools/yaml2obj/yaml2wasm.cpp | 8 +--
5 files changed, 57 insertions(+), 46 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 glibc.
from d08a482bc2 Remove MIPS32 accept4, recvmmsg, sendmmsg implementations.
new 8fa11673d6 Fix rawmemchr build with GCC 8.
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:
ChangeLog | 6 ++++++
string/rawmemchr.c | 8 ++++++++
2 files changed, 14 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 d9b4d2283a [ubsan] Mark overflow checks with !nosanitize
new 23f58ce5d2 When instantiating a friend function template, don't forget [...]
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/Sema/SemaTemplateInstantiateDecl.cpp | 13 +++++++++++++
test/SemaTemplate/default-arguments.cpp | 16 ++++++++++++++++
2 files changed, 29 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.