| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | bug fixed | Brian Gaeke | 2004-08-24 | 1 | -0/+8 | |
| | | | | | llvm-svn: 16016 | |||||
| * | Change LVN -> Load-VN since that's the name of the cmdline switch | Misha Brukman | 2004-08-24 | 1 | -2/+2 | |
| | | | | | llvm-svn: 16009 | |||||
| * | Fix some grammar. | Misha Brukman | 2004-08-24 | 1 | -2/+2 | |
| | | | | | llvm-svn: 16008 | |||||
| * | Added DSE, LICM, LVN, PRE, SCCP, and SSA | Misha Brukman | 2004-08-24 | 1 | -4/+63 | |
| | | | | | llvm-svn: 16007 | |||||
| * | Document 'gmake install' vs. 'install-bytecode' (used for bytecode libs) | Misha Brukman | 2004-08-23 | 1 | -0/+6 | |
| | | | | | llvm-svn: 16004 | |||||
| * | Note: do not use GNU binutils under AIX, they're not stable. | Misha Brukman | 2004-08-23 | 1 | -0/+14 | |
| | | | | | llvm-svn: 16000 | |||||
| * | Many useful corrections resulting from Chris Lattner's review. Thanks Chris! | Reid Spencer | 2004-08-22 | 1 | -51/+50 | |
| | | | | | | | Misha: you're next. :) llvm-svn: 15996 | |||||
| * | Bytecode libraries are installed with `make install-bytecode' | Misha Brukman | 2004-08-21 | 1 | -9/+8 | |
| | | | | | llvm-svn: 15989 | |||||
| * | First complete version. The details of configuration are now correctly | Reid Spencer | 2004-08-21 | 1 | -123/+371 | |
| | | | | | | | stated. PLEASE REVIEW THIS DOCUMENT NOW! :) llvm-svn: 15988 | |||||
| * | Packed types, brought to you by Brad Jones | Brian Gaeke | 2004-08-20 | 1 | -0/+21 | |
| | | | | | llvm-svn: 15938 | |||||
| * | Bug fixed | Chris Lattner | 2004-08-20 | 1 | -1/+2 | |
| | | | | | llvm-svn: 15934 | |||||
| * | Correct a link, add a TOC entry. | Reid Spencer | 2004-08-18 | 1 | -1/+2 | |
| | | | | | llvm-svn: 15909 | |||||
| * | Provided opcode definitions. | Reid Spencer | 2004-08-18 | 1 | -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 write | Reid Spencer | 2004-08-17 | 2 | -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 format | Reid Spencer | 2004-08-17 | 1 | -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 Spencer | 2004-08-17 | 1 | -0/+4 | |
| | | | | | llvm-svn: 15876 | |||||
| * | Documented the removal of alignment in version 4 bytecode files (version 3 | Reid Spencer | 2004-08-17 | 1 | -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 Spencer | 2004-08-17 | 1 | -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 Lattner | 2004-08-16 | 1 | -1/+3 | |
| | | | | | llvm-svn: 15827 | |||||
| * | Correct the documentation for the module block header which uses the long | Reid Spencer | 2004-08-16 | 1 | -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 Spencer | 2004-08-16 | 1 | -0/+2 | |
| | | | | | llvm-svn: 15822 | |||||
| * | Merged in RELEASE_13. This fixes the Command Guide link when browsing the | John Criswell | 2004-08-16 | 1 | -2/+2 | |
| | | | | | | | files from a local filesystem. llvm-svn: 15821 | |||||
| * | Merged in release_13 branch. | John Criswell | 2004-08-16 | 1 | -19/+21 | |
| | | | | | llvm-svn: 15819 | |||||
| * | Bug fixed | Chris Lattner | 2004-08-16 | 1 | -1/+2 | |
| | | | | | llvm-svn: 15813 | |||||
| * | Scrub all LLVM 1.3 stuff, changing over to 1.4. Add info about PR419, | Chris Lattner | 2004-08-16 | 1 | -185/+13 | |
| | | | | | | | which is now fixed. llvm-svn: 15800 | |||||
| * | Use the `tools-only' target to avoid getting warnings about not having a CFE. | Misha Brukman | 2004-08-14 | 1 | -6/+3 | |
| | | | | | llvm-svn: 15744 | |||||
| * | Added description of usage of the getPosition() option on cl::opt and | Reid Spencer | 2004-08-13 | 1 | -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 too | Misha Brukman | 2004-08-12 | 1 | -21/+25 | |
| | | | | | | | many short lines. llvm-svn: 15706 | |||||
| * | * Escape &, <, and > | Misha Brukman | 2004-08-12 | 1 | -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 Lattner | 2004-08-12 | 1 | -21/+39 | |
| | | | | | | | Patch contributed by Brad Jones! llvm-svn: 15704 | |||||
| * | Add information on adding a derived type to LLVM, patch contributed by | Chris Lattner | 2004-08-12 | 1 | -1/+41 | |
| | | | | | | | Brad Jones! llvm-svn: 15703 | |||||
| * | Finish HTMLizing the document. Configuration section is very crufty. | Reid Spencer | 2004-08-10 | 1 | -94/+32 | |
| | | | | | llvm-svn: 15611 | |||||
| * | Fixed some spellos and grammaros. | Reid Spencer | 2004-08-10 | 1 | -2/+2 | |
| | | | | | llvm-svn: 15610 | |||||
| * | Add note about AIX/PowerPC with disk space requirements. Wrap long line. | Misha Brukman | 2004-08-09 | 1 | -4/+16 | |
| | | | | | llvm-svn: 15588 | |||||
| * | * CFE builds on AIX/PowerPC | Misha Brukman | 2004-08-09 | 1 | -5/+6 | |
| | | | | | | | * Wrap long code lines llvm-svn: 15584 | |||||
| * | Move information on Configuration files to the ../CompilerDriver.html | Reid Spencer | 2004-08-09 | 1 | -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 not | Reid Spencer | 2004-08-09 | 1 | -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 feature | Chris Lattner | 2004-08-08 | 1 | -3/+1 | |
| | | | | | llvm-svn: 15571 | |||||
| * | Added information about the configuration file. This is a temporary home | Reid Spencer | 2004-08-07 | 1 | -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 Spencer | 2004-08-06 | 1 | -25/+25 | |
| | | | | | llvm-svn: 15562 | |||||
| * | Various updates suggested by Misha and Chris. Moved material that is | Reid Spencer | 2004-08-06 | 1 | -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 is | Reid Spencer | 2004-08-06 | 1 | -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 status | Chris Lattner | 2004-08-05 | 1 | -2/+5 | |
| | | | | | llvm-svn: 15533 | |||||
| * | * Mention PowerPC as new feature, and experimental feature | Misha Brukman | 2004-08-05 | 1 | -10/+14 | |
| | | | | | | | * Wrap long lines to 80 cols llvm-svn: 15532 | |||||
| * | Surround code element with <tt> tags | Misha Brukman | 2004-08-04 | 1 | -2/+2 | |
| | | | | | llvm-svn: 15507 | |||||
| * | Add note | Chris Lattner | 2004-08-04 | 1 | -0/+1 | |
| | | | | | llvm-svn: 15481 | |||||
| * | Fix linkage types | Chris Lattner | 2004-08-04 | 1 | -3/+3 | |
| | | | | | llvm-svn: 15464 | |||||
| * | Added note for PR413 | Reid Spencer | 2004-08-04 | 1 | -0/+3 | |
| | | | | | | | Tools now respond to the --version option. llvm-svn: 15456 | |||||
| * | Line length <= 80 cols. | Reid Spencer | 2004-08-03 | 1 | -1/+2 | |
| | | | | | llvm-svn: 15449 | |||||
| * | Fix some indentation (so brg can test commit script). | Reid Spencer | 2004-08-03 | 1 | -4/+4 | |
| | | | | | llvm-svn: 15448 | |||||

