This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8cd45dd Fix DensetSet::insert_as() for MSVC2015 (NFC)
new 454e9fc DebugInfo: use strongly typed enum for debug info flags
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/IR/DIBuilder.h | 90 +++++++++++-----------
include/llvm/IR/DebugInfoFlags.def | 8 ++
include/llvm/IR/DebugInfoMetadata.h | 120 +++++++++++++++---------------
lib/AsmParser/LLParser.cpp | 21 +++---
lib/Bitcode/Reader/BitcodeReader.cpp | 50 +++++++------
lib/IR/AsmWriter.cpp | 10 +--
lib/IR/DIBuilder.cpp | 86 ++++++++++-----------
lib/IR/DebugInfoMetadata.cpp | 38 +++++-----
unittests/IR/DebugInfoTest.cpp | 25 ++++---
unittests/IR/DebugTypeODRUniquingTest.cpp | 29 ++++----
unittests/IR/IRBuilderTest.cpp | 8 +-
unittests/IR/MetadataTest.cpp | 106 +++++++++++++-------------
unittests/Transforms/Utils/Cloning.cpp | 10 ++-
13 files changed, 309 insertions(+), 292 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 a9a5240 [AVX-512] Fix v8i64 shift by immediate lowering on 32-bit targets.
new 8cd45dd Fix DensetSet::insert_as() for MSVC2015 (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:
include/llvm/ADT/DenseSet.h | 5 ++---
1 file changed, 2 insertions(+), 3 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.
charles.baylis pushed a change to branch master
in repository toolchain/abe-tests.
from f70fbb8 Support removal of *_branch lines from component info.
new c76d326 Tidy up reporting a bit
new 34be4ad Add some blank lines to report
new f85e072 Fix online md5sum tests, only check .asc files.
new 227fe98 Remove support for manifest versions 1.3/1.4.
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:
test-manifest2.sh | 26 +++++++++++++++++++-------
validate-manifest.pl | 45 +++++++++++++++++++--------------------------
2 files changed, 38 insertions(+), 33 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 610e45c [AVX-512] Teach fastisel load/store handling to use EVEX enco [...]
new 7471df8 CodeGen: ensure that libcalls are always AAPCS CC
new a9a5240 [AVX-512] Fix v8i64 shift by immediate lowering on 32-bit targets.
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/CodeGen/TargetLoweringBase.cpp | 13 ++-
lib/Target/X86/X86ISelLowering.cpp | 3 +-
test/CodeGen/ARM/arm32-rounding.ll | 85 +++++++++---------
test/CodeGen/ARM/tail-call-builtin.ll | 23 ++---
test/CodeGen/Thumb2/float-intrinsics-double.ll | 119 +++++++++++++------------
test/CodeGen/Thumb2/float-intrinsics-float.ll | 115 ++++++++++++------------
test/CodeGen/Thumb2/float-ops.ll | 5 +-
test/CodeGen/X86/avx512-calling-conv.ll | 7 +-
test/CodeGen/X86/masked_gather_scatter.ll | 18 ++--
test/CodeGen/X86/vector-shuffle-512-v8.ll | 8 +-
10 files changed, 200 insertions(+), 196 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 4b3b202 2016-09-05 Tim Shen <timshen(a)google.com>
new 88c2e49 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-6-branch
in repository gcc.
from ee95ea4 * sv.po: Update.
new 118f344 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-5-branch
in repository gcc.
from e5e7364 Daily bump.
new 3df6ab7 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 ea437ed fix FileCheck variables for test added with r280677
new e4bd2be [X86] Update fast-isel vector load test to have more 256 and [...]
new d844741 [X86] Update fast-isel store test to have more 256 and 512-bi [...]
new 610e45c [AVX-512] Teach fastisel load/store handling to use EVEX enco [...]
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:
lib/Target/X86/X86FastISel.cpp | 123 +++--
test/CodeGen/X86/fast-isel-store.ll | 761 ++++++++++++++++++++++++++-
test/CodeGen/X86/fast-isel-vecload.ll | 933 +++++++++++++++++++++++++++++++---
3 files changed, 1675 insertions(+), 142 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 binutils-gdb.
from cf6de44 gdb/: Require a C++ compiler
new 3b276c0 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-7.12-branch
in repository binutils-gdb.
from 2795837 Automatic date update in version.in
new ddacf2e Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.