This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e66ad1c [ADT] Zip range adapter
new 8ddbe89 Add a macro for prefetching data.
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/llvm/Support/Compiler.h | 6 ++++++
1 file changed, 6 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 gcc.
from b40f685 Fix incorrect comment about std::auto_ptr
new c93273d Fix copy&paste error in __gnu_debug::vector
new 0d05daf * gcc.dg/Walloca-1.c: Adjust test for !lp64 targets. * gcc. [...]
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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/Walloca-1.c | 3 ++-
gcc/testsuite/gcc.dg/Walloca-2.c | 11 ++++++++---
libstdc++-v3/ChangeLog | 3 +++
libstdc++-v3/include/debug/vector | 2 +-
5 files changed, 19 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 gcc.
from f1c13c2 2016-10-19 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new b40f685 Fix incorrect comment about std::auto_ptr
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 | 5 +++++
libstdc++-v3/include/backward/auto_ptr.h | 8 ++++++--
libstdc++-v3/testsuite/20_util/auto_ptr/assign_neg.cc | 3 ---
3 files changed, 11 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 4c50ebb [llvm-cov] Don't spawn a thread unless ThreadCount > 1
new e66ad1c [ADT] Zip range adapter
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/llvm/ADT/STLExtras.h | 89 ++++++++++++++++++++++++++++++++++++++++++
unittests/ADT/IteratorTest.cpp | 63 ++++++++++++++++++++++++++++++
2 files changed, 152 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 574dea0 [mips][msa] Range check MSA intrinsics with immediates
new 8bd12ac MS ABI: Fix assert when generating virtual function call with [...]
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/MicrosoftCXXABI.cpp | 11 ++---------
test/CodeGenCXX/pr30731.cpp | 21 +++++++++++++++++++++
2 files changed, 23 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGenCXX/pr30731.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 lld.
from 50f44ac [ELF] Add `const` qualifier to functions. NFC
new 088c115 Remove ending "." from an error message.
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:
ELF/Driver.cpp | 2 +-
test/ELF/basic.s | 2 +-
2 files 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 llvm.
from 735fbf8 [AMDGPU] Stop using MCRegisterClass::getSize()
new 4c50ebb [llvm-cov] Don't spawn a thread unless ThreadCount > 1
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:
tools/llvm-cov/CodeCoverage.cpp | 66 ++++++++++++++++++++++++-----------------
1 file changed, 39 insertions(+), 27 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 3e08ccc [Myriad] Find libc++ headers next to clang binary
new 574dea0 [mips][msa] Range check MSA intrinsics with immediates
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 | 2 +
include/clang/Sema/Sema.h | 2 +
lib/Sema/SemaChecking.cpp | 198 +++++++++++++-
test/CodeGen/builtins-mips-msa-error.c | 421 +++++++++++++++++++++++++++++
test/CodeGen/builtins-mips-msa.c | 104 +++----
5 files changed, 671 insertions(+), 56 deletions(-)
create mode 100644 test/CodeGen/builtins-mips-msa-error.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 llvm.
from 440f75c Merged nested ifs. NFCI.
new 740d871 [ThinLTO] Default backend threads to heavyweight_hardware_con [...]
new 735fbf8 [AMDGPU] Stop using MCRegisterClass::getSize()
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/LTO/LTO.cpp | 4 ++-
lib/LTO/ThinLTOCodeGenerator.cpp | 5 +--
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 14 ++++----
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 2 +-
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 37 ++++++++++++++++++++--
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 4 +++
tools/gold/gold-plugin.cpp | 4 +--
tools/llvm-lto2/llvm-lto2.cpp | 3 +-
8 files changed, 56 insertions(+), 17 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 b40b8e34 Revert "Add Chrono.h - std::chrono support header"
new 440f75c Merged nested ifs. NFCI.
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, 6 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.