[PATCH] D68063: Propeller: LLVM support for basic block sections

Sriraman Tallam via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 14:35:46 PST 2020


tmsriram updated this revision to Diff 241295.
tmsriram marked an inline comment as done.
tmsriram added a comment.

Splitting the LLVM patch for Basic Block Sections Support into many smaller patches as follows:

1. Base patch for basic block sections support - This itself is split into Base_1 and Base_2
2. CFI Support for block sections
3. DebugInfo Support for basic block sections
4. Exceptions Support for basic block sections
5. Other smaller patches

We will link the dependent patches as children of this parent patch.

This is the parent patch and is the base patch (Base_1)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68063/new/

https://reviews.llvm.org/D68063

Files:
  llvm/include/llvm/IR/BasicBlock.h
  llvm/include/llvm/IR/Function.h
  llvm/include/llvm/Target/TargetMachine.h
  llvm/include/llvm/Target/TargetOptions.h
  llvm/lib/CodeGen/CodeGenPrepare.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68063.241295.patch
Type: text/x-patch
Size: 7498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200129/5de7f77c/attachment.bin>


More information about the llvm-commits mailing list