[PATCH] D12108: [WinEH] Require token linkage in EH pad/ret signatures

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 08:39:00 PDT 2015


JosephTremoulet updated the summary for this revision.
JosephTremoulet updated this revision to Diff 32829.
JosephTremoulet added a comment.

- Disallow undef in catchret/cleanupret
- Change signatures of ctors/getters/setters to on `FooReturnInst`s to use `FooPad *` rather than `Value *`
- Update parsers to understand operator contraints and create appropriate sentinels for forward references
- Add negative assembler tests for operator constraints


http://reviews.llvm.org/D12108

Files:
  docs/ExceptionHandling.rst
  docs/LangRef.rst
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/IRBuilder.h
  include/llvm/IR/Instructions.h
  lib/Analysis/InlineCost.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLParser.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/CodeGen/WinEHPrepare.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/Instruction.cpp
  lib/IR/Instructions.cpp
  lib/IR/Verifier.cpp
  lib/Transforms/Instrumentation/MemorySanitizer.cpp
  lib/Transforms/Utils/InlineFunction.cpp
  test/Assembler/invalid-OperatorConstraint.ll
  test/CodeGen/WinEH/wineh-demotion.ll
  test/CodeGen/WinEH/wineh-statenumbering.ll
  test/Feature/exception.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12108.32829.patch
Type: text/x-patch
Size: 85455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150821/ca607049/attachment-0001.bin>


More information about the llvm-commits mailing list