This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ba911c4 [ValueTracking] simplify logic in ComputeNumSignBits (NFCI)
new 218e584 Preserve DebugInfo when replacing values in DAGCombiner
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/CodeGen/SelectionDAG.h | 4 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 -
lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 3 +-
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 4 -
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 31 ++++--
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 2 -
lib/Target/Hexagon/HexagonISelLowering.cpp | 4 +-
test/DebugInfo/X86/dbg-value-dag-combine.ll | 11 +-
test/DebugInfo/X86/pr28270.ll | 151 ++++++++++++++++++++++++++++
9 files changed, 191 insertions(+), 21 deletions(-)
create mode 100644 test/DebugInfo/X86/pr28270.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 bcf03bb [TableGen] Use StringRef::compare instead of != and <. NFC.
new ba911c4 [ValueTracking] simplify logic in ComputeNumSignBits (NFCI)
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/Analysis/ValueTracking.cpp | 25 +++++++++----------------
1 file changed, 9 insertions(+), 16 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 e8da13b [ARM] Lower (select_cc k k (select_cc ~k ~k x)) into (SSAT l_k x)
new bcf03bb [TableGen] Use StringRef::compare instead of != and <. 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:
utils/TableGen/AsmMatcherEmitter.cpp | 4 ++--
1 file changed, 2 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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe.
from 1360fea Fix --with-sources-conf option so it actually works.
new 5fa34b3 Fix bug #2287 and fix gdbserver special case in checkout().
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/checkout.sh | 26 +++++++++++++++++++-------
lib/globals.sh | 2 +-
2 files changed, 20 insertions(+), 8 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 525757e Upgrade other old memset/memcpy signatures in tests causing b [...]
new e8da13b [ARM] Lower (select_cc k k (select_cc ~k ~k x)) into (SSAT l_k x)
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/Target/TargetSelectionDAG.td | 3 +
lib/Target/ARM/ARMISelLowering.cpp | 134 ++++++++++++++++++-
lib/Target/ARM/ARMISelLowering.h | 2 +
lib/Target/ARM/ARMInstrInfo.td | 4 +
lib/Target/ARM/ARMInstrThumb2.td | 2 +
test/CodeGen/ARM/ssat.ll | 215 ++++++++++++++++++++++++++++++
6 files changed, 359 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/ARM/ssat.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 lldb.
from 0f63e03 Add MemoryRegionInfo to SB API
new 7337cc7 fix Xcode build for r273547
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:
lldb.xcodeproj/project.pbxproj | 8 ++++++++
1 file changed, 8 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 eaf77c2 Apply missing changes
new affe5c1 PR tree-optimization/71488 * gcc.target/i386/i386.exp (chec [...]
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 | 2 +-
gcc/testsuite/ChangeLog | 19 ++++++++++--
gcc/testsuite/g++.dg/pr71488.C | 4 +--
gcc/testsuite/gcc.dg/vect/vect-bool-cmp.c | 10 +++++--
gcc/testsuite/gcc.target/i386/i386.exp | 14 ---------
gcc/testsuite/lib/target-supports.exp | 48 +++++++++++++++++++++++++++++++
6 files changed, 74 insertions(+), 23 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 hjl/no-plt/got32x
in repository gcc.
discards 3d02efc i386: Access external function via GOT slot for -fno-plt
adds 06c343d Daily bump.
adds 1d6aa00 2016-06-23 Jakub Sejdak <jakub.sejdak(a)phoesys.com>
adds 6de7718 2016-06-23 Jakub Sejdak <jakub.sejdak(a)phoesys.com>
adds 21ecea3 2016-06-23 Jakub Sejdak <jakub.sejdak(a)phoesys.com>
adds afa7ed8 Fix PR middle-end/71619
new 7b0dbad i386: Access external function via GOT slot for -fno-plt
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 (3d02efc)
\
N -- N -- N refs/heads/hjl/no-plt/got32x (7b0dbad)
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:
ChangeLog | 5 ++
configure | 6 +++
configure.ac | 6 +++
gcc/ChangeLog | 12 +++++
gcc/DATESTAMP | 2 +-
gcc/config.gcc | 11 +++++
gcc/config.in | 12 ++---
gcc/config/{ia64/t-hpux => arm/t-phoenix} | 19 ++++----
gcc/config/i386/i386.c | 34 +++++++-------
gcc/config/{i386/rtems-64.h => phoenix.h} | 25 +++++-----
gcc/configure | 76 ++++++++++++++++---------------
gcc/configure.ac | 55 +++++++++-------------
gcc/predict.c | 6 ++-
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.dg/pr71619.c | 11 +++++
gcc/testsuite/lib/target-supports.exp | 2 +-
libgcc/ChangeLog | 4 ++
libgcc/config.host | 7 +++
18 files changed, 179 insertions(+), 118 deletions(-)
copy gcc/config/{ia64/t-hpux => arm/t-phoenix} (62%)
copy gcc/config/{i386/rtems-64.h => phoenix.h} (52%)
create mode 100644 gcc/testsuite/gcc.dg/pr71619.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 bac9cdf Change the email address for commit access requests to my llv [...]
new d9ba941 [codeview] Emit retained types
new 525757e Upgrade other old memset/memcpy signatures in tests causing 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/AsmPrinter/CodeViewDebug.cpp | 15 ++++
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 2 +
test/CodeGen/PowerPC/2008-07-15-Bswap.ll | 5 --
test/DebugInfo/COFF/retained-types.ll | 96 +++++++++++++++++++++++
test/Transforms/IndVarSimplify/loop_evaluate10.ll | 2 -
5 files changed, 113 insertions(+), 7 deletions(-)
create mode 100644 test/DebugInfo/COFF/retained-types.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 binutils-gdb.
from 2ec060b Fix compilation error in MSYS2 environment.
new 3ca25b5 Fix bug with grouping sections.
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/ChangeLog | 12 ++++++++++++
gold/script-sections.cc | 13 +++++++------
gold/testsuite/script_test_12.t | 1 +
gold/testsuite/script_test_12a.c | 1 +
gold/testsuite/script_test_12b.c | 1 +
gold/testsuite/script_test_12i.t | 1 +
6 files changed, 23 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.