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 0aa37b654c Support the fs_base and gs_base registers on FreeBSD/amd64 n [...]
new df2f63a6a0 Fixing for PR gold/21491 - Errata workaround can produce bro [...]
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:
gold/aarch64.cc | 222 +++++++++++++++++++++++++++++++++-----------------------
1 file changed, 132 insertions(+), 90 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 2e2081eea24 Revert "AMDGPU: Do not test for SI in getIsaVersion"
new ad68aabcad5 [mips][mt][1/7] Add the MT ASE as a subtarget feature.
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/Mips/AsmParser/MipsAsmParser.cpp | 3 +++
lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h | 2 ++
lib/Target/Mips/Mips.td | 2 ++
lib/Target/Mips/MipsSubtarget.cpp | 3 ++-
lib/Target/Mips/MipsSubtarget.h | 4 ++++
test/MC/Mips/mt/abiflag.s | 10 ++++++++++
6 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 test/MC/Mips/mt/abiflag.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 openmp.
from 0a8f95d Add a .arcconfig file for openmp.
new 4d238bd Rename z_Linux_asm.s to z_Linux_asm.S
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:
runtime/src/CMakeLists.txt | 2 +-
runtime/src/{z_Linux_asm.s => z_Linux_asm.S} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
rename runtime/src/{z_Linux_asm.s => z_Linux_asm.S} (99%)
--
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 75890a7f285 [X86][LLVM]Expanding Supports lowerInterleavedStore() in X8 [...]
new 2e2081eea24 Revert "AMDGPU: Do not test for SI in getIsaVersion"
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/Utils/AMDGPUBaseInfo.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 glibc.
from ed421fca42 Avoid backtrace from __stack_chk_fail [BZ #12189]
new 4de0cb2e9a powerpc64le: Iterate over all object suffixes when appending [...]
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:
ChangeLog | 6 ++++++
sysdeps/powerpc/powerpc64le/Makefile | 14 ++++++++++----
2 files changed, 16 insertions(+), 4 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 5cc2236f0f1 [Support] - Add bad alloc error handler for handling alloca [...]
new c3676c8ea95 [Hexagon] Do not rely on callee-saved info in hasFP
new 2d2fec383bb [LoopUnrollRuntime] Avoid multi-exit nested loop with epilo [...]
new 75890a7f285 [X86][LLVM]Expanding Supports lowerInterleavedStore() in X8 [...]
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/Target/Hexagon/HexagonFrameLowering.cpp | 14 +-
lib/Target/Hexagon/HexagonISelLowering.cpp | 9 +-
lib/Transforms/Utils/LoopUnrollRuntime.cpp | 12 +-
test/CodeGen/Hexagon/hasfp-crash1.ll | 82 ++++++++
test/CodeGen/Hexagon/hasfp-crash2.ll | 83 ++++++++
test/CodeGen/X86/x86-interleaved-access.ll | 211 ++++++++++++++-------
.../LoopUnroll/runtime-loop-multiple-exits.ll | 44 +++++
7 files changed, 372 insertions(+), 83 deletions(-)
create mode 100644 test/CodeGen/Hexagon/hasfp-crash1.ll
create mode 100644 test/CodeGen/Hexagon/hasfp-crash2.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 lnt.
from 800c358 Revert "Use yaml schema mechanism to describe compile suite"
new 7c86c86 Fix unexpected keyword argument 'iterable_as_array'
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:
lnt/server/ui/app.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 binutils-gdb.
from 61a0857c0f Support single digit GCC version
new 48aeef91c2 Include the fs_base and gs_base registers in amd64 target de [...]
new 0aa37b654c Support the fs_base and gs_base registers on FreeBSD/amd64 n [...]
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:
gdb/ChangeLog | 32 ++++
gdb/amd64-bsd-nat.c | 54 +++++++
gdb/features/Makefile | 14 +-
gdb/features/i386/amd64-avx-avx512.c | 180 +++++++++++----------
gdb/features/i386/amd64-avx-avx512.xml | 1 +
gdb/features/i386/amd64-avx-mpx-avx512-pku.c | 194 ++++++++++++-----------
gdb/features/i386/amd64-avx-mpx-avx512-pku.xml | 1 +
gdb/features/i386/amd64-avx-mpx.c | 48 +++---
gdb/features/i386/amd64-avx-mpx.xml | 1 +
gdb/features/i386/amd64-avx.c | 36 +++--
gdb/features/i386/amd64-avx.xml | 1 +
gdb/features/i386/amd64-mpx.c | 16 +-
gdb/features/i386/amd64-mpx.xml | 1 +
gdb/features/i386/amd64.c | 4 +
gdb/features/i386/amd64.xml | 1 +
gdb/regformats/i386/amd64-avx-avx512.dat | 2 +
gdb/regformats/i386/amd64-avx-mpx-avx512-pku.dat | 2 +
gdb/regformats/i386/amd64-avx-mpx.dat | 2 +
gdb/regformats/i386/amd64-avx.dat | 2 +
gdb/regformats/i386/amd64-mpx.dat | 2 +
gdb/regformats/i386/amd64.dat | 2 +
21 files changed, 363 insertions(+), 233 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 609a5df2257 [Hexagon] Add support for nontemporal loads and stores on HVX
new f6179755b35 [PPC] Fix two bugs in frame lowering.
new 5cc2236f0f1 [Support] - Add bad alloc error handler for handling alloca [...]
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/Compiler.h | 10 +++++
include/llvm/Support/ErrorHandling.h | 48 ++++++++++++++++++++---
lib/Support/ErrorHandling.cpp | 45 ++++++++++++++++++++-
lib/Support/Mutex.cpp | 5 +++
lib/Target/PowerPC/PPCFrameLowering.cpp | 36 +++++++++--------
lib/Target/PowerPC/PPCSubtarget.h | 7 ++++
test/CodeGen/PowerPC/ppc-redzone-alignment-bug.ll | 32 +++++++++++++++
test/CodeGen/PowerPC/svr4-redzone.ll | 6 +--
test/CodeGen/PowerPC/tailcall1-64.ll | 6 ++-
9 files changed, 167 insertions(+), 28 deletions(-)
create mode 100644 test/CodeGen/PowerPC/ppc-redzone-alignment-bug.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 llvm.
from 05c2cd15d03 [lit] Fix import StringIO errors in Python 3
new 609a5df2257 [Hexagon] Add support for nontemporal loads and stores on HVX
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/Hexagon/HexagonISelDAGToDAG.cpp | 46 +++++++++++++++++++++---------
lib/Target/Hexagon/HexagonInstrInfo.cpp | 30 ++++++++++++++++++-
lib/Target/Hexagon/HexagonPatterns.td | 41 ++++++++++++++++++++++++++
lib/Target/Hexagon/HexagonPseudo.td | 10 +++++++
test/CodeGen/Hexagon/hvx-nontemporal.ll | 28 ++++++++++++++++++
5 files changed, 140 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/Hexagon/hvx-nontemporal.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.