[PATCH] D19103: Add an internalization step to the ThinLTOCodeGenerator

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 02:32:13 PDT 2016


joker.eph created this revision.
joker.eph added a reviewer: tejohnson.
joker.eph added a subscriber: llvm-commits.
Herald added a subscriber: joker.eph.

keeping as much as possible internal/private is
known to help the optimizer. Let's try to benefit from
this in ThinLTO.
Note: this is early work, but is enough to build clang (and
all the LLVM tools). I still need to write some lit-tests...

http://reviews.llvm.org/D19103

Files:
  include/llvm/Object/RecordStreamer.h
  lib/LTO/ThinLTOCodeGenerator.cpp
  lib/Object/IRObjectFile.cpp
  lib/Object/RecordStreamer.cpp
  lib/Object/RecordStreamer.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19103.53679.patch
Type: text/x-patch
Size: 18208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160414/5507abef/attachment.bin>


More information about the llvm-commits mailing list