This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from a11e68f83 Implement P0463R1: 'Endian just Endian'. Reviewed as https:// [...]
new 1cadd8856 libcxx: Allow auto-linking to be disabled with a macro.
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/__config | 12 +++++++-----
1 file changed, 7 insertions(+), 5 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 b020fa8b7c gold: Initial R_X86_64_THUNK_GOTPCRELX support
discards 289bbbd39c x86-64: Add R_X86_64_THUNK_GOTPCRELX
new 09c7094ff4 x86-64: Add R_X86_64_THUNK_GOTPCRELX
new 64c3b5162e gold: Initial R_X86_64_THUNK_GOTPCRELX support
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 (b020fa8b7c)
\
N -- N -- N refs/heads/users/hjl/x86 (64c3b5162e)
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 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/elf64-x86-64.c | 112 +++++++++++++++------
.../ld-x86-64/{gotpcrel2.dd => gotpcrel3.dd} | 16 +--
.../ld-x86-64/{gotpcrel1.out => gotpcrel3.out} | 0
ld/testsuite/ld-x86-64/gotpcrel3a.S | 78 ++++++++++++++
.../{ld-i386/got1b.c => ld-x86-64/gotpcrel3b.c} | 0
.../{ld-i386/got1c.c => ld-x86-64/gotpcrel3c.c} | 0
.../ld-x86-64/{gotpcrel2d.S => gotpcrel3d.S} | 20 ++--
ld/testsuite/ld-x86-64/mpx.exp | 35 +++++++
8 files changed, 211 insertions(+), 50 deletions(-)
copy ld/testsuite/ld-x86-64/{gotpcrel2.dd => gotpcrel3.dd} (59%)
copy ld/testsuite/ld-x86-64/{gotpcrel1.out => gotpcrel3.out} (100%)
create mode 100644 ld/testsuite/ld-x86-64/gotpcrel3a.S
copy ld/testsuite/{ld-i386/got1b.c => ld-x86-64/gotpcrel3b.c} (100%)
copy ld/testsuite/{ld-i386/got1c.c => ld-x86-64/gotpcrel3c.c} (100%)
copy ld/testsuite/ld-x86-64/{gotpcrel2d.S => gotpcrel3d.S} (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 9f5cce814b7 Don't assume a null GV is local for ELF and MachO.
new a48e1dac6f0 [Dominators] Introduce DomTree verification levels
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/IR/Dominators.h | 15 ++-----
include/llvm/Support/GenericDomTree.h | 33 +++++++++++---
include/llvm/Support/GenericDomTreeConstruction.h | 55 ++++++++++++++++++++---
lib/IR/Dominators.cpp | 45 +++++++++----------
4 files changed, 102 insertions(+), 46 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 b395ea0a2c5 Remove set but unused variable IsUndef.
new 9f5cce814b7 Don't assume a null GV is local for ELF and MachO.
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/TargetMachine.cpp | 21 ++++++++++++++-------
test/CodeGen/X86/finite-libcalls.ll | 24 ++++++++++++------------
test/CodeGen/X86/fp-intrinsics.ll | 4 ++--
test/CodeGen/X86/half.ll | 2 +-
test/CodeGen/X86/memset-nonzero.ll | 2 +-
test/CodeGen/X86/negative-sin.ll | 6 +++---
test/CodeGen/X86/vector-half-conversions.ll | 2 +-
7 files changed, 34 insertions(+), 27 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 8de5923f1f7 X86: Update isVectorShiftByScalarCheap with cases covered b [...]
new b395ea0a2c5 Remove set but unused variable IsUndef.
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 | 3 +--
1 file changed, 1 insertion(+), 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 libcxx.
from 087c5abbe libcxx: Rename vasprintf function to __libcpp_vasprintf.
new a11e68f83 Implement P0463R1: 'Endian just Endian'. Reviewed as https:// [...]
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/type_traits | 15 +++++++
.../utilities/meta/meta.type.synop/endian.pass.cpp | 47 ++++++++++++++++++++++
2 files changed, 62 insertions(+)
create mode 100644 test/std/utilities/meta/meta.type.synop/endian.pass.cpp
--
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 d9fb0cb49f Fix test Driver/solaris-ld.c for Windows.
new 6e37dc8d21 Fix typo in comment.
new 903b385001 Attempt to fix implicit-fallthrough warning after r323218.
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/Format/TokenAnnotator.cpp | 2 +-
lib/Format/UnwrappedLineParser.cpp | 1 +
2 files changed, 2 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 llvm.
from 9a49b21c24b [WebAssembly] Add minor helper functions to WasmObjectFile
new 2ad4fe5e46b [GISel]: Remove redundant copies at the end of ISel
new 8de5923f1f7 X86: Update isVectorShiftByScalarCheap with cases covered b [...]
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/CodeGen/GlobalISel/InstructionSelect.cpp | 32 ++++++++++++++++++
lib/Target/X86/X86ISelLowering.cpp | 4 +++
.../GlobalISel/select-bitcast-bigendian.mir | 3 +-
test/CodeGen/AArch64/GlobalISel/select-bitcast.mir | 18 ++++------
test/CodeGen/AArch64/GlobalISel/select-br.mir | 2 +-
test/CodeGen/AArch64/GlobalISel/select-int-ext.mir | 24 +++++---------
.../AArch64/GlobalISel/select-int-ptr-casts.mir | 6 ++--
test/CodeGen/AArch64/GlobalISel/select-store.mir | 12 +++----
test/CodeGen/AArch64/GlobalISel/select-trunc.mir | 3 +-
test/CodeGen/AArch64/GlobalISel/select.mir | 6 ++--
.../ARM/GlobalISel/arm-instruction-select.mir | 31 ++++++------------
test/CodeGen/X86/GlobalISel/select-ext-x86-64.mir | 3 +-
test/CodeGen/X86/GlobalISel/select-ext.mir | 3 +-
.../CodeGen/X86/GlobalISel/select-merge-vec256.mir | 6 ++--
.../CodeGen/X86/GlobalISel/select-merge-vec512.mir | 6 ++--
test/CodeGen/X86/GlobalISel/select-trunc.mir | 3 +-
.../CodeGenPrepare/X86/x86-shuffle-sink.ll | 38 ++++++++++++++++------
17 files changed, 107 insertions(+), 93 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 3cbe6ce128f AArch64: Cyclone: Remove SlowMisaligned128Store tuning flag
new 9a49b21c24b [WebAssembly] Add minor helper functions to WasmObjectFile
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/Object/Wasm.h | 3 +++
lib/Object/WasmObjectFile.cpp | 27 ++++++++++++++++++---------
2 files changed, 21 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.