[PATCH] Alternative way of representing comdats

David Majnemer david.majnemer at gmail.com
Thu Jun 26 14:12:53 PDT 2014


  - Address some review feedback.
  - Update GlobalOpt and GlobalDCE for Comdats.
  - Implement changes for lib/Linker
  - Address the latest round of review feedback
  - Address latest round of feedback.

http://reviews.llvm.org/D4178

Files:
  docs/LangRef.rst
  include/llvm/ADT/UniqueVector.h
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/Comdat.h
  include/llvm/IR/GlobalObject.h
  include/llvm/IR/GlobalValue.h
  include/llvm/IR/Module.h
  include/llvm/Linker/Linker.h
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLLexer.h
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLParser.h
  lib/AsmParser/LLToken.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Reader/BitcodeReader.h
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/Bitcode/Writer/ValueEnumerator.cpp
  lib/Bitcode/Writer/ValueEnumerator.h
  lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/AsmWriter.h
  lib/IR/CMakeLists.txt
  lib/IR/Comdat.cpp
  lib/IR/Globals.cpp
  lib/IR/Module.cpp
  lib/IR/Verifier.cpp
  lib/Linker/LinkModules.cpp
  lib/Transforms/IPO/GlobalDCE.cpp
  lib/Transforms/IPO/GlobalOpt.cpp
  test/Assembler/invalid-comdat.ll
  test/Assembler/invalid-comdat2.ll
  test/Feature/comdat.ll
  test/Instrumentation/AddressSanitizer/do-not-instrument-llvm-metadata.ll
  test/Linker/Inputs/comdat.ll
  test/Linker/Inputs/comdat2.ll
  test/Linker/Inputs/comdat3.ll
  test/Linker/Inputs/comdat4.ll
  test/Linker/comdat.ll
  test/Linker/comdat2.ll
  test/Linker/comdat3.ll
  test/Linker/comdat4.ll
  test/Linker/comdat5.ll
  test/MC/COFF/comdat.ll
  test/MC/ELF/comdat.ll
  test/MC/MachO/comdat.ll
  test/Verifier/comdat.ll
  test/Verifier/comdat2.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4178.10903.patch
Type: text/x-patch
Size: 78313 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140626/1b5e8b00/attachment.bin>


More information about the llvm-commits mailing list