summaryrefslogtreecommitdiffstats
path: root/llvm/test/LTO/bcsection.ll
Commit message (Collapse)AuthorAgeFilesLines
* Introduce llvm/test/LTO/X86. LTO tests may be assumed as target-specific.NAKAMURA Takumi2015-01-301-21/+0
| | | | llvm-svn: 227564
* Try to fix i686-cygming bots.Peter Collingbourne2014-09-181-3/+3
| | | | llvm-svn: 218086
* LTO: introduce object file-based on-disk module format.Peter Collingbourne2014-09-181-0/+21
This format is simply a regular object file with the bitcode stored in a section named ".llvmbc", plus any number of other (non-allocated) sections. One immediate use case for this is to accommodate compilation processes which expect the object file to contain metadata in non-allocated sections, such as the ".go_export" section used by some Go compilers [1], although I imagine that in the future we could consider compiling parts of the module (such as large non-inlinable functions) directly into the object file to improve LTO efficiency. [1] http://golang.org/doc/install/gccgo#Imports Differential Revision: http://reviews.llvm.org/D4371 llvm-svn: 218078
OpenPOWER on IntegriCloud