[PATCH] D12433: [WinEH] Add cleanupendpad instruction

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 17:07:02 PDT 2015


JosephTremoulet updated this revision to Diff 33761.
JosephTremoulet added a comment.

- rebase
- update mergefunc test (changing the numeric opcode values changed its output order)


http://reviews.llvm.org/D12433

Files:
  docs/ExceptionHandling.rst
  docs/LangRef.rst
  include/llvm-c/Core.h
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/IRBuilder.h
  include/llvm/IR/InstVisitor.h
  include/llvm/IR/InstrTypes.h
  include/llvm/IR/Instruction.def
  include/llvm/IR/Instruction.h
  include/llvm/IR/Instructions.h
  lib/Analysis/ValueTracking.cpp
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLParser.h
  lib/AsmParser/LLToken.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  lib/CodeGen/TargetLoweringBase.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/Feature/exception.ll
  test/Transforms/MergeFunc/call-and-invoke-with-ranges.ll
  tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12433.33761.patch
Type: text/x-patch
Size: 54887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150902/89470c77/attachment-0001.bin>


More information about the llvm-commits mailing list