Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make the symbolic link using the correct variable! | Reid Spencer | 2004-12-24 | 1 | -2/+2 | |
| | | | | llvm-svn: 19136 | |||||
* | For PR351: | Reid Spencer | 2004-12-24 | 1 | -15/+47 | |
| | | | | | | | Create new variables LLVM_ON_UNIX and LLVM_ON_WIN32 so we can start getting rid of reliance upon a symbolic link to switch implementations in lib/System llvm-svn: 19131 | |||||
* | Change llvmgcc/llvmg++ to llvm-gcc and llvm-g++ respectively. | Reid Spencer | 2004-12-24 | 1 | -3/+3 | |
| | | | | llvm-svn: 19125 | |||||
* | Update the amd64 target detection checks. | Reid Spencer | 2004-12-23 | 1 | -6/+6 | |
| | | | | | | Patch contributed by Markus F.X.J. Oberhumer. llvm-svn: 19118 | |||||
* | Added support for detection of amd64 targets. | Reid Spencer | 2004-12-23 | 1 | -1/+3 | |
| | | | | llvm-svn: 19113 | |||||
* | For PR432: | Reid Spencer | 2004-12-22 | 1 | -42/+13 | |
| | | | | | | | | * Remove --with-llvmgccdir, not needed any more * Search path for llvm-gcc and llvm-gxx * Compute LLVMGCCDIR based on install path of llvm-gcc llvm-svn: 19093 | |||||
* | For PR351: | Reid Spencer | 2004-12-20 | 1 | -2/+3 | |
| | | | | | | | * Add checks for sbrk and getpagesize functions * Alphebetize the checks for functions llvm-svn: 19052 | |||||
* | Add CMP and CP configuration variables for the unix cmp and cp programs. | Reid Spencer | 2004-12-16 | 1 | -0/+2 | |
| | | | | llvm-svn: 18990 | |||||
* | Remove LLVMGCCDIR from the set of defines. | Reid Spencer | 2004-12-15 | 1 | -2/+0 | |
| | | | | llvm-svn: 18970 | |||||
* | Don't put newlines in AC macros that can't handle them! | Reid Spencer | 2004-12-15 | 1 | -3/+2 | |
| | | | | llvm-svn: 18952 | |||||
* | Add some system specific functions we use | Reid Spencer | 2004-12-15 | 1 | -1/+2 | |
| | | | | llvm-svn: 18945 | |||||
* | Get LLVMGCCDIR into the #defines | Reid Spencer | 2004-12-13 | 1 | -0/+3 | |
| | | | | llvm-svn: 18845 | |||||
* | More QMTest cruft gone! | Reid Spencer | 2004-12-09 | 1 | -2/+0 | |
| | | | | llvm-svn: 18694 | |||||
* | Remove last remnants of Python/QMTest support | Reid Spencer | 2004-12-08 | 1 | -35/+27 | |
| | | | | llvm-svn: 18672 | |||||
* | Add a check for the tclsh program needed by dejagnu. This can have weird | Reid Spencer | 2004-11-30 | 1 | -0/+1 | |
| | | | | | | | | names that have version numbers in it so this macro, DJ_AC_PATH_TCLSH will make the necessary checks. The makefile variable TCLSH is set to the path found. llvm-svn: 18382 | |||||
* | * Implement embedding libltdl into LLVM which required some rearranging. | Reid Spencer | 2004-11-29 | 1 | -18/+12 | |
| | | | | llvm-svn: 18349 | |||||
* | * allow doxygen documentation to be enabled/disabled (default off) | Reid Spencer | 2004-11-29 | 1 | -10/+35 | |
| | | | | | | | | | * organize programs we test for properly * add new programs needed for documentation generation * Adjust install paths so llvm stuff doesn't muck up /usr/local or /usr if $prefix is set to those. llvm-svn: 18327 | |||||
* | Remove a dead check at the end of the configure script that was a left over | Reid Spencer | 2004-11-27 | 1 | -9/+0 | |
| | | | | | | | from the bzip2 support. This dead check produced the error: test: -ne: unary operator expected llvm-svn: 18289 | |||||
* | Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now. | Reid Spencer | 2004-11-25 | 1 | -19/+0 | |
| | | | | llvm-svn: 18254 | |||||
* | Gack. Actually use the correct variable name in setting the JIT support. | Reid Spencer | 2004-11-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 18240 | |||||
* | Fix the lib/System/platform link by using proper cached variable name. | Reid Spencer | 2004-11-25 | 1 | -2/+2 | |
| | | | | llvm-svn: 18233 | |||||
* | For PR256: | Reid Spencer | 2004-11-25 | 1 | -295/+399 | |
| | | | | | | | | | | * cache more values * standardize cache value names * organize configure script per autoconf recommendations (10 sections) * Eliminate some redundancies and complexities in the script * Provide better documentation in the script. llvm-svn: 18232 | |||||
* | Add the configurable configuration files for llvmc. | Reid Spencer | 2004-11-23 | 1 | -1/+2 | |
| | | | | llvm-svn: 18190 | |||||
* | Changes for testing presence of ltdl.h and lt_dlopen(), libtool functions | Reid Spencer | 2004-11-18 | 1 | -9/+19 | |
| | | | | | | for cross-platform dynamic loading of shared objects. llvm-svn: 17950 | |||||
* | Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This | Reid Spencer | 2004-11-07 | 1 | -4/+6 | |
| | | | | | | | tool runs Deja-gnu test suites. The 'make' variable RUNTEST is now set automatically in the Makefile.config file. llvm-svn: 17599 | |||||
* | Added the poolalloc module to the list of projects to configure, if present. | John Criswell | 2004-10-28 | 1 | -0/+1 | |
| | | | | llvm-svn: 17319 | |||||
* | Changes to support rand48 tests | Reid Spencer | 2004-10-27 | 1 | -1/+2 | |
| | | | | llvm-svn: 17284 | |||||
* | Add a check for the tar program. | Reid Spencer | 2004-10-25 | 1 | -0/+1 | |
| | | | | llvm-svn: 17208 | |||||
* | Transfer Makefile.JIT into the build tree for JIT-enabling tools and examples | Misha Brukman | 2004-10-14 | 1 | -0/+1 | |
| | | | | llvm-svn: 16990 | |||||
* | Add checks for the ZLIB and BZIP2 header files, not just the libraries. | Reid Spencer | 2004-10-04 | 1 | -4/+10 | |
| | | | | llvm-svn: 16669 | |||||
* | Move the warning about no compression library down to the bottom, away | Reid Spencer | 2004-10-04 | 1 | -7/+9 | |
| | | | | | | | | from the fray, so it gets noticed. This commit is made without the corresponding configure script commit because it doesn't affect functionality and we don't want to force everyone into another reconfigure llvm-svn: 16657 | |||||
* | Provide support for auto-detection and use of compression libraries. | Reid Spencer | 2004-10-04 | 1 | -0/+2 | |
| | | | | llvm-svn: 16643 | |||||
* | Add checks for bzip2 and libz for use with the Compression concept for | Reid Spencer | 2004-10-02 | 1 | -0/+16 | |
| | | | | | | lib/System and the compressing llvm archiver. llvm-svn: 16634 | |||||
* | Improve warning | Alkis Evlogimenos | 2004-09-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 16520 | |||||
* | Updated the last two header files so that they are configured with | John Criswell | 2004-09-24 | 1 | -5/+5 | |
| | | | | | | | AC_CONFIG_HEADERS. This should prevent LLVM from needlessly re-compiling on a re-configure. llvm-svn: 16510 | |||||
* | Modified hash_map and hash_set configuration so that they are not | John Criswell | 2004-09-24 | 1 | -2/+2 | |
| | | | | | | regenerated on every run of configure. llvm-svn: 16509 | |||||
* | Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent it | John Criswell | 2004-09-24 | 1 | -14/+4 | |
| | | | | | | | from being re-generated if the new version is identical to the old version. Hence, it should save us some recompiling after re-configures. llvm-svn: 16506 | |||||
* | Don't attempt to (illegally) configure a subdir if we don't recognize it. | Reid Spencer | 2004-09-21 | 1 | -1/+3 | |
| | | | | | | | | Instead just create a warning message that says the directory cannot be configured because it isn't recognized. This also gets rid of a bunch of warning messages from the auto* tools. llvm-svn: 16463 | |||||
* | Use the right directory for the Java frontend | Alkis Evlogimenos | 2004-09-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 16448 | |||||
* | The problem with depending on the internal implementation of third party | Reid Spencer | 2004-09-20 | 1 | -1/+1 | |
| | | | | | | tools is that you break when they change. This is a case in point. llvm-svn: 16424 | |||||
* | Various minor cleanups and replacement of obsoleted macro names. | Reid Spencer | 2004-09-19 | 1 | -14/+13 | |
| | | | | llvm-svn: 16419 | |||||
* | recognize MinGW | Brian Gaeke | 2004-09-08 | 1 | -0/+4 | |
| | | | | llvm-svn: 16254 | |||||
* | PAPI check has been moved to projects/reopt. | Brian Gaeke | 2004-09-07 | 1 | -3/+0 | |
| | | | | llvm-svn: 16237 | |||||
* | - Handle AC_CONFIG_SUBDIRS properly for existing "well known" projects | Reid Spencer | 2004-09-07 | 1 | -73/+14 | |
| | | | | | | | | | while still retaining the ability to configure unknown ones. - Excise crud left over from when test/Projects was still part of the main LLVM module. These removed tests are now all in llvm-test/autoconf/configure.ac llvm-svn: 16230 | |||||
* | Remove configuration of test/Programs/* Makefiles. | Reid Spencer | 2004-09-05 | 1 | -39/+0 | |
| | | | | llvm-svn: 16186 | |||||
* | Don't just assume that either uint64_t or u_int64_t is available. Instead, | Reid Spencer | 2004-09-02 | 1 | -2/+3 | |
| | | | | | | | give preference to uint64_t if it exists. If not, check for u_int64_t. If that doesn't exist either, then error out. llvm-svn: 16149 | |||||
* | Added a check for u_int64_t, which is used by Interix. | John Criswell | 2004-09-02 | 1 | -0/+1 | |
| | | | | llvm-svn: 16145 | |||||
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -7/+7 | |
| | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | |||||
* | Add support for Interix and FreeBSD | Reid Spencer | 2004-08-31 | 1 | -2/+2 | |
| | | | | llvm-svn: 16126 | |||||
* | Fix a "test" botch. | Reid Spencer | 2004-08-31 | 1 | -25/+44 | |
| | | | | | | | Alphabetize the platform list Install some AC_MSG_CHECKING/AC_MSG_RESULT pairs. llvm-svn: 16122 |