This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 960241680b [OPENMP] Remove more empty SourceLocations() from the code.
new b63f818982 [Docs] Re-generate command line documentation.
new 8ba65236eb [OPENMP] Replace call of EmitLoadOfLValue() by EmitLoadOfSca [...]
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:
docs/ClangCommandLineReference.rst | 18 ++++++++++++++++++
lib/CodeGen/CGOpenMPRuntime.cpp | 20 +++++++++-----------
lib/CodeGen/CGStmtOpenMP.cpp | 11 ++++-------
3 files changed, 31 insertions(+), 18 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 azanella/qsort-refactor
in repository glibc.
discards 947509bf8c stdlib: Remove undefined behavior from qsort implementation
discards 2ff332e3d3 stdlib: Optimization qsort{_r} swap implementation
discards 7a8db37160 stdlib: Remove use of mergesort on qsort
new 400d842ed9 stdlib: Remove use of mergesort on qsort
new fd3d9f8106 stdlib: Optimization qsort{_r} swap implementation
new ce67791dec stdlib: Remove undefined behavior from qsort implementation
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 (947509bf8c)
\
N -- N -- N refs/heads/azanella/qsort-refactor (ce67791dec)
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 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:
manual/search.texi | 2 +-
stdlib/qsort.c | 26 +++++++++++++-------------
2 files changed, 14 insertions(+), 14 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 e6dd7b2ff46 [Hexagon] Fix unused variable warning in release build
new 4fcde573baa [WebAssembly] Remove "name" section of object wasm object files
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/MC/WasmObjectWriter.cpp | 33 ---------------------------------
test/MC/WebAssembly/comdat.ll | 11 -----------
test/MC/WebAssembly/global-ctor-dtor.ll | 21 ---------------------
test/MC/WebAssembly/sections.ll | 4 ----
test/MC/WebAssembly/visibility.ll | 2 --
test/MC/WebAssembly/weak-alias.ll | 15 ---------------
test/MC/WebAssembly/weak.ll | 5 -----
7 files changed, 91 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 46b5b105d33 [gcc] 2018-01-23 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 4d71f01b47a gcc/ Back port from mainline 2018-01-10 Peter Bergner < [...]
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 | 19 ++++++++++++++++++
gcc/config/rs6000/rs6000.c | 2 +-
gcc/config/rs6000/vsx.md | 32 +++++++++++++++---------------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/pr83399.c | 15 ++++++++++++++
5 files changed, 59 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr83399.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 7347a656755 [Hexagon] Implement basic vector operations on vectors vNi1
new e6dd7b2ff46 [Hexagon] Fix unused variable warning in release build
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/HexagonISelLoweringHVX.cpp | 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.
unknown user pushed a change to branch master
in repository clang.
from a6717a6c9f test: simplify the matching logic a bit (NFC)
new 1bf4e5a928 test/Driver: Add some --stdlib=platform, NFC.
new 960241680b [OPENMP] Remove more empty SourceLocations() from the code.
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/clang/AST/DeclOpenMP.h | 4 +-
lib/CodeGen/CGOpenMPRuntime.cpp | 29 +++----
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 33 ++++----
lib/CodeGen/CGStmtOpenMP.cpp | 126 +++++++++++++++---------------
lib/Sema/SemaOpenMP.cpp | 8 +-
test/Driver/solaris-header-search.cpp | 8 +-
test/OpenMP/flush_codegen.cpp | 2 +
test/OpenMP/for_simd_codegen.cpp | 1 +
test/OpenMP/parallel_for_simd_codegen.cpp | 1 +
test/OpenMP/simd_codegen.cpp | 3 +
10 files changed, 110 insertions(+), 105 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 users/hjl/x86
in repository binutils-gdb.
discards 100ec8feb6 x86-64: Add R_X86_64_THUNK_GOTPCRELX
adds 0eb97953ad s390: Remove duplicate checks for cached gdbarch at init
adds 21f6f5ffc6 s390: Allocate gdbarch & tdep at start of gdbarch_init
adds ab9bcc6797 s390: gdbarch_tdep.have_* int -> bool
adds 095085d847 s390: gdbarch_tdep add field tdesc
adds 47c9317e71 s390: Move tdesc validation to separate function
adds 650f5e1370 s390: if -> gdb_assert for tdesc_has_registers check
adds 7042632bf7 s390: Hook s390 into OSABI mechanism
adds 9c0b896ee1 s390: gdbarch_tdep add hook for syscall record
adds d6e5894564 s390: Split up s390-linux-tdep.c into two files
adds ef8914a4d7 s390: Move record-replay to s390-tdep.c
adds 14c41f479f s390: Clean up s390-linux-tdep.c
adds f866b262e8 MIPS/GAS: Add missing `-mmips16e2'/`-mno-mips16e2' help text
adds b4f6242e95 MIPS/GAS: Correct `as --help' always reporting `o32' as the [...]
adds 3233d7d074 Enable Intel WBNOINVD instruction.
adds be3a8dca2d Enable Intel PCONFIG instruction.
new 17505e0525 x86-64: Add R_X86_64_THUNK_GOTPCRELX
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 (100ec8feb6)
\
N -- N -- N refs/heads/users/hjl/x86 (17505e0525)
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:
bfd/elf64-x86-64.c | 110 +-
gas/ChangeLog | 34 +
gas/config/tc-i386.c | 4 +
gas/config/tc-mips.c | 14 +-
gas/doc/c-i386.texi | 3 +
gas/testsuite/gas/i386/i386.exp | 8 +
gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d | 29 +-
gas/testsuite/gas/i386/pconfig-intel.d | 11 +
gas/testsuite/gas/i386/pconfig.d | 11 +
gas/testsuite/gas/i386/pconfig.s | 5 +
gas/testsuite/gas/i386/wbnoinvd-intel.d | 11 +
gas/testsuite/gas/i386/wbnoinvd.d | 11 +
gas/testsuite/gas/i386/wbnoinvd.s | 5 +
gas/testsuite/gas/i386/x86-64-gotpcrel-2.d | 28 +-
gas/testsuite/gas/i386/x86-64-gotpcrel-2.s | 2 +
gas/testsuite/gas/i386/x86-64-pconfig-intel.d | 11 +
gas/testsuite/gas/i386/x86-64-pconfig.d | 11 +
gas/testsuite/gas/i386/x86-64-pconfig.s | 5 +
gas/testsuite/gas/i386/x86-64-wbnoinvd-intel.d | 11 +
gas/testsuite/gas/i386/x86-64-wbnoinvd.d | 11 +
gas/testsuite/gas/i386/x86-64-wbnoinvd.s | 5 +
gdb/ChangeLog | 118 +
gdb/Makefile.in | 3 +
gdb/configure.tgt | 4 +-
gdb/s390-linux-nat.c | 1 +
gdb/s390-linux-tdep.c | 8481 ++---------------
gdb/s390-linux-tdep.h | 176 +-
gdb/s390-tdep.c | 7123 ++++++++++++++
gdb/{s390-linux-tdep.h => s390-tdep.h} | 179 +-
opcodes/ChangeLog | 22 +
opcodes/i386-dis.c | 10 +-
opcodes/i386-gen.c | 6 +
opcodes/i386-init.h | 422 +-
opcodes/i386-opc.h | 6 +
opcodes/i386-opc.tbl | 12 +
opcodes/i386-tbl.h | 10586 +++++++++++----------
36 files changed, 13954 insertions(+), 13535 deletions(-)
create mode 100644 gas/testsuite/gas/i386/pconfig-intel.d
create mode 100644 gas/testsuite/gas/i386/pconfig.d
create mode 100644 gas/testsuite/gas/i386/pconfig.s
create mode 100644 gas/testsuite/gas/i386/wbnoinvd-intel.d
create mode 100644 gas/testsuite/gas/i386/wbnoinvd.d
create mode 100644 gas/testsuite/gas/i386/wbnoinvd.s
create mode 100644 gas/testsuite/gas/i386/x86-64-pconfig-intel.d
create mode 100644 gas/testsuite/gas/i386/x86-64-pconfig.d
create mode 100644 gas/testsuite/gas/i386/x86-64-pconfig.s
create mode 100644 gas/testsuite/gas/i386/x86-64-wbnoinvd-intel.d
create mode 100644 gas/testsuite/gas/i386/x86-64-wbnoinvd.d
create mode 100644 gas/testsuite/gas/i386/x86-64-wbnoinvd.s
create mode 100644 gdb/s390-tdep.c
copy gdb/{s390-linux-tdep.h => s390-tdep.h} (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 llvm.
from fe48225d2a6 [X86][SSE] LowerBUILD_VECTORAsVariablePermute - extract sub [...]
new 7347a656755 [Hexagon] Implement basic vector operations on vectors vNi1
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 | 180 ++----
lib/Target/Hexagon/HexagonISelDAGToDAG.h | 5 +
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 4 +-
lib/Target/Hexagon/HexagonISelLowering.cpp | 300 +++++++++-
lib/Target/Hexagon/HexagonISelLowering.h | 54 +-
lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 604 ++++++++++++++++++---
lib/Target/Hexagon/HexagonPatterns.td | 78 ++-
lib/Target/Hexagon/HexagonRegisterInfo.td | 5 +-
...tor-i32-type.ll => isel-concat-vectors-bool.ll} | 13 +-
.../Hexagon/vect/vect-bool-basic-compile.ll | 65 +++
test/CodeGen/Hexagon/vect/vect-bool-isel-crash.ll | 31 ++
test/CodeGen/Hexagon/vect/zext-v4i1.ll | 39 ++
12 files changed, 1112 insertions(+), 266 deletions(-)
copy test/CodeGen/Hexagon/autohvx/{build-vector-i32-type.ll => isel-concat-vectors [...]
create mode 100644 test/CodeGen/Hexagon/vect/vect-bool-basic-compile.ll
create mode 100644 test/CodeGen/Hexagon/vect/vect-bool-isel-crash.ll
create mode 100644 test/CodeGen/Hexagon/vect/zext-v4i1.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 clang.
from e9b66e1700 Name two bool parameters. No behavior change.
new a6717a6c9f test: simplify the matching logic a bit (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:
test/CodeGenObjC/forward-protocol-metadata-symbols.m | 13 ++++++++++++-
1 file changed, 12 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 clang.
from 1bea54fceb clang-format: Support macros in front of @interface / @proto [...]
new e9b66e1700 Name two bool parameters. No behavior change.
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/Format/FormatToken.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.