This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 23483f0a337 CoverageMappingTest.cpp: Suppress warnings. [-Wdocumentation]
new 193e898f75b [DivRempairs] add a pass to optimize div/rem pairs (PR31028)
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/Analysis/TargetTransformInfo.h | 11 +
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 +
include/llvm/InitializePasses.h | 1 +
include/llvm/Transforms/Scalar.h | 6 +
include/llvm/Transforms/Scalar/DivRemPairs.h | 31 ++
lib/Analysis/TargetTransformInfo.cpp | 4 +
lib/Passes/PassBuilder.cpp | 6 +
lib/Passes/PassRegistry.def | 1 +
lib/Target/X86/X86TargetTransformInfo.cpp | 5 +
lib/Target/X86/X86TargetTransformInfo.h | 1 +
lib/Transforms/IPO/PassManagerBuilder.cpp | 5 +
lib/Transforms/Scalar/CMakeLists.txt | 1 +
lib/Transforms/Scalar/DivRemPairs.cpp | 206 ++++++++++++++
lib/Transforms/Scalar/Scalar.cpp | 1 +
test/Other/new-pm-defaults.ll | 1 +
test/Other/new-pm-thinlto-defaults.ll | 1 +
test/Transforms/DivRemPairs/div-rem-pairs.ll | 364 ++++++++++++++++++++++++
17 files changed, 647 insertions(+)
create mode 100644 include/llvm/Transforms/Scalar/DivRemPairs.h
create mode 100644 lib/Transforms/Scalar/DivRemPairs.cpp
create mode 100644 test/Transforms/DivRemPairs/div-rem-pairs.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 gcc.
from f85fc60ec17 * gcc-interface/decl.c (components_to_record): Do not reor [...]
new 3f7cbb8aac7 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type [...]
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/ada/ChangeLog | 7 +++++++
gcc/ada/gcc-interface/decl.c | 24 +++++++++++++++++++-----
gcc/ada/gcc-interface/utils2.c | 2 +-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gnat.dg/debug11.adb | 1 +
gcc/testsuite/gnat.dg/debug12.adb | 1 +
gcc/testsuite/gnat.dg/debug13.adb | 3 ++-
gcc/testsuite/gnat.dg/debug14.adb | 38 ++++++++++++++++++++++++++++++++++++++
8 files changed, 73 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/debug14.adb
--
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 db0b0e6e474 * gcc-interface/trans.c (Subprogram_Body_to_gnu): Disregar [...]
new f85fc60ec17 * gcc-interface/decl.c (components_to_record): Do not reor [...]
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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/decl.c | 6 +++++-
2 files changed, 10 insertions(+), 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 3a1f1b9a79e * gcc-interface/decl.c (promote_object_alignment): New fun [...]
new 0a8a428f332 * gcc-interface/utils2.c (build_allocator): In type_annota [...]
new 08edf44a09c * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type [...]
new db0b0e6e474 * gcc-interface/trans.c (Subprogram_Body_to_gnu): Disregar [...]
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/ada/ChangeLog | 18 ++++++++++++++++++
gcc/ada/gcc-interface/decl.c | 10 ++++++----
gcc/ada/gcc-interface/trans.c | 7 ++++++-
gcc/ada/gcc-interface/utils2.c | 6 ++++++
4 files changed, 36 insertions(+), 5 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 0a27fed72d x86: Properly handle __ehdr_start
new 4e9ac44a89 x86: Remove restriction on NOTRACK prefix position
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:
gas/ChangeLog | 19 +++++++
gas/config/tc-i386.c | 59 +++++++--------------
gas/testsuite/gas/i386/notrack-intel.d | 58 +++++++++++---------
gas/testsuite/gas/i386/notrack.d | 58 +++++++++++---------
gas/testsuite/gas/i386/notrack.s | 38 +++++++++-----
gas/testsuite/gas/i386/notrackbad.l | 24 +++------
gas/testsuite/gas/i386/notrackbad.s | 6 +--
gas/testsuite/gas/i386/x86-64-notrack-intel.d | 76 ++++++++++++++++-----------
gas/testsuite/gas/i386/x86-64-notrack.d | 76 ++++++++++++++++-----------
gas/testsuite/gas/i386/x86-64-notrack.s | 50 +++++++++++-------
gas/testsuite/gas/i386/x86-64-notrackbad.l | 24 +++------
gas/testsuite/gas/i386/x86-64-notrackbad.s | 6 +--
opcodes/ChangeLog | 6 +++
opcodes/i386-dis.c | 18 +------
14 files changed, 274 insertions(+), 244 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 626266ff931 * gcc-interface/decl.c (gnat_to_gnu_entity): Only set the [...]
new f6fc680dabd * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: [...]
new 3a1f1b9a79e * gcc-interface/decl.c (promote_object_alignment): New fun [...]
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/ada/ChangeLog | 13 ++++
gcc/ada/gcc-interface/decl.c | 123 ++++++++++++++++++--------------
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gnat.dg/specs/atomic3.ads | 33 +++++++++
4 files changed, 121 insertions(+), 52 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/specs/atomic3.ads
--
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-7-branch
in repository gcc.
from a770c4bdaa2 * sem_util.ads (Set_Rep_Info): New inline procedure. * se [...]
new 1ebfb953ec6 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: [...]
new 2d1ef1d70f7 * gcc-interface/decl.c (promote_object_alignment): New fun [...]
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/ada/ChangeLog | 13 ++++
gcc/ada/gcc-interface/decl.c | 123 ++++++++++++++++++--------------
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gnat.dg/specs/atomic3.ads | 33 +++++++++
4 files changed, 121 insertions(+), 52 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/specs/atomic3.ads
--
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-7-branch
in repository gcc.
from 0856977add9 PR bootstrap/81926 * cp-objcp-common.c (struct debug_type [...]
new a770c4bdaa2 * sem_util.ads (Set_Rep_Info): New inline procedure. * se [...]
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/ada/ChangeLog | 11 +++
gcc/ada/gcc-interface/decl.c | 30 +++---
gcc/ada/gcc-interface/trans.c | 2 -
gcc/ada/sem_ch3.adb | 4 +-
gcc/ada/sem_util.adb | 14 +++
gcc/ada/sem_util.ads | 6 ++
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gnat.dg/specs/{vfa.ads => vfa1.ads} | 4 +-
gcc/testsuite/gnat.dg/specs/vfa2.ads | 110 ++++++++++++++++++++++
9 files changed, 167 insertions(+), 20 deletions(-)
rename gcc/testsuite/gnat.dg/specs/{vfa.ads => vfa1.ads} (88%)
create mode 100644 gcc/testsuite/gnat.dg/specs/vfa2.ads
--
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 9d958d5bd06 2017-09-09 Paul Thomas <pault(a)gcc.gnu.org>
new 626266ff931 * gcc-interface/decl.c (gnat_to_gnu_entity): Only set the [...]
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/ada/ChangeLog | 7 ++
gcc/ada/gcc-interface/decl.c | 30 +++---
gcc/ada/gcc-interface/trans.c | 2 -
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gnat.dg/specs/{vfa.ads => vfa1.ads} | 4 +-
gcc/testsuite/gnat.dg/specs/vfa2.ads | 110 ++++++++++++++++++++++
6 files changed, 140 insertions(+), 19 deletions(-)
rename gcc/testsuite/gnat.dg/specs/{vfa.ads => vfa1.ads} (88%)
create mode 100644 gcc/testsuite/gnat.dg/specs/vfa2.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.