summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Bugpoint.html
Commit message (Collapse)AuthorAgeFilesLines
* Sphyinxify the Bugpoint document.Bill Wendling2012-06-261-316/+0
| | | | llvm-svn: 159199
* Remove/modify C backend references from LLVM documentation.David Blaikie2012-06-141-4/+4
| | | | | | Patch by Wei-Ren Chen. llvm-svn: 158456
* Fix broken internal link.Joel Jones2012-04-201-1/+1
| | | | llvm-svn: 155213
* Add debugging hints for when bugpoint does not suffice, specifically for ↵Joel Jones2012-04-201-0/+77
| | | | | | instcombine and TargetLowering llvm-svn: 155209
* [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
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-191-3/+3
| | | | | | | | | | | | | | | | llvm-ld is no longer useful and causes confusion and so it is being removed. * Does not work very well on Windows because it must call a gcc like driver to assemble and link. * Has lots of hard coded paths which are wrong on many systems. * Does not understand most of ld's options. * Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} | ld, or fully replaced by Clang. I know of no production use of llvm-ld, and hacking use should be replaced by Clang's driver. llvm-svn: 155147
* docs/*.html: Appease W3C Checker to add "charset=utf-8".NAKAMURA Takumi2011-10-311-0/+1
| | | | llvm-svn: 143348
* Update docs: Bugpoint understands -O[123]Tobias Grosser2011-08-301-12/+0
| | | | | | Eli added this in revision 132695. llvm-svn: 138805
* 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/+250
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-250/+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
* Improve bugpoint doc, patch by Timo Lindfors!Chris Lattner2009-10-121-0/+11
| | | | llvm-svn: 83865
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-2/+2
| | | | llvm-svn: 60880
* Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code.Nick Lewycky2008-10-261-5/+0
| | | | | | Note that -check-exit-code was on by default while -append-exit-code is not. llvm-svn: 58221
* first pass of nomenclature changes in .html filesGabor Greif2007-07-061-2/+2
| | | | llvm-svn: 37956
* Remove references to gccld and gccas, adjusting the documentation toReid Spencer2007-02-091-4/+4
| | | | | | mention llvm-ld and opt instead (if appropriate). llvm-svn: 34094
* Excise references to the now defunct "analyze" tool. Merge descriptionsReid Spencer2006-08-281-1/+1
| | | | | | where appropriate. llvm-svn: 29931
* Fixed the awkward description of -find-bugs in the "Advice for using ↵Patrick Jenkins2006-08-151-1/+1
| | | | | | bugpoint" section. llvm-svn: 29707
* This commit mentions -find-bugs under the advice for using bugpoints section ↵Patrick Jenkins2006-08-151-0/+6
| | | | | | of the bugpoint design and usage document. llvm-svn: 29705
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
| | | | llvm-svn: 26746
* Convert from being a copy of the man page to a full-fledged document.Misha Brukman2004-12-091-182/+167
| | | | | | This doc keeps all the descriptive info from the man page, but not the options. llvm-svn: 18719
* Add compliant header.Reid Spencer2004-11-011-3/+11
| | | | | | NOTE: This doc needs to describe the bugpoint "subsystem" not the tool. llvm-svn: 17415
* Fix broken linksChris Lattner2004-10-151-3/+3
| | | | llvm-svn: 17016
* Fix broken linksChris Lattner2004-07-011-8/+4
| | | | llvm-svn: 14548
* bugpoint command guide has been designated a full-fledged "doc".Brian Gaeke2004-07-011-0/+249
llvm-svn: 14544
OpenPOWER on IntegriCloud