index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
GoldPlugin.html
Age
Commit message (
Expand
)
Author
2010-10-06
No need to check out everything: binutils is enough.
Duncan Sands
2010-08-08
s/libLLVMgold/LLVMgold/g
Rafael Espindola
2010-05-07
Revert r103213. It broke several sections of live website.
mike-m
2010-05-06
Overhauled llvm/clang docs builds. Closes PR6613.
mike-m
2010-04-17
Refresh this documentation. Things have changed a bit in the mean time:
Nick Lewycky
2009-07-08
Update the example to show that an archive can contain llvm bitcode.
Rafael Espindola
2009-06-06
Move </pre> to column one to avoid an extra line of spaces in the example.
Nick Lewycky
2009-06-04
--plugin is not needed for bfd anymore. Update docs.
Torok Edwin
2009-06-03
lets not forget about c++!
Torok Edwin
2009-06-03
Document how easy it is to use the gold plugin and have LTO with autotooled p...
Torok Edwin
2009-04-13
Add paragraph tags.
Nick Lewycky
2009-03-01
Add a quickstart example.
Nick Lewycky
2009-03-01
Add the gold plugin page to the documentation index!
Nick Lewycky
2009-03-01
Cleanup the description of flags to llvm-gcc. Also remove stray text in the
Nick Lewycky
2009-03-01
Don't forget the important part. llvm-gcc -use-gold-plugin passes the right
Nick Lewycky
2009-03-01
Tweak this a bit.
Duncan Sands
2009-03-01
Fix grammar.
Nick Lewycky
2009-03-01
First pass at a document describing how to achieve LTO on Linux with gold.
Nick Lewycky