summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Lexicon.html
Commit message (Collapse)AuthorAgeFilesLines
* Sphinxify the lexicon doc.Bill Wendling2012-06-201-294/+0
| | | | llvm-svn: 158813
* Add RPO to the lexicon.Nick Lewycky2012-05-201-0/+2
| | | | llvm-svn: 157166
* [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
* test commit (verifyiing commit access)Eli Bendersky2012-01-051-1/+1
| | | | llvm-svn: 147600
* Add FCA to the lexicon.Bill Wendling2011-09-271-0/+12
| | | | llvm-svn: 140619
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-14/+17
| | | | | | | | | | | | | | | | | <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-16/+16
| | | | | | | | | 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/+277
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-277/+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
* Add MC and LTO, two terms I just had to explain on IRC.Nick Lewycky2010-04-051-3/+17
| | | | llvm-svn: 100413
* Fixed HTML validator warning.Misha Brukman2008-12-141-1/+1
| | | | llvm-svn: 61005
* 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/+1
| | | | llvm-svn: 59966
* Document the acronym RAUW. Patch by Jonathan Brandmeyer!Dan Gohman2008-11-071-0/+8
| | | | llvm-svn: 58863
* fix duplicate anchor names, and broken anchor links from the TOCTorok Edwin2008-10-281-3/+3
| | | | llvm-svn: 58332
* Use &mdash; because.Bill Wendling2008-07-221-1/+1
| | | | llvm-svn: 53901
* GarbageCollection.html is expanded to encompass the comingGordon Henriksen2007-09-271-3/+76
| | | | | | | capabilities. This is a major rewrite and is easier to read en toto rather than patchwise. llvm-svn: 42414
* Add LCSSA to the LLVM lexicon.Owen Anderson2006-10-181-0/+3
| | | | llvm-svn: 31032
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-2/+2
| | | | llvm-svn: 26746
* Add SRoA to the lexicon. Patch by Marco Matthies!Chris Lattner2006-02-081-0/+3
| | | | llvm-svn: 26060
* Add "SCC" to the lexicon. Patch provided by Marco Matthies, thanks!Chris Lattner2005-11-291-1/+4
| | | | llvm-svn: 24509
* Add reassociation, minor cleanups.Chris Lattner2005-05-131-15/+17
| | | | llvm-svn: 21973
* Replace llvm.org => llvm.cs.uiuc.eduMisha Brukman2004-11-071-1/+1
| | | | llvm-svn: 17550
* Minor format tweask for tables.Reid Spencer2004-11-011-16/+8
| | | | llvm-svn: 17394
* Add a few more terms.Reid Spencer2004-10-301-0/+39
| | | | llvm-svn: 17364
* Put a space between `Data' and `Structure' of DSA.Misha Brukman2004-09-051-1/+1
| | | | llvm-svn: 16179
* Add DSA.Misha Brukman2004-09-051-0/+3
| | | | llvm-svn: 16176
* Add some detailsChris Lattner2004-08-241-1/+3
| | | | llvm-svn: 16035
* Added BURS.Reid Spencer2004-08-241-0/+14
| | | | llvm-svn: 16034
* Change LVN -> Load-VN since that's the name of the cmdline switchMisha Brukman2004-08-241-2/+2
| | | | llvm-svn: 16009
* Added DSE, LICM, LVN, PRE, SCCP, and SSAMisha Brukman2004-08-241-4/+63
| | | | llvm-svn: 16007
* Added a *very* initial cut at a lexicon for LLVM. I don't plan to writeReid Spencer2004-08-171-0/+61
this whole thing. Just use the pattern in the file to add entries as you think of them. This will be really helpful for newbies to advanced compiler optimization techniques such as myself. llvm-svn: 15878
OpenPOWER on IntegriCloud