summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GoldPlugin.html
Commit message (Collapse)AuthorAgeFilesLines
* docs: Sphinxify GoldPlugin document.Sean Silva2012-10-041-227/+0
| | | | llvm-svn: 165198
* [docs] Update HTML pages to refer to CSS in a way that works locally and ↵Daniel Dunbar2012-04-191-1/+1
| | | | | | with Sphinx. llvm-svn: 155153
* Recommend the -flto flag instead of -use-gold-plugin, and updatePeter Collingbourne2011-11-051-14/+13
| | | | | | other aspects of the gold plugin docs to reflect reality. llvm-svn: 143785
* docs/*.html: Appease W3C Checker to add "charset=utf-8".NAKAMURA Takumi2011-10-311-0/+1
| | | | llvm-svn: 143348
* Remove mention of llvm-gcc/llvm-g++ from doc.Bill Wendling2011-09-181-27/+36
| | | | llvm-svn: 139998
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-7/+8
| | | | | | | | | | | | | | | | | <h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-181-8/+12
| | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736
* docs: Fix some in-package URLs.NAKAMURA Takumi2011-04-091-2/+2
| | | | | | (eg. trim http://llvm.org/docs/foo -> foo) llvm-svn: 129182
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
| | | | llvm-svn: 129181
* No need to check out everything: binutils is enough.Duncan Sands2010-10-061-1/+1
| | | | | | Patch by John Tytgat. llvm-svn: 115757
* s/libLLVMgold/LLVMgold/gRafael Espindola2010-08-081-4/+4
| | | | llvm-svn: 110552
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+213
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-213/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. llvm-svn: 103213
* Refresh this documentation. Things have changed a bit in the mean time:Nick Lewycky2010-04-171-11/+24
| | | | | | | | - LLVMgold.so --> libLLVMgold.so - the GCC LTO project is no longer 'upcoming' - document the plugin support for 'ar' and 'nm' llvm-svn: 101624
* Update the example to show that an archive can contain llvm bitcode.Rafael Espindola2009-07-081-1/+2
| | | | llvm-svn: 75000
* Move </pre> to column one to avoid an extra line of spaces in the example.Nick Lewycky2009-06-061-2/+2
| | | | llvm-svn: 73003
* --plugin is not needed for bfd anymore. Update docs.Torok Edwin2009-06-041-2/+11
| | | | llvm-svn: 72867
* lets not forget about c++!Torok Edwin2009-06-031-0/+1
| | | | llvm-svn: 72778
* Document how easy it is to use the gold plugin and have LTO with autotooled ↵Torok Edwin2009-06-031-0/+29
| | | | | | | | projects. Please correct the documentation if I missed anything. llvm-svn: 72773
* Add paragraph tags.Nick Lewycky2009-04-131-2/+2
| | | | llvm-svn: 68934
* Add a quickstart example.Nick Lewycky2009-03-011-1/+56
| | | | llvm-svn: 65789
* Add the gold plugin page to the documentation index!Nick Lewycky2009-03-011-1/+1
| | | | llvm-svn: 65786
* Cleanup the description of flags to llvm-gcc. Also remove stray text in theNick Lewycky2009-03-011-3/+2
| | | | | | attribution. llvm-svn: 65785
* Don't forget the important part. llvm-gcc -use-gold-plugin passes the rightNick Lewycky2009-03-011-3/+4
| | | | | | options to gold. llvm-svn: 65783
* Tweak this a bit.Duncan Sands2009-03-011-7/+7
| | | | llvm-svn: 65772
* Fix grammar.Nick Lewycky2009-03-011-2/+2
| | | | llvm-svn: 65769
* First pass at a document describing how to achieve LTO on Linux with gold.Nick Lewycky2009-03-011-0/+105
llvm-svn: 65766
OpenPOWER on IntegriCloud