aboutsummaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)Author
2004-09-07- Perform all validity checks before doing anything.Reid Spencer
2004-09-07move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files.Reid Spencer
2004-09-07Individual autoconf function broken out of acincludes.m4. This changeReid Spencer
2004-09-05Remove configuration of test/Programs/* Makefiles.Reid Spencer
2004-09-02Don't just assume that either uint64_t or u_int64_t is available. Instead,Reid Spencer
2004-09-02Added a check for u_int64_t, which is used by Interix.John Criswell
2004-09-01Changes For Bug 352Reid Spencer
2004-08-31Add support for Interix and FreeBSDReid Spencer
2004-08-31Fix a "test" botch.Reid Spencer
2004-08-31Recognize Interix systems as if they were SunOS and make sure we don'tReid Spencer
2004-08-29Create a link from $BUILD_OBJ_ROOT/lib/System/platform toReid Spencer
2004-08-24Ensure that the examples get built.Reid Spencer
2004-08-20Actually name the #define correctly.Reid Spencer
2004-08-20Change version 1.3 -> 1.4Reid Spencer
2004-08-04Change the package identification to use one less level of quoting so thatReid Spencer
2004-07-23Revised the generation of files so that they follow the newer autoconfJohn Criswell
2004-07-21Add AC_MSG_CHECKING and AC_MSG_RESULT statements which were missingBrian Gaeke
2004-07-21Add check for finite(). Solaris doesn't have isinf, but it has finite...goBrian Gaeke
2004-07-21Add call to check for isinf().Brian Gaeke
2004-07-21Add support for checking for isinf().Brian Gaeke
2004-07-19Added support for stdint.h. It is now automatically included byJohn Criswell
2004-06-22Call custom check (AC_FUNC_ISNAN) instead of using the generic function check.Brian Gaeke
2004-06-22Implement isnan check (AC_FUNC_ISNAN) in terms of three calls to a fairlyBrian Gaeke
2004-06-22Added the llvm/test/Programs/Makefile.test Makefile.John Criswell
2004-06-22Add AIX to the list of recognized operating systems.Misha Brukman
2004-06-07Added checks for mkstemp and getrusage.John Criswell
2004-06-02Recognize cygwinChris Lattner
2004-05-27Added a check for a new header file.John Criswell
2004-05-27Only give warnings if the user doesn't have mmap(). This is pretty muchJohn Criswell
2004-04-16Refactor external benchmark checking stuff into one hairyBrian Gaeke
2004-04-14We are now on LLVM 1.3Chris Lattner
2004-04-13Rewrite POV-Ray check as per PR301Brian Gaeke
2004-04-02check for isatty functionBrian Gaeke
2004-02-26Modified the default pathname for Povray.John Criswell
2004-02-26Remove .micro references as those files no longer exist and add some more rec...Alkis Evlogimenos
2004-02-25Fix bugs found with recent addition of assertions inAlkis Evlogimenos
2004-02-24small portability fix.Brian Gaeke
2004-02-24Added the VTune tests.John Criswell
2004-02-23Add SUBSTing checks for sys/types.h and inttypes.h; add DataTypes.h to AC_OUT...Brian Gaeke
2004-02-23Change test for pthreads to use AC_SUBST; add ThreadSupport.h as an AC_OUTPUT.Brian Gaeke
2004-02-23Remove check for slistBrian Gaeke
2004-02-23Add include/Support/hash_map and include/Support/hash_set as AC_OUTPUT files.Brian Gaeke
2004-02-23Move HASH_* checks to using AC_SUBST instead of AC_DEFINE. Tighten up some wh...Brian Gaeke
2004-02-23Add include/Support/iterator as an AC_OUTPUT file.Brian Gaeke
2004-02-23Make all iterator checks use AC_SUBST instead of AC_DEFINE.Brian Gaeke
2004-02-20Added an option for configuring Povray. By default, it should find my localJohn Criswell
2004-02-20Add checks for <execinfo.h> and backtrace().Brian Gaeke
2004-02-16Adjusted the default pathname to the SPEC95 benchmarks. The new directoryJohn Criswell
2004-02-13Added check for target machine endian-ness and put the result intoJohn Criswell
2004-02-10Added support for configuring SPEC95.John Criswell