aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Use the install-bytecode target to install just the bytecode libs intoReid Spencer2004-12-041-1/+1
| | | | | | | the CFE's install/bytecode-libs directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18493 91177308-0d34-0410-b5e6-96231b3b80d8
* Use the standard PR### notation for referencing bugs in bugzillaMisha Brukman2004-12-041-2/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18476 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove more smileys. I kept the one in WritingAnLLVMPass because it is actuallyMisha Brukman2004-12-041-2/+2
| | | | | | | funny. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18475 91177308-0d34-0410-b5e6-96231b3b80d8
* Documentation which contains smileys won't be taken seriously by some people.Misha Brukman2004-12-041-7/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18474 91177308-0d34-0410-b5e6-96231b3b80d8
* Update for changes to check targets.Chris Lattner2004-12-041-29/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18473 91177308-0d34-0410-b5e6-96231b3b80d8
* * Link to the license file from release 1.3 (should we link to CVS versionMisha Brukman2004-12-031-19/+18
| | | | | | | | | instead?) * Encapsulate code and header file names with <tt> and </tt> * Arrange <p> and </p> tags to be inline with the text they contain git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18472 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove extraneous space in linkMisha Brukman2004-12-031-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18468 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-12-031-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18460 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed typo.John Criswell2004-12-031-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18455 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a noteChris Lattner2004-12-021-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18434 91177308-0d34-0410-b5e6-96231b3b80d8
* Document beta passChris Lattner2004-12-021-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18431 91177308-0d34-0410-b5e6-96231b3b80d8
* Reid has implemented llvm-ranlib. Thanks, Reid!Misha Brukman2004-12-011-5/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18410 91177308-0d34-0410-b5e6-96231b3b80d8
* * Hyphenate ``constant-propagate''Misha Brukman2004-12-011-3/+12
| | | | | | | | * Add testing notes to the instruction section similar as for intrinsics * Mention adding codegen support for new instructions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18409 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove duplicated link to "Machine backend"Misha Brukman2004-12-011-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18408 91177308-0d34-0410-b5e6-96231b3b80d8
* Add line # infoChris Lattner2004-12-011-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18403 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed pathname to LLVM tools.John Criswell2004-12-011-1/+1
| | | | | | | Thanks to Vladimir Merzliakov for finding this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18402 91177308-0d34-0410-b5e6-96231b3b80d8
* Be a little more explicit about how to configure LLVM with the --prefixReid Spencer2004-12-011-2/+7
| | | | | | | | option so that permissions errors don't occur if the default, /usr/local, is taken. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18401 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typeo, thanks to Duraid for pointing it outChris Lattner2004-12-011-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18400 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a typo.John Criswell2004-11-291-3/+3
| | | | | | | Corrected a potential grammary issue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18364 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix two bugs:Reid Spencer2004-11-291-3/+1
| | | | | | | | | | 1. Nothing should happen on "make all". Doc generation is quick, but we don't want to do it unless we're installing. 2. Correct a dependency for the *.ps files .. didn't notice this before because of cruft in my directory. It failed on a clean build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18359 91177308-0d34-0410-b5e6-96231b3b80d8
* Make it HTML 4.01 Strict compliant.Reid Spencer2004-11-291-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18339 91177308-0d34-0410-b5e6-96231b3b80d8
* * Document how to turn on doxygen documentation generationReid Spencer2004-11-291-3/+50
| | | | | | | | * Document the new "LLVMLIBS=JIT" feature to make building JIT programs super easy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18338 91177308-0d34-0410-b5e6-96231b3b80d8
* * Make this makefile compliant with LLVM makefile standardsReid Spencer2004-11-291-5/+53
| | | | | | | | * Implement optional doxygen doc generation * Implement HTML and doxygen installation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18324 91177308-0d34-0410-b5e6-96231b3b80d8
* Moved --> doxygen.cfg.inReid Spencer2004-11-291-863/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18323 91177308-0d34-0410-b5e6-96231b3b80d8
* * Get rid of extraneous directoriesReid Spencer2004-11-291-12/+18
| | | | | | | | | * Ensure things installed to same place are all getting there by using a variable to name that place. * Make sure missing index.html, images and *.css files get installed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18321 91177308-0d34-0410-b5e6-96231b3b80d8
* * add llvmc and llvm-ldReid Spencer2004-11-291-19/+25
| | | | | | | | * fix the links to not be in an html subdir as that's not how this gets installed (anymore). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18320 91177308-0d34-0410-b5e6-96231b3b80d8
* Adjust this so that doxygen doesn't barf on it.Reid Spencer2004-11-291-9/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18319 91177308-0d34-0410-b5e6-96231b3b80d8
* * Adjust so this falls in line with LLVM Makefile standards.Reid Spencer2004-11-291-11/+48
| | | | | | | | * Implement installation of doxygen and html documentation * Fix it so it works with objdir != srcdir. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18318 91177308-0d34-0410-b5e6-96231b3b80d8
* * Fix an item list.Reid Spencer2004-11-291-0/+10
| | | | | | | * Add an ENVIRONMENT section to describe LLVM_LIB_SEARCH_PATH git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18317 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a link.Reid Spencer2004-11-292-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18316 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR393:Reid Spencer2004-11-291-14/+14
| | | | | | | | | This file was originally doxygen.cfg, but it needs to be configured to get the right srcdir/objdir paths for things. This is needed because building the doxygen will now be part of the install and dist-check targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18315 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-11-281-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18299 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-11-281-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18297 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-11-281-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18295 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-11-271-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18293 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-11-271-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18291 91177308-0d34-0410-b5e6-96231b3b80d8
* Move this to the QOI sectionChris Lattner2004-11-271-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18287 91177308-0d34-0410-b5e6-96231b3b80d8
* Mention djChris Lattner2004-11-271-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18286 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-11-271-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18285 91177308-0d34-0410-b5e6-96231b3b80d8
* Add notesChris Lattner2004-11-271-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18282 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some notesChris Lattner2004-11-271-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18280 91177308-0d34-0410-b5e6-96231b3b80d8
* Indicate that PR427 won't be fixed.Reid Spencer2004-11-251-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18259 91177308-0d34-0410-b5e6-96231b3b80d8
* * Add features I implemented this release.Reid Spencer2004-11-251-67/+100
| | | | | | | | | * Wrap long lines at 80 cols * Indent lists so structure of document is a little more clear * Make the page HTML 4.01 Strict compliant. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18258 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer2004-11-251-6/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18254 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some instructions about ranlib'ing the CFE runtime libraries so thatReid Spencer2004-11-251-0/+14
| | | | | | | | they link faster. This should eventually be codified into the CFE's makefile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18247 91177308-0d34-0410-b5e6-96231b3b80d8
* The PPC backend is basically stable, and has a JIT now.Chris Lattner2004-11-251-6/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18238 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-11-251-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18237 91177308-0d34-0410-b5e6-96231b3b80d8
* PR256 fixed.Reid Spencer2004-11-251-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18234 91177308-0d34-0410-b5e6-96231b3b80d8
* Implement and document prefix options with arbitrary values including anReid Spencer2004-11-241-7/+9
| | | | | | | | = sign. This needed to support -DNAME=value options as pass-through in llvmc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18203 91177308-0d34-0410-b5e6-96231b3b80d8
* Added remark about GCC 3.2.2. Someone with more knowledge of the problemJohn Criswell2004-11-231-1/+2
| | | | | | | can elaborate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18177 91177308-0d34-0410-b5e6-96231b3b80d8