| Commit message (Expand) | Author | Age | Files | Lines |
* | The Java project now lives under projects/llvm-java. | Alkis Evlogimenos | 2005-01-05 | 1 | -1/+1 |
* | For PR351: | Reid Spencer | 2004-12-31 | 1 | -30/+40 |
* | For PR351: | Reid Spencer | 2004-12-31 | 1 | -3/+4 |
* | * Fix a bug in an m4 macro that used an incorrect test operator | Reid Spencer | 2004-12-29 | 1 | -4/+12 |
* | Make the x86_64 target names match between def and use. Thanks Misha. | Reid Spencer | 2004-12-28 | 1 | -1/+1 |
* | Make the 64-bit x86 target named "x86_64" instead of "AMD64". | Reid Spencer | 2004-12-28 | 1 | -2/+2 |
* | Don't create symbolic links for lib/System any more. It doesn't need them. | Reid Spencer | 2004-12-27 | 1 | -175/+29 |
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -3/+127 |
* | For PR351: | Reid Spencer | 2004-12-25 | 1 | -367/+636 |
* | Make the symbolic link using the correct variable! | Reid Spencer | 2004-12-24 | 1 | -2/+2 |
* | For PR351: | Reid Spencer | 2004-12-24 | 1 | -50/+87 |
* | Update the amd64 target detection checks. | Reid Spencer | 2004-12-23 | 1 | -6/+6 |
* | Added support for detection of amd64 targets. | Reid Spencer | 2004-12-23 | 1 | -30/+33 |
* | For PR432: | Reid Spencer | 2004-12-22 | 1 | -92/+130 |
* | For PR351: | Reid Spencer | 2004-12-20 | 1 | -2/+105 |
* | Add CMP and CP configuration variables for the unix cmp and cp programs. | Reid Spencer | 2004-12-16 | 1 | -30/+112 |
* | Remove LLVMGCCDIR from the set of defines. | Reid Spencer | 2004-12-15 | 1 | -5/+0 |
* | Don't put newlines in AC macros that can't handle them! | Reid Spencer | 2004-12-15 | 1 | -4/+3 |
* | Add some system specific functions we use | Reid Spencer | 2004-12-15 | 1 | -1/+5 |
* | Get LLVMGCCDIR into the #defines | Reid Spencer | 2004-12-13 | 1 | -31/+35 |
* | More QMTest cruft gone! | Reid Spencer | 2004-12-09 | 1 | -12/+0 |
* | Remove last remnants of Python/QMTest support | Reid Spencer | 2004-12-08 | 1 | -151/+54 |
* | Search for tclsh last so we don't find the FreeBSD warning script too early | Reid Spencer | 2004-12-02 | 1 | -1/+1 |
* | Fix the tclsh test to find tclsh8.[34] and tclsh8.[34].X as well. | Reid Spencer | 2004-12-02 | 1 | -68/+59 |
* | Add a check for the tclsh program needed by dejagnu. This can have weird | Reid Spencer | 2004-11-30 | 1 | -30/+130 |
* | * Implement embedding libltdl into LLVM which required some rearranging. | Reid Spencer | 2004-11-29 | 1 | -1647/+5224 |
* | * allow doxygen documentation to be enabled/disabled (default off) | Reid Spencer | 2004-11-29 | 1 | -32/+423 |
* | Remove a dead check at the end of the configure script that was a left over | Reid Spencer | 2004-11-27 | 1 | -18/+7 |
* | Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now. | Reid Spencer | 2004-11-25 | 1 | -168/+1 |
* | Gack. Actually use the correct variable name in setting the JIT support. | Reid Spencer | 2004-11-25 | 1 | -1/+1 |
* | Fix the lib/System/platform link by using proper cached variable name. | Reid Spencer | 2004-11-25 | 1 | -2/+2 |
* | For PR256: | Reid Spencer | 2004-11-25 | 1 | -1715/+2923 |
* | Add the configurable configuration files for llvmc. | Reid Spencer | 2004-11-23 | 1 | -1/+5 |
* | Changes for testing presence of ltdl.h and lt_dlopen(), libtool functions | Reid Spencer | 2004-11-18 | 1 | -309/+148 |
* | Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This | Reid Spencer | 2004-11-07 | 1 | -5/+48 |
* | Added the poolalloc module to the list of projects to configure, if present. | John Criswell | 2004-10-28 | 1 | -28/+33 |
* | Regenerated after fixing typo. | Brian Gaeke | 2004-10-28 | 1 | -2/+2 |
* | Changes to support rand48 tests | Reid Spencer | 2004-10-27 | 1 | -52/+176 |
* | Add a check for the tar program. | Reid Spencer | 2004-10-25 | 1 | -1/+42 |
* | Add Makefile.JIT to the list of Makefiles transferred to the build dir to give | Misha Brukman | 2004-10-14 | 1 | -28/+34 |
* | Resolution to PR451. | Reid Spencer | 2004-10-13 | 1 | -133/+157 |
* | Add checks for the ZLIB and BZIP2 header files, not just the libraries. | Reid Spencer | 2004-10-04 | 1 | -13/+324 |
* | Provide support for auto-detection and use of compression libraries. | Reid Spencer | 2004-10-04 | 1 | -1/+7 |
* | Add checks for bzip2 and libz for use with the Compression concept for | Reid Spencer | 2004-10-02 | 1 | -0/+164 |
* | Improve warning | Alkis Evlogimenos | 2004-09-27 | 1 | -2/+2 |
* | Updated the last two header files so that they are configured with | John Criswell | 2004-09-24 | 1 | -46/+74 |
* | Modified hash_map and hash_set configuration so that they are not | John Criswell | 2004-09-24 | 1 | -50/+102 |
* | Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent it | John Criswell | 2004-09-24 | 1 | -53/+33 |
* | Fix a problem where the mmap_file test was generating an incorrect test | Reid Spencer | 2004-09-21 | 1 | -39/+33 |
* | Change the name of the "known" module for Java from llvm-java to Java. | Reid Spencer | 2004-09-20 | 1 | -4/+4 |