This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 39984d5 [coverity] Fix uninit variable.
new 6cf5553 AMDGPU: Fix broken condition in hazard recognizer
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/GCNHazardRecognizer.cpp | 33 +++++++++++++++----------------
lib/Target/AMDGPU/GCNHazardRecognizer.h | 1 +
lib/Target/AMDGPU/SIInstrInfo.h | 8 ++++++++
3 files changed, 25 insertions(+), 17 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 5b435b5 [ELF] - Move template instantiations to the end of file. NFC.
new ab4c774 recommend using llvm-ar when finding undefined references and [...]
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/Config.h | 1 +
ELF/InputFiles.cpp | 6 +++++-
ELF/Relocations.cpp | 15 +++++++++++++--
3 files changed, 19 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 e596bd6 Fix alignment bugs in std::codecvt_utf16
new f746796 2017-03-17 Thomas Koenig <tkoenig(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:
libgfortran/ChangeLog | 17 +++++++++++++++++
libgfortran/generated/reshape_c10.c | 2 +-
libgfortran/generated/reshape_c16.c | 2 +-
libgfortran/generated/reshape_c4.c | 2 +-
libgfortran/generated/reshape_c8.c | 2 +-
libgfortran/generated/reshape_i16.c | 2 +-
libgfortran/generated/reshape_i4.c | 2 +-
libgfortran/generated/reshape_i8.c | 2 +-
libgfortran/generated/reshape_r10.c | 2 +-
libgfortran/generated/reshape_r16.c | 2 +-
libgfortran/generated/reshape_r4.c | 2 +-
libgfortran/generated/reshape_r8.c | 2 +-
libgfortran/m4/reshape.m4 | 2 +-
13 files changed, 29 insertions(+), 12 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 a754032 AMDGPU: Fix handling of constant phi input loop conditions
new 39984d5 [coverity] Fix uninit variable.
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/Transforms/Instrumentation/EfficiencySanitizer.cpp | 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 lldb.
from 80179ce executables should be validated before spawning subprocesses
new 5637a46 allow for specification of compiler/lldb executables basename
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:
packages/Python/lldbsuite/test/dotest.py | 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 33eb1b0 AMDGPU: Cleanup control flow intrinsics
new 6cfe632 [PGO] Change the internal options description. nfc.
new a754032 AMDGPU: Fix handling of constant phi input loop conditions
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/SIAnnotateControlFlow.cpp | 13 +-
.../Instrumentation/PGOInstrumentation.cpp | 8 +-
test/CodeGen/AMDGPU/loop_break.ll | 258 +++++++++++++++++++++
3 files changed, 271 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 d0f7ad8 [x86] clean up setcc with negated operand transform and add m [...]
new 33eb1b0 AMDGPU: Cleanup control flow intrinsics
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/IntrinsicsAMDGPU.td | 36 +++++++++++++++++++
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 5 +--
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 3 ++
lib/Target/AMDGPU/AMDGPUISelLowering.h | 6 ++++
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 28 +++++++++++++++
lib/Target/AMDGPU/AMDGPUIntrinsicInfo.cpp | 4 ---
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp | 54 ++++++++---------------------
lib/Target/AMDGPU/SIISelLowering.cpp | 43 ++++++++++-------------
lib/Target/AMDGPU/SIISelLowering.h | 2 +-
lib/Target/AMDGPU/SIInstructions.td | 23 +++++-------
lib/Target/AMDGPU/SIIntrinsics.td | 18 ----------
11 files changed, 116 insertions(+), 106 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 64543fd [X86] Emit fewer instructions to allocate >16GB stack frames
new d0f7ad8 [x86] clean up setcc with negated operand transform and add m [...]
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/X86ISelLowering.cpp | 29 ++++++++++++------------
test/CodeGen/X86/neg_cmp.ll | 46 ++++++++++++++++++++++++++++++--------
2 files changed, 52 insertions(+), 23 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 6082747 [PGO] Add omitted test cases.
new 64543fd [X86] Emit fewer instructions to allocate >16GB stack frames
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/X86FrameLowering.cpp | 103 +++++++++++++++++++++------------
test/CodeGen/X86/huge-stack-offset2.ll | 62 ++++++++++++++++++++
2 files changed, 128 insertions(+), 37 deletions(-)
create mode 100644 test/CodeGen/X86/huge-stack-offset2.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 compiler-rt.
from 4fdab5b Resubmit r295469 [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG i [...]
new b044070 [ubsan] Add e2e test for -fsanitize=nullability
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/ubsan/TestCases/Misc/nullability.c | 64 +++++++++++++++++++++++++++++++++
1 file changed, 64 insertions(+)
create mode 100644 test/ubsan/TestCases/Misc/nullability.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.