aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Added links to the C and C++ frontends.John Criswell2003-10-031-0/+10
* Adding basic documentation for the LLVM C and C++ frontends.John Criswell2003-10-032-0/+221
* Add ideas and small revisions from VikramChris Lattner2003-10-021-22/+44
* Change llc command line for register allocatorsAlkis Evlogimenos2003-10-021-11/+17
* fix splelingChris Lattner2003-10-021-3/+3
* add note about .a filesChris Lattner2003-10-021-1/+3
* Initial checkin of the LLVM 1.0 release notesChris Lattner2003-10-021-0/+326
* Amazingly enough, we actually do some stuff around here. Now if we couldChris Lattner2003-10-011-7/+4
* Corrected usage synopsis.John Criswell2003-09-301-1/+9
* Added information on input and output filenames.John Criswell2003-09-292-16/+100
* Added explanation of where analyze gets its input, where it sends its output,John Criswell2003-09-291-5/+10
* Added information on how input and output files are selected.John Criswell2003-09-262-17/+42
* Added information about how llvm-as and llvm-dis select the input and outputJohn Criswell2003-09-262-13/+62
* Change the heading of the page to reflect the tool nameChris Lattner2003-09-2510-20/+20
* Added an explanation of gccld's behavior when linking in native mode.John Criswell2003-09-251-0/+8
* Added information about the new -native option.John Criswell2003-09-251-8/+64
* Made modifications recommended by Chris. Namely:John Criswell2003-09-251-15/+11
* Removed completed items.John Criswell2003-09-241-197/+134
* update doxChris Lattner2003-09-201-2/+2
* Added sections about debugging mis-compilations and incorrect code generation.Misha Brukman2003-09-171-6/+75
* fix misspelling analyse -> analyzeChris Lattner2003-09-171-3/+3
* Renamed the link page to llvmlink.htmlJohn Criswell2003-09-174-3/+168
* Initial go at documentation for llc.John Criswell2003-09-121-0/+147
* Modified the footer to be a link to the LLVM web page.John Criswell2003-09-118-35/+43
* Adding a skeleton for the LLVM Command Guide.John Criswell2003-09-118-0/+745
* Fix spell-o'sChris Lattner2003-09-102-2/+2
* Add info about volatile loads/storesChris Lattner2003-09-081-4/+14
* Final cleanups, document is good to goChris Lattner2003-09-031-1/+1
* Add a WHOLE lot of updates clarifications and fixes. This is not done but ge...Chris Lattner2003-09-031-77/+133
* hyphenation police visited hereChris Lattner2003-09-021-8/+8
* Document the llvm.unwind intrinsic.Chris Lattner2003-08-281-18/+46
* Renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'.Misha Brukman2003-08-281-7/+7
* Added autoconf code that verifies that the C compiler is at the minimumJohn Criswell2003-08-251-1/+0
* Fix grammarChris Lattner2003-08-241-1/+1
* The word `dependence' has no `a'.Misha Brukman2003-08-211-1/+1
* The word `dependent' has no `a'.Misha Brukman2003-08-212-3/+3
* Adding a copyright notice to each file is unnecessary.John Criswell2003-08-211-1/+0
* Further updates:John Criswell2003-08-211-7/+3
* Updated to reflect current work:John Criswell2003-08-211-190/+185
* Add ParseEnvironmentOptions documentationBrian Gaeke2003-08-191-0/+31
* Add warning about how you have to put cl::init after cl::location, if bothBrian Gaeke2003-08-191-1/+6
* Spell `necessary' correctly.Misha Brukman2003-08-188-13/+13
* * Added pointers to the README files in emacs/ and vim/ directories.Misha Brukman2003-08-111-6/+8
* Geez, this misha guy is a _horrible_ speller. :)Chris Lattner2003-08-111-2/+2
* * Added a section describing the hidden gems in llvm/utilsMisha Brukman2003-08-111-11/+82
* Removed information on the Pool Allocator as it is no longer available.John Criswell2003-08-081-3/+2
* Added a FAQ about how to clean the directory if it fails to build after anJohn Criswell2003-08-081-0/+13
* Updated for the 1.1 pre-release.John Criswell2003-08-081-2/+23
* * Fix <>'s in code to be &lt;&gt;'sChris Lattner2003-08-071-26/+54
* Loop unroller doesn't necessarily need to be profile drivenChris Lattner2003-08-061-1/+2