summaryrefslogtreecommitdiffstats
path: root/llvm/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. llvm-svn: 18493
* Use the standard PR### notation for referencing bugs in bugzillaMisha Brukman2004-12-041-2/+1
| | | | llvm-svn: 18476
* Remove more smileys. I kept the one in WritingAnLLVMPass because it is actuallyMisha Brukman2004-12-041-2/+2
| | | | | | funny. llvm-svn: 18475
* Documentation which contains smileys won't be taken seriously by some people.Misha Brukman2004-12-041-7/+6
| | | | llvm-svn: 18474
* Update for changes to check targets.Chris Lattner2004-12-041-29/+4
| | | | llvm-svn: 18473
* * 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 llvm-svn: 18472
* Remove extraneous space in linkMisha Brukman2004-12-031-2/+2
| | | | llvm-svn: 18468
* Bug fixedChris Lattner2004-12-031-0/+2
| | | | llvm-svn: 18460
* Fixed typo.John Criswell2004-12-031-1/+1
| | | | llvm-svn: 18455
* Add a noteChris Lattner2004-12-021-0/+2
| | | | llvm-svn: 18434
* Document beta passChris Lattner2004-12-021-0/+2
| | | | llvm-svn: 18431
* Reid has implemented llvm-ranlib. Thanks, Reid!Misha Brukman2004-12-011-5/+0
| | | | llvm-svn: 18410
* * 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 llvm-svn: 18409
* Remove duplicated link to "Machine backend"Misha Brukman2004-12-011-1/+0
| | | | llvm-svn: 18408
* Add line # infoChris Lattner2004-12-011-0/+3
| | | | llvm-svn: 18403
* Fixed pathname to LLVM tools.John Criswell2004-12-011-1/+1
| | | | | | Thanks to Vladimir Merzliakov for finding this. llvm-svn: 18402
* 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. llvm-svn: 18401
* Fix typeo, thanks to Duraid for pointing it outChris Lattner2004-12-011-1/+1
| | | | llvm-svn: 18400
* Fix a typo.John Criswell2004-11-291-3/+3
| | | | | | Corrected a potential grammary issue. llvm-svn: 18364
* 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. llvm-svn: 18359
* Make it HTML 4.01 Strict compliant.Reid Spencer2004-11-291-2/+3
| | | | llvm-svn: 18339
* * 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. llvm-svn: 18338
* * Make this makefile compliant with LLVM makefile standardsReid Spencer2004-11-291-5/+53
| | | | | | | * Implement optional doxygen doc generation * Implement HTML and doxygen installation llvm-svn: 18324
* Moved --> doxygen.cfg.inReid Spencer2004-11-291-863/+0
| | | | llvm-svn: 18323
* * 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. llvm-svn: 18321
* * 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). llvm-svn: 18320
* Adjust this so that doxygen doesn't barf on it.Reid Spencer2004-11-291-9/+2
| | | | llvm-svn: 18319
* * 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. llvm-svn: 18318
* * Fix an item list.Reid Spencer2004-11-291-0/+10
| | | | | | * Add an ENVIRONMENT section to describe LLVM_LIB_SEARCH_PATH llvm-svn: 18317
* Add a link.Reid Spencer2004-11-292-2/+2
| | | | llvm-svn: 18316
* For PR393:Reid Spencer2004-11-291-0/+863
| | | | | | | | 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. llvm-svn: 18315
* Bug fixedChris Lattner2004-11-281-0/+2
| | | | llvm-svn: 18299
* Bug fixedChris Lattner2004-11-281-1/+3
| | | | llvm-svn: 18297
* Bug fixedChris Lattner2004-11-281-0/+2
| | | | llvm-svn: 18295
* Bug fixedChris Lattner2004-11-271-0/+2
| | | | llvm-svn: 18293
* Bug fixedChris Lattner2004-11-271-0/+2
| | | | llvm-svn: 18291
* Move this to the QOI sectionChris Lattner2004-11-271-2/+2
| | | | llvm-svn: 18287
* Mention djChris Lattner2004-11-271-0/+1
| | | | llvm-svn: 18286
* Bug fixedChris Lattner2004-11-271-0/+2
| | | | llvm-svn: 18285
* Add notesChris Lattner2004-11-271-0/+5
| | | | llvm-svn: 18282
* Add some notesChris Lattner2004-11-271-0/+3
| | | | llvm-svn: 18280
* Indicate that PR427 won't be fixed.Reid Spencer2004-11-251-0/+4
| | | | llvm-svn: 18259
* * 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. llvm-svn: 18258
* Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer2004-11-251-6/+0
| | | | llvm-svn: 18254
* 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. llvm-svn: 18247
* The PPC backend is basically stable, and has a JIT now.Chris Lattner2004-11-251-6/+1
| | | | llvm-svn: 18238
* Bug fixedChris Lattner2004-11-251-0/+2
| | | | llvm-svn: 18237
* PR256 fixed.Reid Spencer2004-11-251-1/+3
| | | | llvm-svn: 18234
* 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. llvm-svn: 18203
* Added remark about GCC 3.2.2. Someone with more knowledge of the problemJohn Criswell2004-11-231-1/+2
| | | | | | can elaborate. llvm-svn: 18177
OpenPOWER on IntegriCloud