| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
llvm-svn: 131873
|
| |
|
|
| |
llvm-svn: 130889
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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: 129437
|
| |
|
|
| |
llvm-svn: 129181
|
| |
|
|
| |
llvm-svn: 128996
|
| |
|
|
|
|
| |
improvements are welcome, please commit any changes directly to SVN.
llvm-svn: 128992
|
| |
|
|
|
|
|
|
|
| |
shouldn't depend directly on that.
Give an example of how to iterate over all virtual registers in a function
without depending on the representation.
llvm-svn: 123099
|
| |
|
|
|
|
| |
backend.
llvm-svn: 122276
|
| |
|
|
| |
llvm-svn: 122203
|
| |
|
|
| |
llvm-svn: 121657
|
| |
|
|
| |
llvm-svn: 121620
|
| |
|
|
| |
llvm-svn: 119052
|
| |
|
|
|
|
|
|
| |
fixed physical registers. Start moving fp comparison
aliases to the .td file (which default to using %st1 if
nothing is specified).
llvm-svn: 118352
|
| |
|
|
|
|
|
| |
add fixed immediate values. Move the aad and aam aliases to
use this, and document it.
llvm-svn: 118350
|
| |
|
|
| |
llvm-svn: 118335
|
| |
|
|
| |
llvm-svn: 117847
|
| |
|
|
| |
llvm-svn: 117846
|
| |
|
|
|
|
|
| |
cases that are currently exercised). Thanks to Frits van Bommel for
the great review!
llvm-svn: 117840
|
| |
|
|
|
|
|
|
|
|
|
| |
directives, allowing things like this:
def : MnemonicAlias<"pop", "popl">, Requires<[In32BitMode]>;
def : MnemonicAlias<"pop", "popq">, Requires<[In64BitMode]>;
Move the rest of the X86 MnemonicAliases over to the .td file.
llvm-svn: 117830
|
| |
|
|
|
|
|
| |
just remaps one mnemonic to another. Convert a few of the X86 aliases
from .cpp to .td code.
llvm-svn: 117815
|
| |
|
|
|
|
|
| |
doesn't mean that you can't get a .o file. Apparently
this is confusing :)
llvm-svn: 117523
|
| |
|
|
| |
llvm-svn: 117255
|
| |
|
|
| |
llvm-svn: 117245
|
| |
|
|
| |
llvm-svn: 117244
|
| |
|
|
| |
llvm-svn: 117232
|
| |
|
|
| |
llvm-svn: 117230
|
| |
|
|
| |
llvm-svn: 114387
|
| |
|
|
|
|
| |
an overview of mc and the idea of the code emission phase.
llvm-svn: 113707
|
| |
|
|
| |
llvm-svn: 112653
|
| |
|
|
|
|
| |
Please use the fast allocator instead.
llvm-svn: 106051
|
| |
|
|
| |
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
|
| |
|
|
| |
llvm-svn: 100877
|
| |
|
|
| |
llvm-svn: 99454
|
| |
|
|
|
|
| |
convention. Patch by David Terei!
llvm-svn: 98212
|
| |
|
|
|
|
| |
sibcall.ll.
llvm-svn: 97980
|
| |
|
|
|
|
| |
respectively.
llvm-svn: 97531
|
| |
|
|
|
|
| |
convention.
llvm-svn: 93167
|
| |
|
|
| |
llvm-svn: 83733
|
| |
|
|
| |
llvm-svn: 79996
|
| |
|
|
| |
llvm-svn: 76920
|
| |
|
|
|
|
| |
generator!
llvm-svn: 73385
|
| |
|
|
|
|
|
|
|
|
|
|
| |
booleans. This gives a better indication of what the "addReg()" is
doing. Remembering what all of those booleans mean isn't easy, especially if you
aren't spending all of your time in that code.
I took Jakob's suggestion and made it illegal to pass in "true" for the
flag. This should hopefully prevent any unintended misuse of this (by reverting
to the old way of using addReg()).
llvm-svn: 71722
|
| |
|
|
| |
llvm-svn: 71012
|
| |
|
|
|
|
| |
addrspace(257) -> FS relative on x86. Patch by Zoltan Varga!
llvm-svn: 70992
|
| |
|
|
| |
llvm-svn: 69804
|
| |
|
|
| |
llvm-svn: 69130
|
| |
|
|
| |
llvm-svn: 62986
|