summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llc.pod
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Remove POD based man page docs (and build system support).Daniel Dunbar2012-05-081-201/+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
* Drop O4 from the llc manpage, it was removed in r70445.Benjamin Kramer2012-03-291-1/+1
| | | | llvm-svn: 153684
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
| | | | llvm-svn: 129181
* Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line ↵Peter Collingbourne2010-11-161-0/+8
| | | | | | options llvm-svn: 119370
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+193
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-193/+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-2/+2
| | | | | | | | 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
* Remove references to obsolete -f option.Daniel Dunbar2009-09-151-6/+0
| | | | llvm-svn: 81911
* Update llc/opt PODs to clarify they support .ll input.Daniel Dunbar2009-09-151-8/+9
| | | | llvm-svn: 81910
* Update documentation for the -f change.Dan Gohman2009-08-251-2/+3
| | | | llvm-svn: 79996
* Second attempt:Bill Wendling2009-04-291-0/+6
| | | | | | | | | | | | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to use the old behavior, the flag is -O0. This change allows for finer-grained control over which optimizations are run at different -O levels. Most of this work was pretty mechanical. The majority of the fixes came from verifying that a "fast" variable wasn't used anymore. The JIT still uses a "Fast" flag. I'll change the JIT with a follow-up patch. llvm-svn: 70343
* eliminated all references to 'bytecode' from .pod filesGabor Greif2007-07-091-6/+6
| | | | llvm-svn: 38452
* Change docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
| | | | llvm-svn: 26747
* rename optionsChris Lattner2005-12-161-1/+1
| | | | llvm-svn: 24733
* Document -mcpu -mattr -tripleChris Lattner2005-12-161-15/+21
| | | | llvm-svn: 24731
* update this manualChris Lattner2005-05-131-34/+36
| | | | llvm-svn: 21965
* Document the --load option.Reid Spencer2005-01-251-0/+6
| | | | llvm-svn: 19822
* Clean up this man pageChris Lattner2004-12-091-57/+24
| | | | llvm-svn: 18724
* Add the PowerPC 32-bit ABI output optionMisha Brukman2004-11-151-0/+4
| | | | llvm-svn: 17840
* Fix spelling of `iterative scan'Misha Brukman2004-07-211-1/+1
| | | | llvm-svn: 15075
* Add Iterative scan register allocator.Alkis Evlogimenos2004-07-211-0/+4
| | | | llvm-svn: 15068
* Linearscan is no longer experimental.Alkis Evlogimenos2004-07-211-1/+1
| | | | llvm-svn: 15067
* * Standardize manpage output: program name bold, options italic/emphasizedMisha Brukman2004-07-021-4/+2
| | | | | | * Make links in SEE ALSO section of manpages short without "the ... manpage" llvm-svn: 14579
* More pods... work in progressBrian Gaeke2004-05-141-0/+204
llvm-svn: 13574
OpenPOWER on IntegriCloud