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 b74163f Back port from trunk
new b5b504b Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from 420d8b0 rs6000: Fix gcc.target/powerpc/ti_math1.c on GCC 5 (PR69019)
new e6ad0c7 Daily bump.
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/DATESTAMP | 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 gcc-4_9-branch
in repository gcc.
from 13abe45 Backported from mainline 2016-07-01 Jakub Jelinek <jakub@ [...]
new 3a66459 Daily bump.
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/DATESTAMP | 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 lldb.
from 460e263 Fix DWARF 4 bitfield support in LLDB to support the DW_AT_dat [...]
new 3fde040 Fix it so that we only grab the typedef from the module DWARF [...]
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:
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 60 +++++++++++++---------
1 file changed, 36 insertions(+), 24 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 41c977a [obv] Fix broken build on Fedora 23.
new fc1b277 Automatic date update in version.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:
bfd/version.h | 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 gdb-7.11-branch
in repository binutils-gdb.
from b3b7459 Automatic date update in version.in
new a4a48b0 Automatic date update in version.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:
bfd/version.h | 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 binutils-2_26-branch
in repository binutils-gdb.
from 9ddc447 Automatic date update in version.in
new 1fa2643 Automatic date update in version.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:
bfd/version.h | 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 lld.
from dbd7307 [ELF] Ignore --demangle. We already demangle symbols by default.
new 5c4ea8e Test --demangle feature.
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/ELF/conflict.s | 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.
unknown user pushed a change to branch master
in repository llvm.
from 664a3a9 Recommit r274692 - [X86] Transform setcc + movzbl into xorl + setcc
new 261c94d [lanai] Use peephole optimizer to generate more conditional A [...]
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/Lanai/AsmParser/LanaiAsmParser.cpp | 30 +-
lib/Target/Lanai/CMakeLists.txt | 1 -
.../Lanai/Disassembler/LanaiDisassembler.cpp | 13 +
lib/Target/Lanai/InstPrinter/LanaiInstPrinter.cpp | 20 +-
lib/Target/Lanai/InstPrinter/LanaiInstPrinter.h | 1 +
lib/Target/Lanai/LanaiAsmPrinter.cpp | 12 +-
lib/Target/Lanai/LanaiISelLowering.cpp | 170 +++++
lib/Target/Lanai/LanaiISelLowering.h | 2 +
lib/Target/Lanai/LanaiInstrInfo.cpp | 395 +++++++++++-
lib/Target/Lanai/LanaiInstrInfo.h | 47 ++
lib/Target/Lanai/LanaiInstrInfo.td | 43 +-
lib/Target/Lanai/LanaiRegisterInfo.cpp | 15 +-
lib/Target/Lanai/LanaiSetflagAluCombiner.cpp | 294 ---------
lib/Target/Lanai/LanaiTargetMachine.cpp | 2 -
lib/Target/Lanai/MCTargetDesc/LanaiBaseInfo.h | 26 -
test/CodeGen/Lanai/combined_alu_setcc.ll | 170 -----
test/CodeGen/Lanai/sub-cmp-peephole.ll | 109 ++++
.../{DebugInfo => CodeGen/MIR}/Lanai/lit.local.cfg | 0
test/CodeGen/MIR/Lanai/peephole-compare.mir | 714 +++++++++++++++++++++
test/MC/Lanai/v11.s | 44 +-
20 files changed, 1558 insertions(+), 550 deletions(-)
delete mode 100644 lib/Target/Lanai/LanaiSetflagAluCombiner.cpp
delete mode 100644 test/CodeGen/Lanai/combined_alu_setcc.ll
create mode 100644 test/CodeGen/Lanai/sub-cmp-peephole.ll
copy test/{DebugInfo => CodeGen/MIR}/Lanai/lit.local.cfg (100%)
create mode 100644 test/CodeGen/MIR/Lanai/peephole-compare.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 lld.
from cf64318 Move demangle() from Symbols.cpp to Strings.cpp.
new dbd7307 [ELF] Ignore --demangle. We already demangle symbols by default.
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:
ELF/Options.td | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.