This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 57eca4d Re-land "[MS] Don't expect vftables to be provided for extern [...]
new c34a31e Add CapturedDecl::parameters() ArrayRef accessors following r273647.
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/AST/Decl.h | 8 ++++++++
1 file changed, 8 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 0dc0011 Add qdf24xx base tuning support.
new a635e1e 2016-06-29 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/scanner.c | 8 ++++++--
2 files changed, 12 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 c21113e [InstCombine] Add full tests for FoldAndOfFCmps and FoldOrOfFCmps
new f362d3a Don't verify inputs to the Linker if ODR merging.
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/Linker/Inputs/odr.ll | 8 ++++++++
test/Linker/broken.ll | 2 +-
test/Linker/odr.ll | 18 ++++++++++++++++++
tools/llvm-link/llvm-link.cpp | 5 ++++-
4 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 test/Linker/Inputs/odr.ll
create mode 100644 test/Linker/odr.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 clang.
from 7d5e0e6 AvailabilityAttr: update the document for macosx
new 57eca4d Re-land "[MS] Don't expect vftables to be provided for extern [...]
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/AST/VTableBuilder.cpp | 13 ++++++------
lib/CodeGen/CGVTables.cpp | 10 ++++++---
lib/Sema/SemaDeclCXX.cpp | 24 ++++++++++------------
test/CodeGenCXX/microsoft-abi-extern-template.cpp | 25 +++++++++++++++++++++++
test/CodeGenCXX/microsoft-abi-vbtables.cpp | 2 +-
test/CodeGenCXX/microsoft-abi-vftables.cpp | 8 +++++---
6 files changed, 55 insertions(+), 27 deletions(-)
create mode 100644 test/CodeGenCXX/microsoft-abi-extern-template.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 llvm.
from bdd649e [llvm-cov] Change some FileCheck prefixes to make tests reusa [...]
new c21113e [InstCombine] Add full tests for FoldAndOfFCmps and FoldOrOfFCmps
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/Transforms/InstCombine/and-fcmp.ll | 1671 +++++++++++++++++++++++++++++--
test/Transforms/InstCombine/or-fcmp.ll | 1589 ++++++++++++++++++++++++++++-
2 files changed, 3156 insertions(+), 104 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 lnt.
from e78f485 Install stuff based on reqirements files
new 9c67353 Remove PyYaml requirement
new e184feb don't use pip session arg
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:
requirements.client.txt | 1 -
setup.py | 2 +-
2 files changed, 1 insertion(+), 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 gcc.
from 4b97544 gcc/fortran/ * openmp.c (match_oacc_clause_gang): Rename to [...]
new 0dc0011 Add qdf24xx base tuning support.
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 | 9 +++
gcc/config/aarch64/aarch64-cores.def | 2 +-
gcc/config/aarch64/aarch64.c | 51 +++++++++++++++++
gcc/config/arm/aarch-cost-tables.h | 103 +++++++++++++++++++++++++++++++++++
gcc/config/arm/arm-cores.def | 2 +-
gcc/config/arm/arm.c | 23 ++++++++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.dg/asr_div1.c | 1 +
8 files changed, 193 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 45b6d08 Add a regression test for PR28348.
new bdd649e [llvm-cov] Change some FileCheck prefixes to make tests reusa [...]
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/showLineExecutionCounts.cpp | 48 +++++++++++-----------
test/tools/llvm-cov/showTemplateInstantiations.cpp | 20 ++++-----
2 files changed, 34 insertions(+), 34 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 8682068 [LLVMConfig.cmake.in] Create a new variable LLVM_CONFIG_EXPOR [...]
new 7925338 Revert r272251, it caused PR28348.
new 45b6d08 Add a regression test for PR28348.
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/Target/ARM/ARMISelDAGToDAG.cpp | 41 +-------------------------------------
test/CodeGen/Thumb/and_neg.ll | 20 +++++++++++++++++++
test/CodeGen/Thumb/bic_imm.ll | 15 --------------
3 files changed, 21 insertions(+), 55 deletions(-)
create mode 100644 test/CodeGen/Thumb/and_neg.ll
delete mode 100644 test/CodeGen/Thumb/bic_imm.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 0cd4101 Use LLVM_ATTRIBUTE_UNUSED instead of void casts; NFC
new 8682068 [LLVMConfig.cmake.in] Create a new variable LLVM_CONFIG_EXPOR [...]
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:
cmake/modules/LLVMConfig.cmake.in | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.