aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
Commit message (Expand)AuthorAgeFilesLines
* Don't just assume that either uint64_t or u_int64_t is available. Instead,Reid Spencer2004-09-021-2/+3
* Added a check for u_int64_t, which is used by Interix.John Criswell2004-09-021-0/+1
* Changes For Bug 352Reid Spencer2004-09-011-7/+7
* Add support for Interix and FreeBSDReid Spencer2004-08-311-2/+2
* Fix a "test" botch.Reid Spencer2004-08-311-25/+44
* Recognize Interix systems as if they were SunOS and make sure we don'tReid Spencer2004-08-311-0/+9
* Create a link from $BUILD_OBJ_ROOT/lib/System/platform toReid Spencer2004-08-291-15/+31
* Ensure that the examples get built.Reid Spencer2004-08-241-0/+1
* Actually name the #define correctly.Reid Spencer2004-08-201-1/+1
* Change version 1.3 -> 1.4Reid Spencer2004-08-201-1/+35
* Change the package identification to use one less level of quoting so thatReid Spencer2004-08-041-1/+1
* Revised the generation of files so that they follow the newer autoconfJohn Criswell2004-07-231-7/+12
* Add AC_MSG_CHECKING and AC_MSG_RESULT statements which were missingBrian Gaeke2004-07-211-0/+4
* Add check for finite(). Solaris doesn't have isinf, but it has finite...goBrian Gaeke2004-07-211-0/+4
* Add call to check for isinf().Brian Gaeke2004-07-211-0/+1
* Add support for checking for isinf().Brian Gaeke2004-07-211-0/+14
* Added support for stdint.h. It is now automatically included byJohn Criswell2004-07-191-0/+5
* Call custom check (AC_FUNC_ISNAN) instead of using the generic function check.Brian Gaeke2004-06-221-1/+3
* Implement isnan check (AC_FUNC_ISNAN) in terms of three calls to a fairlyBrian Gaeke2004-06-221-0/+31
* Added the llvm/test/Programs/Makefile.test Makefile.John Criswell2004-06-221-1/+2
* Add AIX to the list of recognized operating systems.Misha Brukman2004-06-221-3/+3
* Added checks for mkstemp and getrusage.John Criswell2004-06-071-1/+1
* Recognize cygwinChris Lattner2004-06-021-0/+3
* Added a check for a new header file.John Criswell2004-05-271-1/+1
* Only give warnings if the user doesn't have mmap(). This is pretty muchJohn Criswell2004-05-271-2/+2
* Refactor external benchmark checking stuff into one hairyBrian Gaeke2004-04-161-69/+32
* We are now on LLVM 1.3Chris Lattner2004-04-141-3/+3
* Rewrite POV-Ray check as per PR301Brian Gaeke2004-04-131-20/+35
* check for isatty functionBrian Gaeke2004-04-021-1/+1
* Modified the default pathname for Povray.John Criswell2004-02-261-3/+3
* Remove .micro references as those files no longer exist and add some more rec...Alkis Evlogimenos2004-02-261-2/+2
* Fix bugs found with recent addition of assertions inAlkis Evlogimenos2004-02-251-7/+7
* small portability fix.Brian Gaeke2004-02-241-1/+2
* Added the VTune tests.John Criswell2004-02-241-0/+1
* Add SUBSTing checks for sys/types.h and inttypes.h; add DataTypes.h to AC_OUT...Brian Gaeke2004-02-231-2/+15
* Change test for pthreads to use AC_SUBST; add ThreadSupport.h as an AC_OUTPUT.Brian Gaeke2004-02-231-2/+4
* Remove check for slistBrian Gaeke2004-02-232-32/+0
* Add include/Support/hash_map and include/Support/hash_set as AC_OUTPUT files.Brian Gaeke2004-02-231-1/+4
* Move HASH_* checks to using AC_SUBST instead of AC_DEFINE. Tighten up some wh...Brian Gaeke2004-02-231-32/+40
* Add include/Support/iterator as an AC_OUTPUT file.Brian Gaeke2004-02-231-1/+1
* Make all iterator checks use AC_SUBST instead of AC_DEFINE.Brian Gaeke2004-02-231-6/+15
* Added an option for configuring Povray. By default, it should find my localJohn Criswell2004-02-201-0/+23
* Add checks for <execinfo.h> and backtrace().Brian Gaeke2004-02-201-2/+2
* Adjusted the default pathname to the SPEC95 benchmarks. The new directoryJohn Criswell2004-02-161-3/+3
* Added check for target machine endian-ness and put the result intoJohn Criswell2004-02-131-0/+3
* Added support for configuring SPEC95.John Criswell2004-02-101-1/+24
* Move rules for regenerating autoconf files into this shell script.Brian Gaeke2004-02-081-0/+20
* Add autoconf check for the version of etags we have detected, and selectBrian Gaeke2004-01-221-0/+8
* Get the shlib suffix from Libtool, and define it both in config.h and Makefil...Brian Gaeke2004-01-211-0/+11
* Get paths to cc1 and cc1plus by asking llvm-gcc, and AC_SUBST them.Brian Gaeke2004-01-161-0/+4