This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0649f97cd19 [openacc, testsuite] Fix undefined behaviour in atomic_capture-1.c
new 27f5053bc08 * lto-partition.c: Include sreal.h (add_symbol_to_partiti [...]
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/lto/ChangeLog | 11 +++++
gcc/lto/lto-partition.c | 129 ++++++++++++++++++++++++++++++------------------
2 files changed, 91 insertions(+), 49 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 cd8c76e410 Fix race when building ada-lex.c
new e28b63a989 proc-events.c: fix compilation on Solaris
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 | 6 ++++++
gdb/proc-events.c | 2 ++
2 files changed, 8 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 binutils-gdb.
from 1c831f5654 Automatic date update in version.in
new cd8c76e410 Fix race when building ada-lex.c
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 | 6 ++++++
gdb/Makefile.in | 18 ++++++++----------
2 files changed, 14 insertions(+), 10 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 48d44aec6d8 [X86] Merge more instregex single matches to reduce InstrRW [...]
new c33c392d270 [llvm-mca][X86] Add BT resource tests to all models
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:
.../llvm-mca/X86/Broadwell/resources-x86_64.s | 149 ++++++++++++++++++++-
test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 149 ++++++++++++++++++++-
test/tools/llvm-mca/X86/Haswell/resources-x86_64.s | 149 ++++++++++++++++++++-
test/tools/llvm-mca/X86/SLM/resources-x86_64.s | 149 ++++++++++++++++++++-
.../llvm-mca/X86/SandyBridge/resources-x86_64.s | 149 ++++++++++++++++++++-
.../llvm-mca/X86/SkylakeClient/resources-x86_64.s | 149 ++++++++++++++++++++-
.../llvm-mca/X86/SkylakeServer/resources-x86_64.s | 149 ++++++++++++++++++++-
test/tools/llvm-mca/X86/Znver1/resources-x86_64.s | 149 ++++++++++++++++++++-
8 files changed, 1184 insertions(+), 8 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 497385919fe [X86] Remove unnecessary add/adc+sub/sbb InstRW overrides.
new 48d44aec6d8 [X86] Merge more instregex single matches to reduce InstrRW [...]
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/X86SchedBroadwell.td | 34 +-
lib/Target/X86/X86SchedHaswell.td | 4 +-
lib/Target/X86/X86SchedSandyBridge.td | 5 +-
lib/Target/X86/X86SchedSkylakeClient.td | 5 +-
lib/Target/X86/X86SchedSkylakeServer.td | 530 +++++++++++---------------------
lib/Target/X86/X86ScheduleZnver1.td | 10 +-
6 files changed, 195 insertions(+), 393 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 f690766686d [llvm-mca][X86] Add add/adc + sub/sbb resource tests to all models
new 497385919fe [X86] Remove unnecessary add/adc+sub/sbb InstRW overrides.
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/X86ScheduleZnver1.td | 9 ---------
1 file changed, 9 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 compiler-rt.
from e27398661 tsan: improve "destroy of a locked mutex" reports
new 635ae7056 [XRay][profiler] Part 1: XRay Allocator and Array Implementations
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/xray/CMakeLists.txt | 56 +++--
lib/xray/tests/unit/CMakeLists.txt | 4 +
lib/xray/tests/unit/allocator_test.cc | 42 ++++
lib/xray/tests/unit/segmented_array_test.cc | 139 ++++++++++++
lib/xray/xray_allocator.h | 149 ++++++++++++
lib/xray/xray_segmented_array.h | 337 ++++++++++++++++++++++++++++
6 files changed, 711 insertions(+), 16 deletions(-)
create mode 100644 lib/xray/tests/unit/allocator_test.cc
create mode 100644 lib/xray/tests/unit/segmented_array_test.cc
create mode 100644 lib/xray/xray_allocator.h
create mode 100644 lib/xray/xray_segmented_array.h
--
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 8784c51c371 [NFC][LV][LoopUtil] Move LoopVectorizationLegality to its own file
new f690766686d [llvm-mca][X86] Add add/adc + sub/sbb resource tests to all models
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:
.../llvm-mca/X86/Broadwell/resources-x86_64.s | 378 ++++++++++++++++++++-
test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 378 ++++++++++++++++++++-
test/tools/llvm-mca/X86/Haswell/resources-x86_64.s | 378 ++++++++++++++++++++-
test/tools/llvm-mca/X86/SLM/resources-x86_64.s | 378 ++++++++++++++++++++-
.../llvm-mca/X86/SandyBridge/resources-x86_64.s | 378 ++++++++++++++++++++-
.../llvm-mca/X86/SkylakeClient/resources-x86_64.s | 378 ++++++++++++++++++++-
.../llvm-mca/X86/SkylakeServer/resources-x86_64.s | 378 ++++++++++++++++++++-
test/tools/llvm-mca/X86/Znver1/resources-x86_64.s | 378 ++++++++++++++++++++-
8 files changed, 3016 insertions(+), 8 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 31c05028516 Daily bump.
new 0649f97cd19 [openacc, testsuite] Fix undefined behaviour in atomic_capture-1.c
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:
libgomp/ChangeLog | 7 +++++++
.../libgomp.oacc-c-c++-common/atomic_capture-1.c | 19 +++++++++----------
2 files changed, 16 insertions(+), 10 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 519e2e52fa1 [X86] Add suffixes to the LGDT/LIDT/SGDT/SIDT mnemonics in [...]
new 8784c51c371 [NFC][LV][LoopUtil] Move LoopVectorizationLegality to its own 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:
.../Vectorize/LoopVectorizationLegality.h | 482 +++++++
lib/Transforms/Vectorize/CMakeLists.txt | 1 +
.../Vectorize/LoopVectorizationLegality.cpp | 1068 ++++++++++++++
lib/Transforms/Vectorize/LoopVectorize.cpp | 1462 +-------------------
4 files changed, 1557 insertions(+), 1456 deletions(-)
create mode 100644 include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
create mode 100644 lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.