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

Dmitry Polukhin via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 29 02:01:33 PST 2015


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

Clang part was updated to use new representation so I think now patch is ready for review, please take a look.


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.43722.patch
Type: text/x-patch
Size: 48915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151229/70c2fb54/attachment.bin>


More information about the llvm-commits mailing list