summaryrefslogtreecommitdiffstats
path: root/llvm/docs/index.html
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Remove index.html, I am flipping the switch on llvm.org.Daniel Dunbar2012-04-191-286/+0
| | | | llvm-svn: 155151
* [docs] Add back old index.html until I get llvm.org work done to support ↵Daniel Dunbar2012-04-191-0/+286
| | | | | | Sphinx docs. llvm-svn: 155134
* [docs] Convert docs index page into Sphinx.Daniel Dunbar2012-04-191-286/+0
| | | | | | | | - Work in progress, this is mostly important because it lets us incrementally migrate the remaining documentation. - Lots of styling, editing, and integration work yet to come… - PR12589 llvm-svn: 155133
* Remove more GCC FE build stuff.Chad Rosier2012-02-261-2/+3
| | | | llvm-svn: 151507
* Fix typo.Chad Rosier2012-01-191-1/+1
| | | | llvm-svn: 148497
* Merge ObjCPropertyDebugInfo.html into SourceLevelDebugging.htmlDevang Patel2011-11-151-3/+0
| | | | llvm-svn: 144724
* Add ObjCPropertyDebugInfo.htmlDevang Patel2011-11-151-0/+3
| | | | llvm-svn: 144600
* docs: Add initial docs on LLVMBuild organization.Daniel Dunbar2011-11-031-0/+4
| | | | llvm-svn: 143619
* docs: Remove an out-of-date and unnecessary tool list.Daniel Dunbar2011-11-021-19/+1
| | | | llvm-svn: 143544
* docs: Separate development process type of documentation from programmingDaniel Dunbar2011-11-021-16/+22
| | | | | | documentation. llvm-svn: 143543
* docs: Remove UsingLibraries page, which was inaccurate / out-of-date and notDaniel Dunbar2011-11-021-3/+0
| | | | | | particularly useful. llvm-svn: 143542
* Added instruction how to add a builder to docs.Galina Kistanova2011-10-311-0/+4
| | | | llvm-svn: 143365
* docs/*.html: Appease W3C Checker to add "charset=utf-8".NAKAMURA Takumi2011-10-311-0/+1
| | | | llvm-svn: 143348
* Mention the cmake build guide on the main docs page.Duncan Sands2011-10-111-0/+5
| | | | llvm-svn: 141674
* More llvmc bits. Spotted by Benjamin on IRC.Eric Christopher2011-09-201-1/+0
| | | | llvm-svn: 140124
* Remove more of llvmc and dependencies.Eric Christopher2011-09-201-8/+0
| | | | llvm-svn: 140121
* Add documenation about "branch_weight" metadata and __builtin_expect instructionJakub Staszak2011-07-061-0/+5
| | | | llvm-svn: 134517
* replace the intro tutorial from 2004 with a more recent work.Chris Lattner2011-05-301-3/+2
| | | | llvm-svn: 132310
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-2/+0
| | | | | | | | | | | | | | | | | <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-6/+6
| | | | | | | | | 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-1/+1
| | | | | | (eg. trim http://llvm.org/docs/foo -> foo) llvm-svn: 129182
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-2/+2
| | | | llvm-svn: 129181
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+293
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-293/+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
* Give packagers some advice about how to build LLVM so it's useful toJeffrey Yasskin2010-02-261-0/+3
| | | | | | the most users. llvm-svn: 97198
* stkrc is gone.Dan Gohman2010-02-251-1/+0
| | | | llvm-svn: 97156
* Merge the advanced getelementptr FAQ into the regularDan Gohman2010-02-251-3/+0
| | | | | | getelementptr FAQ. llvm-svn: 97154
* Add an "advanced" GetElementPtr FAQ document, with answers toDan Gohman2010-02-171-0/+3
| | | | | | questions left unanswered by the first GetElementPtr FAQ. llvm-svn: 96526
* Make docs less specific about their versions, at Chris's suggestion.Jeffrey Yasskin2010-02-031-4/+5
| | | | llvm-svn: 95231
* Mention the version in the documentation index and link to the 2.6 docs, whichJeffrey Yasskin2010-02-031-2/+5
| | | | | | is what most readers will actually be aiming for. llvm-svn: 95229
* Add documentation on how to use enable debug information in the JIT and use ↵Reid Kleckner2009-09-211-0/+3
| | | | | | it with GDB. llvm-svn: 82425
* link to a newer presoChris Lattner2009-07-291-2/+2
| | | | llvm-svn: 77440
* move gold plugin next to LTO doc in the subsystem sectionChris Lattner2009-03-011-3/+2
| | | | llvm-svn: 65790
* Close list item tag, to conform with the style in this file. It's optionalNick Lewycky2009-03-011-1/+1
| | | | | | anyways. llvm-svn: 65787
* Add the gold plugin page to the documentation index!Nick Lewycky2009-03-011-0/+3
| | | | llvm-svn: 65786
* Update the auto-generated llvmc documentation.Mikhail Glushenkov2008-12-111-18/+22
| | | | llvm-svn: 60909
* Conform to the HTML 4.01 Strict specification.Misha Brukman2008-12-111-1/+3
| | | | llvm-svn: 60884
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-2/+2
| | | | llvm-svn: 60880
* Mention the Ada and Fortran front-ends.Duncan Sands2008-12-101-2/+2
| | | | llvm-svn: 60833
* Correct these links.Duncan Sands2008-11-121-5/+5
| | | | llvm-svn: 59126
* the stacker doc is way out of date.Chris Lattner2008-08-111-4/+0
| | | | llvm-svn: 54631
* add a description.Chris Lattner2008-07-131-1/+2
| | | | llvm-svn: 53529
* Update link to testing guide to use the new title.Matthijs Kooijman2008-07-021-2/+2
| | | | llvm-svn: 53018
* Added Passes.html to the documentation list.Tanya Lattner2008-03-241-0/+3
| | | | llvm-svn: 48736
* Rename CFEBuildInstrs.html to GCCFEBuildInstrs.html.Duncan Sands2008-02-141-1/+1
| | | | | | | Update all references to it and place a redirection page at the old address. llvm-svn: 47124
* try againChris Lattner2007-11-091-1/+1
| | | | llvm-svn: 43956
* Add a link to the tutorial.Nick Lewycky2007-11-091-0/+2
| | | | llvm-svn: 43928
* gcroot must take concrete types, not arbitrary types.Chris Lattner2007-09-211-0/+1
| | | | | | clean up intrinsic descriptions in langref a bit. llvm-svn: 42194
* Update links to the command guide generated documentation.Reid Spencer2007-08-051-19/+19
| | | | llvm-svn: 40855
* Subversionify the documentation.Reid Spencer2007-07-091-4/+3
| | | | llvm-svn: 38442
OpenPOWER on IntegriCloud