| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 158789
|
|
|
|
|
|
| |
with Sphinx.
llvm-svn: 155153
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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: 129181
|
|
|
|
|
|
| |
test equality to 1, and fix/update documentation to reflect this
llvm-svn: 117094
|
|
|
|
| |
llvm-svn: 109346
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
builds to "Release". The default build is unchanged (optimization on,
assertions on), however it is now called Release+Asserts. The intent
is that future LLVM releases released via llvm.org will be Release builds
in the new sense, i.e. will have assertions disabled (currently they have
assertions enabled, for a more than 20% slowdown). This will bring them
in line with MacOS releases, which ship with assertions disabled. It also
means that "Release" now means the same things in make and cmake builds:
cmake already disables assertions for "Release" builds AFAICS.
llvm-svn: 107758
|
|
|
|
| |
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
|
|
|
|
|
|
| |
capable compilers (which could be llvm-gcc or clang).
llvm-svn: 96935
|
|
|
|
| |
llvm-svn: 83849
|
|
|
|
| |
llvm-svn: 83015
|
|
|
|
|
|
|
|
| |
DEBUG_RUNTIME Makefile variable to pass -g to gcc when building LLVM's objects.
Without this, it's very hard to debug crashes that happen in Release-Asserts
mode but not Debug mode.
llvm-svn: 82775
|
|
|
|
|
|
|
|
|
|
| |
object files. Now we always build LLVM libraries into archives (.a files).
This makes the 'make' build work more like the cmake build, among other
things. Doing this exposed some latent circular library dependencies, so
I think that llvm-config wasn't quite right for .o files anyway.
llvm-svn: 73579
|
|
|
|
| |
llvm-svn: 70082
|
|
|
|
| |
llvm-svn: 65517
|
|
|
|
| |
llvm-svn: 61560
|
|
|
|
|
|
| |
tags are not needed in HTML, only XML.
llvm-svn: 60885
|
|
|
|
| |
llvm-svn: 60880
|
|
|
|
|
|
| |
Resolving this by deleting vestigal etags remnants.
llvm-svn: 42460
|
|
|
|
| |
llvm-svn: 37956
|
|
|
|
|
|
| |
mention llvm-ld and opt instead (if appropriate).
llvm-svn: 34094
|
|
|
|
| |
llvm-svn: 33969
|
|
|
|
| |
llvm-svn: 30094
|
|
|
|
| |
llvm-svn: 29557
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Change the usage of LOADABLE_MODULE so that it implies all the things
necessary to make a loadable module. This reduces the user's burdern to
get a loadable module correctly built.
2. Document the usage of LOADABLE_MODULE in the MakefileGuide
3. Adjust the makefile for lib/Transforms/Hello to use the new specification
for building loadable modules
4. Adjust the sample project to not attempt to build a shared library for
its little library. This was just wasteful and not instructive at all.
llvm-svn: 29551
|
|
|
|
| |
llvm-svn: 29107
|
|
|
|
| |
llvm-svn: 28676
|
|
|
|
| |
llvm-svn: 27905
|
|
|
|
| |
llvm-svn: 27904
|
|
|
|
| |
llvm-svn: 27553
|
|
|
|
| |
llvm-svn: 26977
|
|
|
|
| |
llvm-svn: 26915
|
|
|
|
| |
llvm-svn: 26746
|
|
|
|
| |
llvm-svn: 25703
|
|
|
|
| |
llvm-svn: 23970
|
|
|
|
| |
llvm-svn: 21847
|
|
|
|
|
|
| |
* the dist-clean target no longer implies a check
llvm-svn: 19608
|
|
|
|
|
|
| |
* Get rid of non-compliant <font> elements (how did that get in there?)
llvm-svn: 19458
|
|
|
|
| |
llvm-svn: 19013
|
|
|
|
| |
llvm-svn: 18647
|
|
|
|
| |
llvm-svn: 18614
|
|
|
|
| |
llvm-svn: 18567
|
|
|
|
| |
llvm-svn: 18545
|
|
|
|
| |
llvm-svn: 18473
|
|
|
|
| |
llvm-svn: 18339
|
|
|
|
|
|
|
| |
* Document the new "LLVMLIBS=JIT" feature to make building JIT programs
super easy.
llvm-svn: 18338
|
|
|
|
| |
llvm-svn: 18254
|
|
|
|
| |
llvm-svn: 18091
|