llvm-6502/test/tools/gold
Peter Collingbourne 394be6c159 LTO: introduce object file-based on-disk module format.
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218078 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-18 21:28:49 +00:00
..
Inputs LTO: introduce object file-based on-disk module format. 2014-09-18 21:28:49 +00:00
alias.ll Remember to eraseFromParent after replaceAllUsesWith. 2014-09-10 19:39:41 +00:00
bad-alias.ll Add support for comdats to the gold plugin. 2014-08-22 23:26:10 +00:00
bcsection.ll LTO: introduce object file-based on-disk module format. 2014-09-18 21:28:49 +00:00
comdat.ll Add support for comdats to the gold plugin. 2014-08-22 23:26:10 +00:00
common.ll Internalize common symbols when we can. 2014-09-17 20:41:13 +00:00
emit-llvm.ll Rewrite the gold plugin to fix pr19901. 2014-08-21 20:28:55 +00:00
invalid.ll gold plugin: Fix handling of corrupted bitcode files. 2014-07-29 20:46:19 +00:00
linker-script.ll Add a test showing the interaction of linker scripts and plugin. 2014-08-05 19:56:53 +00:00
lit.local.cfg The gold tests also require ppc to be compiled in. 2014-09-05 19:01:12 +00:00
mtriple.ll Rewrite the gold plugin to fix pr19901. 2014-08-21 20:28:55 +00:00
option.ll
pr19901.ll Update to not depend on "llvm-objdump -d -symbolize". 2014-09-03 16:16:02 +00:00
weak.ll Make the test a bit more strict. 2014-08-12 15:55:27 +00:00