This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 005bfb8 [RegAllocGreedy] Fix the list of NewVRegs for last chance rec [...]
new df9dcaf [safestack] Fix assertion failure in stack coloring.
new 8f824fe AMDGPU: Allow some control flow intrinsics to be CSEd
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:
lib/CodeGen/SafeStackColoring.cpp | 10 +--
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp | 3 +
lib/Target/AMDGPU/SIISelLowering.cpp | 64 ++++++++++++-----
lib/Target/AMDGPU/SIInstrFormats.td | 3 +
lib/Target/AMDGPU/SIInstructions.td | 23 +++++-
lib/Target/AMDGPU/SIIntrinsics.td | 14 ++--
test/CodeGen/AMDGPU/multilevel-break.ll | 106 +++++++++++++++++++++++-----
test/Transforms/SafeStack/coloring2.ll | 39 ++++++++++
8 files changed, 215 insertions(+), 47 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 clang.
from dca2f8e Introduce inline assembly parsing test is PR30372.
new 8a76d47 CodeGen: Add more checks to nobuiltin.c test, add a negative test.
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/nobuiltin.c | 12 +++++++-----
1 file changed, 7 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 gcc.
from 9480a61 * recog.c (rest_of_handle_split_after_reload): Delete. (pas [...]
new 6cb462a Fix typo in Libstdc++ Profile Mode docs
new 6f97196 Fix documentation for overflow-checking builtins
new 984335d Remove bogus entry in ChangeLog added by git-svn
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/doc/html/manual/profile_mode_devel.html | 4 ++--
libstdc++-v3/doc/xml/manual/profile_mode.xml | 2 +-
3 files changed, 8 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 llvm.
from 3a74bac AMDGPU: Use SOPK compare instructions
new 77361ae AMDGPU: Refactor kernel argument lowering
new 12bac3e [RegAllocGreedy] Fix an assertion and condition when last cha [...]
new 005bfb8 [RegAllocGreedy] Fix the list of NewVRegs for last chance rec [...]
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:
lib/CodeGen/RegAllocGreedy.cpp | 29 ++++++-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 131 +++++++++++++++++++++++--------
lib/Target/AMDGPU/AMDGPUISelLowering.h | 12 +--
lib/Target/AMDGPU/R600ISelLowering.cpp | 8 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 10 +--
test/CodeGen/AMDGPU/v1i64-kernel-arg.ll | 2 -
6 files changed, 134 insertions(+), 58 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 59183b9 [InstCombine] allow vector types for constant folding / compu [...]
new 1961591 AMDGPU/SI: Add support for triples with the mesa3d operating system
new 3a74bac AMDGPU: Use SOPK compare instructions
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:
lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 4 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 10 +-
lib/Target/AMDGPU/SIDefines.h | 3 +-
lib/Target/AMDGPU/SIFrameLowering.cpp | 6 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 8 +-
lib/Target/AMDGPU/SIInstrFormats.td | 5 +
lib/Target/AMDGPU/SIInstrInfo.cpp | 15 +
lib/Target/AMDGPU/SIInstrInfo.h | 11 +
lib/Target/AMDGPU/SIInstrInfo.td | 45 +-
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 2 +-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 3 +-
lib/Target/AMDGPU/SIShrinkInstructions.cpp | 64 +++
lib/Target/AMDGPU/SOPInstructions.td | 60 ++-
.../AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 16 +-
test/CodeGen/AMDGPU/llvm.amdgcn.workgroup.id.ll | 103 ++--
test/CodeGen/AMDGPU/llvm.amdgcn.workitem.id.ll | 12 +-
test/CodeGen/AMDGPU/si-annotate-cf.ll | 2 +-
test/CodeGen/AMDGPU/sopk-compares.ll | 573 +++++++++++++++++++++
19 files changed, 815 insertions(+), 129 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/sopk-compares.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 binutils-2_26-branch
in repository binutils-gdb.
from d45d94d PowerPC64 ld segfault with code in non-executable sections
new a5ffb99 Backport lastest POWER9 support to match final ISA 3.0 docume [...]
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 | 11 +++++++++++
gas/testsuite/gas/ppc/power9.d | 35 ++++-------------------------------
gas/testsuite/gas/ppc/power9.s | 41 +++++++----------------------------------
opcodes/ChangeLog | 19 +++++++++++++++++++
opcodes/ppc-opc.c | 29 +++++++----------------------
5 files changed, 48 insertions(+), 87 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 d58661c [gcc]
new 2e35c3b Fix documentation for overflow-checking builtins
new 9480a61 * recog.c (rest_of_handle_split_after_reload): Delete. (pas [...]
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 | 11 +++++++++++
gcc/doc/extend.texi | 12 ++++++------
gcc/recog.c | 27 +++++++++++++++------------
3 files changed, 32 insertions(+), 18 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 gcc-6-branch
in repository gcc.
from 897610e 2016-09-16 David Edelsohn <dje.gcc(a)gmail.com>
new 82c51b4 Fix documentation for overflow-checking builtins
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 | 5 +++++
gcc/doc/extend.texi | 12 ++++++------
2 files changed, 11 insertions(+), 6 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 gcc-5-branch
in repository gcc.
from 3906992 Daily bump.
new 7055e09 Fix documentation for overflow-checking builtins
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 | 5 +++++
gcc/doc/extend.texi | 12 ++++++------
2 files changed, 11 insertions(+), 6 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 lld.
from d9a49aa Rename SortSectionPolicy::IgnoreConfig to None.
new b680a0a Put SHF_ALLOC sections first, even with linker scripts.
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/LinkerScript.cpp | 43 +++++++++++++++++++++++++++++++++------
ELF/Writer.cpp | 17 +++++-----------
test/ELF/linkerscript/non-alloc.s | 9 ++++----
test/ELF/linkerscript/sections.s | 15 +++++++-------
4 files changed, 54 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.