[PATCH] D15567: Support of x86 interrupt and exception handlers in LLVM

Amjad Aboud via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 06:11:04 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL256155: Implemented Support of IA interrupt and exception handlers: (authored by aaboud).

Changed prior to commit:
  http://reviews.llvm.org/D15567?vs=42995&id=43367#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D15567

Files:
  llvm/trunk/include/llvm/IR/CallingConv.h
  llvm/trunk/lib/AsmParser/LLLexer.cpp
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/AsmParser/LLToken.h
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/IR/AsmWriter.cpp
  llvm/trunk/lib/Target/X86/X86CallingConv.td
  llvm/trunk/lib/Target/X86/X86ExpandPseudo.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.h
  llvm/trunk/lib/Target/X86/X86InstrControl.td
  llvm/trunk/lib/Target/X86/X86InstrInfo.td
  llvm/trunk/lib/Target/X86/X86InstrSystem.td
  llvm/trunk/lib/Target/X86/X86RegisterInfo.cpp
  llvm/trunk/test/CodeGen/X86/x86-32-intrcc.ll
  llvm/trunk/test/CodeGen/X86/x86-64-intrcc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15567.43367.patch
Type: text/x-patch
Size: 36953 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151221/6362baba/attachment.bin>


More information about the llvm-commits mailing list