aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
Commit message (Collapse)AuthorAgeFilesLines
* extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman2005-04-241-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21501 91177308-0d34-0410-b5e6-96231b3b80d8
* add a bunch of documentation about the LLVM type resolution machineryChris Lattner2005-04-231-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21475 91177308-0d34-0410-b5e6-96231b3b80d8
* This is not neededChris Lattner2005-04-231-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21472 91177308-0d34-0410-b5e6-96231b3b80d8
* add a search box for the documentationChris Lattner2005-04-231-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21471 91177308-0d34-0410-b5e6-96231b3b80d8
* Put finishing touches on GettingStartedVS.html and link it to the index.Jeff Cohen2005-02-011-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19967 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove the open projects page from the docs directory.Chris Lattner2005-01-071-4/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19342 91177308-0d34-0410-b5e6-96231b3b80d8
* Capitalize Bugpoint.Misha Brukman2005-01-071-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19341 91177308-0d34-0410-b5e6-96231b3b80d8
* Add the SystemLibrary.html document now that its done.Reid Spencer2005-01-051-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19298 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_14 changes.John Criswell2004-12-101-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18763 91177308-0d34-0410-b5e6-96231b3b80d8
* We now have a real Bugpoint doc, not just a huge man page.Misha Brukman2004-12-091-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18720 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove extraneous space in linkMisha Brukman2004-12-031-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18468 91177308-0d34-0410-b5e6-96231b3b80d8
* Corrected spelling mistakes.John Criswell2004-11-211-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18090 91177308-0d34-0410-b5e6-96231b3b80d8
* Add llvm-ar to the index.Reid Spencer2004-11-111-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17682 91177308-0d34-0410-b5e6-96231b3b80d8
* List the individual tools for easier reference.Reid Spencer2004-11-011-3/+23
| | | | | | | | | Make the bugpoint link reference the man page in the CommandGuide until the Bugpoint.html file can describe bugpoint in a little more of a tutorial style instead of just being a man page. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17416 91177308-0d34-0410-b5e6-96231b3b80d8
* Add UsingLibraries.html link.Reid Spencer2004-10-311-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17384 91177308-0d34-0410-b5e6-96231b3b80d8
* add a link to the makefile guide, eliminate redundant link to coding stdsChris Lattner2004-10-251-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17226 91177308-0d34-0410-b5e6-96231b3b80d8
* The lexicon doc is more of a user guide than programming doxChris Lattner2004-09-191-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16417 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix broken link to the 2004 CGO paper.Misha Brukman2004-09-091-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16257 91177308-0d34-0410-b5e6-96231b3b80d8
* Add link to new howto on writing backends.Misha Brukman2004-09-061-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16204 91177308-0d34-0410-b5e6-96231b3b80d8
* Reword to not use a link text `click here'.Misha Brukman2004-09-061-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16201 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a *very* initial cut at a lexicon for LLVM. I don't plan to writeReid Spencer2004-08-171-0/+3
| | | | | | | | | 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15878 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a reference to the ComilerDriver documentation.Reid Spencer2004-08-171-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15876 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_13. This fixes the Command Guide link when browsing theJohn Criswell2004-08-161-2/+2
| | | | | | | files from a local filesystem. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15821 91177308-0d34-0410-b5e6-96231b3b80d8
* Add link for IRCChris Lattner2004-08-021-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15421 91177308-0d34-0410-b5e6-96231b3b80d8
* Written byChris Lattner2004-08-021-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15420 91177308-0d34-0410-b5e6-96231b3b80d8
* continue hackingChris Lattner2004-08-021-26/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15419 91177308-0d34-0410-b5e6-96231b3b80d8
* Revamp the index pageChris Lattner2004-08-021-119/+143
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15418 91177308-0d34-0410-b5e6-96231b3b80d8
* Too much of a title for it's own goodChris Lattner2004-07-091-3/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14716 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix grammar in Stacker doc description.Misha Brukman2004-07-011-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14533 91177308-0d34-0410-b5e6-96231b3b80d8
* Building the C FE is a user-level processChris Lattner2004-06-281-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14464 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a link to the code gen documentChris Lattner2004-06-021-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13962 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a link to the GC docChris Lattner2004-05-241-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13708 91177308-0d34-0410-b5e6-96231b3b80d8
* Added an initial template/overview for documentation of the LLVM BytecodeReid Spencer2004-05-221-0/+1
| | | | | | | | file format. This format is being extracted from the source code and the small recesses of Chris' brain. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13625 91177308-0d34-0410-b5e6-96231b3b80d8
* Make link to HowToSubmitABug.html local instead of to LLVM website.Misha Brukman2004-05-141-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13571 91177308-0d34-0410-b5e6-96231b3b80d8
* Make page HTML-4.01 compliant (& => & in URL).Misha Brukman2004-05-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13559 91177308-0d34-0410-b5e6-96231b3b80d8
* * Make the document format follow the stringent purple standards (like the restMisha Brukman2004-05-121-265/+162
| | | | | | | | | | | of the documentation) * Do not make the link text be the link itself, use some keywords * Make doc use stylesheets and HTML markup for lists instead of definitions * Shorten page by not making multiple lines per link with description + link of the same name as the target git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13495 91177308-0d34-0410-b5e6-96231b3b80d8
* * Added link to newly written ExtendingLLVM.html documentMisha Brukman2004-04-061-34/+29
| | | | | | | * Eliminated extraneous space in the HTML git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12691 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix link to license: point to current version in CVS.Misha Brukman2004-03-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12226 91177308-0d34-0410-b5e6-96231b3b80d8
* Link to most recent "LLVM document"Chris Lattner2004-02-221-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11703 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a missing linkChris Lattner2004-02-061-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11154 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a new document describing TableGenChris Lattner2004-02-061-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11145 91177308-0d34-0410-b5e6-96231b3b80d8
* add link to the stacker doxChris Lattner2003-11-251-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10203 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed link from the docs index too.Brian Gaeke2003-11-131-6/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9983 91177308-0d34-0410-b5e6-96231b3b80d8
* index.html: Add link to llvm vs. the worldBrian Gaeke2003-11-121-0/+6
| | | | | | | | llvm.css: Add padding on top and bottom so that letters do not merge with surrounding whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9929 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a link to the C/C++ front-end building instructions.Misha Brukman2003-10-301-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9603 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_1.John Criswell2003-10-271-0/+265
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9538 91177308-0d34-0410-b5e6-96231b3b80d8