This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 03788da3ee Emit Function IDs table for Control Flow Guard
new 4dbfa35100 Revert "Emit Function IDs table for Control Flow Guard"
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/clang/Driver/CLCompatOptions.td | 3 +--
include/clang/Driver/Options.td | 2 --
include/clang/Frontend/CodeGenOptions.def | 1 -
lib/CodeGen/CodeGenModule.cpp | 4 ----
lib/Driver/ToolChains/Clang.cpp | 4 ----
lib/Frontend/CompilerInvocation.cpp | 2 --
6 files changed, 1 insertion(+), 15 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/indirect/master
in repository gcc.
at dd56ccab96b x86: Add 'V' register operand modifier
This branch includes the following new commits:
new ce3c2faad7b x86: Add -mindirect-branch=
new fdddac6289f x86: Add -mindirect-branch-loop=
new 65a39f9d495 x86: Add -mfunction-return=
new 7664b9be7b9 x86: Add -mindirect-branch-register
new dd56ccab96b x86: Add 'V' register operand modifier
The 5 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.
--
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/indirect/gcc-7-branch/master
in repository gcc.
at 239f35ff64a x86: Add 'V' register operand modifier
This branch includes the following new commits:
new 9005adea32e i386: Move struct ix86_frame to machine_function
new b721283e4f4 i386: Use reference of struct ix86_frame to avoid copy
new 3b89cfddd62 i386: More use reference of struct ix86_frame to avoid copy
new 23b517d4a67 x86: Add -mindirect-branch=
new 553e547db81 x86: Add -mindirect-branch-loop=
new 3b493c847f7 x86: Add -mfunction-return=
new 657defef2fa x86: Add -mindirect-branch-register
new 239f35ff64a x86: Add 'V' register operand modifier
The 8 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.
--
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 ca5199fe25e [CVP] Replace incoming values from unreachable blocks with undef.
new 42eab8ac30a [mips] Remove duplicated R6 EVA instructions
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/Mips/Disassembler/MipsDisassembler.cpp | 46 -------------
lib/Target/Mips/MicroMips32r6InstrFormats.td | 79 ----------------------
lib/Target/Mips/MicroMips32r6InstrInfo.td | 81 -----------------------
lib/Target/Mips/MipsSERegisterInfo.cpp | 2 -
4 files changed, 208 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 3b690154029 gcc/
new 5329dac30e3 * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): [...]
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/config/rs6000/rs6000.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 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 3be0f86cb73 [mips] Improve diagnostics for instruction mapping
new db9af3fb6a3 Emit Function IDs table for Control Flow Guard
new ca5199fe25e [CVP] Replace incoming values from unreachable blocks with undef.
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/llvm/MC/MCObjectFileInfo.h | 2 +
include/llvm/MC/MCStreamer.h | 3 +
include/llvm/MC/MCWinCOFFStreamer.h | 1 +
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 10 ++
lib/CodeGen/AsmPrinter/CMakeLists.txt | 1 +
lib/CodeGen/AsmPrinter/WinCFGuard.cpp | 45 ++++++
lib/CodeGen/AsmPrinter/WinCFGuard.h | 54 +++++++
lib/MC/MCAsmStreamer.cpp | 7 +
lib/MC/MCObjectFileInfo.cpp | 5 +
lib/MC/MCParser/COFFAsmParser.cpp | 19 ++-
lib/MC/MCStreamer.cpp | 2 +
lib/MC/MCWinCOFFStreamer.cpp | 11 ++
.../Scalar/CorrelatedValuePropagation.cpp | 28 +++-
test/CodeGen/WinCFGuard/cfguard.ll | 162 +++++++++++++++++++++
test/MC/COFF/symidx.s | 15 ++
.../CorrelatedValuePropagation/pr35807.ll | 65 +++++++++
16 files changed, 425 insertions(+), 5 deletions(-)
create mode 100644 lib/CodeGen/AsmPrinter/WinCFGuard.cpp
create mode 100644 lib/CodeGen/AsmPrinter/WinCFGuard.h
create mode 100644 test/CodeGen/WinCFGuard/cfguard.ll
create mode 100644 test/MC/COFF/symidx.s
create mode 100644 test/Transforms/CorrelatedValuePropagation/pr35807.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 clang.
from 76ea7e35cc Fix test added in r321992 failing on some buildbots (again), [...]
new 03788da3ee Emit Function IDs table for Control Flow Guard
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/clang/Driver/CLCompatOptions.td | 3 ++-
include/clang/Driver/Options.td | 2 ++
include/clang/Frontend/CodeGenOptions.def | 1 +
lib/CodeGen/CodeGenModule.cpp | 4 ++++
lib/Driver/ToolChains/Clang.cpp | 4 ++++
lib/Frontend/CompilerInvocation.cpp | 2 ++
6 files changed, 15 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 gcc.
from 1eb325fcd22 [arm] Add -march=armv8.3-a and dotprod multilib selection rules
new 3b690154029 gcc/
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/config/aarch64/aarch64.c | 48 ++---------------------
gcc/simplify-rtx.c | 51 -------------------------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/aarch64/vect-slp-dup.c | 20 ----------
5 files changed, 17 insertions(+), 116 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/aarch64/vect-slp-dup.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 ae612d7dfdd [InstCombine] fold min/max tree with common operand (PR35717)
new 80fc28f975f [DAG] Teach BaseIndexOffset to correctly handle with indexe [...]
new 3be0f86cb73 [mips] Improve diagnostics for instruction mapping
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/llvm/CodeGen/SelectionDAGAddressAnalysis.h | 2 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 92 +++++++++++-----------
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 7 +-
.../SelectionDAG/SelectionDAGAddressAnalysis.cpp | 21 ++++-
test/TableGen/RelTest.td | 40 ++++++++++
utils/TableGen/CodeGenMapTable.cpp | 7 +-
6 files changed, 116 insertions(+), 53 deletions(-)
create mode 100644 test/TableGen/RelTest.td
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.