summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* QOI feature implemented.Chris Lattner2005-01-221-2/+3
| | | | llvm-svn: 19756
* Fix typos noticed by Gabor Greif, thanks Gabor!Chris Lattner2005-01-171-7/+7
| | | | llvm-svn: 19621
* * Revise the projects section and make reference to Projects.htmlReid Spencer2005-01-161-10/+16
| | | | | | * the dist-clean target no longer implies a check llvm-svn: 19608
* Fix locations of libraries and executables to match makefiles.Reid Spencer2005-01-161-2/+2
| | | | llvm-svn: 19599
* BUILD_* to PROJ_*Reid Spencer2005-01-161-2/+2
| | | | llvm-svn: 19598
* Rename BUILD_* to PROJ_*Reid Spencer2005-01-162-39/+39
| | | | llvm-svn: 19592
* Update documentation on how to set up a projectReid Spencer2005-01-161-25/+20
| | | | llvm-svn: 19591
* Make the construction of doxygen documentation a repeatable processReid Spencer2005-01-111-1/+5
| | | | llvm-svn: 19469
* * Add the use of LOADABLE_MODULE=1 in the makefile exampleReid Spencer2005-01-111-13/+18
| | | | | | | * Change the names of the resulting module to Hello instead of libHello * Change lib/Debug -> Debug/lib per new makefile implementation. llvm-svn: 19459
* * Describe the LOADABLE_MODULE featureReid Spencer2005-01-111-2/+18
| | | | | | * Get rid of non-compliant <font> elements (how did that get in there?) llvm-svn: 19458
* Eliminate empty sub-listMisha Brukman2005-01-081-4/+1
| | | | llvm-svn: 19362
* Remove the open projects page from the docs directory.Chris Lattner2005-01-072-398/+0
| | | | llvm-svn: 19342
* Capitalize Bugpoint.Misha Brukman2005-01-071-1/+1
| | | | llvm-svn: 19341
* Add the SystemLibrary.html document now that its done.Reid Spencer2005-01-051-0/+4
| | | | llvm-svn: 19298
* Add a missing <div>Reid Spencer2005-01-051-2/+2
| | | | llvm-svn: 19297
* Bulk upgrade of this document. Cruft removed, new stuff added, generalReid Spencer2005-01-051-349/+185
| | | | | | reorganization of the content. This is now "done". llvm-svn: 19296
* ignore generated fileChris Lattner2005-01-051-0/+1
| | | | llvm-svn: 19288
* Ignore generated fileChris Lattner2005-01-052-0/+2
| | | | llvm-svn: 19287
* Ignore .dirChris Lattner2005-01-051-0/+1
| | | | llvm-svn: 19286
* Integrate dependency graphs.Reid Spencer2005-01-031-12/+24
| | | | | | | Make it HTML 4.01 Strict compliant Provide better explanations of the dependency information. llvm-svn: 19272
* Add library dependency and object dependency graphs.Reid Spencer2005-01-032-0/+0
| | | | llvm-svn: 19271
* Bug fixedChris Lattner2005-01-031-1/+3
| | | | llvm-svn: 19269
* Describe both objdir==srcdir and objdir!=srcdir methods of building LLVMReid Spencer2004-12-311-13/+18
| | | | | | libraries and tools. Thanks to Henrik Bach for this suggestion. llvm-svn: 19204
* * Add missing libraries: Linker, Archive, SparcV8Reid Spencer2004-12-311-8/+14
| | | | | | * Make library descriptions consistently lower case. llvm-svn: 19197
* Add a section on library dependencies now that GenLibDeps.html is written.Reid Spencer2004-12-301-0/+295
| | | | llvm-svn: 19195
* Bug fixedChris Lattner2004-12-291-0/+2
| | | | llvm-svn: 19181
* Bug fixedChris Lattner2004-12-291-1/+2
| | | | llvm-svn: 19177
* Add a note about registering the backend so it's available in LLC and LLIMisha Brukman2004-12-271-0/+12
| | | | llvm-svn: 19168
* Describe the --with-llvmgccdir option to configure.Reid Spencer2004-12-261-1/+19
| | | | llvm-svn: 19144
* Add a caution about using experimental versions of gnu binutils whenReid Spencer2004-12-231-1/+9
| | | | | | building Cygwin. llvm-svn: 19117
* Be specific about version of GCC and binutils on Cygwin since it matters.Reid Spencer2004-12-231-1/+1
| | | | llvm-svn: 19116
* LLVM now builds and runs on Linux/amd64, but we don't have 64-bit codegen yetMisha Brukman2004-12-231-0/+5
| | | | llvm-svn: 19115
* * Remove an unnecessary step.Reid Spencer2004-12-221-9/+1
| | | | | | * Correct a path. llvm-svn: 19110
* Add a blurb about using the GCC 3.4.3 compiler on Cygwin (which works) forReid Spencer2004-12-221-0/+5
| | | | | | the CFE instead of the default GCC 3.3.3 compiler that comes with Cygwin. llvm-svn: 19104
* For PR432:Reid Spencer2004-12-221-2/+0
| | | | | | | * Remove the idiotic windows environment setting, its not needed. * Remove an extraneous "mkdir" instruction. llvm-svn: 19103
* Hopefully fix a link.Reid Spencer2004-12-221-1/+1
| | | | llvm-svn: 19102
* Fix the names of these executables now that they've been somewhat cast inReid Spencer2004-12-222-16/+16
| | | | | | stone. llvm-svn: 19101
* Correct the name of the executables to which llvmgcc and llvmgxx variablesReid Spencer2004-12-221-2/+2
| | | | | | point to. llvm-svn: 19100
* For PR432:Reid Spencer2004-12-221-10/+20
| | | | | | | | | Rework the CFE build details to include the directions for using the option --program-prefix=llvm- to the CFE's configure script. This ensures that the CFE builds unique executable names and makes it possible to put the $CFEINSTALL/bin directory into one's path. llvm-svn: 19099
* For PR432:Reid Spencer2004-12-221-22/+17
| | | | | | | | * llvmgcc -> llvm-gcc * llvmg++ -> llvm-g++ * remove references to --with-llvmgccdir configure option llvm-svn: 19098
* Revert last patch until we can figure out how to build executables namedReid Spencer2004-12-221-0/+2
| | | | | | llvmgcc and llvmg++ correctly. llvm-svn: 19089
* Revert last changes as they introduce CFE build problems.Reid Spencer2004-12-221-4/+3
| | | | llvm-svn: 19087
* Remove instructions to make aliases for llvmgcc and llvmg++ as the CFEReid Spencer2004-12-211-2/+0
| | | | | | | Build instructions now direct the user to have the CFE generate executables with those names via the --program-prefix=llvm configure option. llvm-svn: 19084
* For PR432:Reid Spencer2004-12-211-3/+4
| | | | | | | Add instructions for using the --program-prefix=llvm so that the CFE build produces llvmgcc instead of gcc. llvm-svn: 19083
* Describe the new "reconfigure" and "spotless" targets.Reid Spencer2004-12-171-0/+24
| | | | llvm-svn: 19013
* Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in theReid Spencer2004-12-154-61/+17
| | | | | | | GettingStarted.html document in the environment section and only as an optional feature. llvm-svn: 18944
* Correct documentation to reflect the change in location of the CFE runtimeReid Spencer2004-12-144-11/+11
| | | | | | libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib. llvm-svn: 18939
* Get rid of subbullets for all of the "known problems" section. None of theChris Lattner2004-12-121-11/+0
| | | | | | | other sections have subbullets, and it make the TOC look like the whole document is known problems! llvm-svn: 18829
* A little cleanup on this file.Reid Spencer2004-12-111-11/+9
| | | | llvm-svn: 18798
* New featureChris Lattner2004-12-111-1/+3
| | | | llvm-svn: 18797
OpenPOWER on IntegriCloud