This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 67d3121 [gcc] 2016-05-11 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 9355417 * config/i386/i386.c (legitimize_pic_address): Use copy_to_ [...]
new 57215d5 * gcc.target/i386/sse-13.c: Add dg-add-options bind_pic_loca [...]
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/ChangeLog | 5 +++++
gcc/config/i386/i386.c | 14 ++------------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/mmx-2.c | 2 +-
gcc/testsuite/gcc.target/i386/pr66746.c | 1 +
gcc/testsuite/gcc.target/i386/sse-13.c | 1 +
6 files changed, 16 insertions(+), 13 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.
git pushed a change to branch master
in repository llvm.
from e973d3f Return a StringRef from getSection.
new 5009e4f [X86][AVX512] Fixed VPERMILPD/VPERMILPS shuffle comments.
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/InstPrinter/X86InstComments.cpp | 4 ++--
test/CodeGen/X86/avx512-intrinsics.ll | 8 ++++----
test/CodeGen/X86/avx512vl-intrinsics.ll | 16 ++++++++--------
3 files changed, 14 insertions(+), 14 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.
git pushed a change to branch master
in repository newlib.
from 93f5d7c Add port for Phoenix-RTOS in common configure files.
new d1d1378 Fix libgloss arc nsim specs file.
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:
libgloss/arc/nsim.specs | 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 gcc.
from 058f70b genautomata.c cleanup
new 67d3121 [gcc] 2016-05-11 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 84 ++++
gcc/config/rs6000/constraints.md | 5 +
gcc/config/rs6000/predicates.md | 51 +-
gcc/config/rs6000/rs6000-cpus.def | 9 +-
gcc/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000.c | 537 +++++++++++++++++----
gcc/config/rs6000/rs6000.opt | 16 +-
gcc/config/rs6000/vsx.md | 30 +-
gcc/doc/invoke.texi | 23 +-
gcc/doc/md.texi | 3 +
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/gcc.target/powerpc/dform-1.c | 2 +-
gcc/testsuite/gcc.target/powerpc/dform-2.c | 2 +-
gcc/testsuite/gcc.target/powerpc/dform-3.c | 39 ++
.../gcc.target/powerpc/p8vector-int128-1.c | 2 +-
gcc/testsuite/gcc.target/powerpc/pr68805.c | 2 +-
16 files changed, 636 insertions(+), 180 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/dform-3.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.
git pushed a change to branch master
in repository llvm.
from 6c85d01 Fix build breakage in DebugInfoCodeview
new e973d3f Return a StringRef from getSection.
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/GlobalObject.h | 4 ++--
include/llvm/IR/GlobalValue.h | 10 ++--------
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 +-
lib/IR/Core.cpp | 4 +++-
lib/IR/Globals.cpp | 9 +++++++--
lib/Linker/IRMover.cpp | 2 +-
lib/Object/IRObjectFile.cpp | 2 +-
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 2 +-
lib/Target/XCore/XCoreISelLowering.cpp | 2 +-
lib/Transforms/Instrumentation/AddressSanitizer.cpp | 2 +-
10 files changed, 20 insertions(+), 19 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.
git pushed a change to branch master
in repository clang.
from 9afbd50 Relax -Wcalling-convention-cast when casting to the default c [...]
new 8ecbed3 [MSVC] Implementation of __unaligned as a proper type qualifier
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/Type.h | 49 +++++++++-----
include/clang/Basic/AddressSpaces.h | 2 +-
include/clang/Basic/Attr.td | 4 --
include/clang/Basic/DiagnosticSemaKinds.td | 10 +++
include/clang/Sema/DeclSpec.h | 23 +++++--
include/clang/Sema/Sema.h | 3 +-
lib/AST/MicrosoftMangle.cpp | 5 ++
lib/AST/TypePrinter.cpp | 6 ++
lib/Parse/ParseDecl.cpp | 15 +++--
lib/Parse/ParseTentative.cpp | 2 +-
lib/Sema/DeclSpec.cpp | 6 +-
lib/Sema/SemaCodeComplete.cpp | 3 +
lib/Sema/SemaDecl.cpp | 7 ++
lib/Sema/SemaDeclObjC.cpp | 1 +
lib/Sema/SemaExpr.cpp | 2 +-
lib/Sema/SemaOverload.cpp | 22 +++++-
lib/Sema/SemaType.cpp | 37 +++++-----
test/CodeGenCXX/mangle-ms-cxx11.cpp | 16 +++++
test/CodeGenCXX/mangle-ms-cxx14.cpp | 5 ++
test/Sema/MicrosoftExtensions.c | 8 +++
test/Sema/address_spaces.c | 4 +-
.../invalid-assignment-constant-address-space.c | 2 +-
test/SemaCXX/MicrosoftExtensions.cpp | 78 +++++++++++++++++++++-
23 files changed, 255 insertions(+), 55 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.
git pushed a change to branch master
in repository compiler-rt.
from b81c9a9 [esan] EfficiencySanitizer shadow memory
new e4a87c9 Reapply r268608
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/profile/Inputs/instrprof-value-prof-real.c | 1 +
test/profile/instrprof-value-prof-shared.test | 1 +
test/profile/instrprof-value-prof.test | 7 ++++---
3 files changed, 6 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.
unknown user pushed a change to branch master
in repository gcc.
from b68f1bd * gcc.dg/attr-opt-1.c: Move to c-c++-common/. * gcc.dg/pr18 [...]
new 058f70b genautomata.c cleanup
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 | 15 ++++++++
gcc/genattr.c | 8 ++---
gcc/genautomata.c | 103 +++++++++++++++++++++---------------------------------
3 files changed, 58 insertions(+), 68 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 f760645 Refactor CodeView type records to use common code.
new 6c85d01 Fix build breakage in DebugInfoCodeview
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/DebugInfo/CodeView/TypeDumper.cpp | 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 2731c7a [SCEVExpander] Fix a failed cast<> assertion
new 41f296b SDAG: Minor cleanup in X86
new f760645 Refactor CodeView type records to use common code.
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:
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 25 +-
include/llvm/DebugInfo/CodeView/CodeView.h | 3 +-
include/llvm/DebugInfo/CodeView/TypeRecord.h | 1409 ++++++++++++++++----
include/llvm/DebugInfo/CodeView/TypeRecords.def | 62 +-
include/llvm/DebugInfo/CodeView/TypeStream.h | 38 -
include/llvm/DebugInfo/CodeView/TypeTableBuilder.h | 5 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 4 +-
lib/DebugInfo/CodeView/FieldListRecordBuilder.cpp | 2 +-
lib/DebugInfo/CodeView/TypeDumper.cpp | 566 ++++----
lib/DebugInfo/CodeView/TypeStream.cpp | 2 +-
lib/DebugInfo/CodeView/TypeTableBuilder.cpp | 70 +-
lib/Target/X86/X86ISelDAGToDAG.cpp | 13 +-
12 files changed, 1464 insertions(+), 735 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.