summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* bug fixedBrian Gaeke2004-08-241-0/+8
| | | | llvm-svn: 16016
* Change LVN -> Load-VN since that's the name of the cmdline switchMisha Brukman2004-08-241-2/+2
| | | | llvm-svn: 16009
* Fix some grammar.Misha Brukman2004-08-241-2/+2
| | | | llvm-svn: 16008
* Added DSE, LICM, LVN, PRE, SCCP, and SSAMisha Brukman2004-08-241-4/+63
| | | | llvm-svn: 16007
* Document 'gmake install' vs. 'install-bytecode' (used for bytecode libs)Misha Brukman2004-08-231-0/+6
| | | | llvm-svn: 16004
* Note: do not use GNU binutils under AIX, they're not stable.Misha Brukman2004-08-231-0/+14
| | | | llvm-svn: 16000
* Many useful corrections resulting from Chris Lattner's review. Thanks Chris!Reid Spencer2004-08-221-51/+50
| | | | | | Misha: you're next. :) llvm-svn: 15996
* Bytecode libraries are installed with `make install-bytecode'Misha Brukman2004-08-211-9/+8
| | | | llvm-svn: 15989
* First complete version. The details of configuration are now correctlyReid Spencer2004-08-211-123/+371
| | | | | | stated. PLEASE REVIEW THIS DOCUMENT NOW! :) llvm-svn: 15988
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-201-0/+21
| | | | llvm-svn: 15938
* Bug fixedChris Lattner2004-08-201-1/+2
| | | | llvm-svn: 15934
* Correct a link, add a TOC entry.Reid Spencer2004-08-181-1/+2
| | | | llvm-svn: 15909
* Provided opcode definitions.Reid Spencer2004-08-181-89/+182
| | | | | | | | | | | Clarified documentation of symbol tables. Clarified definition of slot numbers. Added the http-equiv meta tag for HTML 4.01 strict compliance. Adjusted line lengths. Differentiated between "type slot" and "value slot" everywhere. ispelled it. llvm-svn: 15908
* Added a *very* initial cut at a lexicon for LLVM. I don't plan to writeReid Spencer2004-08-172-0/+64
| | | | | | | | 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
* Documented (Java properties file like) syntax of config file formatReid Spencer2004-08-171-72/+185
| | | | | | | | Added definitions for some of the configuration items. Made the document HTML 4.01 Strict compliant. Ran ispell on it. llvm-svn: 15877
* Add a reference to the ComilerDriver documentation.Reid Spencer2004-08-171-0/+4
| | | | llvm-svn: 15876
* Documented the removal of alignment in version 4 bytecode files (version 3Reid Spencer2004-08-171-0/+28
| | | | | | | | was released with LLVM 1.3). Alignment of fields can add severe size to certain kinds of functions (those with lots of long format instructions) so we decided to do away with alignment altogether in this bc version. llvm-svn: 15874
* Technical Corrections (thanks to Robert Mykland):Reid Spencer2004-08-171-18/+26
| | | | | | | | | - Define the "opcode" data type and reference the Instruction.def file - Clean up the definition of symtab by indicating that it is composed of two llists. - Fix some broken links. llvm-svn: 15843
* Spaces arg!Chris Lattner2004-08-161-1/+3
| | | | llvm-svn: 15827
* Correct the documentation for the module block header which uses the longReid Spencer2004-08-161-4/+22
| | | | | | | | format instead of the short format used in other blocks. Discrepancy noted by Robert Mykland. Thanks Robert! llvm-svn: 15826
* 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
OpenPOWER on IntegriCloud