16097 Commits

Author SHA1 Message Date
John Criswell
c594b19468 Fix table of contents.
llvm-svn: 18727
llvmorg-1.4.0
2004-12-09 22:31:56 +00:00
John Criswell
2347d61b1a Incorporating Chris's update.
llvm-svn: 18725
2004-12-09 22:06:39 +00:00
John Criswell
3aa5569e16 Removed as we no longer need it.
llvm-svn: 18718
2004-12-09 19:54:31 +00:00
John Criswell
7727db668b Add notes about spurious warnings to the release notes.
llvm-svn: 18717
2004-12-09 19:43:52 +00:00
John Criswell
16bef36da3 Fix conflict that I missed in the list commit.
llvm-svn: 18716
2004-12-09 19:34:42 +00:00
John Criswell
aa9e1128cf Added missing link to llvm-ranlib.
llvm-svn: 18711
2004-12-09 18:38:32 +00:00
John Criswell
ab14717d86 Update information on llvm-test package.
llvm-svn: 18710
2004-12-09 18:32:34 +00:00
John Criswell
033f96e969 More fixes from Reid.
llvm-svn: 18709
2004-12-09 18:16:01 +00:00
John Criswell
a14df74021 Merged in Reid's typo fixes.
llvm-svn: 18707
2004-12-09 18:07:29 +00:00
John Criswell
11003970f3 Merged the changes from 1.91->1.92. This fixes the required version
numbers of required software packages.

llvm-svn: 18706
2004-12-09 18:04:07 +00:00
John Criswell
034431a297 Minor typo corrections.
llvm-svn: 18704
2004-12-09 18:02:39 +00:00
John Criswell
b0a4fa1e22 Merge in Chris's updates which add a discussion of constansts, re-organizes
some of the content, and describes the new undef keyword.

llvm-svn: 18702
2004-12-09 17:46:26 +00:00
John Criswell
ca62d763b0 I really didn't want to do this, but I don't want users seeing errors
in the configure script either.
Remove the copying of old qmtest files as they no longer exist in the
source tree.

llvm-svn: 18700
2004-12-09 17:11:20 +00:00
John Criswell
160bf47d68 Added the extraction of the test suite in the Getting Started Quickly
section.

llvm-svn: 18699
2004-12-09 17:02:22 +00:00
John Criswell
b49aeb238e Attempt to clarify that there is an additional test suite package.
llvm-svn: 18698
2004-12-09 16:42:10 +00:00
John Criswell
ee964cecce Running fixheaders is now done for all GCC frontends.
llvm-svn: 18696
2004-12-09 16:20:11 +00:00
John Criswell
22c93692b4 Removed notes about zlib compression as we no longer support it.
llvm-svn: 18684
2004-12-09 04:27:37 +00:00
John Criswell
85b9191ee4 Nobody expects the Spanish Inquisition!
Fixed the number of terminator instructions from five to six.
Other minor fixes.

llvm-svn: 18683
2004-12-09 04:26:53 +00:00
John Criswell
eb6437a14f Minor fixes.
llvm-svn: 18673
2004-12-08 23:09:33 +00:00
John Criswell
13e0bb8554 The test/Programs suite is now in llvm-test.
Rename C frontend to GCC frontend to be consistent with other docs and to
help people understand that it's "just not a C compiler."

llvm-svn: 18667
2004-12-08 21:52:17 +00:00
CVS to SVN Conversion
1c8ba66d60 This commit was manufactured by cvs2svn to create branch 'release_14'.
llvm-svn: 18659
2004-12-08 20:35:47 +00:00
Reid Spencer
a3df351820 Fix PR139: \
Add support for ordered linking with the LinkItems function

llvm-svn: 18546
2004-12-05 19:14:43 +00:00
Reid Spencer
e96b620570 Describe the MODULE_NAME control variable
llvm-svn: 18545
2004-12-05 19:14:31 +00:00
Reid Spencer
6d6503a9b3 Provide a variable to compute where the libstdc++.a is
llvm-svn: 18544
2004-12-05 19:14:19 +00:00
Chris Lattner
db332473fa Suggest people run cvs up -P -d after checking out the tree so they don't
get empty directories

llvm-svn: 18543
2004-12-05 17:48:03 +00:00
Chris Lattner
a34f9da4b4 Properly implement a fix for PR475
llvm-svn: 18537
2004-12-05 07:19:16 +00:00
Chris Lattner
cc6d1928d2 Make this test actually capable of passing.
llvm-svn: 18536
2004-12-05 07:15:21 +00:00
Chris Lattner
1a0117f641 Revert this patch, it broke a ton of programs.
llvm-svn: 18535
2004-12-05 06:59:59 +00:00
Chris Lattner
f878f75d46 Move lower intrinsics before FP constant emission, in case
intrinsic lowering ever introduces constants.

Rename local symbols before printing function bodies, fixing 255.vortex
with the CBE!!!

llvm-svn: 18534
2004-12-05 06:49:44 +00:00
Chris Lattner
fa171f11b8 Change this test to not require execution of the program.
llvm-svn: 18533
2004-12-05 06:45:30 +00:00
Chris Lattner
97e36f211b When printing out a function, make sure that local and global symbols
don't conflict.  This fixes Assembler/2004-12-05-LocalGlobalSymtabConflict.ll

llvm-svn: 18532
2004-12-05 06:44:09 +00:00
Chris Lattner
b392d30761 Add a new method
llvm-svn: 18531
2004-12-05 06:43:27 +00:00
Chris Lattner
0ba8f4e191 Fix typeo
llvm-svn: 18530
2004-12-05 06:33:15 +00:00
Chris Lattner
a6086ef48d New testcase for the bug affecting 255.vortex in CBE mode.
llvm-svn: 18529
2004-12-05 06:18:35 +00:00
Reid Spencer
cceae4217f Correct build script for stkr_runtime module
llvm-svn: 18526
2004-12-05 05:18:28 +00:00
Reid Spencer
d8d9fb325f Build a module instead of a library so main() is not missed
llvm-svn: 18525
2004-12-05 05:18:16 +00:00
Reid Spencer
107f576732 Make a const method const
llvm-svn: 18524
2004-12-05 05:17:34 +00:00
Reid Spencer
d78077dd13 Add ability to make a single bytecode module from others
llvm-svn: 18523
2004-12-05 05:17:22 +00:00
Alkis Evlogimenos
7527cd53fa Remove unneeded code
llvm-svn: 18516
2004-12-05 02:03:16 +00:00
Alkis Evlogimenos
8c5affedd1 Fix PR475.
llvm-svn: 18515
2004-12-05 01:51:20 +00:00
Alkis Evlogimenos
a90f19621b Match codegen string better
llvm-svn: 18514
2004-12-05 01:50:32 +00:00
Alkis Evlogimenos
58355ab372 Add testcast for bug475
llvm-svn: 18513
2004-12-05 01:44:46 +00:00
Chris Lattner
d9791b0007 Darwin and solaris don't support echo -e. This should get the test passing
for them.

llvm-svn: 18511
2004-12-04 23:44:42 +00:00
Chris Lattner
59ed56e232 This fails due to the sun headers.
llvm-svn: 18510
2004-12-04 23:24:30 +00:00
Chris Lattner
02d5676936 This test passes on all platforms
llvm-svn: 18509
2004-12-04 23:21:41 +00:00
Chris Lattner
b5fd4a2f85 These tests pass on darwin now that the __ thing is fixed.
llvm-svn: 18508
2004-12-04 23:20:14 +00:00
Reid Spencer
20275c1d5d Failing Feature/Regression test should fail the build
llvm-svn: 18507
2004-12-04 22:34:47 +00:00
Reid Spencer
895ad73daa Use the FAKE_SOURCES feature for proper distribution of contents
llvm-svn: 18506
2004-12-04 22:34:33 +00:00
Reid Spencer
ca49210f65 Distribute headers and license files too
llvm-svn: 18505
2004-12-04 22:34:21 +00:00
Reid Spencer
81546587d5 Getting dist-check to work:\
* Implement the FAKE_SOURCES feature for GCCLibraries/crtend \
* Search for distribution files >first< in srcdir and >second< in objdir \
* Make dist-hook only run in top level directory. \
* Make dist-check run correctly in parallel builds \
* Wrap lines to 80 cols \
* Standardize variable names

llvm-svn: 18504
2004-12-04 22:34:09 +00:00