- 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
-
- Jan 12, 2004
-
-
John Criswell authored
binary and YACC as bison -y. llvm-svn: 10776
-
- Dec 30, 2003
-
-
John Criswell authored
the renaming of aclocal.m4 to acinclude.m4. llvm-svn: 10656
-
- Dec 20, 2003
-
-
Alkis Evlogimenos authored
llvm-svn: 10564
-
- Dec 18, 2003
-
-
John Criswell authored
llvm-svn: 10516
-
- Dec 12, 2003
-
-
John Criswell authored
directories that do not contain a configure script. llvm-svn: 10437
-
- Dec 05, 2003
-
-
Brian Gaeke authored
Regenerated configure w/ autoconf-2.57. llvm-svn: 10293
-
- Nov 25, 2003
-
-
John Criswell authored
The autoconf program will generate a warning about how we should use a literal in AC_CONFIG_SUBDIRS. This warning can be ignored. llvm-svn: 10222
-
John Criswell authored
object tree if it is missing. This means that new Makefiles should get picked up automagically, requiring less bothersome re-configuring after updates. llvm-svn: 10209
-
- Nov 24, 2003
-
-
Brian Gaeke authored
llvm-svn: 10191
-
- Nov 18, 2003
-
-
Brian Gaeke authored
llvm-svn: 10063
-
- Nov 17, 2003
-
-
John Criswell authored
llvm-svn: 10056
-