summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* Bug 422 fixed.Reid Spencer2004-08-161-0/+2
| | | | llvm-svn: 15822
* Merged in RELEASE_13. This fixes the Command Guide link when browsing theJohn Criswell2004-08-161-2/+2
| | | | | | files from a local filesystem. llvm-svn: 15821
* Merged in release_13 branch.John Criswell2004-08-161-19/+21
| | | | llvm-svn: 15819
* Bug fixedChris Lattner2004-08-161-1/+2
| | | | llvm-svn: 15813
* Scrub all LLVM 1.3 stuff, changing over to 1.4. Add info about PR419,Chris Lattner2004-08-161-185/+13
| | | | | | which is now fixed. llvm-svn: 15800
* Use the `tools-only' target to avoid getting warnings about not having a CFE.Misha Brukman2004-08-141-6/+3
| | | | llvm-svn: 15744
* Added description of usage of the getPosition() option on cl::opt andReid Spencer2004-08-131-1/+59
| | | | | | cl::list. llvm-svn: 15726
* Wrap long lines and try to fill the 80 chars per line so that we don't have tooMisha Brukman2004-08-121-21/+25
| | | | | | many short lines. llvm-svn: 15706
* * Escape &, <, and >Misha Brukman2004-08-121-15/+24
| | | | | | | * Wrap code in <tt> or for larger blocks, <div class="doc_text"> * Wrap lines at 80 cols llvm-svn: 15705
* Add description of packed type support.Chris Lattner2004-08-121-21/+39
| | | | | | Patch contributed by Brad Jones! llvm-svn: 15704
* Add information on adding a derived type to LLVM, patch contributed byChris Lattner2004-08-121-1/+41
| | | | | | Brad Jones! llvm-svn: 15703
* Finish HTMLizing the document. Configuration section is very crufty.Reid Spencer2004-08-101-94/+32
| | | | llvm-svn: 15611
* Fixed some spellos and grammaros.Reid Spencer2004-08-101-2/+2
| | | | llvm-svn: 15610
* Add note about AIX/PowerPC with disk space requirements. Wrap long line.Misha Brukman2004-08-091-4/+16
| | | | llvm-svn: 15588
* * CFE builds on AIX/PowerPCMisha Brukman2004-08-091-5/+6
| | | | | | * Wrap long code lines llvm-svn: 15584
* Move information on Configuration files to the ../CompilerDriver.htmlReid Spencer2004-08-091-235/+9
| | | | | | file since it doesn't belong in the man page. llvm-svn: 15575
* This is the initial draft of the Compiler Driver documentation. It is notReid Spencer2004-08-091-0/+572
| | | | | | | worthy of review at this point. There is much thought and content remaining to be written. llvm-svn: 15574
* This isn't a bug, it's a missing featureChris Lattner2004-08-081-3/+1
| | | | llvm-svn: 15571
* Added information about the configuration file. This is a temporary homeReid Spencer2004-08-071-4/+93
| | | | | | | for this information as it belongs in a larger document on the subject of llvmc. llvm-svn: 15566
* Correct spelling mistakes. Wrap lines at 80 columns.Reid Spencer2004-08-061-25/+25
| | | | llvm-svn: 15562
* Various updates suggested by Misha and Chris. Moved material that isReid Spencer2004-08-061-73/+222
| | | | | | aimed more at the comiler writer than the llvmc user later in the document. llvm-svn: 15561
* First version of a manual page for the llvmc compiler driver. This tool isReid Spencer2004-08-061-0/+383
| | | | | | | | | being documented before being written to foster discussion about what the tool should do. Eventually, we'll achieve a decision point at which time this document forms the requirements for the tool from which it will be coded. llvm-svn: 15552
* More prominantly mention ppc support, more accurately describe its statusChris Lattner2004-08-051-2/+5
| | | | llvm-svn: 15533
* * Mention PowerPC as new feature, and experimental featureMisha Brukman2004-08-051-10/+14
| | | | | | * Wrap long lines to 80 cols llvm-svn: 15532
* Surround code element with <tt> tagsMisha Brukman2004-08-041-2/+2
| | | | llvm-svn: 15507
* Add noteChris Lattner2004-08-041-0/+1
| | | | llvm-svn: 15481
* Fix linkage typesChris Lattner2004-08-041-3/+3
| | | | llvm-svn: 15464
* Added note for PR413Reid Spencer2004-08-041-0/+3
| | | | | | Tools now respond to the --version option. llvm-svn: 15456
* Line length <= 80 cols.Reid Spencer2004-08-031-1/+2
| | | | llvm-svn: 15449
* Fix some indentation (so brg can test commit script).Reid Spencer2004-08-031-4/+4
| | | | llvm-svn: 15448
* Fix line lengths.Reid Spencer2004-08-031-2/+4
| | | | llvm-svn: 15446
* Properly wrap some lines.Reid Spencer2004-08-031-17/+15
| | | | llvm-svn: 15440
* Moved into SparcV9 directoryChris Lattner2004-08-031-197/+0
| | | | llvm-svn: 15430
* Simplify the first example, as the LLVM IR interfaces have evolved. OtherChris Lattner2004-08-031-16/+13
| | | | | | examples in this doc could also be simplified dramatically in similar ways. llvm-svn: 15428
* Add link for IRCChris Lattner2004-08-021-3/+3
| | | | llvm-svn: 15421
* Written byChris Lattner2004-08-021-0/+4
| | | | llvm-svn: 15420
* continue hackingChris Lattner2004-08-021-26/+11
| | | | llvm-svn: 15419
* Revamp the index pageChris Lattner2004-08-021-119/+143
| | | | llvm-svn: 15418
* ... now real HTML 4.01 strict!Chris Lattner2004-08-021-1/+1
| | | | llvm-svn: 15417
* Substantially hack on and clean up the release notesChris Lattner2004-08-021-67/+54
| | | | llvm-svn: 15416
* Fix #includes of i*.h => Instructions.h as per PR403:Chris Lattner2004-07-291-2/+2
| | | | | | http://llvm.cs.uiuc.edu/PR403 . llvm-svn: 15338
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-1/+1
| | | | llvm-svn: 15334
* Updates to reflect most recent changes to bytecode file format:Reid Spencer2004-07-291-940/+1279
| | | | | | | | * Dependent libraries & target triple * Short block headers * 24-bit type slot ids. llvm-svn: 15314
* Fix grammar, eliminate double parenthesized sentence fragment.Misha Brukman2004-07-281-4/+5
| | | | llvm-svn: 15313
* * Wrap code listings in <div class="doc_code">Misha Brukman2004-07-281-38/+49
| | | | | | | * Wrap keywords in <tt> * Wrap lines at 80 cols llvm-svn: 15312
* * Use the doc_code class for code listings to make it stand out from textMisha Brukman2004-07-281-55/+64
| | | | | | | * Wrap text in soft, comfortable <div>s and <p>s * Wrap lines at 80 cols llvm-svn: 15311
* Put <tt> around verbatim code elements.Misha Brukman2004-07-281-18/+17
| | | | llvm-svn: 15310
* New functionalityChris Lattner2004-07-271-3/+5
| | | | llvm-svn: 15266
* Document new syntaxChris Lattner2004-07-271-0/+2
| | | | llvm-svn: 15265
* Remove dead sectionChris Lattner2004-07-261-17/+1
| | | | llvm-svn: 15241
OpenPOWER on IntegriCloud