summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix links to llvmgcc and llvmgxxMisha Brukman2004-07-011-1/+1
| | | | llvm-svn: 14537
* gccld enters the Hall of POD.Misha Brukman2004-07-011-0/+177
| | | | llvm-svn: 14536
* Make the text of the link to llvmgxx.html more appropriate: `llvmg++'.Misha Brukman2004-07-011-1/+1
| | | | llvm-svn: 14535
* Mention llvm-abcd, point out difference between it and `analyze'.Misha Brukman2004-07-011-1/+5
| | | | llvm-svn: 14532
* Change format of CommandGuide index page to look like other docs.Misha Brukman2004-07-011-115/+124
| | | | llvm-svn: 14531
* Fresh from the LLVM baker's oven: opt and analyze pods.Misha Brukman2004-07-012-0/+177
| | | | llvm-svn: 14529
* Add llvm-g++ and llvm-gcc pod documentation.Misha Brukman2004-07-012-0/+176
| | | | llvm-svn: 14528
* Fix link to llvmgcc.Misha Brukman2004-07-011-1/+1
| | | | llvm-svn: 14527
* Make links relative instead of absolute.Misha Brukman2004-07-011-4/+3
| | | | llvm-svn: 14525
* Added a command page for the llvm-abcd tool.Reid Spencer2004-07-011-0/+44
| | | | llvm-svn: 14513
* Changing absolute link. Remembering to logout as root ;)Tanya Lattner2004-06-211-1/+1
| | | | llvm-svn: 14309
* Just a stub command guide for llvm-db for now. Will be filled in later. This ↵Tanya Lattner2004-06-211-0/+26
| | | | | | is not linked off the main command guide web page, but should be once its completed. llvm-svn: 14307
* Another podBrian Gaeke2004-06-021-0/+75
| | | | llvm-svn: 13969
* The llvm-dis.html page was a little out of date, but this pod file can ↵Brian Gaeke2004-06-021-0/+66
| | | | | | supersede it. llvm-svn: 13968
* Tasty, tasty pods...Brian Gaeke2004-06-021-0/+87
| | | | llvm-svn: 13966
* The -q option is goneChris Lattner2004-06-021-16/+0
| | | | llvm-svn: 13965
* The --enable-correct-eh-support option is meaningless when provided toChris Lattner2004-06-022-11/+0
| | | | | | gccas. llvm-svn: 13964
* Here's another pod.Brian Gaeke2004-06-021-0/+74
| | | | llvm-svn: 13961
* Look, it's a gccas pod.Brian Gaeke2004-06-021-0/+83
| | | | llvm-svn: 13960
* Unbreak the bugpoint imageChris Lattner2004-05-281-1/+1
| | | | llvm-svn: 13878
* Rename "User's Guide" to "Command Guide" to be consistent with current scheme.Misha Brukman2004-05-141-1/+1
| | | | llvm-svn: 13580
* Ignore generated ps files.Misha Brukman2004-05-141-0/+1
| | | | llvm-svn: 13579
* Ignore generated man files.Misha Brukman2004-05-141-0/+1
| | | | llvm-svn: 13578
* Ignore generated HTML files.Misha Brukman2004-05-141-0/+1
| | | | llvm-svn: 13577
* This is the stylesheet used by perldoc.com; we shall modify it as we see fit.Misha Brukman2004-05-142-0/+512
| | | | llvm-svn: 13576
* Put outputs of each type into a separate subdirectory.Misha Brukman2004-05-141-8/+8
| | | | llvm-svn: 13575
* More pods... work in progressBrian Gaeke2004-05-143-0/+303
| | | | llvm-svn: 13574
* NAME section is supposed to have a brief description, for apropos(1) & whatis(1)Brian Gaeke2004-05-141-1/+1
| | | | llvm-svn: 13570
* This seems like as good a place as any to keep POD files.Brian Gaeke2004-05-141-0/+58
| | | | llvm-svn: 13569
* update command guide to have --tool-argsBrian Gaeke2004-05-041-0/+12
| | | | llvm-svn: 13359
* * Remove note about "UNSUPPORTED: " feature that just became supportedMisha Brukman2004-04-191-11/+6
| | | | | | * Fix usage of <p> tag and some grammar llvm-svn: 13062
* Document new optionChris Lattner2004-04-061-1/+10
| | | | llvm-svn: 12699
* Update docs a bitChris Lattner2004-04-061-10/+12
| | | | llvm-svn: 12695
* Remove some options that don't really have anything to do with bugpointChris Lattner2004-04-061-10/+0
| | | | llvm-svn: 12694
* Merged in RELEASE_12.John Criswell2004-03-293-10/+13
| | | | llvm-svn: 12532
* Option no moreChris Lattner2004-03-131-1/+1
| | | | llvm-svn: 12360
* Performed some updates on the new options to these command line tools.John Criswell2004-03-128-20/+73
| | | | llvm-svn: 12350
* Add simple spiller.Alkis Evlogimenos2004-03-061-0/+3
| | | | llvm-svn: 12188
* The default register allocator is local not simple.Alkis Evlogimenos2004-03-061-1/+1
| | | | llvm-svn: 12187
* Make <di> into <dt> (definition list term).Alkis Evlogimenos2004-03-021-9/+10
| | | | llvm-svn: 12072
* Fix <p> missing <p> tagAlkis Evlogimenos2004-03-011-0/+1
| | | | llvm-svn: 12063
* Add a spiller option to llc. A simple spiller will come soon. When we get ↵Alkis Evlogimenos2004-03-011-0/+13
| | | | | | CFG in the machine code represenation a global spiller will also be possible. Also document the linear scan register allocator but mark it as experimental for now. llvm-svn: 12062
* Document the code generator debugger.Chris Lattner2004-02-181-25/+25
| | | | llvm-svn: 11616
* document the -march=c optionChris Lattner2004-02-181-0/+3
| | | | llvm-svn: 11615
* Extract has new optionsChris Lattner2004-02-181-3/+15
| | | | llvm-svn: 11581
* PreSelection isn't optional and so there's no way to turn it off.Misha Brukman2004-02-161-5/+0
| | | | llvm-svn: 11504
* add advice bullet about -check-exit-codeBrian Gaeke2004-02-111-0/+5
| | | | llvm-svn: 11327
* add description of -check-exit-codeBrian Gaeke2004-02-111-0/+4
| | | | llvm-svn: 11326
* Fix documentation bugsChris Lattner2004-02-101-6/+7
| | | | llvm-svn: 11267
* Clarified the extension to shared library objects.John Criswell2004-01-264-19/+30
| | | | llvm-svn: 10978
OpenPOWER on IntegriCloud