This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 8fe453a [lit] Allow more file extensions for test cases.
new 7d06a50 Mark a couple issues as done (2742 and 2760)
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:
www/upcoming_meeting.html | 8 ++++----
1 file changed, 4 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 7b05e5c [x86, SSE/AVX] allow 128/256-bit lowering for copysign vector [...]
new d1ed87a [RDF] Replace RegisterAliasInfo with target-independent code [...]
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/Target/Hexagon/CMakeLists.txt | 1 -
lib/Target/Hexagon/HexagonOptAddrMode.cpp | 5 +-
lib/Target/Hexagon/HexagonRDF.cpp | 64 -----
lib/Target/Hexagon/HexagonRDF.h | 30 --
lib/Target/Hexagon/HexagonRDFOpt.cpp | 4 +-
lib/Target/Hexagon/RDFCopy.cpp | 4 +-
lib/Target/Hexagon/RDFGraph.cpp | 445 ++++++++++++++++--------------
lib/Target/Hexagon/RDFGraph.h | 142 +++++-----
lib/Target/Hexagon/RDFLiveness.cpp | 84 +++---
lib/Target/Hexagon/RDFLiveness.h | 20 +-
10 files changed, 369 insertions(+), 430 deletions(-)
delete mode 100644 lib/Target/Hexagon/HexagonRDF.cpp
delete mode 100644 lib/Target/Hexagon/HexagonRDF.h
--
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 1c486c5 * configure.ac (strict_warn): Merge -Wmissing-format-attribu [...]
new 06b286c Define std::gcd and std::lcm for C++17
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/doc/html/manual/status.html | 4 +-
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 3 +-
libstdc++-v3/include/experimental/numeric | 28 ++------
libstdc++-v3/include/std/numeric | 79 ++++++++++++++++++++++
.../numeric/lcm.cc => 26_numerics/gcd/1.cc} | 16 ++++-
.../numeric/gcd.cc => 26_numerics/lcm/1.cc} | 16 ++++-
libstdc++-v3/testsuite/experimental/numeric/gcd.cc | 19 +++---
libstdc++-v3/testsuite/experimental/numeric/lcm.cc | 19 +++---
9 files changed, 143 insertions(+), 53 deletions(-)
copy libstdc++-v3/testsuite/{experimental/numeric/lcm.cc => 26_numerics/gcd/1.cc} (76%)
copy libstdc++-v3/testsuite/{experimental/numeric/gcd.cc => 26_numerics/lcm/1.cc} (73%)
--
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 b3fa842 [ARC] Ignore qualifiers in copy-restore expressions
new 534b637 [CUDA] Disallow overloading destructors.
new 6c013d6 [CUDA] Clean up some comments in Sema::IsOverload. NFC
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:
lib/Sema/SemaOverload.cpp | 19 +++++++++++------
test/CodeGenCUDA/function-overload.cu | 8 -------
test/SemaCUDA/call-overloaded-destructor.cu | 17 ---------------
test/SemaCUDA/function-overload.cu | 33 -----------------------------
test/SemaCUDA/no-destructor-overload.cu | 33 +++++++++++++++++++++++++++++
5 files changed, 45 insertions(+), 65 deletions(-)
delete mode 100644 test/SemaCUDA/call-overloaded-destructor.cu
create mode 100644 test/SemaCUDA/no-destructor-overload.cu
--
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 da49ba4 Don't drop the llvm. prefix when renaming.
new 7b05e5c [x86, SSE/AVX] allow 128/256-bit lowering for copysign vector [...]
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/Target/X86/X86ISelLowering.cpp | 44 ++--
test/Analysis/CostModel/X86/arith-fp.ll | 56 ++---
test/CodeGen/X86/vec-copysign.ll | 335 ++++++++-----------------
test/Transforms/SLPVectorizer/X86/fcopysign.ll | 276 ++++++++------------
4 files changed, 260 insertions(+), 451 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 097e033 fix formatting; NFC
new da49ba4 Don't drop the llvm. prefix when renaming.
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 | 30 +++++++++++++++--------------
test/LTO/Resolution/X86/Inputs/intrinsic.ll | 4 ++++
test/LTO/Resolution/X86/intrinsic.ll | 8 ++++++++
3 files changed, 28 insertions(+), 14 deletions(-)
create mode 100644 test/LTO/Resolution/X86/Inputs/intrinsic.ll
create mode 100644 test/LTO/Resolution/X86/intrinsic.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 83050e5 Change titie of page from Oulu to Issaquah
new 8fe453a [lit] Allow more file extensions for test cases.
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/libcxx/test/format.py | 4 +++-
1 file changed, 3 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 gcc.
from 7a3e391 Fix libstdc++ versioned namespace build
new 1c486c5 * configure.ac (strict_warn): Merge -Wmissing-format-attribu [...]
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/configure | 62 +++-----------------------------------------------------
gcc/configure.ac | 8 ++++----
3 files changed, 13 insertions(+), 63 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 8e9bb60 [OpenCL] Fix bug in __builtin_astype causing invalid LLVM cas [...]
new b3fa842 [ARC] Ignore qualifiers in copy-restore expressions
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/CGCall.cpp | 2 +-
test/CodeGenObjC/unqual-copy-restore.m | 14 ++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGenObjC/unqual-copy-restore.m
--
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 3e3a0a0 Prevent out of order HashDirective lexing in AsmLexer.
new 097e033 fix formatting; 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/SelectionDAG/DAGCombiner.cpp | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.