| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Use the install-bytecode target to install just the bytecode libs into | Reid Spencer | 2004-12-04 | 1 | -1/+1 | |
| | | | | | | | the CFE's install/bytecode-libs directory. llvm-svn: 18493 | |||||
| * | Use the standard PR### notation for referencing bugs in bugzilla | Misha Brukman | 2004-12-04 | 1 | -2/+1 | |
| | | | | | llvm-svn: 18476 | |||||
| * | Remove more smileys. I kept the one in WritingAnLLVMPass because it is actually | Misha Brukman | 2004-12-04 | 1 | -2/+2 | |
| | | | | | | | funny. llvm-svn: 18475 | |||||
| * | Documentation which contains smileys won't be taken seriously by some people. | Misha Brukman | 2004-12-04 | 1 | -7/+6 | |
| | | | | | llvm-svn: 18474 | |||||
| * | Update for changes to check targets. | Chris Lattner | 2004-12-04 | 1 | -29/+4 | |
| | | | | | llvm-svn: 18473 | |||||
| * | * Link to the license file from release 1.3 (should we link to CVS version | Misha Brukman | 2004-12-03 | 1 | -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 link | Misha Brukman | 2004-12-03 | 1 | -2/+2 | |
| | | | | | llvm-svn: 18468 | |||||
| * | Bug fixed | Chris Lattner | 2004-12-03 | 1 | -0/+2 | |
| | | | | | llvm-svn: 18460 | |||||
| * | Fixed typo. | John Criswell | 2004-12-03 | 1 | -1/+1 | |
| | | | | | llvm-svn: 18455 | |||||
| * | Add a note | Chris Lattner | 2004-12-02 | 1 | -0/+2 | |
| | | | | | llvm-svn: 18434 | |||||
| * | Document beta pass | Chris Lattner | 2004-12-02 | 1 | -0/+2 | |
| | | | | | llvm-svn: 18431 | |||||
| * | Reid has implemented llvm-ranlib. Thanks, Reid! | Misha Brukman | 2004-12-01 | 1 | -5/+0 | |
| | | | | | llvm-svn: 18410 | |||||
| * | * Hyphenate ``constant-propagate'' | Misha Brukman | 2004-12-01 | 1 | -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 Brukman | 2004-12-01 | 1 | -1/+0 | |
| | | | | | llvm-svn: 18408 | |||||
| * | Add line # info | Chris Lattner | 2004-12-01 | 1 | -0/+3 | |
| | | | | | llvm-svn: 18403 | |||||
| * | Fixed pathname to LLVM tools. | John Criswell | 2004-12-01 | 1 | -1/+1 | |
| | | | | | | | Thanks to Vladimir Merzliakov for finding this. llvm-svn: 18402 | |||||
| * | Be a little more explicit about how to configure LLVM with the --prefix | Reid Spencer | 2004-12-01 | 1 | -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 out | Chris Lattner | 2004-12-01 | 1 | -1/+1 | |
| | | | | | llvm-svn: 18400 | |||||
| * | Fix a typo. | John Criswell | 2004-11-29 | 1 | -3/+3 | |
| | | | | | | | Corrected a potential grammary issue. llvm-svn: 18364 | |||||
| * | Fix two bugs: | Reid Spencer | 2004-11-29 | 1 | -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 Spencer | 2004-11-29 | 1 | -2/+3 | |
| | | | | | llvm-svn: 18339 | |||||
| * | * Document how to turn on doxygen documentation generation | Reid Spencer | 2004-11-29 | 1 | -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 standards | Reid Spencer | 2004-11-29 | 1 | -5/+53 | |
| | | | | | | | | * Implement optional doxygen doc generation * Implement HTML and doxygen installation llvm-svn: 18324 | |||||
| * | Moved --> doxygen.cfg.in | Reid Spencer | 2004-11-29 | 1 | -863/+0 | |
| | | | | | llvm-svn: 18323 | |||||
| * | * Get rid of extraneous directories | Reid Spencer | 2004-11-29 | 1 | -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-ld | Reid Spencer | 2004-11-29 | 1 | -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 Spencer | 2004-11-29 | 1 | -9/+2 | |
| | | | | | llvm-svn: 18319 | |||||
| * | * Adjust so this falls in line with LLVM Makefile standards. | Reid Spencer | 2004-11-29 | 1 | -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 Spencer | 2004-11-29 | 1 | -0/+10 | |
| | | | | | | | * Add an ENVIRONMENT section to describe LLVM_LIB_SEARCH_PATH llvm-svn: 18317 | |||||
| * | Add a link. | Reid Spencer | 2004-11-29 | 2 | -2/+2 | |
| | | | | | llvm-svn: 18316 | |||||
| * | For PR393: | Reid Spencer | 2004-11-29 | 1 | -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 fixed | Chris Lattner | 2004-11-28 | 1 | -0/+2 | |
| | | | | | llvm-svn: 18299 | |||||
| * | Bug fixed | Chris Lattner | 2004-11-28 | 1 | -1/+3 | |
| | | | | | llvm-svn: 18297 | |||||
| * | Bug fixed | Chris Lattner | 2004-11-28 | 1 | -0/+2 | |
| | | | | | llvm-svn: 18295 | |||||
| * | Bug fixed | Chris Lattner | 2004-11-27 | 1 | -0/+2 | |
| | | | | | llvm-svn: 18293 | |||||
| * | Bug fixed | Chris Lattner | 2004-11-27 | 1 | -0/+2 | |
| | | | | | llvm-svn: 18291 | |||||
| * | Move this to the QOI section | Chris Lattner | 2004-11-27 | 1 | -2/+2 | |
| | | | | | llvm-svn: 18287 | |||||
| * | Mention dj | Chris Lattner | 2004-11-27 | 1 | -0/+1 | |
| | | | | | llvm-svn: 18286 | |||||
| * | Bug fixed | Chris Lattner | 2004-11-27 | 1 | -0/+2 | |
| | | | | | llvm-svn: 18285 | |||||
| * | Add notes | Chris Lattner | 2004-11-27 | 1 | -0/+5 | |
| | | | | | llvm-svn: 18282 | |||||
| * | Add some notes | Chris Lattner | 2004-11-27 | 1 | -0/+3 | |
| | | | | | llvm-svn: 18280 | |||||
| * | Indicate that PR427 won't be fixed. | Reid Spencer | 2004-11-25 | 1 | -0/+4 | |
| | | | | | llvm-svn: 18259 | |||||
| * | * Add features I implemented this release. | Reid Spencer | 2004-11-25 | 1 | -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 Spencer | 2004-11-25 | 1 | -6/+0 | |
| | | | | | llvm-svn: 18254 | |||||
| * | Add some instructions about ranlib'ing the CFE runtime libraries so that | Reid Spencer | 2004-11-25 | 1 | -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 Lattner | 2004-11-25 | 1 | -6/+1 | |
| | | | | | llvm-svn: 18238 | |||||
| * | Bug fixed | Chris Lattner | 2004-11-25 | 1 | -0/+2 | |
| | | | | | llvm-svn: 18237 | |||||
| * | PR256 fixed. | Reid Spencer | 2004-11-25 | 1 | -1/+3 | |
| | | | | | llvm-svn: 18234 | |||||
| * | Implement and document prefix options with arbitrary values including an | Reid Spencer | 2004-11-24 | 1 | -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 problem | John Criswell | 2004-11-23 | 1 | -1/+2 | |
| | | | | | | | can elaborate. llvm-svn: 18177 | |||||

