[PATCH] D15525: [GCC] Attribute ifunc support in llvm

Dmitry Polukhin via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 07:48:48 PDT 2016


DmitryPolukhin updated this revision to Diff 52205.
DmitryPolukhin added a comment.

- rebease on top of GlobalIndirectSymbol committed to LLVM
- removed C interface for ifunc, it seems that it is not required for now


http://reviews.llvm.org/D15525

Files:
  docs/LangRef.rst
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/CodeGen/AsmPrinter.h
  include/llvm/IR/GlobalIFunc.h
  include/llvm/IR/GlobalIndirectSymbol.h
  include/llvm/IR/GlobalValue.h
  include/llvm/IR/Module.h
  include/llvm/IR/SymbolTableListTraits.h
  include/llvm/IR/Value.def
  include/llvm/IR/Value.h
  include/llvm/IR/ValueSymbolTable.h
  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/Bitcode/Writer/ValueEnumerator.cpp
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/Globals.cpp
  lib/IR/Module.cpp
  lib/Transforms/IPO/GlobalDCE.cpp
  test/Assembler/ifunc-asm.ll
  test/Assembler/ifunc-use-list-order.ll
  test/Bitcode/compatibility.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15525.52205.patch
Type: text/x-patch
Size: 46685 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160331/4322d407/attachment-0001.bin>


More information about the llvm-commits mailing list