This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 51d5ef9dba4 [WebAssembly] Add an assertion for an invalid CFG new e103a56c469 [XRay] Typed event logging intrinsic
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/AsmPrinter.h | 4 +- include/llvm/CodeGen/FastISel.h | 1 + include/llvm/CodeGen/TargetLowering.h | 5 + include/llvm/IR/Intrinsics.td | 4 + include/llvm/Support/TargetOpcodes.def | 8 +- include/llvm/Target/Target.td | 10 + lib/CodeGen/SelectionDAG/FastISel.cpp | 22 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 35 + lib/CodeGen/TargetLoweringBase.cpp | 15 + lib/Target/X86/X86AsmPrinter.h | 2 + lib/Target/X86/X86ISelLowering.cpp | 3 + lib/Target/X86/X86MCInstLower.cpp | 1259 ++++++++++++++------ test/CodeGen/X86/xray-custom-log.ll | 4 +- ...{xray-custom-log.ll => xray-typed-event-log.ll} | 31 +- 14 files changed, 1034 insertions(+), 369 deletions(-) copy test/CodeGen/X86/{xray-custom-log.ll => xray-typed-event-log.ll} (55%)