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

Dmitry Polukhin via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 25 07:09:29 PST 2015


DmitryPolukhin updated this revision to Diff 43631.
DmitryPolukhin marked 4 inline comments as done.
DmitryPolukhin added a comment.

Still work in progress, fixed most of comments.


http://reviews.llvm.org/D15525

Files:
  docs/LangRef.rst
  include/llvm-c/Core.h
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/CodeGen/AsmPrinter.h
  include/llvm/IR/GlobalAlias.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/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/Core.cpp
  lib/IR/Globals.cpp
  lib/IR/Module.cpp
  lib/Transforms/IPO/GlobalDCE.cpp
  test/Assembler/ifunc-alias.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15525.43631.patch
Type: text/x-patch
Size: 48913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151225/4f59f6d3/attachment-0001.bin>


More information about the llvm-commits mailing list