This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6cf9f6d Update _MSC_VER equality checks for msdiaNNN.dll new 16bf208 Create llvm.addressofreturnaddress 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: docs/LangRef.rst | 26 ++++++++++++++++++++++++ include/llvm/CodeGen/ISDOpcodes.h | 2 +- include/llvm/IR/Intrinsics.td | 1 + lib/Analysis/ObjCARCInstKind.cpp | 1 + lib/CodeGen/IntrinsicLowering.cpp | 10 +++++++-- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 1 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 4 ++++ lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 + lib/Target/X86/X86ISelLowering.cpp | 7 +++++++ lib/Target/X86/X86ISelLowering.h | 1 + test/CodeGen/X86/addr-of-ret-addr.ll | 19 +++++++++++++++++ test/CodeGen/X86/win64_frame.ll | 19 +++++++++++++++++ 12 files changed, 89 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/X86/addr-of-ret-addr.ll