aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
Commit message (Expand)AuthorAgeFilesLines
* Add HAVE_BZLIB_H and HAVE_ZLIB_H tests.Reid Spencer2004-10-171-0/+6
* Add HAVE_BZIP2 and HAVE_ZLIBReid Spencer2004-10-041-0/+6
* Updated the last two header files so that they are configured withJohn Criswell2004-09-241-0/+30
* Update to add the HAVE_UINT64_T test and the STACK_DIRECTION indicator.Reid Spencer2004-09-221-7/+4
* The alloca function, strangely enough, is found in the malloc.h header fileReid Spencer2004-09-221-0/+2
* * Fix grammarMisha Brukman2004-09-121-4/+4
* Add HAS_U_INT64_TReid Spencer2004-09-051-0/+3
* Added u_int64_t because some systems use that instead of uint64_t.John Criswell2004-09-021-0/+3
* Changes For Bug 352Reid Spencer2004-09-0118-20/+20
* Changes resulting from change in autoconf/configure.in (rename a #define)Reid Spencer2004-08-201-3/+3
* Added various LLVM_* strings that are configured to provide the user'sReid Spencer2004-08-201-3/+30
* Regenerated with autoconf/autoheader 2.57Brian Gaeke2004-07-211-0/+4
* Regenerated with autoheader-2.57.Brian Gaeke2004-07-211-3/+10
* link.h causes problems on some platforms and is not needed on solaris, whereChris Lattner2004-07-171-9/+0
* Regenerated.Brian Gaeke2004-06-221-7/+17
* Added the llvm/test/Programs/Makefile.test Makefile.John Criswell2004-06-221-0/+3
* Let's be consistent: listing format `os/arch'.Misha Brukman2004-06-211-1/+1
* Add a target-independent way to query page size.Misha Brukman2004-06-181-0/+49
* Added checks for mkstemp and getrusage.John Criswell2004-06-071-0/+6
* Macros are baaad.Chris Lattner2004-06-051-0/+2
* Don't #include <unistd.h> directly, go through the config filesChris Lattner2004-06-052-10/+4
* <io.h> provides read/write/open/...Chris Lattner2004-06-041-1/+2
* Visual C has something resembling a stat function, but it doesn't provide S_I...Chris Lattner2004-06-042-1/+5
* Make this work on VC++, pull the HAVE_ALLOCA_H case out instead of duplicatingChris Lattner2004-06-041-16/+12
* On win32, process.h provides some of the traditional stuff that unistdChris Lattner2004-06-011-0/+4
* Fix bizzare problems when you include Config/dlfcn and Config/windows.h inChris Lattner2004-05-281-2/+2
* An "autoconf wrapper" for the infamous windows.h fileChris Lattner2004-05-271-0/+23
* Added a check for a new header file.John Criswell2004-05-271-0/+3
* Regenerated using autoheader-2.57.Brian Gaeke2004-04-021-0/+3
* Eliminate copy-and-paste commentsChris Lattner2004-02-265-5/+5
* Regenerated with autoheader-2.57.Brian Gaeke2004-02-231-7/+0
* Regenerated using autoheader-2.57.Brian Gaeke2004-02-231-24/+0
* Regenerated with autoheader-2.57.Brian Gaeke2004-02-231-9/+0
* Regenerated using autoheader-2.57.Brian Gaeke2004-02-201-0/+6
* Regenerated using autoconf-2.57 and autoheader-2.57.Brian Gaeke2004-01-211-0/+3
* Remove configure support for endianness checking, the need for whichBrian Gaeke2004-01-151-6/+0
* Regenerated using autoheader-2.57.Brian Gaeke2004-01-131-37/+0
* Regenerated using autoheader-2.57Brian Gaeke2003-12-081-0/+4
* Regenerated using autoheader-2.57Brian Gaeke2003-11-181-0/+4
* Regenerated.Brian Gaeke2003-11-101-7/+19
* Oops. Typo.John Criswell2003-10-201-1/+1
* Added LLVM header notice.John Criswell2003-10-2015-34/+117
* Added a macro and code that checks for the %a format string in sprintf().John Criswell2003-10-131-0/+3
* Regenerated with (at top-level llvm directory):Brian Gaeke2003-10-071-66/+82
* Enable JIT when the platform supports it.John Criswell2003-07-291-0/+2
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-3016-0/+553