summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* Initial go at documentation for llc.John Criswell2003-09-121-0/+147
| | | | | | Pretty crufty. llvm-svn: 8492
* Modified the footer to be a link to the LLVM web page.John Criswell2003-09-118-35/+43
| | | | | | | | Organized the commands into three distinct groups on the main page. Fixed the hyperlinks in the main page. Removed as and dis; they will not exist with those names by Release 1. llvm-svn: 8485
* Adding a skeleton for the LLVM Command Guide.John Criswell2003-09-118-0/+745
| | | | | | Hopefully the group as a whole will update this into a real guide. llvm-svn: 8483
* Fix spell-o'sChris Lattner2003-09-102-2/+2
| | | | llvm-svn: 8431
* Add info about volatile loads/storesChris Lattner2003-09-081-4/+14
| | | | llvm-svn: 8403
* Final cleanups, document is good to goChris Lattner2003-09-031-1/+1
| | | | llvm-svn: 8338
* Add a WHOLE lot of updates clarifications and fixes. This is not done but ↵Chris Lattner2003-09-031-77/+133
| | | | | | getting closer. I changed the docs to reflect the goal of making unwind an instruction, not an intrinsic. llvm-svn: 8337
* hyphenation police visited hereChris Lattner2003-09-021-8/+8
| | | | llvm-svn: 8336
* Document the llvm.unwind intrinsic.Chris Lattner2003-08-281-18/+46
| | | | | | Clarify the documentation for the invoke instruction llvm-svn: 8196
* Renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'.Misha Brukman2003-08-281-7/+7
| | | | llvm-svn: 8195
* Added autoconf code that verifies that the C compiler is at the minimumJohn Criswell2003-08-251-1/+0
| | | | | | supported version (3.x). llvm-svn: 8142
* Fix grammarChris Lattner2003-08-241-1/+1
| | | | llvm-svn: 8124
* The word `dependence' has no `a'.Misha Brukman2003-08-211-1/+1
| | | | llvm-svn: 8031
* The word `dependent' has no `a'.Misha Brukman2003-08-212-3/+3
| | | | llvm-svn: 8030
* Adding a copyright notice to each file is unnecessary.John Criswell2003-08-211-1/+0
| | | | llvm-svn: 8003
* Further updates:John Criswell2003-08-211-7/+3
| | | | | | | | | o Autoconf has been moved to its own directory. o The bugs are fixed but still need regressions. o Sparc now has a nightly tester. o The test/Programs directory has been cleaned up. llvm-svn: 8002
* Updated to reflect current work:John Criswell2003-08-211-190/+185
| | | | | | | | | 1. Chris fixed the sys/select.h hack 2. The pool allocator now lives in its own tree. Reoptimizer still needs to be done. 3. The USE_SPEC option now works. llvm-svn: 8000
* Add ParseEnvironmentOptions documentationBrian Gaeke2003-08-191-0/+31
| | | | llvm-svn: 7978
* Add warning about how you have to put cl::init after cl::location, if bothBrian Gaeke2003-08-191-1/+6
| | | | | | appear for the same option. llvm-svn: 7977
* Spell `necessary' correctly.Misha Brukman2003-08-188-13/+13
| | | | llvm-svn: 7944
* * Added pointers to the README files in emacs/ and vim/ directories.Misha Brukman2003-08-111-6/+8
| | | | | | * Added slashes to distinguish directories and tools from simple scripts. llvm-svn: 7739
* Geez, this misha guy is a _horrible_ speller. :)Chris Lattner2003-08-111-2/+2
| | | | llvm-svn: 7736
* * Added a section describing the hidden gems in llvm/utilsMisha Brukman2003-08-111-11/+82
| | | | | | | * Converted some tabs to spaces * Made lines fit within 80 columns llvm-svn: 7735
* Removed information on the Pool Allocator as it is no longer available.John Criswell2003-08-081-3/+2
| | | | | | Fixed a spelling error. llvm-svn: 7705
* Added a FAQ about how to clean the directory if it fails to build after anJohn Criswell2003-08-081-0/+13
| | | | | | update. llvm-svn: 7704
* Updated for the 1.1 pre-release.John Criswell2003-08-081-2/+23
| | | | | | Attempted to explain how OBJ_ROOT=. and OBJ_ROOT=`pwd` are not the same thing. llvm-svn: 7703
* * Fix <>'s in code to be &lt;&gt;'sChris Lattner2003-08-071-26/+54
| | | | | | * Add section describing how we prefer #includes to be ordered llvm-svn: 7697
* Loop unroller doesn't necessarily need to be profile drivenChris Lattner2003-08-061-1/+2
| | | | llvm-svn: 7637
* "fix" coding style stuffChris Lattner2003-08-051-24/+24
| | | | | | Change some <>'s into &lt;&gt;'s llvm-svn: 7623
* Fix a bugChris Lattner2003-08-011-6/+2
| | | | llvm-svn: 7499
* Update information about the new DEBUG_TYPE macroChris Lattner2003-08-011-8/+67
| | | | llvm-svn: 7496
* Fix <>'s in HTMLChris Lattner2003-08-011-2/+2
| | | | llvm-svn: 7488
* Made many paragraphs fit into 80 characters per line to avoid wrapping in anMisha Brukman2003-07-281-31/+112
| | | | | | editor window. Re-worded confusing description about interdependence of modules. llvm-svn: 7374
* Added two tasks:John Criswell2003-07-281-164/+194
| | | | | | | o Check for GCC version in configure script. o Rewrite this file without Netscape Composer. llvm-svn: 7369
* Added comma after `i.e.'Misha Brukman2003-07-281-4/+3
| | | | llvm-svn: 7367
* Change reference to assert.h to mention cassertChris Lattner2003-07-251-2/+2
| | | | llvm-svn: 7317
* Brian implemented the static compiler, take it off the listChris Lattner2003-07-251-5/+4
| | | | llvm-svn: 7316
* Add documentation for runOnMachineFunction()Brian Gaeke2003-07-221-1/+27
| | | | llvm-svn: 7237
* Updated from the discussion on July 21, 2003.John Criswell2003-07-211-124/+185
| | | | | | Expanded upon testing priorities. llvm-svn: 7225
* Added bits about MachineFunctionPassBrian Gaeke2003-07-171-0/+27
| | | | llvm-svn: 7192
* The word `separate' only has one `e'.Misha Brukman2003-07-144-9/+9
| | | | llvm-svn: 7173
* Fixed: </pre</p> => </pre></p>Misha Brukman2003-07-141-2/+2
| | | | llvm-svn: 7172
* Corrected the Table of Contents.John Criswell2003-07-081-153/+238
| | | | | | | | | | | | | | | Corrected capitalization of subheadings. Created a new subsection for compiling the C front end and moved all references to it there. Updated the disk space requirements to reflect the need for the binary C front end and the optional C front end source. Added information on unpacking the distribution to the summary section. Moved autoconf environment variables to the autoconf section. Changed make to gmake. Removed some of the precise directions for unpacking the archives. Fixed some formatting inconsistencies (headings that were not centered). llvm-svn: 7132
* Fixed the directions for building the C front end.John Criswell2003-07-071-4/+4
| | | | llvm-svn: 7117
* Added information about how to unpack the distribution for those who do notJohn Criswell2003-07-071-2/+46
| | | | | | have access to CVS. llvm-svn: 7116
* Fixed an error in the pathname to LLVMGCCDIR for the pre-built binaries (forgotJohn Criswell2003-07-031-2/+2
| | | | | | that <> denotes a tag). llvm-svn: 7100
* Added information on software requirements for unpacking the archives that weJohn Criswell2003-07-031-1/+14
| | | | | | will eventually distribute. llvm-svn: 7099
* * Reworded a bit about JITs (I don't like acronyms followed by 's)Misha Brukman2003-07-031-5/+7
| | | | | | | * Added JIT capability to the LLI description section * LLC is quasi-x86-capable llvm-svn: 7098
* Added another remark on how building the C front end is optional.John Criswell2003-07-031-1/+1
| | | | llvm-svn: 7097
* Performed a major update for the pre-release.John Criswell2003-07-031-153/+457
| | | | | | | | | Attempted to better structure and order the document. Added more information about autoconf, the build system, and how to build LLVM. Added directions on how to build the C front end. Added a section on common problems and their solutions. llvm-svn: 7096
OpenPOWER on IntegriCloud