[PATCH] D15479: [IR] Remove terminatepad

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 10:37:57 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL255522: [IR] Remove terminatepad (authored by majnemer).

Changed prior to commit:
  http://reviews.llvm.org/D15479?vs=42642&id=42737#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D15479

Files:
  llvm/trunk/docs/ExceptionHandling.rst
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm-c/Core.h
  llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/trunk/include/llvm/IR/IRBuilder.h
  llvm/trunk/include/llvm/IR/InstVisitor.h
  llvm/trunk/include/llvm/IR/InstrTypes.h
  llvm/trunk/include/llvm/IR/Instruction.def
  llvm/trunk/include/llvm/IR/Instruction.h
  llvm/trunk/include/llvm/IR/Instructions.h
  llvm/trunk/include/llvm/Transforms/Utils/Local.h
  llvm/trunk/lib/Analysis/EHPersonalities.cpp
  llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp
  llvm/trunk/lib/Analysis/ValueTracking.cpp
  llvm/trunk/lib/AsmParser/LLLexer.cpp
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/AsmParser/LLParser.h
  llvm/trunk/lib/AsmParser/LLToken.h
  llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp
  llvm/trunk/lib/CodeGen/WinEHPrepare.cpp
  llvm/trunk/lib/IR/AsmWriter.cpp
  llvm/trunk/lib/IR/Instruction.cpp
  llvm/trunk/lib/IR/Instructions.cpp
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
  llvm/trunk/lib/Transforms/Utils/Local.cpp
  llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/trunk/test/Bitcode/compatibility.ll
  llvm/trunk/test/CodeGen/WinEH/wineh-no-demotion.ll
  llvm/trunk/test/Feature/exception.ll
  llvm/trunk/test/Transforms/Inline/PR25155.ll
  llvm/trunk/test/Transforms/LoopStrengthReduce/funclet.ll
  llvm/trunk/test/Transforms/MergeFunc/call-and-invoke-with-ranges.ll
  llvm/trunk/test/Transforms/SimplifyCFG/empty-cleanuppad.ll
  llvm/trunk/test/Transforms/SimplifyCFG/wineh-unreachable.ll
  llvm/trunk/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15479.42737.patch
Type: text/x-patch
Size: 60589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151214/777be7b8/attachment.bin>


More information about the llvm-commits mailing list