This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0c44305d76d [SystemZ] Add 'REQUIRES: asserts' to test case using debug [...] new 10c992c085d [X86] Added support for nocf_check attribute for indirect B [...]
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: bindings/go/llvm/ir_test.go | 1 + docs/BitCodeFormat.rst | 1 + docs/LangRef.rst | 6 +++ include/llvm/Bitcode/LLVMBitCodes.h | 1 + include/llvm/CodeGen/TargetLowering.h | 7 +++ include/llvm/IR/Attributes.td | 3 ++ include/llvm/IR/Function.h | 3 ++ include/llvm/IR/Instructions.h | 12 ++++- lib/AsmParser/LLLexer.cpp | 1 + lib/AsmParser/LLParser.cpp | 3 ++ lib/AsmParser/LLToken.h | 1 + lib/Bitcode/Reader/BitcodeReader.cpp | 3 ++ lib/Bitcode/Writer/BitcodeWriter.cpp | 2 + lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 3 +- lib/IR/Attributes.cpp | 2 + lib/IR/Verifier.cpp | 1 + lib/Target/X86/AsmParser/X86AsmParser.cpp | 7 +-- lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp | 3 ++ lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp | 3 ++ lib/Target/X86/MCTargetDesc/X86BaseInfo.h | 11 ++-- lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 4 ++ lib/Target/X86/X86FastISel.cpp | 7 +++ lib/Target/X86/X86ISelLowering.cpp | 29 +++++++++- lib/Target/X86/X86ISelLowering.h | 12 ++++- lib/Target/X86/X86IndirectBranchTracking.cpp | 61 ++++++--------------- lib/Target/X86/X86InstrControl.td | 55 ++++++++++++++++++- lib/Target/X86/X86InstrFormats.td | 3 ++ lib/Target/X86/X86InstrInfo.td | 8 +++ lib/Transforms/IPO/ForceFunctionAttrs.cpp | 1 + lib/Transforms/Utils/CodeExtractor.cpp | 1 + test/CodeGen/X86/indirect-branch-tracking.ll | 63 ++++++++++++++-------- test/CodeGen/X86/nocf_check.ll | 46 ++++++++++++++++ test/MC/X86/x86-32-coverage.s | 12 +++++ utils/TableGen/X86FoldTablesEmitter.cpp | 2 + 34 files changed, 302 insertions(+), 76 deletions(-) create mode 100644 test/CodeGen/X86/nocf_check.ll