| 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: 129181
|
| |
|
|
|
|
| |
ago. This is both easier to learn and easier to read.
llvm-svn: 123001
|
| |
|
|
| |
llvm-svn: 121233
|
| |
|
|
|
|
|
|
| |
Use this to make the X86 and ARM targets set isCodeGenOnly=1
automatically for their instructions that have Format=Pseudo,
resolving a hack in tblgen.
llvm-svn: 117862
|
| |
|
|
| |
llvm-svn: 117847
|
| |
|
|
|
|
| |
where !cast is just as short.
llvm-svn: 115722
|
| |
|
|
| |
llvm-svn: 106470
|
| |
|
|
|
|
|
| |
The rule is simple: only inherit from a class list if they come
in the end, after the last multiclass.
llvm-svn: 106305
|
| |
|
|
|
|
| |
be evaluated for 'bit' operators
llvm-svn: 106185
|
| |
|
|
| |
llvm-svn: 106171
|
| |
|
|
|
|
| |
providing more ways to factor out commonality from the records.
llvm-svn: 105776
|
| |
|
|
| |
llvm-svn: 105519
|
| |
|
|
| |
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: 102072
|
| |
|
|
| |
llvm-svn: 99703
|
| |
|
|
| |
llvm-svn: 97348
|
| |
|
|
| |
llvm-svn: 97206
|
| |
|
|
|
|
| |
Use !cast<string>() to compare other types of objects.
llvm-svn: 92754
|
| |
|
|
|
|
|
|
| |
bunch of associated comments, because it doesn't have anything to do
with DAGs or scheduling. This is another step in decoupling MachineInstr
emitting from scheduling.
llvm-svn: 85517
|
| |
|
|
| |
llvm-svn: 83291
|
| |
|
|
| |
llvm-svn: 78196
|
| |
|
|
| |
llvm-svn: 74444
|
| |
|
|
|
|
|
| |
regular expressions. We will add an OpenBSD implementation
and re-apply ASAP.
llvm-svn: 73138
|
| |
|
|
| |
llvm-svn: 73099
|
| |
|
|
| |
llvm-svn: 73092
|
| |
|
|
| |
llvm-svn: 73074
|
| |
|
|
| |
llvm-svn: 72050
|
| |
|
|
| |
llvm-svn: 71815
|
| |
|
|
|
|
|
|
|
|
| |
Ok, not really, but do support some common LISP functions:
* car
* cdr
* null
llvm-svn: 71805
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use it on dags and lists like this:
class decls {
string name;
}
def Decls : decls;
class B<list<string> names> : A<!foreach(Decls.name, names, !strconcat(Decls.name, ", Sr."))>;
llvm-svn: 71803
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
def/var/string substitution on generic pattern templates. For example:
def Type;
def v4f32 : Type;
def TYPE : Type;
class GenType<Type t> {
let type = !(subst TYPE, v4f32, t);
}
def TheType : GenType<TYPE>;
llvm-svn: 71801
|
| |
|
|
| |
llvm-svn: 71794
|
| |
|
|
| |
llvm-svn: 69923
|
| |
|
|
|
|
|
| |
allows binops to be used in typed contexts such as when passing
arguments to classes.
llvm-svn: 69921
|
| |
|
|
| |
llvm-svn: 69832
|
| |
|
|
|
|
| |
name in the symbol table, returning an object.
llvm-svn: 69822
|
| |
|
|
| |
llvm-svn: 69810
|
| |
|
|
| |
llvm-svn: 60880
|
| |
|
|
| |
llvm-svn: 60487
|
| |
|
|
| |
llvm-svn: 57820
|
| |
|
|
| |
llvm-svn: 57503
|
| |
|
|
| |
llvm-svn: 46997
|
| |
|
|
| |
llvm-svn: 46996
|
| |
|
|
|
|
| |
of the examples to reflect the current .TD files.
llvm-svn: 46995
|
| |
|
|
| |
llvm-svn: 30227
|
| |
|
|
| |
llvm-svn: 30035
|
| |
|
|
| |
llvm-svn: 30032
|