[PATCH] D15517: [WinEH] Use operand bundles to describe call sites

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 13:30:42 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL255674: [WinEH] Use operand bundles to describe call sites (authored by majnemer).

Changed prior to commit:
  http://reviews.llvm.org/D15517?vs=42885&id=42900#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D15517

Files:
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/IR/InstrTypes.h
  llvm/trunk/include/llvm/IR/LLVMContext.h
  llvm/trunk/include/llvm/Transforms/Utils/Local.h
  llvm/trunk/lib/CodeGen/WinEHPrepare.cpp
  llvm/trunk/lib/IR/LLVMContext.cpp
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
  llvm/trunk/lib/Transforms/Utils/Local.cpp
  llvm/trunk/test/CodeGen/WinEH/wineh-cloning.ll
  llvm/trunk/test/CodeGen/WinEH/wineh-demotion.ll
  llvm/trunk/test/CodeGen/WinEH/wineh-no-demotion.ll
  llvm/trunk/test/CodeGen/X86/catchpad-weight.ll
  llvm/trunk/test/CodeGen/X86/cleanuppad-inalloca.ll
  llvm/trunk/test/CodeGen/X86/cleanuppad-large-codemodel.ll
  llvm/trunk/test/CodeGen/X86/cleanuppad-realign.ll
  llvm/trunk/test/CodeGen/X86/funclet-layout.ll
  llvm/trunk/test/CodeGen/X86/seh-catch-all-win32.ll
  llvm/trunk/test/CodeGen/X86/seh-catch-all.ll
  llvm/trunk/test/CodeGen/X86/seh-catchpad.ll
  llvm/trunk/test/CodeGen/X86/seh-except-finally.ll
  llvm/trunk/test/CodeGen/X86/seh-finally.ll
  llvm/trunk/test/CodeGen/X86/seh-safe-div-win32.ll
  llvm/trunk/test/CodeGen/X86/seh-safe-div.ll
  llvm/trunk/test/CodeGen/X86/seh-stack-realign.ll
  llvm/trunk/test/CodeGen/X86/win-catchpad-csrs.ll
  llvm/trunk/test/CodeGen/X86/win-catchpad-nested-cxx.ll
  llvm/trunk/test/CodeGen/X86/win-catchpad-nested.ll
  llvm/trunk/test/CodeGen/X86/win-catchpad.ll
  llvm/trunk/test/CodeGen/X86/win-cleanuppad.ll
  llvm/trunk/test/CodeGen/X86/win-funclet-cfi.ll
  llvm/trunk/test/CodeGen/X86/win32-eh-states.ll
  llvm/trunk/test/CodeGen/X86/win32-seh-catchpad.ll
  llvm/trunk/test/CodeGen/X86/win32-seh-nested-finally.ll
  llvm/trunk/test/CodeGen/X86/wineh-coreclr.ll
  llvm/trunk/test/CodeGen/X86/wineh-exceptionpointer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15517.42900.patch
Type: text/x-patch
Size: 57743 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151215/d1845520/attachment.bin>


More information about the llvm-commits mailing list