This is an automated email from the git hooks/post-receive script.
Andy Doan pushed a change to annotated tag andy-test
in repository toolchain/llvm/linaro-scripts.
at 54578dd (tag)
tagging 662105b973c7eb557c97a9f82568f4180c584ed6 (commit)
tagged by Andy Doan
on Mon Jun 13 11:40:40 2016 -0500
- Log -----------------------------------------------------------------
test by andy, delete
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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 binutils-gdb.
from 97f5015 MIPS/GAS: Don't convert RELA JALR relocations on R6
new ca8c86e Add 2 i386 tests to call IFUNC functions via GOT
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:
bfd/ChangeLog | 5 ++
bfd/elf32-i386.c | 21 +++---
ld/ChangeLog | 8 +++
ld/testsuite/ld-i386/i386.exp | 36 ++++++++++
.../ld-i386/{no-plt-main1.c => ifunc-1a.c} | 0
.../ld-i386/{no-plt-check1a.S => ifunc-1b.S} | 15 +++--
.../ld-i386/{no-plt-extern1a.S => ifunc-1c.S} | 20 +++---
ld/testsuite/ld-i386/ifunc-1d.S | 76 ++++++++++++++++++++++
8 files changed, 152 insertions(+), 29 deletions(-)
copy ld/testsuite/ld-i386/{no-plt-main1.c => ifunc-1a.c} (100%)
copy ld/testsuite/ld-i386/{no-plt-check1a.S => ifunc-1b.S} (78%)
copy ld/testsuite/ld-i386/{no-plt-extern1a.S => ifunc-1c.S} (65%)
create mode 100644 ld/testsuite/ld-i386/ifunc-1d.S
--
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 00091fa Fix CASE_CHAIN typos
new f447b94 added "PR bootstrap/71481" to r237383's 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 | 1 +
1 file changed, 1 insertion(+)
--
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.
Andy Doan pushed a change to annotated tag andy-test
in repository toolchain/llvm/linaro-scripts.
at 50f8f79 (tag)
tagging 662105b973c7eb557c97a9f82568f4180c584ed6 (commit)
tagged by Andy Doan
on Mon Jun 13 11:37:13 2016 -0500
- Log -----------------------------------------------------------------
test by andy, delete
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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 d5a0419 [sanitizer][esan] Add internal_sigaction_syscall
new 97a35f8 Revert "[sanitizer][esan] Add internal_sigaction_syscall"
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/esan/esan.cpp | 3 ---
lib/esan/esan_interceptors.cpp | 6 -----
lib/esan/working_set.cpp | 5 +---
lib/esan/working_set.h | 1 -
lib/sanitizer_common/CMakeLists.txt | 12 ----------
lib/sanitizer_common/sanitizer_linux.cc | 26 +--------------------
lib/sanitizer_common/sanitizer_linux.h | 4 ----
lib/sanitizer_common/sanitizer_linux_x86_64.S | 25 --------------------
test/esan/TestCases/workingset-early-fault.c | 33 ---------------------------
9 files changed, 2 insertions(+), 113 deletions(-)
delete mode 100644 lib/sanitizer_common/sanitizer_linux_x86_64.S
delete mode 100644 test/esan/TestCases/workingset-early-fault.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 4133ef3 In openFileForRead, attempt to fetch the actual name of the f [...]
new 760c36c AMDGPU/SI: Set INDEX_STRIDE for scratch coalescing
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/SIInstrInfo.cpp | 4 +++-
lib/Target/AMDGPU/SIInstrInfo.h | 5 +++--
test/CodeGen/AMDGPU/large-alloca-compute.ll | 4 ++--
test/CodeGen/AMDGPU/large-alloca-graphics.ll | 8 ++++----
test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll | 4 ++--
test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll | 4 ++--
6 files changed, 16 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.
unknown user pushed a change to branch master
in repository gcc.
from 82e1446 2016-06-13 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 00091fa Fix CASE_CHAIN typos
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/tree-cfg.c | 2 +-
gcc/tree.def | 2 +-
3 files changed, 7 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 603d680 [SystemZ] Enable index register memory constraints for inline ASM
new 8cd24fa AMDGPU: Fix post-RA verifier errors with trackLivenessAfterRegAlloc
new 4133ef3 In openFileForRead, attempt to fetch the actual name of the f [...]
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/Support/FileSystem.h | 9 +++-
lib/Support/Unix/Path.inc | 87 ++++++++++++++++++++++++++++++++++++++-
lib/Support/Windows/Path.inc | 46 ++++++++++++++++++++-
lib/Target/AMDGPU/SIInstrInfo.cpp | 30 +++++++-------
unittests/Support/Path.cpp | 57 +++++++++++++++++++++++++
5 files changed, 212 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 binutils-gdb.
from 815dc1b [ARC] Fix condition.
new 0c9663c MIPS/BFD: Update outdated comment about o32 R_MIPS_PC32 reloc [...]
new 97f5015 MIPS/GAS: Don't convert RELA JALR relocations on R6
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:
bfd/ChangeLog | 4 +++
bfd/elf32-mips.c | 6 ++--
gas/ChangeLog | 19 +++++++++++
gas/config/tc-mips.c | 12 ++++---
gas/testsuite/gas/mips/jal-svr4pic-local-n32.d | 33 +++++++++++++++++++
gas/testsuite/gas/mips/jal-svr4pic-local-n64.d | 37 ++++++++++++++++++++++
gas/testsuite/gas/mips/jal-svr4pic-local-newabi.s | 32 +++++++++++++++++++
gas/testsuite/gas/mips/jal-svr4pic-local.d | 31 ++++++++++++++++++
gas/testsuite/gas/mips/jal-svr4pic-local.s | 34 ++++++++++++++++++++
.../gas/mips/micromips(a)jal-svr4pic-local-n32.d | 33 +++++++++++++++++++
.../gas/mips/micromips(a)jal-svr4pic-local-n64.d | 37 ++++++++++++++++++++++
.../gas/mips/micromips(a)jal-svr4pic-local.d | 32 +++++++++++++++++++
gas/testsuite/gas/mips/mips.exp | 8 +++++
gas/testsuite/gas/mips/mips1(a)jal-svr4pic-local.d | 33 +++++++++++++++++++
gas/testsuite/gas/mips/r3000(a)jal-svr4pic-local.d | 6 ++++
15 files changed, 349 insertions(+), 8 deletions(-)
create mode 100644 gas/testsuite/gas/mips/jal-svr4pic-local-n32.d
create mode 100644 gas/testsuite/gas/mips/jal-svr4pic-local-n64.d
create mode 100644 gas/testsuite/gas/mips/jal-svr4pic-local-newabi.s
create mode 100644 gas/testsuite/gas/mips/jal-svr4pic-local.d
create mode 100644 gas/testsuite/gas/mips/jal-svr4pic-local.s
create mode 100644 gas/testsuite/gas/mips/micromips(a)jal-svr4pic-local-n32.d
create mode 100644 gas/testsuite/gas/mips/micromips(a)jal-svr4pic-local-n64.d
create mode 100644 gas/testsuite/gas/mips/micromips(a)jal-svr4pic-local.d
create mode 100644 gas/testsuite/gas/mips/mips1(a)jal-svr4pic-local.d
create mode 100644 gas/testsuite/gas/mips/r3000(a)jal-svr4pic-local.d
--
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 1ab321e [X86][AVX512F] bugfix - sqrtps should get __mask16 as mask parameter
new e3a1336 Warn when taking address of a packed member
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/DiagnosticSemaKinds.td | 3 +
lib/Sema/SemaExpr.cpp | 24 ++++++
test/Sema/address-packed.c | 126 +++++++++++++++++++++++++++++
test/SemaCXX/address-packed.cpp | 100 +++++++++++++++++++++++
4 files changed, 253 insertions(+)
create mode 100644 test/Sema/address-packed.c
create mode 100644 test/SemaCXX/address-packed.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.