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 c3de083b [clang-tidy] Minor documentation fix. NFC.
new a4d564f6 ClangApplyReplacementsTests: Add clangBasic in libdeps.
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:
unittests/clang-apply-replacements/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 a9d605647a [ODRHash] Revert r307743 which reverted r307720
new 07af1d2a4e clang/test/FixIt/format.m: Tweak for i686, where ssize_t is [...]
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/FixIt/format.m | 4 ++--
1 file 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 078c435803d AMDGPU: Return correct type during argument lowering
new d7e9378a79f bpf: fix a compilation bug due to unused variable for relea [...]
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/BPF/BPFISelLowering.cpp | 3 +--
1 file 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.
tcwg-buildslave pushed a change to branch linaro-local/releases/linaro-6.4-2017.08
in repository toolchain/gcc.
at 7b3b366aff1 gcc/ * LINARO-VERSION: Bump version number, post release [...]
This branch includes the following new commits:
new 7b3b366aff1 gcc/ * LINARO-VERSION: Bump version number, post release [...]
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.
--
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.
tcwg-buildslave pushed a change to annotated tag linaro-6.4-2017.08-rc1
in repository toolchain/gcc.
at 4c70e88d699 (tag)
tagging 35c13271c0fe9213c7db8bc9d49d733ac29c9ac7 (commit)
replaces linaro-snapshot-6.4-2017.07
tagged by TCWG Automation
on Sat Jul 15 07:06:52 2017 +0100
- Log -----------------------------------------------------------------
Linaro GCC Release Candidate 6.4-2017.08-rc1
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 35c13271c0f Make Linaro GCC Release Candidate 6.4-2017.08-rc1.
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.
--
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 31b76d9b4ae [SLPVectorizer] Add an extra parameter to tryScheduleBundle [...]
new 078c435803d AMDGPU: Return correct type during argument lowering
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/AMDGPU/AMDGPUISelLowering.cpp | 30 ++++++++++++++++++++++++++++++
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 +
lib/Target/AMDGPU/SIISelLowering.cpp | 27 +++++++++++++++++++++++++++
test/CodeGen/AMDGPU/function-args.ll | 16 ++++++++++++++++
4 files changed, 74 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 llvm.
from cf17bf01efd Require asserts in new test that uses debug flag
new 7c423e0690a bpf: generate better lowering code for certain select/setcc [...]
new 31b76d9b4ae [SLPVectorizer] Add an extra parameter to tryScheduleBundle [...]
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/BPF/BPFISelLowering.cpp | 46 +++++++++++++-----------------
lib/Target/BPF/BPFInstrInfo.td | 5 ++++
lib/Transforms/Vectorize/SLPVectorizer.cpp | 12 ++++----
test/CodeGen/BPF/select_ri.ll | 27 ++++++++++++++++++
test/CodeGen/BPF/setcc.ll | 4 +--
5 files changed, 60 insertions(+), 34 deletions(-)
create mode 100644 test/CodeGen/BPF/select_ri.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 5758e8da007 [ThinLTO] Ensure we always select the same function copy to import
new cf17bf01efd Require asserts in new test that uses debug flag
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/FunctionImport/funcimport_resolved.ll | 3 +++
1 file changed, 3 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 llvm.
from 8c939cb97f8 [TTI] Refine the cost of EXT in getUserCost()
new 5758e8da007 [ThinLTO] Ensure we always select the same function copy to import
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/IPO/FunctionImport.cpp | 18 +++++++--
.../FunctionImport/Inputs/funcimport_resolved1.ll | 34 +++++++++++++++++
.../FunctionImport/Inputs/funcimport_resolved2.ll} | 6 +--
.../FunctionImport/funcimport_resolved.ll | 43 ++++++++++++++++++++++
4 files changed, 93 insertions(+), 8 deletions(-)
create mode 100644 test/Transforms/FunctionImport/Inputs/funcimport_resolved1.ll
copy test/{ThinLTO/X86/Inputs/empty_module_with_cache.ll => Transforms/FunctionImp [...]
create mode 100644 test/Transforms/FunctionImport/funcimport_resolved.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 dca4d78280 [clang] Fix format test
new a9d605647a [ODRHash] Revert r307743 which reverted r307720
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:
.../clang/Basic/DiagnosticSerializationKinds.td | 70 ++++++++++++-------
lib/AST/ODRHash.cpp | 2 +
lib/Serialization/ASTReader.cpp | 78 ++++++++++++++--------
test/Modules/odr_hash.cpp | 69 +++++++++++++++++++
4 files changed, 167 insertions(+), 52 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.