This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 483fd529ecc Revert "[X86][CET] Shadow stack fix for setjmp/longjmp"
new d7b3d72efa7 [globalisel] Add a combiner helpers for extending loads and [...]
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/GlobalISel/CombinerHelper.h | 4 +
lib/CodeGen/GlobalISel/CombinerHelper.cpp | 34 ++++++-
lib/Target/AArch64/AArch64.h | 2 +
lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp | 104 +++++++++++++++++++++
lib/Target/AArch64/AArch64TargetMachine.cpp | 6 ++
lib/Target/AArch64/CMakeLists.txt | 1 +
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 2 +-
.../AArch64/GlobalISel/gisel-commandline-option.ll | 1 +
...xtload.mir => prelegalizercombiner-extload.mir} | 7 +-
.../GlobalISel/prelegalizercombiner-sextload.mir | 45 +++++++++
...tload.mir => prelegalizercombiner-zextload.mir} | 9 +-
test/CodeGen/AArch64/O0-pipeline.ll | 1 +
12 files changed, 207 insertions(+), 9 deletions(-)
create mode 100644 lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
copy test/CodeGen/AArch64/GlobalISel/{legalize-extload.mir => prelegalizercombiner [...]
create mode 100644 test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-sextload.mir
copy test/CodeGen/AArch64/GlobalISel/{legalize-sextload.mir => prelegalizercombine [...]
--
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 release_60
in repository llvm.
from d74441c80b5 Merging r330189:
new 19fb6975c5f Merging r327540:
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/X86/X86FastISel.cpp | 21 ++++++++++++++-------
test/CodeGen/X86/fast-isel-shift.ll | 12 ++++++++++++
2 files changed, 26 insertions(+), 7 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 0cb4ac08f0b [AsmPrinter] Allow emitting codeview for any windows target
new 483fd529ecc Revert "[X86][CET] Shadow stack fix for setjmp/longjmp"
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/X86/X86ISelLowering.cpp | 250 +------------------------------------
lib/Target/X86/X86ISelLowering.h | 6 -
test/CodeGen/X86/shadow-stack.ll | 133 --------------------
3 files changed, 5 insertions(+), 384 deletions(-)
delete mode 100644 test/CodeGen/X86/shadow-stack.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 65d5e3d8ad Fix float->int conversion warnings when near barriers.
new 3f6d827caa [X86] Mark builtins 'const' where possible
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/Basic/BuiltinsX86.def | 2756 ++++++++++++++++----------------
include/clang/Basic/BuiltinsX86_64.def | 48 +-
2 files changed, 1401 insertions(+), 1403 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 decf59373ef gcc/testsuite/ChangeLog:
new 722ff179b65 [PATCH] RISC-V: Use new linker emulations for glibc ABI.
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 | 6 ++++++
gcc/config/riscv/linux.h | 12 ++++++++++--
2 files changed, 16 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 clang.
from 31df10b0f0 [HIP] Add hip offload kind
new 65d5e3d8ad Fix float->int conversion warnings when near barriers.
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/Basic/DiagnosticSemaKinds.td | 3 +--
lib/Sema/SemaChecking.cpp | 32 +++++++++++-------------------
test/SemaCXX/warn-float-conversion.cpp | 3 +++
test/SemaCXX/warn-literal-conversion.cpp | 4 ++++
4 files changed, 20 insertions(+), 22 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 01836a386e9 2018-05-08 François Dumont <fdumont(a)gcc.gnu.org>
new decf59373ef gcc/testsuite/ChangeLog:
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/testsuite/ChangeLog | 3 +
.../gcc.target/powerpc/builtins-8-p9-runnable.c | 1043 ++++++++++++++++++++
2 files changed, 1046 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-8-p9-runnable.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.
from 055b546734 [Driver] Don't add -dwarf-column-info when using -gcodeview [...]
new 50e18ec7d6 Add a mno-outline flag to disable the MachineOutliner
new 31df10b0f0 [HIP] Add hip offload kind
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/clang/Driver/Action.h | 1 +
include/clang/Driver/Options.td | 2 ++
lib/Driver/Action.cpp | 9 +++++++++
lib/Driver/Compilation.cpp | 8 ++++----
lib/Driver/ToolChains/Clang.cpp | 37 +++++++++++++++++++++++--------------
test/Driver/aarch64-outliner.c | 9 +++++++--
6 files changed, 46 insertions(+), 20 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 release_60
in repository llvm.
from c2239f5b46e Merging r326429:
new d74441c80b5 Merging r330189:
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/IR/Core.cpp | 8 +++-----
1 file changed, 3 insertions(+), 5 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 c97ab8f1e3a [Coverage] Take filenames into account when loading functio [...]
new 793104bc6dc [llvm-rc] Add support for all missing dialog controls
new 0cb4ac08f0b [AsmPrinter] Allow emitting codeview for any windows target
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/AsmPrinter.cpp | 3 +--
test/DebugInfo/COFF/simple.ll | 4 +++
test/tools/llvm-rc/Inputs/tag-dialog.rc | 15 +++++++++++
test/tools/llvm-rc/tag-dialog.test | 37 ++++++++++++++++++++++++---
tools/llvm-rc/ResourceFileWriter.cpp | 2 +-
tools/llvm-rc/ResourceScriptParser.cpp | 45 ++++++++++++++++++++++++++++-----
tools/llvm-rc/ResourceScriptStmt.cpp | 13 ++++++++++
tools/llvm-rc/ResourceScriptStmt.h | 5 ++--
8 files changed, 109 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.