summaryrefslogtreecommitdiffstats
path: root/llvm/docs/HowToSubmitABug.html
Commit message (Collapse)AuthorAgeFilesLines
* docs: Sphinxify HowToSubmitABugSean Silva2012-09-251-345/+0
| | | | llvm-svn: 164630
* Remove/modify C backend references from LLVM documentation.David Blaikie2012-06-141-3/+3
| | | | | | Patch by Wei-Ren Chen. llvm-svn: 158456
* [docs] Remove spurious or unused images.Daniel Dunbar2012-04-201-3/+0
| | | | llvm-svn: 155199
* [docs] Update HTML pages to refer to CSS in a way that works locally and ↵Daniel Dunbar2012-04-191-1/+1
| | | | | | with Sphinx. llvm-svn: 155153
* docs/*.html: Appease W3C Checker to add "charset=utf-8".NAKAMURA Takumi2011-10-311-0/+1
| | | | llvm-svn: 143348
* Typo.Chad Rosier2011-06-071-1/+1
| | | | llvm-svn: 132730
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-9/+9
| | | | | | | | | | | | | | | | | <h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-181-16/+16
| | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
| | | | llvm-svn: 129181
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+347
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-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 Sands2010-05-021-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 Kramer2009-10-121-1/+1
| | | | llvm-svn: 83849
* Update documentation for the -f change.Dan Gohman2009-08-251-7/+7
| | | | llvm-svn: 79996
* A lot of formatting changes.Bill Wendling2009-04-051-2/+2
| | | | llvm-svn: 68431
* Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman2008-12-111-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 Brukman2008-12-111-2/+2
| | | | llvm-svn: 60880
* Subversionify the documentation.Reid Spencer2007-07-091-1/+1
| | | | llvm-svn: 38442
* first pass of nomenclature changes in .html filesGabor Greif2007-07-061-7/+7
| | | | llvm-svn: 37956
* add -enable-ehChris Lattner2007-02-251-1/+9
| | | | llvm-svn: 34600
* update this for llvm-gcc4Chris Lattner2007-02-251-92/+76
| | | | llvm-svn: 34566
* Added some more information on how to use "delta" to reduce testcases.Bill Wendling2007-02-241-6/+10
| | | | llvm-svn: 34553
* Excise references to the now defunct "analyze" tool. Merge descriptionsReid Spencer2006-08-281-2/+2
| | | | | | where appropriate. llvm-svn: 29931
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-2/+2
| | | | llvm-svn: 26746
* Mention that delta can be used to reduce some Front-end problems.Chris Lattner2006-02-081-1/+4
| | | | | | Patch by Marco Matthies, thanks! llvm-svn: 26061
* Fix tag placement to make HTML 4.01 Strict compliant.Reid Spencer2004-11-011-1/+1
| | | | llvm-svn: 17395
* Minor format tweask for tables.Reid Spencer2004-11-011-9/+5
| | | | llvm-svn: 17394
* Lots of minor fixes and formatting improvementsChris Lattner2004-05-231-27/+27
| | | | llvm-svn: 13671
* Use <pre> instead of <p><tt> combo to decrease space used for code blocks.Misha Brukman2004-05-141-27/+33
| | | | llvm-svn: 13573
* Mention the --tool-args option that Brian and Chris added.Misha Brukman2004-05-141-4/+10
| | | | llvm-svn: 13572
* Use the images in the img/ directory.Misha Brukman2004-05-121-1/+1
| | | | llvm-svn: 13509
* Add link to Valgrind.Misha Brukman2004-05-121-2/+3
| | | | llvm-svn: 13472
* Add a note to make sure the program is memory correctChris Lattner2004-05-111-3/+9
| | | | llvm-svn: 13464
* Display sample bugpoint output with the `code' stylesheet class.Misha Brukman2004-04-191-3/+5
| | | | llvm-svn: 13060
* Add note about easier way to debug tests in the llvm tree.Misha Brukman2004-04-151-0/+10
| | | | llvm-svn: 12972
* Add note about passing arguments to program being debugged.Misha Brukman2004-04-151-35/+40
| | | | llvm-svn: 12970
* Added minor information on C++.John Criswell2004-03-121-3/+5
| | | | llvm-svn: 12341
* Updates for the C backend's movementChris Lattner2004-02-141-1/+1
| | | | llvm-svn: 11428
* * HTML 4.01 Strict DTD complianceMisha Brukman2004-01-151-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 IMisha Brukman2003-10-311-144/+180
| | | | | | can do with tables, which annoys me. llvm-svn: 9638
* Merged in RELEASE_1.John Criswell2003-10-271-1/+3
| | | | llvm-svn: 9538
* * Changed URL referring to zion to use llvm insteadMisha Brukman2003-10-221-9/+5
| | | | | | * Close <li> tags llvm-svn: 9378
* Added information on using Bugzilla.John Criswell2003-10-221-4/+18
| | | | | | Removed information on using llvm-bugs to report bugs. llvm-svn: 9371
* The -mode option is no longerChris Lattner2003-10-141-4/+4
| | | | llvm-svn: 9117
* Added sections about debugging mis-compilations and incorrect code generation.Misha Brukman2003-09-171-6/+75
| | | | llvm-svn: 8584
* Fix grammarChris Lattner2003-08-241-1/+1
| | | | llvm-svn: 8124
* Suggest -save-temps instead of -S, -E.Brian Gaeke2003-05-231-7/+10
| | | | llvm-svn: 6318
* Fix a problem brian identified.Chris Lattner2003-05-231-2/+3
| | | | llvm-svn: 6309
* New documentChris Lattner2003-05-211-0/+197
llvm-svn: 6275
OpenPOWER on IntegriCloud