This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ce9eebb LangRef: Note expectations when loading with extra alignment
new b4b586b [LLE] New test to check that no versioning for symbolic strid [...]
new 4edb79d AMDGPU: Add v_mad 16-bit instructions definition.
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/SIInstrInfo.td | 3 +++
lib/Target/AMDGPU/VIInstructions.td | 8 ++++++++
.../LoopLoadElim/{backward.ll => symbolic-stride.ll} | 19 +++++++++++--------
3 files changed, 22 insertions(+), 8 deletions(-)
copy test/Transforms/LoopLoadElim/{backward.ll => symbolic-stride.ll} (62%)
--
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 a87b95f Early return. NFC.
new 7f33d12 Early return. NFC.
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/Target.cpp | 21 ++++++++-------------
1 file changed, 8 insertions(+), 13 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from c581e19 Add option to build a certain target (and -h option)
new 600c05a Allow people to clone from the RO repo
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:
helpers/llvm-common | 2 +-
helpers/llvm-prepare | 4 ++--
2 files changed, 3 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 bf43bfa Revert r272891 "[JumpThreading] Prevent dangling pointer prob [...]
new ce9eebb LangRef: Note expectations when loading with extra alignment
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 | 16 ++++++++++++++--
1 file changed, 14 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 lldb.
from 20f1685 xfail TestWithModuleDebugging.py on macOS
new 1eac708 Allow installing watchpoints at less than 8-byte alligned add [...]
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:
.../watchpoint_size}/Makefile | 0
.../watchpoint_size/TestWatchpointSizes.py | 117 +++++++++++++++++++++
.../watchpoint/watchpoint_size/main.c | 66 ++++++++++++
.../Linux/NativeRegisterContextLinux_arm64.cpp | 40 ++++++-
.../Linux/NativeRegisterContextLinux_arm64.h | 5 +
.../Process/gdb-remote/ProcessGDBRemote.cpp | 3 +-
6 files changed, 227 insertions(+), 4 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/{breakpoint/breakpoint_ignore_ [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/watchpoint/watch [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/watchpoint/watch [...]
--
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 8ccbd8b Rename PltZero -> PltHeader.
new a87b95f Early return. NFC.
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/Target.cpp | 23 +++++++++++------------
1 file changed, 11 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 71b1fed [PATCH] Fix RuntimeDyldCOFFI386 to handle relocations with a [...]
new bf43bfa Revert r272891 "[JumpThreading] Prevent dangling pointer prob [...]
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/Analysis/BranchProbabilityInfo.h | 6 +-----
include/llvm/Transforms/Scalar/JumpThreading.h | 2 --
include/llvm/Transforms/Utils/Local.h | 7 +------
lib/Analysis/BranchProbabilityInfo.cpp | 8 --------
lib/Transforms/Scalar/JumpThreading.cpp | 16 ++++------------
lib/Transforms/Utils/Local.cpp | 6 +-----
.../JumpThreading/dangling-pointers-in-bpi.ll | 19 -------------------
unittests/Analysis/BlockFrequencyInfoTest.cpp | 7 -------
8 files changed, 7 insertions(+), 64 deletions(-)
delete mode 100644 test/Transforms/JumpThreading/dangling-pointers-in-bpi.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 73a2bb2 Eliminate unnecessary call of SymbolBody::getPltVA.
new 8ccbd8b Rename PltZero -> PltHeader.
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/OutputSections.cpp | 6 +++---
ELF/Symbols.cpp | 2 +-
ELF/Target.cpp | 34 +++++++++++++++++-----------------
ELF/Target.h | 4 ++--
4 files changed, 23 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 gcc-6-branch
in repository gcc.
from 1355a19 PR target/71554 * gcc.c-torture/execute/pr71554.c: New test.
new e58867f 2016-06-16 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-2.c | 3 ++-
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.c | 3 ++-
3 files changed, 12 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 b727933 Don't print (PLT) on arm.
new 71b1fed [PATCH] Fix RuntimeDyldCOFFI386 to handle relocations with a [...]
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:
.../RuntimeDyld/Targets/RuntimeDyldCOFFI386.h | 24 +++++++++++++++++++---
test/ExecutionEngine/RuntimeDyld/X86/COFF_i386.s | 13 ++++++++++++
2 files changed, 34 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.