This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 54711ae Skip scanRelocs for non-alloc sections.
new d8ed0c0 Use a single context for lto.
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:
ELF/Driver.cpp | 8 +++++++-
ELF/Driver.h | 1 +
ELF/InputFiles.cpp | 5 ++---
ELF/InputFiles.h | 1 +
ELF/LTO.cpp | 14 ++++----------
ELF/LTO.h | 2 --
6 files changed, 15 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 3ba7927 AMDGPU: Fix mishandling array allocations when promoting alloca
new 6af1d8f Reset the TopRPTracker's position in ScheduleDAGMILive::initQueues
new 4030c6e Remove doInitialization() and doFinalization() member declara [...]
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/CodeGen/MachineScheduler.h | 4 +
lib/CodeGen/MachineScheduler.cpp | 16 ++-
lib/IR/LegacyPassManager.cpp | 16 ---
test/CodeGen/Hexagon/misched-top-rptracker-sync.ll | 151 +++++++++++++++++++++
4 files changed, 166 insertions(+), 21 deletions(-)
create mode 100644 test/CodeGen/Hexagon/misched-top-rptracker-sync.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 ddd2a3d Implement C++17 [[nodiscard]] attribute.
new fc3cb33 * gdbinit.in: Skip line-map.h.
new 11bc289 2016-04-28 Joern Rennecke <joern.rennecke(a)embecosm.com> [...]
new 2940fc4 * config/i386/i386.md (peephole2s for operations with memory [...]
new 50075d7 compiler: Export String_index_expression.
new 1a60079 2016-04-28 Andrew Burgess <andrew.burgess(a)embecosm.com>
The 5 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 | 19 +++++++
gcc/config/arc/arc.c | 12 ++---
gcc/config/i386/i386.md | 86 +++++++++++++-------------------
gcc/gdbinit.in | 3 ++
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 61 +---------------------
gcc/go/gofrontend/expressions.h | 74 +++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 9 ++++
gcc/testsuite/gcc.target/arc/movh_cl-1.c | 27 ++++++++++
gcc/testsuite/gcc.target/arc/nps400-1.c | 23 +++++++++
10 files changed, 196 insertions(+), 120 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arc/movh_cl-1.c
create mode 100644 gcc/testsuite/gcc.target/arc/nps400-1.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 406f475 * ChangeLog: Remove duplicate entry.
new 87f8e12 sbitmap: Remove popcount
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 | 34 ++++++++++++
gcc/cfganal.c | 8 ---
gcc/sbitmap.c | 167 ++--------------------------------------------------------
gcc/sbitmap.h | 6 ---
4 files changed, 39 insertions(+), 176 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 b116cf6 Fix builds broken in r267910.
new 3ba7927 AMDGPU: Fix mishandling array allocations when promoting alloca
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/AMDGPU/AMDGPUPromoteAlloca.cpp | 4 +-
test/CodeGen/AMDGPU/array-ptr-calc-i32.ll | 12 +++---
test/CodeGen/AMDGPU/indirect-private-64.ll | 20 ++++-----
.../AMDGPU/promote-alloca-array-allocation.ll | 50 ++++++++++++++++++++++
4 files changed, 69 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/promote-alloca-array-allocation.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 lld.
from c8264db Rename isRelRelative
new 54711ae Skip scanRelocs for non-alloc sections.
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:
ELF/InputSection.cpp | 42 +++++++++++++++++++++++++++++++++++++++++
ELF/InputSection.h | 3 +++
ELF/Writer.cpp | 29 ++++++++++------------------
test/ELF/relocation-non-alloc.s | 2 +-
4 files changed, 56 insertions(+), 20 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 5a4980b rs6000: Rename insn_chain_scanned_p to spe_insn_chain_scanned_p
new a22e420 2016-04-28 Joern Rennecke <joern.rennecke(a)embecosm.com> [...]
new 406f475 * ChangeLog: Remove duplicate entry.
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/ChangeLog | 37 ++++++++--
gcc/config/arc/arc.c | 20 ++++++
gcc/config/arc/arc.h | 9 +++
gcc/config/arc/arc.md | 115 +++++++++++++++++--------------
gcc/config/arc/arc.opt | 8 +++
gcc/config/arc/constraints.md | 14 +++-
gcc/config/arc/predicates.md | 19 +++++
gcc/testsuite/ChangeLog | 13 ++++
gcc/testsuite/gcc.target/arc/cmem-1.c | 10 +++
gcc/testsuite/gcc.target/arc/cmem-2.c | 10 +++
gcc/testsuite/gcc.target/arc/cmem-3.c | 10 +++
gcc/testsuite/gcc.target/arc/cmem-4.c | 10 +++
gcc/testsuite/gcc.target/arc/cmem-5.c | 10 +++
gcc/testsuite/gcc.target/arc/cmem-6.c | 10 +++
gcc/testsuite/gcc.target/arc/cmem-7.c | 26 +++++++
gcc/testsuite/gcc.target/arc/cmem-ld.inc | 16 +++++
gcc/testsuite/gcc.target/arc/cmem-st.inc | 18 +++++
17 files changed, 297 insertions(+), 58 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arc/cmem-1.c
create mode 100644 gcc/testsuite/gcc.target/arc/cmem-2.c
create mode 100644 gcc/testsuite/gcc.target/arc/cmem-3.c
create mode 100644 gcc/testsuite/gcc.target/arc/cmem-4.c
create mode 100644 gcc/testsuite/gcc.target/arc/cmem-5.c
create mode 100644 gcc/testsuite/gcc.target/arc/cmem-6.c
create mode 100644 gcc/testsuite/gcc.target/arc/cmem-7.c
create mode 100644 gcc/testsuite/gcc.target/arc/cmem-ld.inc
create mode 100644 gcc/testsuite/gcc.target/arc/cmem-st.inc
--
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 d41672f Add "PIE Level" metadata to module flags.
new b116cf6 Fix builds broken in r267910.
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/IR/DiagnosticInfo.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 clang.
from 2988dcc Make the test exercise all paths modified in r267746.
new 32ef06a Fix use of uninitialized value exposed by r267802. Accessors [...]
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/SourceLocation.h | 8 ++++----
lib/Basic/SourceManager.cpp | 8 +++++---
lib/Frontend/DiagnosticRenderer.cpp | 3 ++-
lib/Frontend/TextDiagnostic.cpp | 6 +++---
4 files changed, 14 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.