[PATCH] D15567: Support of x86 interrupt and exception handlers in LLVM
Amjad Aboud via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 16 05:46:24 PST 2015
aaboud created this revision.
aaboud added reviewers: tari, nadav, hjl.tools.
aaboud added subscribers: yulia_koval, zinovy.nis, delena, llvm-commits, ABataev.
Herald added a subscriber: joker.eph.
Implemented Support of x86 interrupt and exception handlers as agreed in the following proposal:
http://lists.llvm.org/pipermail/cfe-dev/2015-September/045171.html
The implementation is based on previous patch D12498 (uploaded by Peter Marheine).
Note: this patch does not contain the modification to Clang.
http://reviews.llvm.org/D15567
Files:
include/llvm/IR/CallingConv.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/IR/AsmWriter.cpp
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86ExpandPseudo.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86InstrControl.td
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrSystem.td
lib/Target/X86/X86RegisterInfo.cpp
test/CodeGen/X86/x86-32-intrcc.ll
test/CodeGen/X86/x86-64-intrcc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15567.42995.patch
Type: text/x-patch
Size: 23436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151216/81c93022/attachment.bin>
More information about the llvm-commits
mailing list