| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+347 |
| | | | | | llvm-svn: 103219 | ||||
| * | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -347/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. llvm-svn: 103213 | ||||
| * | Remove the -enable-sjlj-eh option, which doesn't do anything. | Duncan Sands | 2010-05-02 | 1 | -8/+0 |
| | | | | | | | | Remove the -enable-eh option which is only used by the JIT, and replace it with -jit-enable-eh. llvm-svn: 102865 | ||||
| * | Documentation: Perform automated correction of common typos. | Benjamin Kramer | 2009-10-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 83849 | ||||
| * | Update documentation for the -f change. | Dan Gohman | 2009-08-25 | 1 | -7/+7 |
| | | | | | llvm-svn: 79996 | ||||
| * | A lot of formatting changes. | Bill Wendling | 2009-04-05 | 1 | -2/+2 |
| | | | | | llvm-svn: 68431 | ||||
| * | Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> | Misha Brukman | 2008-12-11 | 1 | -1/+1 |
| | | | | | | | tags are not needed in HTML, only XML. llvm-svn: 60885 | ||||
| * | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -2/+2 |
| | | | | | llvm-svn: 60880 | ||||
| * | Subversionify the documentation. | Reid Spencer | 2007-07-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 38442 | ||||
| * | first pass of nomenclature changes in .html files | Gabor Greif | 2007-07-06 | 1 | -7/+7 |
| | | | | | llvm-svn: 37956 | ||||
| * | add -enable-eh | Chris Lattner | 2007-02-25 | 1 | -1/+9 |
| | | | | | llvm-svn: 34600 | ||||
| * | update this for llvm-gcc4 | Chris Lattner | 2007-02-25 | 1 | -92/+76 |
| | | | | | llvm-svn: 34566 | ||||
| * | Added some more information on how to use "delta" to reduce testcases. | Bill Wendling | 2007-02-24 | 1 | -6/+10 |
| | | | | | llvm-svn: 34553 | ||||
| * | Excise references to the now defunct "analyze" tool. Merge descriptions | Reid Spencer | 2006-08-28 | 1 | -2/+2 |
| | | | | | | | where appropriate. llvm-svn: 29931 | ||||
| * | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -2/+2 |
| | | | | | llvm-svn: 26746 | ||||
| * | Mention that delta can be used to reduce some Front-end problems. | Chris Lattner | 2006-02-08 | 1 | -1/+4 |
| | | | | | | | Patch by Marco Matthies, thanks! llvm-svn: 26061 | ||||
| * | Fix tag placement to make HTML 4.01 Strict compliant. | Reid Spencer | 2004-11-01 | 1 | -1/+1 |
| | | | | | llvm-svn: 17395 | ||||
| * | Minor format tweask for tables. | Reid Spencer | 2004-11-01 | 1 | -9/+5 |
| | | | | | llvm-svn: 17394 | ||||
| * | Lots of minor fixes and formatting improvements | Chris Lattner | 2004-05-23 | 1 | -27/+27 |
| | | | | | llvm-svn: 13671 | ||||
| * | Use <pre> instead of <p><tt> combo to decrease space used for code blocks. | Misha Brukman | 2004-05-14 | 1 | -27/+33 |
| | | | | | llvm-svn: 13573 | ||||
| * | Mention the --tool-args option that Brian and Chris added. | Misha Brukman | 2004-05-14 | 1 | -4/+10 |
| | | | | | llvm-svn: 13572 | ||||
| * | Use the images in the img/ directory. | Misha Brukman | 2004-05-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 13509 | ||||
| * | Add link to Valgrind. | Misha Brukman | 2004-05-12 | 1 | -2/+3 |
| | | | | | llvm-svn: 13472 | ||||
| * | Add a note to make sure the program is memory correct | Chris Lattner | 2004-05-11 | 1 | -3/+9 |
| | | | | | llvm-svn: 13464 | ||||
| * | Display sample bugpoint output with the `code' stylesheet class. | Misha Brukman | 2004-04-19 | 1 | -3/+5 |
| | | | | | llvm-svn: 13060 | ||||
| * | Add note about easier way to debug tests in the llvm tree. | Misha Brukman | 2004-04-15 | 1 | -0/+10 |
| | | | | | llvm-svn: 12972 | ||||
| * | Add note about passing arguments to program being debugged. | Misha Brukman | 2004-04-15 | 1 | -35/+40 |
| | | | | | llvm-svn: 12970 | ||||
| * | Added minor information on C++. | John Criswell | 2004-03-12 | 1 | -3/+5 |
| | | | | | llvm-svn: 12341 | ||||
| * | Updates for the C backend's movement | Chris Lattner | 2004-02-14 | 1 | -1/+1 |
| | | | | | llvm-svn: 11428 | ||||
| * | * HTML 4.01 Strict DTD compliance | Misha Brukman | 2004-01-15 | 1 | -11/+15 |
| | | | | | | | * Added icons to check document easily llvm-svn: 10886 | ||||
| * | Use stylesheets as much as we can. I admit, I still cannot make CSS do what I | Misha Brukman | 2003-10-31 | 1 | -144/+180 |
| | | | | | | | can do with tables, which annoys me. llvm-svn: 9638 | ||||
| * | Merged in RELEASE_1. | John Criswell | 2003-10-27 | 1 | -1/+3 |
| | | | | | llvm-svn: 9538 | ||||
| * | * Changed URL referring to zion to use llvm instead | Misha Brukman | 2003-10-22 | 1 | -9/+5 |
| | | | | | | | * Close <li> tags llvm-svn: 9378 | ||||
| * | Added information on using Bugzilla. | John Criswell | 2003-10-22 | 1 | -4/+18 |
| | | | | | | | Removed information on using llvm-bugs to report bugs. llvm-svn: 9371 | ||||
| * | The -mode option is no longer | Chris Lattner | 2003-10-14 | 1 | -4/+4 |
| | | | | | llvm-svn: 9117 | ||||
| * | Added sections about debugging mis-compilations and incorrect code generation. | Misha Brukman | 2003-09-17 | 1 | -6/+75 |
| | | | | | llvm-svn: 8584 | ||||
| * | Fix grammar | Chris Lattner | 2003-08-24 | 1 | -1/+1 |
| | | | | | llvm-svn: 8124 | ||||
| * | Suggest -save-temps instead of -S, -E. | Brian Gaeke | 2003-05-23 | 1 | -7/+10 |
| | | | | | llvm-svn: 6318 | ||||
| * | Fix a problem brian identified. | Chris Lattner | 2003-05-23 | 1 | -2/+3 |
| | | | | | llvm-svn: 6309 | ||||
| * | New document | Chris Lattner | 2003-05-21 | 1 | -0/+197 |
| llvm-svn: 6275 | |||||

