Gordon Henriksen
|
c2c2b45acb
|
Add a unified 'generated documentation' target so the web site script has a consistent target to use.
llvm-svn: 48985
|
2008-03-31 17:27:57 +00:00 |
|
Erick Tryzelaar
|
70c988926c
|
There isn't any c++ code in LangImpl8.html, so use that
instead of OCamlLangImpl8.html.
llvm-svn: 48979
|
2008-03-31 08:50:45 +00:00 |
|
Erick Tryzelaar
|
389fa6b162
|
Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorial
and fix some tabs in chapter 3 and 4.
llvm-svn: 48978
|
2008-03-31 08:44:50 +00:00 |
|
Erick Tryzelaar
|
1bca06f4c6
|
Tweak build system to allow for installing the tutorial and uninstalling the docs.
llvm-svn: 48968
|
2008-03-30 20:32:18 +00:00 |
|
Erick Tryzelaar
|
56a7eb661d
|
Fix some documentation for the tutorial.
llvm-svn: 48966
|
2008-03-30 19:14:31 +00:00 |
|
Chris Lattner
|
fe09b7f41f
|
fix typo, PR2181
llvm-svn: 48954
|
2008-03-30 16:59:21 +00:00 |
|
Erick Tryzelaar
|
1910b8741f
|
Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial.
llvm-svn: 48949
|
2008-03-30 09:57:12 +00:00 |
|
Nick Lewycky
|
96038a0528
|
Update example to new syntax.
llvm-svn: 48910
|
2008-03-28 06:46:51 +00:00 |
|
Erick Tryzelaar
|
5fcf593c21
|
Adding the first two chapters of the ocaml/kaleidoscope tutorial.
llvm-svn: 48871
|
2008-03-27 08:18:07 +00:00 |
|
Erick Tryzelaar
|
0b9ba7c168
|
Test commit (removed trailing whitespace)
llvm-svn: 48809
|
2008-03-26 00:38:56 +00:00 |
|
Owen Anderson
|
3282759e08
|
Oops. I wanted the compile flags for C++, not the C preprocessor flags.
llvm-svn: 48744
|
2008-03-24 21:38:01 +00:00 |
|
Devang Patel
|
8408d79657
|
void type is also a valid function return type.
llvm-svn: 48740
|
2008-03-24 20:52:42 +00:00 |
|
Tanya Lattner
|
dfe5ec1f01
|
Added Passes.html to the documentation list.
llvm-svn: 48736
|
2008-03-24 18:29:32 +00:00 |
|
Devang Patel
|
223760bf3f
|
Fix typo. Clarify underlying message.
llvm-svn: 48734
|
2008-03-24 18:10:52 +00:00 |
|
Devang Patel
|
d603d825c7
|
Update Function type documentation to clarify how multiple return values are supported.
llvm-svn: 48721
|
2008-03-24 05:35:41 +00:00 |
|
Anton Korobeynikov
|
197f07a72b
|
Aliasing chains cleanups: update langref, add check into verifier
llvm-svn: 48685
|
2008-03-22 08:36:14 +00:00 |
|
Chris Lattner
|
3819e559c9
|
clean up and fix the call section.
llvm-svn: 48651
|
2008-03-21 17:24:17 +00:00 |
|
Chris Lattner
|
cc10d27f38
|
cleanups for the getresult section.
llvm-svn: 48650
|
2008-03-21 17:20:51 +00:00 |
|
Devang Patel
|
5e8cbbea65
|
PassInfo keep tracks whether a pass is an analysis pass or not.
llvm-svn: 48554
|
2008-03-19 21:56:59 +00:00 |
|
Scott Michel
|
f20fbe8a93
|
Note that gcc 4.0.1 will trip internal LLVM asserts (e.g., pred_iterator) if compiling
for Release with optimization levels greater than -O0.
llvm-svn: 48513
|
2008-03-18 23:13:26 +00:00 |
|
Duncan Sands
|
c7c1fab458
|
Clarify the unwind attribute. Add assumption
about sret made by the optimizers.
llvm-svn: 48452
|
2008-03-17 12:17:41 +00:00 |
|
Nick Lewycky
|
ee790026a3
|
Commit works on regular functions too. Fix the syntax to allow @foo.
llvm-svn: 48414
|
2008-03-16 07:18:12 +00:00 |
|
Devang Patel
|
0d234e20a5
|
fix grammer
llvm-svn: 48211
|
2008-03-11 05:51:59 +00:00 |
|
Devang Patel
|
b1b30b2c76
|
Document multiple return values.
llvm-svn: 48173
|
2008-03-10 20:49:15 +00:00 |
|
Gordon Henriksen
|
7af7f7f186
|
Adding ocamldoc generation.
Patch by Erick Tryzelaar.
llvm-svn: 48147
|
2008-03-10 15:49:16 +00:00 |
|
Nick Kledzik
|
599e922abd
|
update to document new lto API
llvm-svn: 47764
|
2008-02-29 19:34:52 +00:00 |
|
Nick Kledzik
|
64f0b582b8
|
test svn commit capability
llvm-svn: 47584
|
2008-02-26 01:36:52 +00:00 |
|
Gordon Henriksen
|
17f8c537f0
|
Improving wording.
llvm-svn: 47503
|
2008-02-22 21:55:51 +00:00 |
|
Gordon Henriksen
|
9e3cdbcff0
|
Adding a note about IR generation to the LLVM FAQ.
llvm-svn: 47502
|
2008-02-22 20:58:29 +00:00 |
|
Chris Lattner
|
fd538f8ee9
|
fix some bugs in tutorial, patch by Erick Tryzelaar
llvm-svn: 47481
|
2008-02-22 17:09:39 +00:00 |
|
Andrew Lenharth
|
db9cd46f5d
|
Atomic op support. If any gcc test uses __sync builtins, it might start failing on archs that haven't implemented them yet
llvm-svn: 47430
|
2008-02-21 06:45:13 +00:00 |
|
Anton Korobeynikov
|
80bdf5f426
|
Add documentation for cl::sink stuff
llvm-svn: 47378
|
2008-02-20 12:38:31 +00:00 |
|
Duncan Sands
|
0dcb894d50
|
Clarify that 'sret' only applies to pointers, and
only applies to the first parameter.
llvm-svn: 47256
|
2008-02-18 04:19:38 +00:00 |
|
Owen Anderson
|
48d44e0481
|
Make the definition of the noalias attribute clearer.
llvm-svn: 47255
|
2008-02-18 04:09:01 +00:00 |
|
Duncan Sands
|
4499f2fd9e
|
Try to clarify which compilers can be used for the
build.
llvm-svn: 47211
|
2008-02-16 09:47:41 +00:00 |
|
Andrew Lenharth
|
c178981b85
|
llvm.memory.barrier, and impl for x86 and alpha
llvm-svn: 47204
|
2008-02-16 01:24:58 +00:00 |
|
Chris Lattner
|
2258e9fd08
|
simplify this.
llvm-svn: 47187
|
2008-02-15 22:57:17 +00:00 |
|
Duncan Sands
|
27f4dab7a3
|
Rename CFEBuildInstrs.html to GCCFEBuildInstrs.html.
Update all references to it and place a redirection
page at the old address.
llvm-svn: 47124
|
2008-02-14 17:53:22 +00:00 |
|
Chris Lattner
|
e1cbaa3334
|
gcc 3.2.3 is also bad.
llvm-svn: 47073
|
2008-02-13 17:50:24 +00:00 |
|
Duncan Sands
|
855d854415
|
Add notes on Ada compilers that can be used for
the build. Put all items that the user should
specify in bold. Make it a debug build.
llvm-svn: 47063
|
2008-02-13 16:46:10 +00:00 |
|
Duncan Sands
|
a2c3d4ee96
|
Note that these instructions are for x86-32 linux
(the only platform on which the Ada compiler even
builds).
llvm-svn: 47031
|
2008-02-12 21:40:21 +00:00 |
|
Duncan Sands
|
f4d6a81b3b
|
Add more spacing.
llvm-svn: 47028
|
2008-02-12 21:28:39 +00:00 |
|
Duncan Sands
|
8216baaed2
|
Add instructions for building Ada and Fortran.
Adjust mentions of gcc4 to be 4.0/4.2 agnostic.
This file should probably be renamed tor
GCCFEBuildInstrs.html...
llvm-svn: 47027
|
2008-02-12 21:22:58 +00:00 |
|
Bill Wendling
|
3891d1f4af
|
More violation fixes.
llvm-svn: 46997
|
2008-02-12 07:12:46 +00:00 |
|
Bill Wendling
|
9c834ce7c4
|
Fix validation errors: di -> dt.
llvm-svn: 46996
|
2008-02-12 07:09:05 +00:00 |
|
Bill Wendling
|
08dd4fca8d
|
Reformatting. Adding "doc_code" divisions for code examples. Updated some
of the examples to reflect the current .TD files.
llvm-svn: 46995
|
2008-02-12 07:06:19 +00:00 |
|
Chris Lattner
|
30fbb8a24a
|
rip out llvm 2.2 stuff in preparation for llvm 2.3
llvm-svn: 46993
|
2008-02-12 06:29:45 +00:00 |
|
Chris Lattner
|
22172fbf15
|
heavily refactor this to have less duplication between BUILD_FOR_WEBSITE mode and not.
llvm-svn: 46991
|
2008-02-12 06:07:47 +00:00 |
|
Chris Lattner
|
784a67b822
|
remove unknown details
llvm-svn: 46985
|
2008-02-12 05:07:12 +00:00 |
|
Tanya Lattner
|
2148b386aa
|
Add 2.2 release tag.
llvm-svn: 46981
|
2008-02-12 02:42:55 +00:00 |
|