[PATCH] D18321: Add support for no-jump-tables flag.
Nirav Dave via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 23 09:40:19 PDT 2016
niravd updated this revision to Diff 51436.
niravd added a comment.
Herald added a subscriber: joker.eph.
Rebased no-jump-tables to key on Function Attributes not target options and removed
added llc command line flag as we can now pass this information textually in the file
http://reviews.llvm.org/D18321
Files:
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/IR/Attributes.td
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/IR/Attributes.cpp
lib/IR/Verifier.cpp
lib/Transforms/IPO/ForceFunctionAttrs.cpp
test/CodeGen/X86/switch.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18321.51436.patch
Type: text/x-patch
Size: 7209 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160323/cd3c69fe/attachment.bin>
More information about the llvm-commits
mailing list