This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.0-branch
in repository binutils-gdb.
from fc66b518aa Automatic date update in version.in
new 769571f5f9 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_29-branch
in repository binutils-gdb.
from fb4acfb014 Automatic date update in version.in
new 58bae49991 Automatic date update in version.in
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:
bfd/version.h | 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 glibc.
from c48831d0ee linux/x86: sync sys/ptrace.h with Linux 4.14 [BZ #22433]
new 3e3c904dae elf: Check for empty tokens before dynamic string token expa [...]
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 | 10 ++++++++++
NEWS | 4 ++++
elf/dl-load.c | 49 +++++++++++++++++++++++++++++++++----------------
3 files changed, 47 insertions(+), 16 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 0ac7cdd800a Added support for reading configuration files
new 7f276b9a88b Test fix after r321575
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/CodeGen/AMDGPU/indirect-addressing-si.ll | 5 ++---
1 file changed, 2 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 1aa46038ebf * config/i386/sse.md (vgf2p8affineinvqb_<mode><mask_name>, [...]
new 5458c8298f9 Prune removed funcs from offload table
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 | 10 +++++++
gcc/lto-streamer-out.c | 32 ++++++++++++++++++++++
gcc/omp-expand.c | 6 +++-
libgomp/ChangeLog | 6 ++++
libgomp/testsuite/libgomp.c-c++-common/pr83046.c | 25 +++++++++++++++++
.../testsuite/libgomp.oacc-c-c++-common/pr83046.c | 25 +++++++++++++++++
6 files changed, 103 insertions(+), 1 deletion(-)
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/pr83046.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr83046.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 gcc.
from 57fe75a56bd Fix filename in ChangeLog entry for r256042
new 1aa46038ebf * config/i386/sse.md (vgf2p8affineinvqb_<mode><mask_name>, [...]
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 | 17 +++
gcc/config/i386/sse.md | 299 +++++++++++++++++++++++++------------------------
2 files changed, 171 insertions(+), 145 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 66f3fb9facb Use phi ranges to simplify code. No functionality change intended.
new 0ac7cdd800a Added support for reading configuration files
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/Support/CommandLine.h | 27 +++++++
lib/Support/CommandLine.cpp | 48 ++++++++++++
unittests/Support/CommandLineTest.cpp | 133 ++++++++++++++++++++++++++++++++++
3 files changed, 208 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 d771b00e329 [X86][SSE] Add PR30780 test cases
new 66f3fb9facb Use phi ranges to simplify code. No functionality change intended.
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/Analysis/ScalarEvolution.cpp | 24 ++--
lib/Analysis/ScalarEvolutionExpander.cpp | 29 ++---
lib/CodeGen/CodeGenPrepare.cpp | 58 ++++------
lib/CodeGen/SelectionDAG/FastISel.cpp | 12 +-
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 14 +--
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 12 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 10 +-
lib/CodeGen/WinEHPrepare.cpp | 26 ++---
lib/IR/Verifier.cpp | 23 ++--
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 11 +-
lib/Transforms/Coroutines/CoroSplit.cpp | 8 +-
lib/Transforms/Scalar/CallSiteSplitting.cpp | 11 +-
lib/Transforms/Scalar/GVNSink.cpp | 8 +-
lib/Transforms/Scalar/IndVarSimplify.cpp | 21 ++--
.../Scalar/InductiveRangeCheckElimination.cpp | 54 +++------
lib/Transforms/Scalar/JumpThreading.cpp | 7 +-
lib/Transforms/Scalar/LoopDeletion.cpp | 17 +--
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 27 ++---
lib/Transforms/Scalar/LoopUnswitch.cpp | 14 +--
lib/Transforms/Scalar/SCCP.cpp | 6 +-
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 34 ++----
lib/Transforms/Utils/BasicBlockUtils.cpp | 26 ++---
lib/Transforms/Utils/BreakCriticalEdges.cpp | 11 +-
lib/Transforms/Utils/CallPromotionUtils.cpp | 22 ++--
lib/Transforms/Utils/CloneFunction.cpp | 12 +-
lib/Transforms/Utils/LoopUnroll.cpp | 20 ++--
lib/Transforms/Utils/LoopUnrollRuntime.cpp | 50 ++++-----
lib/Transforms/Utils/LoopUtils.cpp | 14 +--
lib/Transforms/Utils/SSAUpdater.cpp | 8 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 122 +++++++++------------
lib/Transforms/Vectorize/LoopVectorize.cpp | 54 +++------
31 files changed, 289 insertions(+), 476 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.