This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 8ef03eede Add LLVMObject dependency to our ObjectFileELF plugin
new a4b60f7a8 Fix FreeBSD build broken by r320966
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:
.../RegisterContextPOSIXProcessMonitor_x86.cpp | 47 ++++++++++------------
1 file changed, 22 insertions(+), 25 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 f66f36e9a4d AArch64: work around how Cyclone handles "movi.2d vD, #0".
new 0e72a729ed9 [ThinLTO] Remove unused code
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/Transforms/IPO/FunctionImport.cpp | 14 --------------
1 file changed, 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 lldb.
from 755fc4357 NPL: Clean up handling of inferior exit
new cb6da7ca0 Reduce x86 register context boilerplate.
new 8ef03eede Add LLVMObject dependency to our ObjectFileELF plugin
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:
source/Plugins/ObjectFile/ELF/CMakeLists.txt | 1 +
.../Linux/NativeRegisterContextLinux_x86_64.cpp | 90 ++++++++++------------
.../Process/Utility/RegisterContextPOSIX_x86.cpp | 16 ++--
.../Plugins/Process/Utility/RegisterContext_x86.h | 9 +--
.../Plugins/Process/Utility/RegisterInfos_i386.h | 18 ++---
.../Plugins/Process/Utility/RegisterInfos_x86_64.h | 20 ++---
6 files changed, 72 insertions(+), 82 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 2e83f99d56c [ARM] Adjust test checks
new b887495d4b1 [TargetLibraryInfo] Discard library functions with incorrec [...]
new f66f36e9a4d AArch64: work around how Cyclone handles "movi.2d vD, #0".
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/Analysis/TargetLibraryInfo.cpp | 6 ++---
lib/Target/AArch64/AArch64.td | 9 ++++++-
lib/Target/AArch64/AArch64AsmPrinter.cpp | 2 +-
lib/Target/AArch64/AArch64Subtarget.h | 5 ++++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 25 +++++++++++++++++++
test/CodeGen/AArch64/arm64-fcmp-opt.ll | 28 +++++++++++-----------
test/CodeGen/AArch64/arm64-zero-cycle-zeroing.ll | 12 +++++-----
test/CodeGen/AArch64/fp-cond-sel.ll | 2 +-
test/MC/AArch64/cyclone-movi-bug.s | 9 +++++++
.../InstCombine/strncmp-wrong-datalayout.ll | 16 +++++++++++++
10 files changed, 88 insertions(+), 26 deletions(-)
create mode 100644 test/MC/AArch64/cyclone-movi-bug.s
create mode 100644 test/Transforms/InstCombine/strncmp-wrong-datalayout.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 glibc.
from 7d38eb3897 ldconfig: set LC_COLLATE to C [BZ #22505]
new 14d886edbd aarch64: fix start code for static pie
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 | 4 ++++
sysdeps/aarch64/start.S | 11 ++++++++++-
2 files changed, 14 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 805454d2079 [NFC][CodeGen][ExpandMemCmp] Fix documentation.
new 72b2ece0dbd [DAGCombine] Move AND nodes to multiple load leaves
new 2e83f99d56c [ARM] Adjust test checks
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/SelectionDAG/DAGCombiner.cpp | 144 +++++++
test/CodeGen/ARM/and-load-combine.ll | 706 ++++++++++++++-----------------
test/CodeGen/ARM/shift-combine.ll | 4 +-
3 files changed, 474 insertions(+), 380 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 lldb.
from df91b59e0 [testsuite] Un-XFAIL the global variables tests.
new 755fc4357 NPL: Clean up handling of inferior exit
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:
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 62 ++++++----------------
.../GDBRemoteCommunicationServerLLGS.cpp | 1 +
unittests/tools/lldb-server/tests/TestClient.cpp | 15 ++++++
3 files changed, 31 insertions(+), 47 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 10c17abdd0 x86: fold certain AVX and AVX2 templates
new 4f588891ac Resolve PR 22493 - the encoding to be used when pushing the [...]
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:
gas/ChangeLog | 6 ++++++
gas/config/tc-arm.c | 5 +++++
2 files changed, 11 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 c51cfafa642 2017-12-17 Sandra Loosemore <sandra(a)codesourcery.com>
new 938b899a34a 2017-12-18 Richard Biener <rguenther(a)suse.de>
new 23298f15ba7 2017-12-18 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 15 +++++++++
gcc/testsuite/ChangeLog | 12 +++++++
gcc/testsuite/g++.dg/torture/pr81877.C | 22 +++++++++++++
gcc/testsuite/g++.dg/vect/pr70729-nest.cc | 2 +-
gcc/testsuite/g++.dg/vect/pr70729.cc | 2 +-
gcc/testsuite/gcc.dg/Warray-bounds-26.c | 17 ++++++++++
gcc/tree-ssa-loop-im.c | 53 ++++++-------------------------
gcc/tree.c | 47 ++++++++++++++++-----------
8 files changed, 106 insertions(+), 64 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr81877.C
create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-26.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 binutils-gdb.
from eccab96d54 improved error message when getting an exception printing a [...]
new dc821c5f9a x86: replace Reg8, Reg16, Reg32, and Reg64
new ca0d63fe07 x86: drop FloatReg and FloatAcc
new 1b54b8d7e4 x86: fold RegXMM/RegYMM/RegZMM into RegSIMD
new 10c17abdd0 x86: fold certain AVX and AVX2 templates
The 4 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:
gas/ChangeLog | 57 +
gas/config/tc-i386-intel.c | 12 +-
gas/config/tc-i386.c | 486 +-
gas/testsuite/gas/i386/x86-64-specific-reg.l | 90 +-
opcodes/ChangeLog | 86 +
opcodes/i386-gen.c | 54 +-
opcodes/i386-init.h | 250 +-
opcodes/i386-opc.h | 40 +-
opcodes/i386-opc.tbl | 569 +-
opcodes/i386-reg.tbl | 14 +-
opcodes/i386-tbl.h | 101473 ++++++++++++------------
11 files changed, 50179 insertions(+), 52952 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.