This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3bb925f0fa6 2017-05-19 Richard Biener <rguenther(a)suse.de>
new edcf2e578c5 rs6000: Make constant formation a tiny bit better
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 | 6 ++++++
gcc/config/rs6000/rs6000.md | 1 +
2 files changed, 7 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 fc4cf8d86ea Fix vector pass-through value being unused in IRBuilder::Cr [...]
new e4e1c32fd73 [globalisel][tablegen] Demote OptForSize/OptForMinSize/ForC [...]
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/AArch64/AArch64InstrInfo.td | 10 ++++++++--
lib/Target/AArch64/AArch64Subtarget.cpp | 5 ++---
lib/Target/AArch64/AArch64Subtarget.h | 6 +-----
lib/Target/AArch64/AArch64TargetMachine.cpp | 7 ++-----
lib/Target/X86/X86InstrInfo.td | 13 ++++++++++---
lib/Target/X86/X86Subtarget.cpp | 6 ++----
lib/Target/X86/X86Subtarget.h | 9 +--------
lib/Target/X86/X86TargetMachine.cpp | 9 +--------
unittests/Target/AArch64/InstSizes.cpp | 3 +--
9 files changed, 28 insertions(+), 40 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 glibc.
from 332e01c627 posix: Consolidate Linux mq_timedsend syscall
new 8f2e1830f2 Create and use first-versions.h with macros for function sym [...]
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:
ChangeLog | 44 ++++++++++++++++++++++
Makerules | 13 +++++--
scripts/versions.awk | 17 +++++++++
sysdeps/ieee754/ldbl-opt/math-type-macros-double.h | 35 ++---------------
4 files changed, 74 insertions(+), 35 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 test-suite.
from 42781ac1 cmake/SPEC: Add some missing include(CopyDir)
new 42227123 Add -fsigned-char for SPEC2006 482.sphinx3
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:
External/SPEC/CFP2006/482.sphinx3/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 gcc.
from 8c323261e5a * ipa-inline.h (ipa_call_summary): Turn sizes into signed; [...]
new 3bb925f0fa6 2017-05-19 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/genmatch.c | 4 ++++
2 files changed, 10 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 f7b3312470c [GlobalISel] IRTranslator: Translate ConstantStruct
new fc4cf8d86ea Fix vector pass-through value being unused in IRBuilder::Cr [...]
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/IR/IRBuilder.cpp | 5 ++++-
lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +-
2 files changed, 5 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 release_40
in repository llvm.
from f717a4e7508 Merging r294690:
new f34c3006655 Merging r297403:
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/TableGen.cmake | 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 clang.
from 6343907e08 CodeGenFunction::EmitPointerWithAlignment(): Prune a \param [...]
new 354737f864 [clang-format] Handle trailing comment sections in import st [...]
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/Format/ContinuationIndenter.cpp | 4 +++-
lib/Format/TokenAnnotator.cpp | 9 ++++++---
lib/Format/UnwrappedLineParser.cpp | 21 ++++++++++++++-------
unittests/Format/FormatTestSelective.cpp | 8 ++++++++
4 files changed, 31 insertions(+), 11 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 635020a50d When a type-id is unexpectedly given a name, assume that the [...]
new 6343907e08 CodeGenFunction::EmitPointerWithAlignment(): Prune a \param [...]
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/CodeGenFunction.h | 15 ---------------
1 file changed, 15 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 eb026f09eb garbage collect debug sections when no alloc sections are kept
new 1933fd8ee0 gdb: fix TYPE_CODE_ARRAY handling in sparc targets
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:
gdb/ChangeLog | 9 +++++++
gdb/sparc-tdep.c | 72 +++++++++++++++++++++++++++++++++++++++++-------------
gdb/sparc64-tdep.c | 43 ++++++++++++++++++++++++++++++--
3 files changed, 105 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.