- Aug 29, 2004
-
-
Reid Spencer authored
llvm-svn: 16096
-
- Aug 24, 2004
-
-
Reid Spencer authored
Update configure script to configure the examples/Makefile llvm-svn: 16028
-
- Aug 20, 2004
-
-
Reid Spencer authored
llvm-svn: 15946
-
Reid Spencer authored
llvm-svn: 15943
-
- Aug 04, 2004
-
-
Reid Spencer authored
PACKAGE_VERSION = "1.3" instead of "[1.3]". Rebuild configure script. llvm-svn: 15453
-
- Jul 23, 2004
-
-
John Criswell authored
standards. This is in hopes of fixing configuration problems on Windows Services for Unix. llvm-svn: 15132
-
- Jul 21, 2004
-
-
Brian Gaeke authored
llvm-svn: 15061
-
Brian Gaeke authored
llvm-svn: 15059
-
Brian Gaeke authored
Patch contributed by Bill Wendling. llvm-svn: 15051
-
- Jul 19, 2004
-
-
John Criswell authored
DataTypes.h. So far, it doesn't seem to break Linux, Solaris, or MacOS X. This should automatically include it for those people who need it. llvm-svn: 15006
-
- Jun 23, 2004
-
-
Brian Gaeke authored
llvm-svn: 14336
-
- Jun 22, 2004
-
-
John Criswell authored
Added a check for isnan() while I was at it. llvm-svn: 14333
-
Misha Brukman authored
llvm-svn: 14320
-
- Jun 07, 2004
-
-
John Criswell authored
llvm-svn: 14047
-
- Jun 03, 2004
-
-
Chris Lattner authored
llvm-svn: 13976
-
- May 27, 2004
-
-
John Criswell authored
My apologies for changing config.h.in. Now you will all have to re-configure. llvm-svn: 13846
-
John Criswell authored
a hack that allows users to fight through a build if they don't have mmap(). When I get into the office, I'll make something better. llvm-svn: 13801
-
- Apr 16, 2004
-
-
Brian Gaeke authored
llvm-svn: 12995
-
- Apr 14, 2004
-
-
Chris Lattner authored
llvm-svn: 12946
-
- Apr 13, 2004
-
-
Brian Gaeke authored
llvm-svn: 12915
-
- Apr 02, 2004
-
-
Brian Gaeke authored
llvm-svn: 12636
-
- Feb 26, 2004
-
-
John Criswell authored
llvm-svn: 11881
-
Alkis Evlogimenos authored
Remove .micro references as those files no longer exist and add some more recent Makefile additions to the list llvm-svn: 11866
-
Alkis Evlogimenos authored
llvm-svn: 11853
-
- Feb 24, 2004
-
-
John Criswell authored
llvm-svn: 11809
-
- Feb 23, 2004
-
-
Brian Gaeke authored
llvm-svn: 11776
-
Brian Gaeke authored
llvm-svn: 11772
-
Brian Gaeke authored
llvm-svn: 11760
-
Brian Gaeke authored
llvm-svn: 11749
-
- Feb 20, 2004
-
-
John Criswell authored
installation of Povray (and not do anything for people who don't have it). llvm-svn: 11680
-
Brian Gaeke authored
llvm-svn: 11656
-
- Feb 16, 2004
-
-
John Criswell authored
has source code corrections and some input files pre-filtered for use with the LLVM test suite. llvm-svn: 11498
-
- Feb 13, 2004
-
-
John Criswell authored
Makefile.config (ENDIAN variable is set to big or little). llvm-svn: 11398
-
- Feb 10, 2004
-
-
John Criswell authored
llvm-svn: 11298
-
- Jan 22, 2004
-
-
Brian Gaeke authored
llvm-svn: 10962
-
- Jan 21, 2004
-
-
Brian Gaeke authored
llvm-svn: 10934
-
- Jan 16, 2004
-
-
Brian Gaeke authored
llvm-svn: 10900
-
- Jan 15, 2004
-
-
Brian Gaeke authored
Chris has helpfully expunged. llvm-svn: 10873
-
- Jan 13, 2004
-
-
Brian Gaeke authored
llvm-svn: 10815
-
Brian Gaeke authored
Remove checks for many common Unix programs. Our build process currently assumes they are there and makes no provisions for any other world-views. (We can add some of these checks back at some later time if it should prove useful, but right now, we do not need to check to see whether "rm" exists.) Remove checks for many common standard C headers and functions. We assume ISO/ANSI C++, and we always use the <cfoo> versions of ANSI C's <foo.h> headers, so these checks will not help anything. Edit configure's warning messages for clarity and content. Change checks for "optional" programs to default to using "true" instead of "false", so that a failure to find, e.g., etags, will be less likely to result in make failing. No longer shall we check for --enable-purify or --with-purify options. No longer shall we propagate these to the Makefiles. configure regenerated using autoconf-2.57. Please feel free to send me any questions or comments you have. :-) llvm-svn: 10814
-