summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CompilerWriterInfo.html
Commit message (Collapse)AuthorAgeFilesLines
* Sphinxify the compiler writer info documentation.Bill Wendling2012-10-071-267/+0
| | | | llvm-svn: 165369
* [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
* Remove the Alpha backend.Dan Gohman2011-10-271-12/+0
| | | | llvm-svn: 143164
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-13/+29
| | | | | | | | | | | | | | | | | <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-20/+20
| | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
| | | | llvm-svn: 129181
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+263
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-263/+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
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-2/+2
| | | | llvm-svn: 60880
* Fix a few HTML tidiness issues.Dan Gohman2008-11-241-0/+2
| | | | llvm-svn: 59966
* Added link to ABI documentation, sent by Rafael Espindola.Misha Brukman2006-08-221-0/+1
| | | | llvm-svn: 29832
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
| | | | llvm-svn: 26746
* Remove extra header in the SPARC sectionMisha Brukman2005-05-171-3/+0
| | | | llvm-svn: 22101
* add x86-64 abiChris Lattner2005-05-141-0/+1
| | | | llvm-svn: 22035
* Add section for ItaniumDuraid Madina2005-03-301-0/+12
| | | | llvm-svn: 20941
* * Add section for AlphaMisha Brukman2005-03-301-8/+12
| | | | | | * Remove extraneous subsections llvm-svn: 20938
* Move link to GCC prefetch info here, since it's gone from Open Projects pageMisha Brukman2005-03-111-2/+5
| | | | llvm-svn: 20566
* Eliminate empty sub-listMisha Brukman2005-01-081-4/+1
| | | | llvm-svn: 19362
* First draft of compendium of documents relevant to writers of LLVM machineMisha Brukman2004-11-081-0/+246
target backends llvm-svn: 17609
OpenPOWER on IntegriCloud