summaryrefslogtreecommitdiff
path: root/docs/UsingLibraries.html
AgeCommit message (Collapse)AuthorFilesLines
2007-02-04For PR1067:Reid Spencer1-28/+24
Update library documentation after removal of libLLVMTransforms.a that resulted from removal of the LevelRaise pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33850 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-01Fix HTML 4.01 Strict errors.Reid Spencer1-8/+6
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29435 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-01Update library dependency information, describe new libraries, talk aReid Spencer1-106/+163
little about llvm-config as a source for help with library dependencies. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29425 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-13For PR741:Reid Spencer1-81/+29
Update documentation to reflect current LLVM reality: + LLVMAlpha.o, LLVMIA64.o - Skeleton, execve, ProfilePaths Also, regenerate the library dependency information. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28276 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-20Remove V9Chris Lattner1-56/+0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27886 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-20Made warning red.Tanya Lattner1-1/+1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27859 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-20Document is out of date.. added warning and link to llvm-config.Tanya Lattner1-0/+2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27858 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-14Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer1-1/+1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26746 91177308-0d34-0410-b5e6-96231b3b80d8
2006-02-05This document is out of date. :(Chris Lattner1-3/+3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25994 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-03Integrate dependency graphs.Reid Spencer1-12/+24
Make it HTML 4.01 Strict compliant Provide better explanations of the dependency information. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19272 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-31* Add missing libraries: Linker, Archive, SparcV8Reid Spencer1-8/+14
* Make library descriptions consistently lower case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19197 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-30Add a section on library dependencies now that GenLibDeps.html is written.Reid Spencer1-0/+295
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19195 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-08Correct and Explain the first rule of thumb better.Reid Spencer1-2/+4
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17604 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-08Fix typo.Reid Spencer1-1/+1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17603 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-08Fix grammar: use commas in a list of entitiesMisha Brukman1-2/+2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17602 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-01HTML 4.01 Strict compliance.Reid Spencer1-6/+6
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17402 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-01Correct the document type declaration.Reid Spencer1-2/+1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17401 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-01Add the HTML 4.01 and CSS icons with links to validators.Reid Spencer1-1/+7
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17400 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-31Wrap to 80 colsReid Spencer1-35/+67
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17385 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-31* Moved from ObjectFiles.htmlReid Spencer1-233/+95
* Changed names of libraries to reflect new naming scheme * Added some more introductory material * Added a rule of thumb. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17381 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-05Put a space between `Data' and `Structure' of DSA.Misha Brukman1-2/+2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16179 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-05Fix object/library filenames that have changed, clarify descriptions.Misha Brukman1-46/+30
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16177 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-05* CSS was created to reduce re-specifying design styles: specify table cellMisha Brukman1-102/+108
color once at the top, and do not repeat it 82 times * Replace bright blue table border with gray, which is easier on the eyes and matches the gray LLVM documentation color scheme git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16175 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-23Make use of the new doc_author class. "Seperate content from presentation" ↵Chris Lattner1-3/+5
they said. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13675 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-27Updates from ReidChris Lattner1-8/+14
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11908 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-27Initial checkin of document, contributed by Reid Spencer.Chris Lattner1-0/+292
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11901 91177308-0d34-0410-b5e6-96231b3b80d8