This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8ae3570 [X86][GlobalISel] Initial implementation , select G_ADD gpr, gpr
new 2a5165d [SLP] Remove unused initial value from the variable, 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:
lib/Transforms/Vectorize/SLPVectorizer.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 llvm.
from 0766c65 [X86] Regenerate CSE test with codegen instead of just the in [...]
new 8ae3570 [X86][GlobalISel] Initial implementation , select G_ADD gpr, gpr
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/CodeGen/GlobalISel/InstructionSelector.cpp | 7 ++
lib/Target/X86/CMakeLists.txt | 2 +
lib/Target/X86/X86InstructionSelector.cpp | 133 +++++++++++++++++++++
lib/Target/X86/X86InstructionSelector.h | 47 ++++++++
lib/Target/X86/X86LegalizerInfo.cpp | 8 +-
lib/Target/X86/X86RegisterBankInfo.cpp | 1 +
lib/Target/X86/X86TargetMachine.cpp | 9 +-
test/CodeGen/X86/GlobalISel/binop-isel.ll | 42 +++++++
.../{legalize-add.mir => legalize-sub.mir} | 12 +-
.../X86/GlobalISel/x86_64-instructionselect.mir | 124 +++++++++++++++++++
10 files changed, 373 insertions(+), 12 deletions(-)
create mode 100644 lib/Target/X86/X86InstructionSelector.cpp
create mode 100644 lib/Target/X86/X86InstructionSelector.h
create mode 100755 test/CodeGen/X86/GlobalISel/binop-isel.ll
copy test/CodeGen/X86/GlobalISel/{legalize-add.mir => legalize-sub.mir} (75%)
create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-instructionselect.mir
--
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 1121664 Remove wrong assert about gcov_type (PR lto/79587).
new 43ad045 2017-02-22 Richard Biener <rguenther(a)suse.de>
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 | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr79666.c | 30 ++++++++++++++++++++++++++++++
gcc/tree-vrp.c | 26 ++++++++++++++++++++++----
4 files changed, 64 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr79666.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 lldb.
from e7bc801 Replace WINLOG_*** macros with LLDB_LOG
new 5be32b3 Switch "lldb" log channel to the new registration mechanism
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/lldb/Core/Log.h | 4 -
include/lldb/Core/Logging.h | 13 +-
source/Core/Log.cpp | 7 -
source/Core/Logging.cpp | 318 +++-------------------
source/Initialization/SystemInitializerCommon.cpp | 4 +-
5 files changed, 45 insertions(+), 301 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 b0c5349 gas: require an operand to .startof.()/.sizeof.()
new 5ffbd92 Skip ARM vcmp-noprefix-imm test on non-ELF targets
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 | 4 ++++
gas/testsuite/gas/arm/vcmp-noprefix-imm.d | 1 +
2 files changed, 5 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 lldb.
from fcd5701 Mark TestDarwinLogBasic.py as an xfail because the logging is [...]
new 37256d7 Add format_provider for the MemoryRegionInfo::OptionalBool enum
new e7bc801 Replace WINLOG_*** macros with LLDB_LOG
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/lldb/Target/MemoryRegionInfo.h | 21 ++
.../Process/Windows/Common/DebuggerThread.cpp | 185 +++++-------
.../Process/Windows/Common/ProcessWindows.cpp | 331 +++++++++------------
.../Process/Windows/Common/ProcessWindowsLog.cpp | 16 +-
.../Process/Windows/Common/ProcessWindowsLog.h | 30 +-
.../Windows/Common/RegisterContextWindows.cpp | 10 +-
.../Common/x86/RegisterContextWindows_x86.cpp | 46 ++-
unittests/Target/CMakeLists.txt | 1 +
.../MemoryRegionInfoTest.cpp} | 13 +-
9 files changed, 272 insertions(+), 381 deletions(-)
copy unittests/{Core/StateTest.cpp => Target/MemoryRegionInfoTest.cpp} (50%)
--
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 8377971 [OpenMP] Generate better diagnostics for cancel and cancellat [...]
new 5d16d63 [ODRHash] Avoid dereferencing end() of a SmallVector.
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/Serialization/ASTReader.cpp | 3 ++-
1 file 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 296acce [ARM] Fix constant islands pass.
new 0766c65 [X86] Regenerate CSE test with codegen instead of just the in [...]
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/CodeGen/X86/dagcombine-cse.ll | 39 ++++++++++++++++++++++++++++++++++++--
1 file changed, 37 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.
unknown user pushed a change to branch master
in repository gcc.
from afa614d Daily bump.
new 1121664 Remove wrong assert about gcov_type (PR lto/79587).
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 | 9 +++++++++
gcc/data-streamer-in.c | 1 -
gcc/data-streamer-out.c | 1 -
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-prof/pr79587.c | 26 ++++++++++++++++++++++++++
gcc/value-prof.c | 12 +++++++++++-
6 files changed, 51 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-prof/pr79587.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 clang-tools-extra.
from e71483a Adds a hook clang-include-fixer-add-include-hook that is invo [...]
new 75982c2 Completion related fixes for clang-include-fixer.el.
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-fixer/tool/clang-include-fixer.el | 45 ++++++++++++++++---------------
1 file changed, 24 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.