538 Commits

Author SHA1 Message Date
Chris Lattner
d488f7356f First version of this document. It is still missing some pretty big pieces, and
the debugging information formats will likely change, but it's a start, and I
have to move on to other things in the short-term, so it might be a while before
I get back to working on this.

llvm-svn: 10683
2004-01-05 05:06:33 +00:00
Chris Lattner
8d00926c94 Add a bunch of fine tunings that Reid contributed. Thanks Reid!
llvm-svn: 10666
2003-12-31 06:47:28 +00:00
Chris Lattner
661ca3142a What do you know, we actually do accomplish some things around here :)
llvm-svn: 10637
2003-12-28 23:04:17 +00:00
Chris Lattner
22b4f05a21 boog fixed
llvm-svn: 10602
2003-12-23 23:50:31 +00:00
John Criswell
d4064195b7 Corrected typo.
llvm-svn: 10600
2003-12-23 22:22:10 +00:00
Chris Lattner
720166cb19 bug fixed
llvm-svn: 10587
2003-12-22 23:56:37 +00:00
Chris Lattner
a0f9e3b164 Bug fixed
llvm-svn: 10575
2003-12-22 04:06:24 +00:00
Chris Lattner
adaab15c9d The GCC problem is not specific to suse
llvm-svn: 10574
2003-12-22 04:06:12 +00:00
Misha Brukman
298e0b5243 Fix the URL to check the referrer for CSS conformity.
llvm-svn: 10571
2003-12-21 22:53:21 +00:00
Chris Lattner
8ec3eba4c1 Another day, another bug
llvm-svn: 10561
2003-12-20 10:29:02 +00:00
Chris Lattner
0a3ecfc20c PR135 is now finally fixed
llvm-svn: 10550
2003-12-20 03:42:11 +00:00
Chris Lattner
2aae4f3655 Expand on the AliasSetTracker a bit, so I can remember this next time I come back to it. :)
llvm-svn: 10537
2003-12-19 08:43:07 +00:00
Chris Lattner
b37f2a0c5e Turn QOI section into CQ section (QUI can be added later if needed)
Add PR187

llvm-svn: 10532
2003-12-19 06:31:56 +00:00
John Criswell
0659bb0c4a Merged in RELEASE_11.
llvm-svn: 10516
2003-12-18 16:43:17 +00:00
Chris Lattner
417d156218 add boog
llvm-svn: 10508
2003-12-18 08:16:25 +00:00
Chris Lattner
754c9b8b69 Check in patch that Reid submitted
llvm-svn: 10505
2003-12-18 06:40:22 +00:00
Misha Brukman
9b9d3e0bef Fix the links to match our 'llvm' namespace in doxygen-generated docs.
llvm-svn: 10504
2003-12-17 23:10:49 +00:00
Misha Brukman
65ab1b90ee Since we are now in the 'llvm' namespace, the mangled C++ name of structs
and hence the links, all change.

llvm-svn: 10495
2003-12-17 18:46:49 +00:00
Chris Lattner
25f3d9c8b6 Add a faq entry for the demo page
llvm-svn: 10488
2003-12-16 22:33:55 +00:00
Misha Brukman
e7445371ae Added info about PR186: weak linkage on memory functions.
llvm-svn: 10479
2003-12-15 22:48:12 +00:00
Chris Lattner
03449cbaa7 Rev the release notes to 1.2
llvm-svn: 10459
2003-12-14 05:03:43 +00:00
Chris Lattner
d9857c3c6e Try rewording stuff talking about unwinding. Hopefully it will make llvm sound less bad, and still make John happy. :)
llvm-svn: 10439
2003-12-12 21:33:08 +00:00
Chris Lattner
b2f75996fb Link to lists, incorporate feedback from Tanya
llvm-svn: 10438
2003-12-12 21:22:16 +00:00
John Criswell
1cbc8672de Fixed some minor typos.
Moved the new gccld feature to be in the list of enhancements.
Re-worded information on SPEC 2000 and Sparc support to try to make them
more accurate and precise.

llvm-svn: 10434
2003-12-12 19:54:20 +00:00
Chris Lattner
4d4a3aedea PR177 is no longer among the open
llvm-svn: 10432
2003-12-12 07:26:25 +00:00
Chris Lattner
d26d8897af Note about bytecode format
llvm-svn: 10427
2003-12-12 05:52:39 +00:00
Chris Lattner
9c8eff587b These aren't bugs, don't phrase them like they are.
llvm-svn: 10423
2003-12-12 04:56:02 +00:00
Chris Lattner
68f64175a5 I'm a spaz
llvm-svn: 10422
2003-12-12 04:51:00 +00:00
Chris Lattner
3713e978d0 Add note about Stacker, duh!
llvm-svn: 10421
2003-12-12 04:45:09 +00:00
Misha Brukman
35d391447e Break lines and add space after ':' to be consistent in layout.
llvm-svn: 10420
2003-12-12 04:37:31 +00:00
Chris Lattner
71f22c9463 More updates for the release
llvm-svn: 10419
2003-12-12 04:25:33 +00:00
Chris Lattner
efd9b1b792 Update release notes for PR86 and C++ support
llvm-svn: 10413
2003-12-11 23:31:21 +00:00
Brian Gaeke
d61c8167da Add more fixed bugs. Keep llvm core section sorted by pr#. (Is that ok?)
llvm-svn: 10394
2003-12-11 04:40:58 +00:00
John Criswell
5213bd9b3e Fixed a comma error.
Added the --disable-threads option to GCC configure (to avoid pthread errors
when building code with LLVM).

llvm-svn: 10380
2003-12-10 20:04:13 +00:00
John Criswell
6ed27ec559 Added the --host= option to the Sparc configuration directions.
llvm-svn: 10364
2003-12-10 15:27:29 +00:00
John Criswell
b4696a080a Updated build instructions for Sparc.
llvm-svn: 10323
2003-12-08 19:59:14 +00:00
Chris Lattner
95095f81c5 New bug
llvm-svn: 10316
2003-12-08 06:33:19 +00:00
Misha Brukman
457d62c6b1 effect' is the noun, affect' is the verb.
llvm-svn: 10315
2003-12-08 06:22:05 +00:00
Chris Lattner
1bf90420ca Add note about sucky suse compiler
llvm-svn: 10313
2003-12-08 05:43:19 +00:00
Chris Lattner
bdffa0ff72 Fix awkward wording
llvm-svn: 10295
2003-12-06 20:24:46 +00:00
Chris Lattner
c2d0a56378 Cleanup the release notes in preparation for the release.
llvm-svn: 10294
2003-12-06 20:22:41 +00:00
Chris Lattner
4ec629111b fix broken link
llvm-svn: 10273
2003-12-01 05:12:09 +00:00
Chris Lattner
632355c070 A line was missing
llvm-svn: 10269
2003-11-30 05:46:14 +00:00
Chris Lattner
bcf17b5e30 Fix grammaro
llvm-svn: 10245
2003-11-27 21:17:48 +00:00
Chris Lattner
21e9898bf9 PR11 is now fixed for 1.1
llvm-svn: 10242
2003-11-27 09:51:54 +00:00
John Criswell
59615d3823 Makefiles are now copies over to the object root directory dynamically.
llvm-svn: 10240
2003-11-26 20:09:49 +00:00
Chris Lattner
d0a79afb7f Bugz die!
llvm-svn: 10238
2003-11-26 08:20:34 +00:00
Chris Lattner
d80484cc6b Boogs
llvm-svn: 10235
2003-11-26 02:48:00 +00:00
Chris Lattner
045777cf15 More dead boogers
llvm-svn: 10233
2003-11-26 01:18:49 +00:00
John Criswell
f5e8f68ed9 Fixed a small grammatical error.
Explained that function return types cannot be aggregate types.
Explained that functions with the same name but different type signatures
are considered to be different functions.

llvm-svn: 10230
2003-11-25 21:45:46 +00:00