This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 24a8df2c420 Disable -Wnoexcept-type due to false positives with GCC.
new d2b1fb11d3f [x86/SLH] Add a real Clang flag and LLVM IR attribute for S [...]
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:
docs/LangRef.rst | 22 ++++++++++++++++++
include/llvm/Bitcode/LLVMBitCodes.h | 1 +
include/llvm/IR/Attributes.td | 9 ++++++++
lib/AsmParser/LLLexer.cpp | 1 +
lib/AsmParser/LLParser.cpp | 5 ++++
lib/AsmParser/LLToken.h | 1 +
lib/Bitcode/Reader/BitcodeReader.cpp | 4 ++++
lib/Bitcode/Writer/BitcodeWriter.cpp | 2 ++
lib/IR/Attributes.cpp | 2 ++
lib/IR/Verifier.cpp | 1 +
lib/Target/X86/X86SpeculativeLoadHardening.cpp | 11 +++++++++
lib/Target/X86/X86TargetMachine.cpp | 8 +------
lib/Transforms/IPO/ForceFunctionAttrs.cpp | 1 +
lib/Transforms/Utils/CodeExtractor.cpp | 1 +
test/CodeGen/X86/O0-pipeline.ll | 1 +
test/CodeGen/X86/O3-pipeline.ll | 1 +
.../X86/speculative-load-hardening-gather.ll | 8 +++----
test/CodeGen/X86/speculative-load-hardening.ll | 20 ++++++++--------
test/Transforms/Inline/attributes.ll | 27 ++++++++++++++++++++++
19 files changed, 105 insertions(+), 21 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-tools-extra.
from 82549062 [clangd] Fix index-twice regression from r341242
new e0186bc8 Remove lambda default parameter to silence -Wpedantic warning. 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:
clangd/CodeComplete.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 f0c8c617bd3 * tree-vrp.c (vrp_can_optimize_bit_op): Remove. (extract_ [...]
new b86a1a386a1 2018-09-04 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/pr87211.c | 21 +++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 6 ++++--
4 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr87211.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 cf0bf50e162 Revert r341342: Dwarf .debug section compression support (z [...]
new 24a8df2c420 Disable -Wnoexcept-type due to false positives with 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:
cmake/modules/HandleLLVMOptions.cmake | 4 ++++
1 file changed, 4 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 ffb47768a19 2018-09-04 Richard Biener <rguenther(a)suse.de>
new f0c8c617bd3 * tree-vrp.c (vrp_can_optimize_bit_op): Remove. (extract_ [...]
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 | 15 +++++++++++
gcc/tree-vrp.c | 46 --------------------------------
gcc/wide-int-range.cc | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++-
gcc/wide-int-range.h | 18 ++++++++++---
4 files changed, 100 insertions(+), 51 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 2ec0ce0cc30 [x86/SLH] Teach SLH to harden against the "ret2spec" attack [...]
new cf0bf50e162 Revert r341342: Dwarf .debug section compression support (z [...]
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:
.../Inputs/compress-debug-sections.yaml | 21 -------
.../compress-debug-sections-default-gnu.test | 9 ---
.../compress-debug-sections-default.test | 13 ----
.../compress-debug-sections-invalid-format.test | 5 --
.../compress-debug-sections-zlib-gnu.test | 49 ---------------
.../llvm-objcopy/compress-debug-sections-zlib.test | 49 ---------------
tools/llvm-objcopy/ObjcopyOpts.td | 6 --
tools/llvm-objcopy/Object.cpp | 61 ------------------
tools/llvm-objcopy/Object.h | 27 +-------
tools/llvm-objcopy/llvm-objcopy.cpp | 73 ++--------------------
10 files changed, 6 insertions(+), 307 deletions(-)
delete mode 100644 test/tools/llvm-objcopy/Inputs/compress-debug-sections.yaml
delete mode 100644 test/tools/llvm-objcopy/compress-debug-sections-default-gnu.test
delete mode 100644 test/tools/llvm-objcopy/compress-debug-sections-default.test
delete mode 100644 test/tools/llvm-objcopy/compress-debug-sections-invalid-format.test
delete mode 100644 test/tools/llvm-objcopy/compress-debug-sections-zlib-gnu.test
delete mode 100644 test/tools/llvm-objcopy/compress-debug-sections-zlib.test
--
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 efdbcfb0b35 Update C Extensions docs for support in latest C++
new ffb47768a19 2018-09-04 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 | 6 ++++++
gcc/testsuite/gcc.dg/torture/pr87176.c | 28 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/ssa-fre-1.c | 16 ++++++++++++++++
gcc/tree-ssa-sccvn.c | 31 +++++++++++++++++++++----------
5 files changed, 78 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr87176.c
create mode 100644 gcc/testsuite/gcc.dg/torture/ssa-fre-1.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 be7ae28b635 [x86/SLH] Teach SLH to harden indirect branches and switche [...]
new 81a94dc6378 Do not leak the Mach host port in sys::getHostCPUName()
new 2ec0ce0cc30 [x86/SLH] Teach SLH to harden against the "ret2spec" attack [...]
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:
docs/SpeculativeLoadHardening.md | 7 +-
lib/Support/Host.cpp | 4 +-
lib/Target/X86/X86SpeculativeLoadHardening.cpp | 183 ++++++--
.../X86/speculative-load-hardening-call-and-ret.ll | 485 +++++++++++++++++++++
.../X86/speculative-load-hardening-indirect.ll | 62 ++-
test/CodeGen/X86/speculative-load-hardening.ll | 191 ++++++--
6 files changed, 840 insertions(+), 92 deletions(-)
create mode 100644 test/CodeGen/X86/speculative-load-hardening-call-and-ret.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 70f95c89a1 Automatic date update in version.in
new 6c9d681b07 gdb/riscv: Fix an ARI warning
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:
gdb/ChangeLog | 5 +++++
gdb/riscv-tdep.c | 4 ++--
2 files changed, 7 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 4cf831c0ee1 [InstCombine] Fold icmp ugt/ult (add nuw X, C2), C --> icmp [...]
new be7ae28b635 [x86/SLH] Teach SLH to harden indirect branches and switche [...]
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/X86SpeculativeLoadHardening.cpp | 271 ++++++++++++-
.../X86/speculative-load-hardening-indirect.ll | 439 ++++++++++++++++++++-
2 files changed, 686 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.