[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 21:24:17 PDT 2015
JosephTremoulet updated the summary for this revision.
JosephTremoulet updated this revision to Diff 32897.
JosephTremoulet marked an inline comment as done.
JosephTremoulet added a comment.
- Remove unnecessary casts (c-style casts and reinterpret_casts where an implicit upcast suffices) from Instructions.h; move CleanupReturnInst down in the file to accommodate this
- Make sure switch enums are covered xor have defaults, per http://llvm.org/docs/CodingStandards.html#don-t-use-default-labels-in-fully-covered-switches-over-enumerations
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.32897.patch
Type: text/x-patch
Size: 90209 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150822/dd263caa/attachment.bin>
More information about the llvm-commits
mailing list