Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added check for target machine endian-ness and put the result into | John Criswell | 2004-02-13 | 1 | -0/+3 | |
| | | | | | | Makefile.config (ENDIAN variable is set to big or little). llvm-svn: 11398 | |||||
* | Added support for configuring SPEC95. | John Criswell | 2004-02-10 | 1 | -1/+24 | |
| | | | | llvm-svn: 11295 | |||||
* | Move rules for regenerating autoconf files into this shell script. | Brian Gaeke | 2004-02-08 | 1 | -0/+20 | |
| | | | | llvm-svn: 11186 | |||||
* | Add autoconf check for the version of etags we have detected, and select | Brian Gaeke | 2004-01-22 | 1 | -0/+8 | |
| | | | | | | appropriate "force C++" command-line option. llvm-svn: 10963 | |||||
* | Get the shlib suffix from Libtool, and define it both in config.h and ↵ | Brian Gaeke | 2004-01-21 | 1 | -0/+11 | |
| | | | | | | Makefile.config as SHLIBEXT. llvm-svn: 10932 | |||||
* | Get paths to cc1 and cc1plus by asking llvm-gcc, and AC_SUBST them. | Brian Gaeke | 2004-01-16 | 1 | -0/+4 | |
| | | | | llvm-svn: 10901 | |||||
* | Remove configure support for endianness checking, the need for which | Brian Gaeke | 2004-01-15 | 1 | -3/+0 | |
| | | | | | | Chris has helpfully expunged. llvm-svn: 10873 | |||||
* | Remove and/or shorten many comments in configure.ac. | Brian Gaeke | 2004-01-13 | 1 | -187/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | The configure script now defines BISON as the name of the bison program and | John Criswell | 2004-01-12 | 1 | -1/+5 | |
| | | | | | | | | YACC as bison -y. In this way, we ensure that bison is being used, but the Makefiles have macros for using bison itself and for getting bison to act like it is traditional yacc. llvm-svn: 10774 | |||||
* | Moved aclocal.m4 to acinclude.m4. To re-generate the configure script, | John Criswell | 2003-12-30 | 1 | -0/+0 | |
| | | | | | | | | | | | | | do the following: % cd llvm/autoconf % aclocal % autoconf -o ../configure This changes facilitaties the following: 1) It should be easier to incorporate new autoconf macros. 2) It allows for conversion to Automake (should we ever desire it). llvm-svn: 10655 | |||||
* | Fix help string for --enable-spec2000 option | Alkis Evlogimenos | 2003-12-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 10564 | |||||
* | Merged in RELEASE_11. | John Criswell | 2003-12-18 | 1 | -1/+1 | |
| | | | | llvm-svn: 10516 | |||||
* | Don't configure directories that don't have a configure script (i.e Stacker). | John Criswell | 2003-12-12 | 1 | -1/+1 | |
| | | | | llvm-svn: 10436 | |||||
* | Add check for pthread_mutex_lock() in -lpthread (or otherwise). | Brian Gaeke | 2003-12-05 | 1 | -0/+4 | |
| | | | | | | Regenerated configure w/ autoconf-2.57. llvm-svn: 10293 | |||||
* | Configure all project directories contained in llvm/projects. | John Criswell | 2003-11-25 | 1 | -26/+13 | |
| | | | | | | | 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 | |||||
* | Added a pseudo-hack: The Makefile now copies Makefiles from source tree to | John Criswell | 2003-11-25 | 1 | -135/+0 | |
| | | | | | | | | 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 | |||||
* | Add Stacker directories. | Brian Gaeke | 2003-11-24 | 1 | -0/+8 | |
| | | | | llvm-svn: 10190 | |||||
* | Fix breakage caused by typos. Use 3-arg form of AC_DEFINE. | Brian Gaeke | 2003-11-18 | 1 | -6/+6 | |
| | | | | llvm-svn: 10062 | |||||
* | Added a check for the -R linker option. | John Criswell | 2003-11-17 | 2 | -1/+20 | |
| | | | | llvm-svn: 10056 | |||||
* | Edit some comments slightly. | Brian Gaeke | 2003-11-17 | 1 | -13/+17 | |
| | | | | | | | | Set OS (build OS) and ARCH (target arch) based on the proper elements (SYSTEM, and CPU, respectively) of the CPU-COMPANY-SYSTEM tuples. Add OS and ARCH settings for PowerPC/Darwin (Mac OS X). llvm-svn: 10047 | |||||
* | Only default to the llvm-gcc in ~lattner if that directory exists. | Brian Gaeke | 2003-11-16 | 1 | -4/+54 | |
| | | | | | | | Only warn if python version is not right; don't abort. Add sanity checks for --with-llvmgccdir, with a big warning message at the end. llvm-svn: 10024 | |||||
* | OK, scratch my last post, this actually *does* work, those syntax errors were | Misha Brukman | 2003-11-12 | 1 | -0/+7 | |
| | | | | | | imaginary. llvm-svn: 9941 | |||||
* | Apparently adding these entries and regenerating llvm/configure results in | Misha Brukman | 2003-11-12 | 1 | -7/+0 | |
| | | | | | | syntax errors. Reverting the patch until I can figure out what's going on. llvm-svn: 9939 | |||||
* | Some programs actually require an input to run. The nerve! | Misha Brukman | 2003-11-12 | 1 | -0/+7 | |
| | | | | llvm-svn: 9938 | |||||
* | Add FreeBench benchmarks to our test suite -- they weren't available by default | Misha Brukman | 2003-11-12 | 1 | -0/+8 | |
| | | | | | | before when one didn't build in his source root. llvm-svn: 9924 | |||||
* | I don't think this was supposed to have gotten into the namespaceify patch, but | Brian Gaeke | 2003-11-12 | 1 | -1/+0 | |
| | | | | | | it did. Oops! llvm-svn: 9908 | |||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+1 | |
| | | | | llvm-svn: 9903 | |||||
* | Patch to fix PR102, contributed by Reid Spencer. | Brian Gaeke | 2003-11-10 | 2 | -37/+86 | |
| | | | | llvm-svn: 9849 | |||||
* | Add profiling runtime and llvm-prof tools. Would someone please regen the | Chris Lattner | 2003-10-28 | 1 | -0/+2 | |
| | | | | | | configure script for me? :) llvm-svn: 9553 | |||||
* | Do not check for strings.h. This is an old, old, old pre-C89 header that | Brian Gaeke | 2003-10-22 | 1 | -1/+1 | |
| | | | | | | absolutely nothing should be using (and it looks like nothing IS using it). llvm-svn: 9381 | |||||
* | Added an entry for `llvm-nm'. | Misha Brukman | 2003-10-16 | 1 | -0/+1 | |
| | | | | llvm-svn: 9154 | |||||
* | Added autoconf support for the sample project. | John Criswell | 2003-10-16 | 1 | -7/+5 | |
| | | | | llvm-svn: 9152 | |||||
* | Adding additional license information to these files. | John Criswell | 2003-10-13 | 1 | -0/+24 | |
| | | | | llvm-svn: 9102 | |||||
* | Added a macro and code that checks for the %a format string in sprintf(). | John Criswell | 2003-10-13 | 2 | -0/+32 | |
| | | | | llvm-svn: 9089 | |||||
* | The code that called strsignal is toast. | Brian Gaeke | 2003-10-10 | 1 | -5/+1 | |
| | | | | llvm-svn: 9015 | |||||
* | Added the eon and perlbmk benchmarks. | John Criswell | 2003-10-10 | 1 | -0/+2 | |
| | | | | llvm-svn: 8995 | |||||
* | Added 177.mesa to the list of Makefiles to propogate to the object root. | John Criswell | 2003-10-09 | 1 | -0/+1 | |
| | | | | llvm-svn: 8981 | |||||
* | test/Programs/NoSource and www are gone from the tree; don't try to configure | Brian Gaeke | 2003-10-08 | 1 | -7/+0 | |
| | | | | | | their Makefiles. llvm-svn: 8975 | |||||
* | Use 3-arg form of AC_DEFINE. | Brian Gaeke | 2003-10-08 | 1 | -2/+2 | |
| | | | | llvm-svn: 8974 | |||||
* | Use 3-arg form of AC_DEFINE. | Brian Gaeke | 2003-10-08 | 1 | -4/+8 | |
| | | | | | | | Check for strsignal(), which isn't found everywhere, and sys_siglist, which can be used to implement it. llvm-svn: 8973 | |||||
* | Renamed -use-spec to -use-spec2000. | John Criswell | 2003-10-07 | 1 | -5/+15 | |
| | | | | | | | The pathname to SPEC2000 is now given with the -use-spec2000 option. On our machines, SPEC2000 will be enabled by default. llvm-svn: 8949 | |||||
* | Fix bugs in mmap()-of-files test program on Mac OS X: | Brian Gaeke | 2003-10-07 | 1 | -5/+5 | |
| | | | | | | | 1) MAP_FAILED is declared to be a pointer 2) can't include sys/mman.h before sys/types.h without getting an error :-( llvm-svn: 8947 | |||||
* | Switching over to the new test database. | John Criswell | 2003-10-07 | 1 | -1/+2 | |
| | | | | | | | Adding new qmt files should no longer be necessary. QMTest should know just "magically" know what sort of test each file is. llvm-svn: 8945 | |||||
* | Don't abort if dlopen cannot be found; it's not like it's going to break | Brian Gaeke | 2003-10-07 | 1 | -2/+2 | |
| | | | | | | everything. llvm-svn: 8916 | |||||
* | Check for functions: strtoq, strtoll. | Brian Gaeke | 2003-10-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 8915 | |||||
* | Changes for the move of the support directory back into utils | Chris Lattner | 2003-10-06 | 1 | -7/+5 | |
| | | | | llvm-svn: 8885 | |||||
* | Removed the check for purify as we don't support its use at present. | John Criswell | 2003-10-02 | 1 | -2/+0 | |
| | | | | llvm-svn: 8824 | |||||
* | Removed Makefile for CompileFail tests. They are now run by QMTest and are | John Criswell | 2003-09-30 | 1 | -1/+0 | |
| | | | | | | located under llvm/test/Regression/C++Frontend. llvm-svn: 8791 | |||||
* | Added conditional configuration of poolalloc. | John Criswell | 2003-09-30 | 1 | -0/+5 | |
| | | | | llvm-svn: 8765 | |||||
* | Added the ability to conditionally configure the reopt project if it is checked | John Criswell | 2003-09-30 | 1 | -0/+5 | |
| | | | | | | out under projects/reopt. llvm-svn: 8762 |