summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/bugpoint.pod
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Remove POD based man page docs (and build system support).Daniel Dunbar2012-05-081-186/+0
| | | | | | - Currently this leaves us with less build system support (e.g., installing man pages) for the docs than is desired. I'm working on fixing this, but it may take a while. If someone finds this particularly egregious let me know and I will prioritize it. llvm-svn: 156389
* Remove C Backend from the bugpoint docsPete Cooper2012-05-071-8/+8
| | | | llvm-svn: 156333
* Comment edit.Andrew Trick2011-04-231-1/+2
| | | | llvm-svn: 130047
* Documented bugpoint --compile-custom --compile-command.Andrew Trick2011-04-141-2/+16
| | | | | | I've used it a few times to reduce unit tests and gotten one request for information on it. It's not easy to use correctly because bugpoint doesn't tell you when you're doing it wrong. llvm-svn: 129507
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
| | | | llvm-svn: 129181
* Add a opt-args option that can be used to pass arguments to every optRafael Espindola2010-08-081-0/+4
| | | | | | | | invocation. Fixes PR7793: bugpoint -debug test.ll --opt-args -unroll-count=4 llvm-svn: 110555
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+167
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-167/+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
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-181-3/+3
| | | | | | | | Also, have tools output -help-hidden rather than refer to --help-hidden, for consistency, and likewise adjust documentation. This doesn't change every mention of --help, only those which seemed clearly safe. llvm-svn: 96578
* Document the -gcc-tool-args bugpoint option.Bill Wendling2009-03-021-1/+6
| | | | llvm-svn: 65897
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-081-4/+32
| | | | | | | | | | | | | | to allow the "safe" backend to be run with a different path, and/or with different command-line options. This enables the following use cases: - bugpoint llc against an llc command from a different build - bugpoint llc against the same llc with different command-line options - and more... Also, document the existing "custom" interpreter options. llvm-svn: 60681
* Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code.Nick Lewycky2008-10-261-5/+5
| | | | | | Note that -check-exit-code was on by default while -append-exit-code is not. llvm-svn: 58221
* Alphabetize. Document -mlimit parameter.Nick Lewycky2007-07-181-6/+11
| | | | llvm-svn: 39990
* Document new --enable-valgrind option.Nick Lewycky2006-09-141-0/+6
| | | | llvm-svn: 30313
* 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 the -find-bugs option for bugpoint.Patrick Jenkins2006-08-151-1/+1
| | | | llvm-svn: 29708
* Added option description for -find-bugs.Patrick Jenkins2006-08-151-0/+5
| | | | llvm-svn: 29706
* Change docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
| | | | llvm-svn: 26747
* The textual description is gone from this manpage, only the options and a quickMisha Brukman2004-12-091-134/+3
| | | | | | | summary remain. The manpage references Bugpoint.html as the repository for more detailed info. llvm-svn: 18722
* * Standardize manpage output: program name bold, options italic/emphasizedMisha Brukman2004-07-021-3/+2
| | | | | | * Make links in SEE ALSO section of manpages short without "the ... manpage" llvm-svn: 14579
* Make `args' stand out as bold, delete confusing elipsis at the end of cmdline.Misha Brukman2004-07-021-2/+2
| | | | llvm-svn: 14576
* Simplify wording: `the bugpoint tool' can just become `bugpoint'.Misha Brukman2004-07-021-7/+7
| | | | llvm-svn: 14574
* bug. point. pod.Brian Gaeke2004-07-011-0/+250
llvm-svn: 14547
OpenPOWER on IntegriCloud