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

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 11:46:06 PST 2015


majnemer updated this revision to Diff 42885.
majnemer added a comment.

- Address review comments


http://reviews.llvm.org/D15517

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

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


More information about the llvm-commits mailing list