Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge content of RequiredSoftware.html into GettingStarted.html | Reid Spencer | 2004-11-15 | 2 | -144/+156 |
| | | | | | | Remove now defunct RequiredSoftware.html. llvm-svn: 17850 | ||||
* | * Add entry for Linux/PowerPC | Misha Brukman | 2004-11-15 | 1 | -4/+14 |
| | | | | | | | * Mark MacOS X/PPC support as 32-bit-only * Fix FreeBSD space usage -- it's in MB, not GB llvm-svn: 17848 | ||||
* | Be less verbose when `The' and `command' just aren't necessary | Misha Brukman | 2004-11-15 | 1 | -3/+3 |
| | | | | llvm-svn: 17846 | ||||
* | No need for the verbose `the llvm-link command' when simply `llvm-link' will do | Misha Brukman | 2004-11-15 | 1 | -9/+8 |
| | | | | llvm-svn: 17845 | ||||
* | Force a short link to gccld's man page | Misha Brukman | 2004-11-15 | 1 | -1/+1 |
| | | | | llvm-svn: 17844 | ||||
* | Fix syntax within a B<> tag | Misha Brukman | 2004-11-15 | 1 | -2/+2 |
| | | | | llvm-svn: 17843 | ||||
* | Remove personal email address. | Reid Spencer | 2004-11-15 | 2 | -2/+2 |
| | | | | llvm-svn: 17842 | ||||
* | Add the PowerPC 32-bit ABI output option | Misha Brukman | 2004-11-15 | 1 | -0/+4 |
| | | | | llvm-svn: 17840 | ||||
* | Bump version. Shouldn't this come from somewhere else?? | Chris Lattner | 2004-11-15 | 1 | -1/+1 |
| | | | | llvm-svn: 17839 | ||||
* | * Add an entry for llvm-ranlib | Misha Brukman | 2004-11-15 | 1 | -2/+5 |
| | | | | | | * Add missing dashes llvm-svn: 17838 | ||||
* | This is llvm-ar, not llvm-as. | Misha Brukman | 2004-11-15 | 1 | -1/+1 |
| | | | | llvm-svn: 17837 | ||||
* | Remove reference to llvm-ld. | Reid Spencer | 2004-11-15 | 1 | -1/+1 |
| | | | | llvm-svn: 17836 | ||||
* | Terminate a list. | Reid Spencer | 2004-11-15 | 1 | -1/+3 |
| | | | | | | Remove reference to llvm-ld llvm-svn: 17835 | ||||
* | Changes/corrections suggested from Chris Lattner's review. | Reid Spencer | 2004-11-15 | 1 | -28/+75 |
| | | | | llvm-svn: 17832 | ||||
* | Replace the textual description with table specifying disk space requirements | Misha Brukman | 2004-11-15 | 1 | -59/+54 |
| | | | | llvm-svn: 17819 | ||||
* | Document the new llvm-ranlib command. | Reid Spencer | 2004-11-12 | 1 | -0/+52 |
| | | | | llvm-svn: 17687 | ||||
* | Correctly terminate a list. | Reid Spencer | 2004-11-12 | 1 | -0/+2 |
| | | | | llvm-svn: 17686 | ||||
* | Document the modifiers and the file format. | Reid Spencer | 2004-11-12 | 1 | -23/+131 |
| | | | | llvm-svn: 17685 | ||||
* | Add llvm-ar to the index. | Reid Spencer | 2004-11-11 | 2 | -0/+4 |
| | | | | llvm-svn: 17682 | ||||
* | First attempt at llvm-ar documentation. Modifiers need a little more | Reid Spencer | 2004-11-11 | 1 | -0/+238 |
| | | | | | | explanation. llvm-svn: 17681 | ||||
* | Fix documentation for Makefile target name change. install-bytecode is now | Reid Spencer | 2004-11-11 | 2 | -5/+5 |
| | | | | | | just "install" in the runtime directory. llvm-svn: 17677 | ||||
* | Implement and document the TOOL_VERBOSE option that asks each tool invoked | Reid Spencer | 2004-11-08 | 1 | -0/+6 |
| | | | | | | to be verbose about its actions too. llvm-svn: 17624 | ||||
* | Fix typo. | Reid Spencer | 2004-11-08 | 1 | -1/+1 |
| | | | | llvm-svn: 17623 | ||||
* | Document compressed bytecode details. | Reid Spencer | 2004-11-08 | 1 | -1/+28 |
| | | | | llvm-svn: 17622 | ||||
* | First draft of compendium of documents relevant to writers of LLVM machine | Misha Brukman | 2004-11-08 | 1 | -0/+246 |
| | | | | | | target backends llvm-svn: 17609 | ||||
* | Recommend that new users read the documentation before they get started, | Reid Spencer | 2004-11-08 | 1 | -0/+3 |
| | | | | | | | with a little twist of humor. This more than anything else will help people get started with LLVM. llvm-svn: 17605 | ||||
* | Correct and Explain the first rule of thumb better. | Reid Spencer | 2004-11-08 | 1 | -2/+4 |
| | | | | llvm-svn: 17604 | ||||
* | Fix typo. | Reid Spencer | 2004-11-08 | 1 | -1/+1 |
| | | | | llvm-svn: 17603 | ||||
* | Fix grammar: use commas in a list of entities | Misha Brukman | 2004-11-08 | 1 | -2/+2 |
| | | | | llvm-svn: 17602 | ||||
* | * Fix file-relative links: they need '#' prepended to the target name | Misha Brukman | 2004-11-07 | 1 | -8/+8 |
| | | | | | | * Balance an open parenthesis llvm-svn: 17595 | ||||
* | First version of this document listing the required software. Might need | Reid Spencer | 2004-11-07 | 1 | -0/+94 |
| | | | | | | to be made platform specific. Contents reflect my Linux build environment. llvm-svn: 17580 | ||||
* | Add a section for PPC, though it's empty for now | Chris Lattner | 2004-11-07 | 1 | -0/+14 |
| | | | | llvm-svn: 17553 | ||||
* | * Add note about benchmarking programs and submitting reduced test cases | Misha Brukman | 2004-11-07 | 1 | -1/+23 |
| | | | | | | * Replace llvm.org with llvm.cs.uiuc.edu llvm-svn: 17551 | ||||
* | Replace llvm.org => llvm.cs.uiuc.edu | Misha Brukman | 2004-11-07 | 2 | -2/+2 |
| | | | | llvm-svn: 17550 | ||||
* | List the individual tools for easier reference. | Reid Spencer | 2004-11-01 | 1 | -3/+23 |
| | | | | | | | | Make the bugpoint link reference the man page in the CommandGuide until the Bugpoint.html file can describe bugpoint in a little more of a tutorial style instead of just being a man page. llvm-svn: 17416 | ||||
* | Add compliant header. | Reid Spencer | 2004-11-01 | 1 | -3/+11 |
| | | | | | | NOTE: This doc needs to describe the bugpoint "subsystem" not the tool. llvm-svn: 17415 | ||||
* | Add missing tag. | Reid Spencer | 2004-11-01 | 1 | -1/+3 |
| | | | | llvm-svn: 17414 | ||||
* | Update table to llvm.css standards. | Reid Spencer | 2004-11-01 | 1 | -15/+11 |
| | | | | llvm-svn: 17409 | ||||
* | Get rid of bogus entity references. | Reid Spencer | 2004-11-01 | 1 | -2/+4 |
| | | | | llvm-svn: 17408 | ||||
* | Attempt CSS 2 compliance. | Reid Spencer | 2004-11-01 | 1 | -2/+2 |
| | | | | llvm-svn: 17404 | ||||
* | Attempt CSS 2 validation. | Reid Spencer | 2004-11-01 | 1 | -2/+2 |
| | | | | llvm-svn: 17403 | ||||
* | HTML 4.01 Strict compliance. | Reid Spencer | 2004-11-01 | 1 | -6/+6 |
| | | | | llvm-svn: 17402 | ||||
* | Correct the document type declaration. | Reid Spencer | 2004-11-01 | 1 | -2/+1 |
| | | | | llvm-svn: 17401 | ||||
* | Add the HTML 4.01 and CSS icons with links to validators. | Reid Spencer | 2004-11-01 | 1 | -1/+7 |
| | | | | llvm-svn: 17400 | ||||
* | Attempt HTML 4.01 Strict compliance. | Reid Spencer | 2004-11-01 | 2 | -38/+41 |
| | | | | llvm-svn: 17399 | ||||
* | Cleanup the constants section. | Reid Spencer | 2004-11-01 | 1 | -81/+84 |
| | | | | llvm-svn: 17398 | ||||
* | Remove spurious end tag, fix indentation. | Reid Spencer | 2004-11-01 | 1 | -16/+16 |
| | | | | llvm-svn: 17397 | ||||
* | Make HTML 4.01 Strict compliant. | Reid Spencer | 2004-11-01 | 1 | -3/+3 |
| | | | | llvm-svn: 17396 | ||||
* | Fix tag placement to make HTML 4.01 Strict compliant. | Reid Spencer | 2004-11-01 | 1 | -1/+1 |
| | | | | llvm-svn: 17395 | ||||
* | Minor format tweask for tables. | Reid Spencer | 2004-11-01 | 7 | -187/+141 |
| | | | | llvm-svn: 17394 |