summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* Added information on using Bugzilla.John Criswell2003-10-22
| | | | | | | Removed information on using llvm-bugs to report bugs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9371 91177308-0d34-0410-b5e6-96231b3b80d8
* Add C/C++ build instructions, first draft.Brian Gaeke2003-10-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9355 91177308-0d34-0410-b5e6-96231b3b80d8
* Added the name of the public CVS repository.John Criswell2003-10-21
| | | | | | | | Removed the use of CVSROOTDIR as it is no longer used. Fixed some word wrapping. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9352 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding information on what testing support is provided by the LLVM buildJohn Criswell2003-10-21
| | | | | | | system. Currently, it is not much. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9348 91177308-0d34-0410-b5e6-96231b3b80d8
* Hrm, for some reason, my fingers like typing va_begin. WeirdChris Lattner2003-10-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9329 91177308-0d34-0410-b5e6-96231b3b80d8
* Added LLVM copyright notice.John Criswell2003-10-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9319 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed the documentation to coincide with the code.Misha Brukman2003-10-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9301 91177308-0d34-0410-b5e6-96231b3b80d8
* Update release notesChris Lattner2003-10-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9296 91177308-0d34-0410-b5e6-96231b3b80d8
* Made the Requirements information its own major section and moved itJohn Criswell2003-10-20
| | | | | | | | | | | between the "Getting Started Quickly" and "Getting Started Slowly" sections. :) Removed some of the nit-picky requirements information (i.e. GNU tar and GNU zip). Attempted to compact the requirements information so that it is less scary. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9290 91177308-0d34-0410-b5e6-96231b3b80d8
* Change it to match llvmgcc.html ... why do we have separate pages for these two?Brian Gaeke2003-10-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9265 91177308-0d34-0410-b5e6-96231b3b80d8
* Clarify the roles of gccld and gccas.Brian Gaeke2003-10-19
| | | | | | | Mention that they should really read the gcc manual. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9264 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor edits; also expand description of '-v' option.Brian Gaeke2003-10-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9263 91177308-0d34-0410-b5e6-96231b3b80d8
* Tweak -plugin description to match bugpoint.htmlBrian Gaeke2003-10-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9262 91177308-0d34-0410-b5e6-96231b3b80d8
* Mostly rewritten.Brian Gaeke2003-10-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9261 91177308-0d34-0410-b5e6-96231b3b80d8
* A minor fixChris Lattner2003-10-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9260 91177308-0d34-0410-b5e6-96231b3b80d8
* Take out extra paragraph tag.Brian Gaeke2003-10-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9259 91177308-0d34-0410-b5e6-96231b3b80d8
* Make this (-run) set look like the other (-disable) set.Brian Gaeke2003-10-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9258 91177308-0d34-0410-b5e6-96231b3b80d8
* Always say "the test program", part 2.Brian Gaeke2003-10-19
| | | | | | | | | | Refer to the various "modules" of bugpoint as "debuggers", not "debugging modes" or "modules". I think this is more evocative of how they typically act, and it's shorter. Add a note about how a linker bug can crash bugpoint early. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9257 91177308-0d34-0410-b5e6-96231b3b80d8
* Two minor fixesChris Lattner2003-10-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9256 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor edits to Description section.Brian Gaeke2003-10-19
| | | | | | | | | | | | Add Design Philosophy as a separate subsection. Clarify its last sentence. Give Automatic Mode Selection a uniquely-named anchor. Always call the program the "test program", instead of the "initial program", the "LLVM program", the "test case", the "resultant module", etc. Try to explain the assumptions a little more, instead of just describing the process. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9255 91177308-0d34-0410-b5e6-96231b3b80d8
* Spell-check.Brian Gaeke2003-10-19
| | | | | | | | | Many minor edits. Rewrite some of the options section for grammatical parallelism, clarity, and brevity. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9254 91177308-0d34-0410-b5e6-96231b3b80d8
* Add bugpoint advice sectionChris Lattner2003-10-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9244 91177308-0d34-0410-b5e6-96231b3b80d8
* Expand the --args sectionChris Lattner2003-10-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9241 91177308-0d34-0410-b5e6-96231b3b80d8
* * Add the -additional-so optionChris Lattner2003-10-18
| | | | | | | * Add info about codegen and miscompilation mode git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9240 91177308-0d34-0410-b5e6-96231b3b80d8
* Beef up the description of bugpoint a lot. Update for renamed optionsChris Lattner2003-10-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9239 91177308-0d34-0410-b5e6-96231b3b80d8
* Update for new varargs supportChris Lattner2003-10-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9218 91177308-0d34-0410-b5e6-96231b3b80d8
* * Align comments into 80 columnsMisha Brukman2003-10-17
| | | | | | | | | | * Stop using full pathnames (we don't know where the source could be) * Use only relative distance to the source, so a user can download the code and generate their own copy of the doxygen documentation easily * Since `docs' has moved one level up, all relative path names lost a `..' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9213 91177308-0d34-0410-b5e6-96231b3b80d8
* Added additional information about linking dynamic libraries.John Criswell2003-10-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9211 91177308-0d34-0410-b5e6-96231b3b80d8
* Document that llvm-nm works in pipe mode, thanks to the efforts of Chris.Brian Gaeke2003-10-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9185 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed the -mode option.John Criswell2003-10-16
| | | | | | | Fixed some grammar, spelling, and punctuation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9178 91177308-0d34-0410-b5e6-96231b3b80d8
* Added documentation on the new -disable-inlining option.John Criswell2003-10-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9176 91177308-0d34-0410-b5e6-96231b3b80d8
* I am not the only John Criswell.John Criswell2003-10-16
| | | | | | | :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9175 91177308-0d34-0410-b5e6-96231b3b80d8
* Give credit where credit is dueChris Lattner2003-10-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9174 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a section on all of the wonderful Makefile variables used to locateJohn Criswell2003-10-16
| | | | | | | | | | | | | LLVM. Added information on how to use the autoconf code to specify LLVM's location and setup separate source and object trees. Fixed some of the wording to be more accurate, especially regarding the building of libraries. Added information on where built files are placed. Added a link to the llvmdev mailing list so that they can ask us questions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9173 91177308-0d34-0410-b5e6-96231b3b80d8
* Automagically update website docs on commits.Misha Brukman2003-10-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9167 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the website automatically on documentation commit [in progress].Misha Brukman2003-10-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9166 91177308-0d34-0410-b5e6-96231b3b80d8
* This should automatically update on the webpage.Misha Brukman2003-10-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9165 91177308-0d34-0410-b5e6-96231b3b80d8
* yikes, a copy-and-paste-oBrian Gaeke2003-10-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9164 91177308-0d34-0410-b5e6-96231b3b80d8
* add llvm-nm entry.Brian Gaeke2003-10-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9163 91177308-0d34-0410-b5e6-96231b3b80d8
* Add command guide (It's like a man page translated into html, but without theBrian Gaeke2003-10-16
| | | | | | | translation...) for the new llvm-nm tool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9162 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated some of the information for the new autoconf changes.John Criswell2003-10-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9136 91177308-0d34-0410-b5e6-96231b3b80d8
* The -mode option is no longerChris Lattner2003-10-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9117 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed items that are done or irrelevant.John Criswell2003-10-13
| | | | | | | Added a few new items. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9096 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed the name of a hyperlink.John Criswell2003-10-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9088 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed information on common build problems. That is now documented inJohn Criswell2003-10-13
| | | | | | | the FAQ (FAQ.html). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9087 91177308-0d34-0410-b5e6-96231b3b80d8
* Fequently Asked Questions about LLVM. Mainly focuses on build problems, butJohn Criswell2003-10-13
| | | | | | | | anything FAQ'ish should go here if it's not heavily documented elsewhere (like the README.txt file or the Getting Started Guide). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9086 91177308-0d34-0410-b5e6-96231b3b80d8
* Oops, forgot to commit this before: standardize header commentsChris Lattner2003-10-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9080 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename -preheaders pass. Spelling fixChris Lattner2003-10-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9060 91177308-0d34-0410-b5e6-96231b3b80d8
* Renamed the feature subtests so that they do not begin with 'f'. It wasJohn Criswell2003-10-10
| | | | | | | | | never necessary to do that to denote them as feature tests. Removed the Feature.asm tests as they are the same as the Feature.mc tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9039 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed spelling.John Criswell2003-10-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9034 91177308-0d34-0410-b5e6-96231b3b80d8