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

Dmitry Polukhin via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 02:29:54 PDT 2016


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

Rebased on top of http://reviews.llvm.org/D18754

Eric, thank you a lot for fast review previous parts and please take a look to the remaining changes.


http://reviews.llvm.org/D15525

Files:
  docs/LangRef.rst
  include/llvm/Bitcode/LLVMBitCodes.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/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
  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.52669.patch
Type: text/x-patch
Size: 30982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160405/e3915376/attachment-0001.bin>


More information about the llvm-commits mailing list