| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<h2>Section Example</h2>
<div> <!-- h2+div is applied -->
<p>Section preamble.</p>
<h3>Subsection Example</h3>
<p> <!-- h3+p is applied -->
Subsection body
</p>
<!-- End of section body -->
</div>
FIXME: Care H5 better.
llvm-svn: 130040
|
| |
|
|
|
|
|
|
|
| |
H1 ... doc_title
H2 ... doc_section
H3 ... doc_subsection
H4 ... doc_subsubsection
llvm-svn: 129736
|
| |
|
|
| |
llvm-svn: 129268
|
| |
|
|
| |
llvm-svn: 129181
|
| |
|
|
| |
llvm-svn: 113303
|
| |
|
|
| |
llvm-svn: 103478
|
| |
|
|
| |
llvm-svn: 103477
|
| |
|
|
| |
llvm-svn: 103219
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
llvm-svn: 84461
|
| |
|
|
| |
llvm-svn: 79105
|
| |
|
|
|
|
|
|
| |
- descriptions on new line
- no terminating period
* Changed the W3C logos from yellow to blue to not stand out
llvm-svn: 60879
|
| |
|
|
| |
llvm-svn: 60049
|
| |
|
|
| |
llvm-svn: 54400
|
| |
|
|
| |
llvm-svn: 54398
|
| |
|
|
| |
llvm-svn: 50616
|
| |
|
|
|
|
| |
Removed llvm-upgrade from documentations.
llvm-svn: 49346
|
| |
|
|
| |
llvm-svn: 40855
|
| |
|
|
|
|
| |
absolute path to the llvm.css file.
llvm-svn: 38436
|
| |
|
|
| |
llvm-svn: 34393
|
| |
|
|
| |
llvm-svn: 32124
|
| |
|
|
|
|
| |
where appropriate.
llvm-svn: 29931
|
| |
|
|
| |
llvm-svn: 28656
|
| |
|
|
| |
llvm-svn: 28563
|
| |
|
|
| |
llvm-svn: 27017
|
| |
|
|
| |
llvm-svn: 26747
|
| |
|
|
| |
llvm-svn: 21501
|
| |
|
|
| |
llvm-svn: 18732
|
| |
|
|
| |
llvm-svn: 18731
|
| |
|
|
|
|
|
| |
* fix the links to not be in an html subdir as that's not how this gets
installed (anymore).
llvm-svn: 18320
|
| |
|
|
|
|
| |
* Add missing dashes
llvm-svn: 17838
|
| |
|
|
| |
llvm-svn: 17682
|
| |
|
|
| |
llvm-svn: 14734
|
| |
|
|
|
|
|
|
|
| |
* Mention the --help and --help-hidden options
* Don't say program when we really mean any old bytecode file
* Add a link to the man pages
* Move analyze down in the list, as it's not as important as the rest
llvm-svn: 14730
|
| |
|
|
|
|
| |
* Updated llvm-abcd to llvm-bcanalyzer
llvm-svn: 14577
|
| |
|
|
| |
llvm-svn: 14539
|
| |
|
|
| |
llvm-svn: 14532
|
| |
|
|
| |
llvm-svn: 14531
|
| |
|
|
| |
llvm-svn: 10269
|
| |
|
|
| |
llvm-svn: 9649
|
| |
|
|
|
|
| |
* Let CVS keep track of our last-modified timestamp
llvm-svn: 9628
|
| |
|
|
| |
llvm-svn: 9164
|
| |
|
|
| |
llvm-svn: 9163
|
| |
|
|
| |
llvm-svn: 8942
|
| |
|
|
| |
llvm-svn: 8936
|
| |
|
|
| |
llvm-svn: 8925
|
| |
|
|
| |
llvm-svn: 8836
|
| |
|
|
|
|
|
|
| |
Added initial pages for the extract and llvm-link commands.
Reworded the description of the -load option for analyze to hopefully make it
more clear.
llvm-svn: 8575
|
| |
|
|
|
|
|
|
| |
Organized the commands into three distinct groups on the main page.
Fixed the hyperlinks in the main page.
Removed as and dis; they will not exist with those names by Release 1.
llvm-svn: 8485
|