diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-03-14 05:42:07 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-03-14 05:42:07 +0000 |
commit | cd143fc4d03bcf6365e6a5657cd7feb0fa77994f (patch) | |
tree | 1ff5d1c4aebf4bcdd2b3b468ba9357b9621d1e2d /docs/CommandGuide | |
parent | 05fe4b02561f4431626a73ac2900be523e233cd6 (diff) |
Change docs for llvm.cs.uiuc.edu -> llvm.org
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26747 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/analyze.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/bugpoint.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/gccas.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/gccld.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/index.html | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llc.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/lli.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-ar.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-as.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-bcanalyzer.pod | 4 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-db.pod | 4 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-dis.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-extract.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-ld.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-link.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-nm.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-prof.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-ranlib.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvmc.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvmgcc.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvmgxx.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/opt.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/stkrc.pod | 6 |
23 files changed, 27 insertions, 27 deletions
diff --git a/docs/CommandGuide/analyze.pod b/docs/CommandGuide/analyze.pod index e1bbe78064..d5eff7ad88 100644 --- a/docs/CommandGuide/analyze.pod +++ b/docs/CommandGuide/analyze.pod @@ -70,6 +70,6 @@ L<opt|opt> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/bugpoint.pod b/docs/CommandGuide/bugpoint.pod index 11aec03e25..d2b922bd61 100644 --- a/docs/CommandGuide/bugpoint.pod +++ b/docs/CommandGuide/bugpoint.pod @@ -113,6 +113,6 @@ L<opt|opt>, L<analyze|analyze> =head1 AUTHOR -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/gccas.pod b/docs/CommandGuide/gccas.pod index 0c491a21de..7dbfae8792 100644 --- a/docs/CommandGuide/gccas.pod +++ b/docs/CommandGuide/gccas.pod @@ -71,6 +71,6 @@ L<llvm-as|llvm-as>, L<gccld|gccld> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/gccld.pod b/docs/CommandGuide/gccld.pod index 6b7cfa186c..6dc496529e 100644 --- a/docs/CommandGuide/gccld.pod +++ b/docs/CommandGuide/gccld.pod @@ -170,6 +170,6 @@ L<llvm-link|llvm-link>, L<gccas|gccas> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index bdb15c99c4..bb1b73b65a 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -139,7 +139,7 @@ options) arguments to the tool you are interested in.</p> <a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> - <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br> + <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> Last modified: $Date$ </address> diff --git a/docs/CommandGuide/llc.pod b/docs/CommandGuide/llc.pod index c5db89eec3..6d9d64acdb 100644 --- a/docs/CommandGuide/llc.pod +++ b/docs/CommandGuide/llc.pod @@ -186,6 +186,6 @@ L<lli|lli> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/lli.pod b/docs/CommandGuide/lli.pod index 0a441c7cce..90f3b0484b 100644 --- a/docs/CommandGuide/lli.pod +++ b/docs/CommandGuide/lli.pod @@ -92,6 +92,6 @@ L<llc|llc> =head1 AUTHOR -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/llvm-ar.pod b/docs/CommandGuide/llvm-ar.pod index 0253d4f921..e8265c9aa4 100644 --- a/docs/CommandGuide/llvm-ar.pod +++ b/docs/CommandGuide/llvm-ar.pod @@ -401,6 +401,6 @@ L<llvm-ranlib|llvm-ranlib>, L<ar(1)> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/llvm-as.pod b/docs/CommandGuide/llvm-as.pod index 35e79c7c3b..b45fdf63bf 100644 --- a/docs/CommandGuide/llvm-as.pod +++ b/docs/CommandGuide/llvm-as.pod @@ -72,6 +72,6 @@ L<llvm-dis|llvm-dis>, L<gccas|gccas> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/llvm-bcanalyzer.pod b/docs/CommandGuide/llvm-bcanalyzer.pod index e7227e1954..bf910e8f36 100644 --- a/docs/CommandGuide/llvm-bcanalyzer.pod +++ b/docs/CommandGuide/llvm-bcanalyzer.pod @@ -306,10 +306,10 @@ Rate encoding scheme. The percentage is relative to # of VBR Expanded Bytes. =head1 SEE ALSO -L<llvm-dis|llvm-dis>, L<http://llvm.cs.uiuc.edu/docs/BytecodeFormat.html> +L<llvm-dis|llvm-dis>, L<http://llvm.org/docs/BytecodeFormat.html> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/llvm-db.pod b/docs/CommandGuide/llvm-db.pod index 14073dd104..132417685c 100644 --- a/docs/CommandGuide/llvm-db.pod +++ b/docs/CommandGuide/llvm-db.pod @@ -7,10 +7,10 @@ llvm-db - LLVM debugger (alpha) =head1 SYNOPSIS Details coming soon. Please see -L<http://llvm.cs.uiuc.edu/docs/SourceLevelDebugging.html> in the meantime. +L<http://llvm.org/docs/SourceLevelDebugging.html> in the meantime. =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/llvm-dis.pod b/docs/CommandGuide/llvm-dis.pod index 0b6641a349..3fafbf2eda 100644 --- a/docs/CommandGuide/llvm-dis.pod +++ b/docs/CommandGuide/llvm-dis.pod @@ -55,6 +55,6 @@ L<llvm-as|llvm-as> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/llvm-extract.pod b/docs/CommandGuide/llvm-extract.pod index 5ffe8689f9..77f5ee8153 100644 --- a/docs/CommandGuide/llvm-extract.pod +++ b/docs/CommandGuide/llvm-extract.pod @@ -58,6 +58,6 @@ L<bugpoint|bugpoint> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/llvm-ld.pod b/docs/CommandGuide/llvm-ld.pod index 2b9d92dcf1..fb5418cc04 100644 --- a/docs/CommandGuide/llvm-ld.pod +++ b/docs/CommandGuide/llvm-ld.pod @@ -181,6 +181,6 @@ L<llvm-ar|llvm-ar> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/llvm-link.pod b/docs/CommandGuide/llvm-link.pod index 3c12cf9bdf..7766efab69 100644 --- a/docs/CommandGuide/llvm-link.pod +++ b/docs/CommandGuide/llvm-link.pod @@ -69,6 +69,6 @@ L<gccld|gccld> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/llvm-nm.pod b/docs/CommandGuide/llvm-nm.pod index 8a10405715..55007839ca 100644 --- a/docs/CommandGuide/llvm-nm.pod +++ b/docs/CommandGuide/llvm-nm.pod @@ -117,6 +117,6 @@ L<llvm-dis|llvm-dis>, L<ar(1)>, L<nm(1)> =head1 AUTHOR -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/llvm-prof.pod b/docs/CommandGuide/llvm-prof.pod index b65902077b..c8d2d311e0 100644 --- a/docs/CommandGuide/llvm-prof.pod +++ b/docs/CommandGuide/llvm-prof.pod @@ -52,6 +52,6 @@ information. Otherwise, it exits with zero. =head1 AUTHOR -B<llvm-prof> is maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +B<llvm-prof> is maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/llvm-ranlib.pod b/docs/CommandGuide/llvm-ranlib.pod index 561bf73741..c3473c9a91 100644 --- a/docs/CommandGuide/llvm-ranlib.pod +++ b/docs/CommandGuide/llvm-ranlib.pod @@ -47,6 +47,6 @@ L<llvm-ar|llvm-ar>, ranlib(1) =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/llvmc.pod b/docs/CommandGuide/llvmc.pod index 4f8a967b72..0767212821 100644 --- a/docs/CommandGuide/llvmc.pod +++ b/docs/CommandGuide/llvmc.pod @@ -400,6 +400,6 @@ L<llc|llc>, L<llvm-link|llvm-link> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/llvmgcc.pod b/docs/CommandGuide/llvmgcc.pod index 2f58e56c86..f2981d5c4b 100644 --- a/docs/CommandGuide/llvmgcc.pod +++ b/docs/CommandGuide/llvmgcc.pod @@ -89,7 +89,7 @@ L<llvm-g++|llvmgxx>, L<gccas|gccas>, L<gccld|gccld> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/llvmgxx.pod b/docs/CommandGuide/llvmgxx.pod index 9b76b2ccd6..00b869c2a3 100644 --- a/docs/CommandGuide/llvmgxx.pod +++ b/docs/CommandGuide/llvmgxx.pod @@ -89,7 +89,7 @@ L<llvm-gcc|llvmgcc>, L<gccas>, L<gccld> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/opt.pod b/docs/CommandGuide/opt.pod index 64062ec49d..6c149b6912 100644 --- a/docs/CommandGuide/opt.pod +++ b/docs/CommandGuide/opt.pod @@ -92,6 +92,6 @@ L<analyze|analyze> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut diff --git a/docs/CommandGuide/stkrc.pod b/docs/CommandGuide/stkrc.pod index 54e46b444d..ba5489d358 100644 --- a/docs/CommandGuide/stkrc.pod +++ b/docs/CommandGuide/stkrc.pod @@ -13,7 +13,7 @@ B<stkrc> [I<options>] [I<filename>] The B<stkrc> command is the compiler for the Stacker language. Stacker is a simple stack based, Forth-like language that was written as a demonstration language for LLVM. For details on the language, please see -L<http://llvm.cs.uiuc.edu/docs/Stacker.html> . The B<stkrc> compiler is fairly +L<http://llvm.org/docs/Stacker.html> . The B<stkrc> compiler is fairly minimal. It compiles to bytecode only and doesn't perform any optimizations. The output of stkrc (a bytecode file) can be piped through other LLVM tools for optimization and linking. @@ -87,10 +87,10 @@ occurs, it will exit with a non-zero value, usually 1. =head1 SEE ALSO -L<llvm-as>, L<http://llvm.cs.uiuc.edu/docs/Stacker.html> +L<llvm-as>, L<http://llvm.org/docs/Stacker.html> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). +Maintained by the LLVM Team (L<http://llvm.org>). =cut |