This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_27-branch
in repository binutils-gdb.
from 8d1a739 Support -pie for aarch64*-elf targets.
new 7bb2fa7 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 llvm.
from c43677a AMDGPU: Add more tests for LDS size with occupancy
new df483ab Revert r276136 "Use ValueOffsetPair to enhance value reuse du [...]
new f799c70 AMDGPU: Use rcp for fdiv 1, x with fpmath metadata
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:
include/llvm/Analysis/ScalarEvolution.h | 23 +-----
include/llvm/Analysis/ScalarEvolutionExpander.h | 3 +-
lib/Analysis/ScalarEvolution.cpp | 82 +++++--------------
lib/Analysis/ScalarEvolutionExpander.cpp | 31 ++++----
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 2 +-
.../scev-expander-existing-value-offset.ll | 44 -----------
test/CodeGen/AMDGPU/amdgpu-codegenprepare.ll | 8 +-
test/CodeGen/AMDGPU/rcp-pattern.ll | 91 +++++++++++++++++++++-
test/CodeGen/AMDGPU/reciprocal.ll | 13 ----
9 files changed, 131 insertions(+), 166 deletions(-)
delete mode 100644 test/Analysis/ScalarEvolution/scev-expander-existing-value-offset.ll
delete mode 100644 test/CodeGen/AMDGPU/reciprocal.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 binutils-gdb.
from 6598661 Fix PR server/20414 - x32 gdbserver always crashes inferior
new 293acfa Wean gdb and sim off private libbfd.h header
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 | 7 +++++++
gdb/amd64-darwin-tdep.c | 1 -
gdb/i386-darwin-tdep.c | 1 -
gdb/rs6000-nat.c | 1 -
gdb/rs6000-tdep.c | 1 -
sim/aarch64/ChangeLog | 4 ++++
sim/aarch64/memory.c | 1 -
sim/rl78/ChangeLog | 5 +++++
sim/rl78/load.c | 5 ++---
sim/rx/ChangeLog | 5 +++++
sim/rx/load.c | 5 ++---
11 files changed, 25 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 llvm.
from c1cc7ba9 [docs] Fix a sphinx error in llvm-cov.rst
new c43677a AMDGPU: Add more tests for LDS size with occupancy
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:
.../AMDGPU/large-work-group-promote-alloca.ll | 151 ++++++++++++++++++++-
1 file changed, 149 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 llvm.
from 53397d1 Retry: [llvm-cov] Add support for exporting coverage data to JSON
new 8cbfb09 AMDGPU: Use implicit_def for selecting anyext
new c1cc7ba9 [docs] Fix a sphinx error in llvm-cov.rst
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:
docs/CommandGuide/llvm-cov.rst | 4 ++++
lib/Target/AMDGPU/SIInstructions.td | 11 +++++++----
2 files changed, 11 insertions(+), 4 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 aaba6ed docs: Add reference to type metadata to langref.
new 53397d1 Retry: [llvm-cov] Add support for exporting coverage data to JSON
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/CommandGuide/llvm-cov.rst | 29 ++
.../llvm-cov/Inputs/binary-formats.canonical.json | 38 ++
test/tools/llvm-cov/Inputs/highlightedRanges.json | 53 +++
.../tools/llvm-cov/Inputs/lineExecutionCounts.json | 38 ++
test/tools/llvm-cov/Inputs/regionMarkers.json | 37 ++
test/tools/llvm-cov/Inputs/showExpansions.json | 51 +++
test/tools/llvm-cov/Inputs/universal-binary.json | 36 ++
test/tools/llvm-cov/binary-formats.c | 4 +
test/tools/llvm-cov/showExpansions.cpp | 1 +
test/tools/llvm-cov/showHighlightedRanges.cpp | 2 +
test/tools/llvm-cov/showLineExecutionCounts.cpp | 2 +
test/tools/llvm-cov/showRegionMarkers.cpp | 2 +
test/tools/llvm-cov/universal-binary.c | 2 +
tools/llvm-cov/CMakeLists.txt | 1 +
tools/llvm-cov/CodeCoverage.cpp | 36 +-
tools/llvm-cov/CoverageExporterJson.cpp | 418 +++++++++++++++++++++
tools/llvm-cov/llvm-cov.cpp | 12 +-
17 files changed, 758 insertions(+), 4 deletions(-)
create mode 100644 test/tools/llvm-cov/Inputs/binary-formats.canonical.json
create mode 100644 test/tools/llvm-cov/Inputs/highlightedRanges.json
create mode 100644 test/tools/llvm-cov/Inputs/lineExecutionCounts.json
create mode 100644 test/tools/llvm-cov/Inputs/regionMarkers.json
create mode 100644 test/tools/llvm-cov/Inputs/showExpansions.json
create mode 100644 test/tools/llvm-cov/Inputs/universal-binary.json
create mode 100644 tools/llvm-cov/CoverageExporterJson.cpp
--
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 18928e6 gcc/testsuite/ChangeLog: * gcc.dg/atomic/pr71675.c: Replace [...]
new 5e07497 2016-07-22 Steven G. Kargl <kargl(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/fortran/ChangeLog | 5 +++++
gcc/fortran/class.c | 14 ++++++++------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr71862.f90 | 16 ++++++++++++++++
4 files changed, 34 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71862.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 llvm.
from 63d80be Revert "[llvm-cov] Add support for exporting coverage data to JSON"
new aaba6ed docs: Add reference to type metadata to langref.
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/LangRef.rst | 4 ++++
1 file changed, 4 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 ad0f5f6 MIRParser: Use dot instead of colon to mark subregisters
new 63d80be Revert "[llvm-cov] Add support for exporting coverage data to JSON"
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/CommandGuide/llvm-cov.rst | 29 --
.../llvm-cov/Inputs/binary-formats.canonical.json | 38 --
test/tools/llvm-cov/Inputs/highlightedRanges.json | 53 ---
.../tools/llvm-cov/Inputs/lineExecutionCounts.json | 38 --
test/tools/llvm-cov/Inputs/regionMarkers.json | 37 --
test/tools/llvm-cov/Inputs/showExpansions.json | 51 ---
test/tools/llvm-cov/Inputs/universal-binary.json | 36 --
test/tools/llvm-cov/binary-formats.c | 4 -
test/tools/llvm-cov/showExpansions.cpp | 1 -
test/tools/llvm-cov/showHighlightedRanges.cpp | 1 -
test/tools/llvm-cov/showLineExecutionCounts.cpp | 4 -
test/tools/llvm-cov/showRegionMarkers.cpp | 2 -
test/tools/llvm-cov/universal-binary.c | 2 -
tools/llvm-cov/CMakeLists.txt | 1 -
tools/llvm-cov/CodeCoverage.cpp | 36 +-
tools/llvm-cov/CoverageExporterJson.cpp | 418 ---------------------
tools/llvm-cov/llvm-cov.cpp | 12 +-
17 files changed, 4 insertions(+), 759 deletions(-)
delete mode 100644 test/tools/llvm-cov/Inputs/binary-formats.canonical.json
delete mode 100644 test/tools/llvm-cov/Inputs/highlightedRanges.json
delete mode 100644 test/tools/llvm-cov/Inputs/lineExecutionCounts.json
delete mode 100644 test/tools/llvm-cov/Inputs/regionMarkers.json
delete mode 100644 test/tools/llvm-cov/Inputs/showExpansions.json
delete mode 100644 test/tools/llvm-cov/Inputs/universal-binary.json
delete mode 100644 tools/llvm-cov/CoverageExporterJson.cpp
--
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 f57cf2f [llvm-cov] Add support for exporting coverage data to JSON
new ad0f5f6 MIRParser: Use dot instead of colon to mark subregisters
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/MIRParser/MILexer.cpp | 11 +-
lib/CodeGen/MIRParser/MILexer.h | 1 +
lib/CodeGen/MIRParser/MIParser.cpp | 6 +-
lib/CodeGen/MIRPrinter.cpp | 2 +-
test/CodeGen/AMDGPU/detect-dead-lanes.mir | 138 ++++++++++-----------
test/CodeGen/AMDGPU/liveness.mir | 8 +-
test/CodeGen/AMDGPU/rename-independent-subregs.mir | 24 ++--
.../MIR/X86/expected-subregister-after-colon.mir | 4 +-
test/CodeGen/MIR/X86/subreg-on-physreg.mir | 2 +-
test/CodeGen/MIR/X86/subregister-operands.mir | 4 +-
test/CodeGen/MIR/X86/unknown-subregister-index.mir | 2 +-
unittests/MI/LiveIntervalTest.cpp | 8 +-
12 files changed, 109 insertions(+), 101 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.