This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 7fb27aab5 [MachO] Add missing byte-swaps when reading dyld_info
new 912219ea5 [LTO] Add a test for ThinLTO + --wrap.
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/ELF/lto/wrap-1.ll | 7 +++++++
test/ELF/lto/wrap-2.ll | 14 ++++++++++++++
2 files changed, 21 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 gcc.
from b3f0e7fb352 gcc/ChangeLog:
new 51409254bca gcc/testsuite/ChangeLog:
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.target/powerpc/builtins-1-p9-runnable.c | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-1-p9-runnable.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 llvm.
from f9327929eb5 [AMDGPU] Assembler: refactor convert methods (VOP3 and MIMG)
new 94fdc9b4580 [ARM] Implement interleaved access bug fix from r306334
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/ARM/ARMISelLowering.cpp | 4 ++-
.../InterleavedAccess/ARM/interleaved-accesses.ll | 29 ++++++++++++++++++++++
2 files changed, 32 insertions(+), 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 gcc.
from 95f09db74f2 Support for the SPARC M8 cpu.
new b3f0e7fb352 gcc/ChangeLog:
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 | 13 +++++++++++++
gcc/config/rs6000/altivec.h | 1 +
gcc/config/rs6000/altivec.md | 18 ++++++++++++++++++
gcc/config/rs6000/rs6000-builtin.def | 2 ++
gcc/config/rs6000/rs6000-c.c | 4 ++++
gcc/doc/extend.texi | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
7 files changed, 45 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 hjl/pr81313/master
in repository gcc.
discards 1776cc8c5e8 Don't align the stack
new 1b6b2dd34ec Don't align the stack
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1776cc8c5e8)
\
N -- N -- N refs/heads/hjl/pr81313/master (1b6b2dd34ec)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/config/i386/i386.c | 96 +++++++++++++++++++++++---------------------------
1 file changed, 44 insertions(+), 52 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.
Diana Picus pushed a change to branch python
in repository toolchain/llvm/linaro-scripts.
from 3601bea Factor out common test primitives. NFCI.
new efc7bda [llvmpush] Add llvm push
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:
modules/llvm.py | 86 ++++++++++++--
scripts/llvm.py | 25 +++-
tests/cli/llvmtestcase.py | 29 +++--
tests/cli/testllvmprojects.py | 4 +
tests/cli/testllvmpush.py | 166 ++++++++++++++++++++++++++
tests/unittests/testllvmsourceconfig.py | 85 +++++++++++---
tests/unittests/testpush.py | 200 ++++++++++++++++++++++++++++++++
7 files changed, 557 insertions(+), 38 deletions(-)
create mode 100644 tests/cli/testllvmpush.py
create mode 100644 tests/unittests/testpush.py
--
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 9e2c69ffc Revert r307342, r307343.
new 922a96fd9 Fix-up for r307307: vm_info.max_address is the first non-addr [...]
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/sanitizer_common/sanitizer_mac.cc | 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 b1044ac0c1b [x86] add SBB optimization for SETAE (uge) condition code
new 2e124626b48 Fix variable names. NFC.
new f9327929eb5 [AMDGPU] Assembler: refactor convert methods (VOP3 and MIMG)
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/DebugInfo/DWARF/DWARFContext.cpp | 36 +++---
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 164 ++++++++----------------
lib/Target/AMDGPU/VOPInstructions.td | 18 +--
3 files changed, 75 insertions(+), 143 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 4e30188c4 [ELF] Add call to assignAddresses() before createThunks() [NFC]
new 7fb27aab5 [MachO] Add missing byte-swaps when reading dyld_info
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/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.