summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Bugpoint.html
Commit message (Collapse)AuthorAgeFilesLines
* 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