Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Mark CVS versions different from releases | Misha Brukman | 2005-01-24 | 1 | -1/+1 | |
| | | | | llvm-svn: 19809 | |||||
* | We're working towards LLVM 1.5 now so bump the version number. This change | Reid Spencer | 2005-01-22 | 1 | -1/+1 | |
| | | | | | | | won't be propagated to the configure script until there's a need to change configure.ac for some larger purpose. llvm-svn: 19762 | |||||
* | Fix llvm-java project autconfiguration. | Alkis Evlogimenos | 2005-01-16 | 1 | -1/+1 | |
| | | | | llvm-svn: 19616 | |||||
* | Provide support for HP/UX aCC compiler's variant of hash_map and hash_set | Reid Spencer | 2005-01-16 | 1 | -0/+1 | |
| | | | | | | | (RogueWave). These are implemented in rw/stdex/hash_map.h and rw/stdex/hash_set.h on HP/UX. llvm-svn: 19600 | |||||
* | The Java project now lives under projects/llvm-java. | Alkis Evlogimenos | 2005-01-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 19295 | |||||
* | For PR351: | Reid Spencer | 2004-12-31 | 1 | -0/+4 | |
| | | | | | | Make LLVM_ON_UNIX and LLVM_ON_WIN32 available in the makefiles llvm-svn: 19205 | |||||
* | For PR351: | Reid Spencer | 2004-12-31 | 1 | -2/+2 | |
| | | | | | | * lib/System depends on sbrk(3), make sure we check for it. llvm-svn: 19200 | |||||
* | * Fix a bug in an m4 macro that used an incorrect test operator | Reid Spencer | 2004-12-29 | 1 | -1/+6 | |
| | | | | | | | | * Add CAN_DLOPEN_SELF so we can determine if dlopen(0) will open the program or not. * Correct a warning messages to be a little more specific on what it checks llvm-svn: 19184 | |||||
* | Fix a Bourne Shell syntax error in a test | Reid Spencer | 2004-12-29 | 1 | -1/+1 | |
| | | | | llvm-svn: 19183 | |||||
* | Fix one of the names to not have a . in front of it. | Reid Spencer | 2004-12-29 | 1 | -1/+1 | |
| | | | | llvm-svn: 19182 | |||||
* | Make the x86_64 target names match between def and use. Thanks Misha. | Reid Spencer | 2004-12-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 19170 | |||||
* | Make the 64-bit x86 target named "x86_64" instead of "AMD64". | Reid Spencer | 2004-12-28 | 1 | -2/+2 | |
| | | | | llvm-svn: 19169 | |||||
* | Don't create symbolic links for lib/System any more. It doesn't need them. | Reid Spencer | 2004-12-27 | 1 | -5/+0 | |
| | | | | llvm-svn: 19166 | |||||
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -2/+5 | |
| | | | | | | | * Add checks for sterror and strerror_r functions * Add check to determine if /dev/zero is needed for allocating RWX memory. llvm-svn: 19148 | |||||
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -0/+17 | |
| | | | | | | Provide a check to determine if /dev/zero is needed for AllocateRWX function. llvm-svn: 19147 | |||||
* | Oops, reverse the logic on a test for WITH_LLVMGCCDIR to make it define | Reid Spencer | 2004-12-27 | 1 | -1/+1 | |
| | | | | | | the path names correctly. llvm-svn: 19146 | |||||
* | Provide a value for HAVE_MMAP_ANONYMOUS variable, for consistency with | Reid Spencer | 2004-12-27 | 1 | -1/+1 | |
| | | | | | | other #define's. llvm-svn: 19145 | |||||
* | For PR351: | Reid Spencer | 2004-12-25 | 1 | -14/+30 | |
| | | | | | | | | | | * Make sure all headers used by lib/System have checks * Use "standard" autoconf checks for certain problematic headers For PR432: * Resurrect --with-llvmgccdir so a specific llvm-gcc/llvm-g++ installation can be specified. llvm-svn: 19142 | |||||
* | 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 | |||||
* | Fix a bug in libtool's ltmain.sh. On Cygwin the "$output.exp" expression | Reid Spencer | 2004-12-24 | 2 | -12/+13 | |
| | | | | | | | | expands to a full path name. Substitute $outputname.exp" instead and it makes a viable temporary file name. This gets around the problem with lli on Cygwin linking but not having any "C" library functions linked into it. llvm-svn: 19123 | |||||
* | 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 | |||||
* | Get rid of old automake stuff | Reid Spencer | 2004-12-22 | 1 | -11/+2 | |
| | | | | llvm-svn: 19092 | |||||
* | Ignore generated files | Misha Brukman | 2004-12-22 | 1 | -0/+2 | |
| | | | | llvm-svn: 19090 | |||||
* | 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 | |||||
* | Minor syntactical change to make this a little easier to comprehend. | Reid Spencer | 2004-12-13 | 1 | -5/+2 | |
| | | | | llvm-svn: 18888 | |||||
* | 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 | |||||
* | Search for tclsh last so we don't find the FreeBSD warning script. | Reid Spencer | 2004-12-02 | 1 | -1/+1 | |
| | | | | llvm-svn: 18420 | |||||
* | * Make sure the cache variable gets cached | Reid Spencer | 2004-12-02 | 1 | -33/+16 | |
| | | | | | | | | | * Don't search a bunch of .. directories for something we'd never find, because we don't imbed tclsh into LLVM. * Look for various tclsh versions because some platforms don't install the tclsh link but just have tclsh8.3 or tclsh8.4 or some such. llvm-svn: 18414 | |||||
* | Add a check for the tclsh program needed by dejagnu. This can have weird | Reid Spencer | 2004-11-30 | 2 | -0/+57 | |
| | | | | | | | | 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 | |||||
* | * Update instructions about upgrading libtool | Reid Spencer | 2004-11-29 | 1 | -8/+35 | |
| | | | | | | * Add instructions about upgrading autoconf llvm-svn: 18348 | |||||
* | Converted with autoupdate for autoconf 2.50 -> 2.59 differences. | Reid Spencer | 2004-11-29 | 1 | -12/+9 | |
| | | | | llvm-svn: 18343 | |||||
* | This file contains macros that allow us to incorporate the ltdl source into | Reid Spencer | 2004-11-29 | 1 | -0/+430 | |
| | | | | | | | our own library so that it is magically hidden and we don't have to depend on linking with -lltdl option. llvm-svn: 18342 | |||||
* | * 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 | |||||
* | Get the cache variable name right. | Reid Spencer | 2004-11-27 | 1 | -5/+5 | |
| | | | | llvm-svn: 18288 | |||||
* | 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 |