aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of subbullets for all of the "known problems" section. None of theChris Lattner2004-12-121-11/+0
| | | | | | | | other sections have subbullets, and it make the TOC look like the whole document is known problems! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18829 91177308-0d34-0410-b5e6-96231b3b80d8
* A little cleanup on this file.Reid Spencer2004-12-111-11/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18798 91177308-0d34-0410-b5e6-96231b3b80d8
* New featureChris Lattner2004-12-111-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18797 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix some minor spellos and grammaros.Reid Spencer2004-12-111-14/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18788 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typoChris Lattner2004-12-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18764 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_14 changes.John Criswell2004-12-107-54/+79
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18763 91177308-0d34-0410-b5e6-96231b3b80d8
* Missed moving bugpoint link over to CommandGuide/html/Misha Brukman2004-12-091-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18732 91177308-0d34-0410-b5e6-96231b3b80d8
* Generated HTML documentation is now back in CommandGuide/html/Misha Brukman2004-12-091-20/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18731 91177308-0d34-0410-b5e6-96231b3b80d8
* Rip out the guts of this document to prepare it for LLVM 1.5 progressChris Lattner2004-12-091-166/+18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18726 91177308-0d34-0410-b5e6-96231b3b80d8
* Clean up this man pageChris Lattner2004-12-091-57/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18724 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new pseudo targetChris Lattner2004-12-091-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18723 91177308-0d34-0410-b5e6-96231b3b80d8
* The textual description is gone from this manpage, only the options and a quickMisha Brukman2004-12-091-134/+3
| | | | | | | | summary remain. The manpage references Bugpoint.html as the repository for more detailed info. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18722 91177308-0d34-0410-b5e6-96231b3b80d8
* * Straighten a comment to a single lineMisha Brukman2004-12-091-2/+3
| | | | | | | * Block off the section correctly with <!-- ***** --> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18721 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
* Convert from being a copy of the man page to a full-fledged document.Misha Brukman2004-12-091-182/+167
| | | | | | | This doc keeps all the descriptive info from the man page, but not the options. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18719 91177308-0d34-0410-b5e6-96231b3b80d8
* More grammaro's fixed.Reid Spencer2004-12-091-14/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18708 91177308-0d34-0410-b5e6-96231b3b80d8
* Clean up some grammaro's.Reid Spencer2004-12-091-11/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18705 91177308-0d34-0410-b5e6-96231b3b80d8
* Correct the version numbers for automake, Perl, and CVS.Reid Spencer2004-12-091-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18703 91177308-0d34-0410-b5e6-96231b3b80d8
* Fully document the LLVM constants. This should go into LLVM 1.4Chris Lattner2004-12-091-15/+213
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18701 91177308-0d34-0410-b5e6-96231b3b80d8
* Reflow and clean up some of the HTML in the initial section, split linkageChris Lattner2004-12-091-86/+121
| | | | | | | types into its own section. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18697 91177308-0d34-0410-b5e6-96231b3b80d8
* Move the "High Level Structure" to before "Type System"Chris Lattner2004-12-091-155/+173
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18695 91177308-0d34-0410-b5e6-96231b3b80d8
* The noreturn GCC extension is now supported.John Criswell2004-12-081-4/+5
| | | | | | | Fixed some minor typos. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18658 91177308-0d34-0410-b5e6-96231b3b80d8
* Test commitChris Lattner2004-12-081-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18654 91177308-0d34-0410-b5e6-96231b3b80d8
* Build the man and ps versions of the command guide as well whenReid Spencer2004-12-081-5/+20
| | | | | | | BUILD_FOR_WEBSITE is set. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18653 91177308-0d34-0410-b5e6-96231b3b80d8
* ignore generated fileChris Lattner2004-12-081-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18652 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed broken link to Bruce Eckle's book.Tanya Lattner2004-12-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18650 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed a broken link to gcc manual.Tanya Lattner2004-12-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18649 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed broken link.Tanya Lattner2004-12-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18648 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed broken links.Tanya Lattner2004-12-082-5/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18647 91177308-0d34-0410-b5e6-96231b3b80d8
* Mention in the exposition that lli can JIT on PowerPC now.John Criswell2004-12-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18646 91177308-0d34-0410-b5e6-96231b3b80d8
* We don't have python test classes anymore.John Criswell2004-12-081-4/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18645 91177308-0d34-0410-b5e6-96231b3b80d8
* Add llvm-ld toolReid Spencer2004-12-081-1/+11
| | | | | | | Note that both llvmc and llvm-ld are experimental in 1.4 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18644 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor fixups.John Criswell2004-12-081-12/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18643 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed typo in Dejagnu section.Tanya Lattner2004-12-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18642 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed QMTest reference.Tanya Lattner2004-12-081-117/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18641 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed QMTest reference.Tanya Lattner2004-12-081-11/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18640 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed QMTest referrences. Updated ordering of notes.Tanya Lattner2004-12-081-27/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18639 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix spell'os.John Criswell2004-12-081-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18638 91177308-0d34-0410-b5e6-96231b3b80d8
* Move documentation for various configuration options applicabe only to theReid Spencer2004-12-081-1/+27
| | | | | | | llvm-test directory into this document from GettingStarted.html. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18637 91177308-0d34-0410-b5e6-96231b3b80d8
* Various 1.4ish corrections and additions.Reid Spencer2004-12-081-43/+58
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18636 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the version numbers of the pre-built LLVM GCC frontends.John Criswell2004-12-081-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18635 91177308-0d34-0410-b5e6-96231b3b80d8
* * Change version numbers of tarballs from 1.3 to 1.4Reid Spencer2004-12-081-17/+16
| | | | | | | | * Add llvm-test-1.4.tar.gz as the tarball for the llvm-test module * Highlight the tarball name a little. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18632 91177308-0d34-0410-b5e6-96231b3b80d8
* Add descriptions of missing top level directories.Reid Spencer2004-12-081-4/+28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18629 91177308-0d34-0410-b5e6-96231b3b80d8
* Make an alternate version of this Makefile that can be used in anReid Spencer2004-12-081-0/+20
| | | | | | | | unconfigured tree for rebuilding the html files from POD sources for the website update on cvs commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18616 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove variables that are not used by any of the LLVM makefilesReid Spencer2004-12-081-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18614 91177308-0d34-0410-b5e6-96231b3b80d8
* * Eliminate redundanciesReid Spencer2004-12-071-12/+10
| | | | | | | | * Fix grammaro's * HTML 4.01 Strict compliance git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18604 91177308-0d34-0410-b5e6-96231b3b80d8
* Commit the cleanup of the LLVM 1.4 release notes. This should clearly goChris Lattner2004-12-071-99/+78
| | | | | | | into the release :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18599 91177308-0d34-0410-b5e6-96231b3b80d8
* PR409 fixed.Reid Spencer2004-12-061-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18586 91177308-0d34-0410-b5e6-96231b3b80d8
* Upgrade documentation to reflect Makefile.rules changes.Reid Spencer2004-12-061-88/+166
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18567 91177308-0d34-0410-b5e6-96231b3b80d8
* Added DejaGNU information to the testing guide. This should go into the 1.4 ↵Tanya Lattner2004-12-061-11/+102
| | | | | | | | | release. I left the QMTest stuff in place but made it appear to be optional. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18564 91177308-0d34-0410-b5e6-96231b3b80d8