This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ff31e352b2c PR c/87795 - Excessive alignment permitted for functions an [...]
new d2bdcd52c42 arm - minor cleanups for CPU alias support
new 3dfda6a646d 2018-11-09 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 08cc1019cf2 PR middle-end/81824 - Warn for missing attributes with func [...]
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:
gcc/ChangeLog | 20 +
gcc/attribs.c | 189 ++++++++++
gcc/attribs.h | 6 +
gcc/c-family/ChangeLog | 5 +
gcc/c-family/c-attribs.c | 583 +++++++++++++++++++++++++++--
gcc/cgraphunit.c | 8 +-
gcc/common.opt | 10 +-
gcc/config/arm/parsecpu.awk | 3 +-
gcc/cp/ChangeLog | 6 +
gcc/cp/pt.c | 68 +---
gcc/doc/extend.texi | 83 ++++
gcc/doc/invoke.texi | 46 ++-
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/gcc.dg/Wattribute-alias.c | 49 +++
gcc/testsuite/gcc.dg/Wmissing-attributes.c | 95 +++++
gcc/testsuite/gcc.dg/attr-copy-2.c | 209 +++++++++++
gcc/testsuite/gcc.dg/attr-copy-3.c | 75 ++++
gcc/testsuite/gcc.dg/attr-copy-4.c | 61 +++
gcc/testsuite/gcc.dg/attr-copy.c | 33 ++
libgfortran/ChangeLog | 6 +
libgfortran/io/transfer.c | 1 -
libgomp/libgomp.h | 14 +-
22 files changed, 1463 insertions(+), 117 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wattribute-alias.c
create mode 100644 gcc/testsuite/gcc.dg/Wmissing-attributes.c
create mode 100644 gcc/testsuite/gcc.dg/attr-copy-2.c
create mode 100644 gcc/testsuite/gcc.dg/attr-copy-3.c
create mode 100644 gcc/testsuite/gcc.dg/attr-copy-4.c
create mode 100644 gcc/testsuite/gcc.dg/attr-copy.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.
unknown user pushed a change to branch master
in repository llvm.
from d32f7814bc9 [docs][statepoints] Reformulate open issues list
new bbe5fdb08d2 Type safe version of MachinePassRegistry
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/CodeGen/MachinePassRegistry.h | 80 ++++++++++++++++++---------
include/llvm/CodeGen/MachineScheduler.h | 10 ++--
include/llvm/CodeGen/RegAllocRegistry.h | 16 ++----
include/llvm/CodeGen/SchedulerRegistry.h | 13 +++--
lib/CodeGen/MachinePassRegistry.cpp | 38 -------------
lib/CodeGen/MachineScheduler.cpp | 3 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 3 +-
lib/CodeGen/TargetPassConfig.cpp | 3 +-
8 files changed, 81 insertions(+), 85 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 e4084593e0 Use the correct address space when emitting the ctor function list
new 71ae196c71 Introduce the _Clang scoped attribute token.
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/Basic/DiagnosticParseKinds.td | 3 ++
lib/Basic/Attributes.cpp | 22 ++++++++-------
lib/Parse/ParseDeclCXX.cpp | 44 +++++++++++++++++++++--------
lib/Sema/ParsedAttr.cpp | 14 +++++----
test/FixIt/fixit-cxx11-attributes.cpp | 3 ++
test/Parser/cxx0x-attributes.cpp | 8 ++++++
test/Preprocessor/has_attribute.cpp | 38 +++++++++++++++++--------
test/SemaCXX/attr-optnone.cpp | 6 ++++
8 files changed, 100 insertions(+), 38 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 b9e113385ee Fix -Wsign-compare warning
new d32f7814bc9 [docs][statepoints] Reformulate open issues list
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:
docs/Statepoints.rst | 108 ++++++++++++++++++++++++++++++---------------------
1 file changed, 63 insertions(+), 45 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 lldb.
from 6a1a18db5 [NativePDB] Add support for bitfield records.
new f1cbcafc2 [NativePDB] Fix completion of enum types.
new 31c795635 Annotate switch with LLVM_FALLTHROUGH
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:
lit/SymbolFile/NativePDB/ast-reconstruction.cpp | 3 ++-
source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 1 +
tools/debugserver/source/DNBRegisterInfo.cpp | 1 +
tools/debugserver/source/RNBRemote.cpp | 4 ++--
4 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 clang.
from 223835dbb1 [OPENMP][NVPTX]Allow to use shared memory for the target|tea [...]
new e4084593e0 Use the correct address space when emitting the ctor function list
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/CodeGenModule.cpp | 5 +++--
1 file changed, 3 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 gcc.
from 8d5bfcf7746 2018-11-09 Bill Schmidt <wschmidt(a)linux.ibm.com> Jin [...]
new ff31e352b2c PR c/87795 - Excessive alignment permitted for functions an [...]
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/c-family/ChangeLog | 5 ++
gcc/c-family/c-attribs.c | 5 +-
gcc/c-family/c-common.c | 50 ++++++++----
gcc/c-family/c-common.h | 2 +-
gcc/c/c-decl.c | 2 +-
gcc/doc/tm.texi | 7 +-
gcc/doc/tm.texi.in | 7 +-
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/attr-aligned.c | 147 ++++++++++++++++++++++++++++++++++++
9 files changed, 210 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/attr-aligned.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.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from 71def3842c8 syscall: change RLIM_INFINITY from 0xffffffffffffffff to -1
new 60bf7ce71ae 2018-11-09 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/testsuite/ChangeLog | 6 ++
gcc/testsuite/gfortran.dg/read_legacy_comma.f90 | 31 ++++++++
libgfortran/ChangeLog | 7 ++
libgfortran/io/transfer.c | 94 +++++++++++++++++++------
4 files changed, 115 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/read_legacy_comma.f90
--
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 lld.
from 4925db164 Fix -Wextra-qualification warning
new 25b695b1f [WebAssembly] Respect `--no-mangle` in more locations
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/wasm/cxx-mangling.ll | 10 ++++++----
wasm/Driver.cpp | 6 ++----
wasm/Symbols.cpp | 8 ++++++--
wasm/Symbols.h | 1 +
wasm/Writer.cpp | 6 ++----
5 files changed, 17 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.
unknown user pushed a change to branch master
in repository llvm.
from 7bade9c965f [Power9] Allow gpr callee saved spills in prologue to vecto [...]
new 55d210a76b0 [docs][statepoint] Expand a bit on problems with mixing ref [...]
new 8af59ae9700 [llvm-cov] Remove "default:" label in the switch covering a [...]
new b9e113385ee Fix -Wsign-compare warning
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:
docs/Statepoints.rst | 10 +++++++++-
lib/IR/Instructions.cpp | 2 +-
tools/llvm-cov/CodeCoverage.cpp | 2 --
3 files changed, 10 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.