1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 23:42:52 +01:00
Commit Graph

483 Commits

Author SHA1 Message Date
Brian Gaeke
d43cb2e883 Apply doc patch from PR136.
llvm-svn: 10198
2003-11-24 17:03:38 +00:00
Brian Gaeke
6521030c32 Add documentation for Stacker.
llvm-svn: 10189
2003-11-24 02:52:51 +00:00
Misha Brukman
422be7e77e Switch to the standard footer. This page is not yet W3C-compliant.
llvm-svn: 10158
2003-11-22 01:30:01 +00:00
Misha Brukman
d0f417ffa7 Align the W3C images on the right side, bottom of page.
llvm-svn: 10156
2003-11-22 01:26:21 +00:00
Misha Brukman
87d498dfd8 Styles for the page footer to align images properly.
llvm-svn: 10155
2003-11-22 01:23:53 +00:00
Misha Brukman
0a39030e79 Put the W3C graphics on the right side of the page.
llvm-svn: 10154
2003-11-22 01:23:39 +00:00
Chris Lattner
a0893ff97f Add newly fixed pr
llvm-svn: 10153
2003-11-22 01:14:58 +00:00
Misha Brukman
8df97f1656 This page now uses valid HTML 4.01 Strict and valid CSS.
llvm-svn: 10152
2003-11-22 01:07:30 +00:00
Misha Brukman
e6c102923e This document is now valid HTML 4.01 Strict and valid CSS.
We shall display images to that effect.

If you modify this file, check that you haven't broken anything by clicking on
those links, or I will hunt you down and force you to memorize the HTML and CSS
specs!!

llvm-svn: 10151
2003-11-22 01:00:11 +00:00
Misha Brukman
7f9c137b57 * No borders on images used as links
* Drop font-size from doc_footer class

This is now valid CSS.

llvm-svn: 10150
2003-11-22 00:59:08 +00:00
Misha Brukman
9411ec4939 * Use stylesheets
* Close <li>, <a>, and <p> tags

llvm-svn: 10149
2003-11-22 00:38:41 +00:00
Misha Brukman
c4b71b53c7 Made paragraph structure more consistent.
llvm-svn: 10145
2003-11-21 22:30:25 +00:00
Misha Brukman
f1dba07a89 Added note about PR140: gccld generates script to run apps and load libraries.
llvm-svn: 10143
2003-11-21 22:11:12 +00:00
John Criswell
d38e92f298 Fixed another minor grammatical error.
llvm-svn: 10130
2003-11-21 17:42:22 +00:00
John Criswell
29fec87d2f Minor grammatical and punctuation corrections.
llvm-svn: 10126
2003-11-21 16:09:42 +00:00
Chris Lattner
810180c090 Bug
llvm-svn: 10121
2003-11-20 20:59:57 +00:00
Chris Lattner
63d39c80d8 Bug
llvm-svn: 10117
2003-11-20 19:30:17 +00:00
Chris Lattner
82a141cfad Bug fix
llvm-svn: 10115
2003-11-20 19:11:47 +00:00
Chris Lattner
acfceca7ea One new bug fixed, one old bug fixed.
llvm-svn: 10102
2003-11-20 01:07:41 +00:00
Chris Lattner
05cd86140a bugz
llvm-svn: 10098
2003-11-19 22:05:38 +00:00
Chris Lattner
8804ad1fc8 add new FAQ entry
llvm-svn: 10078
2003-11-19 05:53:12 +00:00
Chris Lattner
981485e056 More bugz
llvm-svn: 10077
2003-11-19 01:08:24 +00:00
Chris Lattner
c42d5c7516 Add a few new bugs
llvm-svn: 10073
2003-11-18 23:04:02 +00:00
John Criswell
3dad9a63e8 Added the new GCC front end section to the table of contents.
llvm-svn: 10068
2003-11-18 16:08:49 +00:00
John Criswell
5baa0c6db4 Added information on the GCC front end.
llvm-svn: 10067
2003-11-18 16:05:23 +00:00
Chris Lattner
cc416eaa60 Add new bug fixed in the CFE
llvm-svn: 10065
2003-11-18 06:25:05 +00:00
Brian Gaeke
c5b4c8a319 Update to reflect the fact that llvm-nm can read archives now.
llvm-svn: 10061
2003-11-18 06:18:09 +00:00
Brian Gaeke
4d8abd50af add PR117
llvm-svn: 10046
2003-11-16 23:49:26 +00:00
Brian Gaeke
052a5a39a5 Document -disable-opt option that I added.
llvm-svn: 10045
2003-11-16 23:39:11 +00:00
Chris Lattner
ca6f25286f Bugz fixed
llvm-svn: 10037
2003-11-16 22:11:42 +00:00
Chris Lattner
2fb980e00a add adce bug
llvm-svn: 10033
2003-11-16 21:42:48 +00:00
Chris Lattner
32412e3b66 Bugz
llvm-svn: 10030
2003-11-16 20:25:24 +00:00
Misha Brukman
074ae1b76f Stylesheets: they do a website good!
llvm-svn: 10003
2003-11-14 17:34:38 +00:00
Chris Lattner
e4214200a0 Bugz come in, bugs go out
llvm-svn: 9995
2003-11-14 06:42:01 +00:00
Misha Brukman
dca4cf2820 Brian implemented the vaarg instruction in the interpreter.
llvm-svn: 9989
2003-11-14 03:30:43 +00:00
Brian Gaeke
9e17a77578 Removed link from the docs index too.
llvm-svn: 9983
2003-11-13 19:32:14 +00:00
Misha Brukman
c270643f35 You cannot debug namespacified LLVM with GDB 5.x anymore.
llvm-svn: 9946
2003-11-12 22:55:13 +00:00
Brian Gaeke
cf5c87b637 Add another fixed bug.
llvm-svn: 9945
2003-11-12 22:48:52 +00:00
Brian Gaeke
e11b2b7334 Mention LLVM cast instructions.
llvm-svn: 9936
2003-11-12 21:39:31 +00:00
Brian Gaeke
04061c1bab Update section on GNU lightning fp.
llvm-svn: 9935
2003-11-12 21:38:50 +00:00
Brian Gaeke
8a254e7af4 I won't claim we're "better than and/or different from..." at Misha's behest.
llvm-svn: 9934
2003-11-12 21:36:29 +00:00
Brian Gaeke
575ac5fb93 Make the beginning of this page look like the beginnings of other pages.
llvm-svn: 9930
2003-11-12 20:47:30 +00:00
Brian Gaeke
821748e09b index.html: Add link to llvm vs. the world
llvm.css: Add padding on top and bottom so that letters do not merge with
surrounding whitespace

llvm-svn: 9929
2003-11-12 20:31:18 +00:00
Chris Lattner
02b918becb This color is making me want to puke :)
llvm-svn: 9928
2003-11-12 20:24:39 +00:00
Brian Gaeke
68f2d6ba41 Whoops, a div got closed in the wrong place.
llvm-svn: 9927
2003-11-12 20:20:55 +00:00
Brian Gaeke
f222760bc5 First draft of LLVM-to-anything comparison document.
llvm-svn: 9926
2003-11-12 20:19:40 +00:00
Chris Lattner
6222148332 PR107 is now fixed
llvm-svn: 9912
2003-11-12 04:42:37 +00:00
Chris Lattner
fad7124253 reword a bit, be less aggressive with my link
llvm-svn: 9906
2003-11-11 23:46:35 +00:00
Chris Lattner
ed7be38931 Add a link to the llvmdev posting
llvm-svn: 9905
2003-11-11 23:45:03 +00:00
Brian Gaeke
31ab2e3283 Mention that all LLVM C++ code has been moved into the 'llvm' C++ namespace.
llvm-svn: 9904
2003-11-11 22:45:41 +00:00