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