aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Config
AgeCommit message (Expand)Author
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-02-19Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen
2005-01-16Provide support for HP/UX aCC compiler's variant of hash_map and hash_setReid Spencer
2005-01-01Add HAVE_SBRKReid Spencer
2004-12-29* Fix a bug in an m4 macro that used an incorrect test operatorReid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-25For PR351:Reid Spencer
2004-12-24For PR351:Reid Spencer
2004-12-20Remove this file as there are no LLVM users of it any more.Reid Spencer
2004-12-20Remove this file as its not used by anything in LLVM any more. SystemReid Spencer
2004-12-20Remove these files as they are included by nothing in LLVM any more. TheReid Spencer
2004-12-20Remove these headers. The files that used to #include them don't any moreReid Spencer
2004-12-20Add HAVE_SYSCONFReid Spencer
2004-12-20For PR351:Reid Spencer
2004-12-15Remove LLVMGCCDIR.Reid Spencer
2004-12-15Add some system specific functions we useReid Spencer
2004-12-13Add LLVMGCCDIR for path lookupReid Spencer
2004-11-29Changes resulting from AC_LIB_LTDL usage.Reid Spencer
2004-11-29Don't include ltdl.h any more. Its nested in lib/System now.Reid Spencer
2004-11-25Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer
2004-11-20Ignore filesChris Lattner
2004-11-18Include ltdl.h if we have it.Reid Spencer
2004-11-18Add checks for HAVE_LTDL_H and HAVE_LT_DLOPENReid Spencer
2004-11-02Fix typo, contributed by Henrik Bach!Chris Lattner
2004-10-28Regenerated after fixing typo.Brian Gaeke
2004-10-27Add the HAVE_RAND48 define.Reid Spencer
2004-10-25Patch to support MSVC correctly, contributed by Morten Ofstad!Chris Lattner
2004-10-17Add HAVE_BZLIB_H and HAVE_ZLIB_H tests.Reid Spencer
2004-10-04Add HAVE_BZIP2 and HAVE_ZLIBReid Spencer
2004-09-24Updated the last two header files so that they are configured withJohn Criswell
2004-09-22Update to add the HAVE_UINT64_T test and the STACK_DIRECTION indicator.Reid Spencer
2004-09-22The alloca function, strangely enough, is found in the malloc.h header fileReid Spencer
2004-09-12* Fix grammarMisha Brukman
2004-09-05Add HAS_U_INT64_TReid Spencer
2004-09-02Added u_int64_t because some systems use that instead of uint64_t.John Criswell
2004-09-01Changes For Bug 352Reid Spencer
2004-08-20Changes resulting from change in autoconf/configure.in (rename a #define)Reid Spencer
2004-08-20Added various LLVM_* strings that are configured to provide the user'sReid Spencer
2004-07-21Regenerated with autoconf/autoheader 2.57Brian Gaeke
2004-07-21Regenerated with autoheader-2.57.Brian Gaeke
2004-07-17link.h causes problems on some platforms and is not needed on solaris, whereChris Lattner
2004-06-22Regenerated.Brian Gaeke
2004-06-22Added the llvm/test/Programs/Makefile.test Makefile.John Criswell
2004-06-21Let's be consistent: listing format `os/arch'.Misha Brukman
2004-06-18Add a target-independent way to query page size.Misha Brukman
2004-06-07Added checks for mkstemp and getrusage.John Criswell
2004-06-05Macros are baaad.Chris Lattner
2004-06-05Don't #include <unistd.h> directly, go through the config filesChris Lattner
2004-06-04<io.h> provides read/write/open/...Chris Lattner