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(-)