index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
autoconf
Age
Commit message (
Expand
)
Author
2004-08-04
Change the package identification to use one less level of quoting so that
Reid Spencer
2004-07-23
Revised the generation of files so that they follow the newer autoconf
John Criswell
2004-07-21
Add AC_MSG_CHECKING and AC_MSG_RESULT statements which were missing
Brian Gaeke
2004-07-21
Add check for finite(). Solaris doesn't have isinf, but it has finite...go
Brian Gaeke
2004-07-21
Add call to check for isinf().
Brian Gaeke
2004-07-21
Add support for checking for isinf().
Brian Gaeke
2004-07-19
Added support for stdint.h. It is now automatically included by
John Criswell
2004-06-22
Call custom check (AC_FUNC_ISNAN) instead of using the generic function check.
Brian Gaeke
2004-06-22
Implement isnan check (AC_FUNC_ISNAN) in terms of three calls to a fairly
Brian Gaeke
2004-06-22
Added the llvm/test/Programs/Makefile.test Makefile.
John Criswell
2004-06-22
Add AIX to the list of recognized operating systems.
Misha Brukman
2004-06-07
Added checks for mkstemp and getrusage.
John Criswell
2004-06-02
Recognize cygwin
Chris Lattner
2004-05-27
Added a check for a new header file.
John Criswell
2004-05-27
Only give warnings if the user doesn't have mmap(). This is pretty much
John Criswell
2004-04-16
Refactor external benchmark checking stuff into one hairy
Brian Gaeke
2004-04-14
We are now on LLVM 1.3
Chris Lattner
2004-04-13
Rewrite POV-Ray check as per PR301
Brian Gaeke
2004-04-02
check for isatty function
Brian Gaeke
2004-02-26
Modified the default pathname for Povray.
John Criswell
2004-02-26
Remove .micro references as those files no longer exist and add some more rec...
Alkis Evlogimenos
2004-02-25
Fix bugs found with recent addition of assertions in
Alkis Evlogimenos
2004-02-24
small portability fix.
Brian Gaeke
2004-02-24
Added the VTune tests.
John Criswell
2004-02-23
Add SUBSTing checks for sys/types.h and inttypes.h; add DataTypes.h to AC_OUT...
Brian Gaeke
2004-02-23
Change test for pthreads to use AC_SUBST; add ThreadSupport.h as an AC_OUTPUT.
Brian Gaeke
2004-02-23
Remove check for slist
Brian Gaeke
2004-02-23
Add include/Support/hash_map and include/Support/hash_set as AC_OUTPUT files.
Brian Gaeke
2004-02-23
Move HASH_* checks to using AC_SUBST instead of AC_DEFINE. Tighten up some wh...
Brian Gaeke
2004-02-23
Add include/Support/iterator as an AC_OUTPUT file.
Brian Gaeke
2004-02-23
Make all iterator checks use AC_SUBST instead of AC_DEFINE.
Brian Gaeke
2004-02-20
Added an option for configuring Povray. By default, it should find my local
John Criswell
2004-02-20
Add checks for <execinfo.h> and backtrace().
Brian Gaeke
2004-02-16
Adjusted the default pathname to the SPEC95 benchmarks. The new directory
John Criswell
2004-02-13
Added check for target machine endian-ness and put the result into
John Criswell
2004-02-10
Added support for configuring SPEC95.
John Criswell
2004-02-08
Move rules for regenerating autoconf files into this shell script.
Brian Gaeke
2004-01-22
Add autoconf check for the version of etags we have detected, and select
Brian Gaeke
2004-01-21
Get the shlib suffix from Libtool, and define it both in config.h and Makefil...
Brian Gaeke
2004-01-16
Get paths to cc1 and cc1plus by asking llvm-gcc, and AC_SUBST them.
Brian Gaeke
2004-01-15
Remove configure support for endianness checking, the need for which
Brian Gaeke
2004-01-13
Remove and/or shorten many comments in configure.ac.
Brian Gaeke
2004-01-12
The configure script now defines BISON as the name of the bison program and
John Criswell
2003-12-30
Moved aclocal.m4 to acinclude.m4. To re-generate the configure script,
John Criswell
2003-12-20
Fix help string for --enable-spec2000 option
Alkis Evlogimenos
2003-12-18
Merged in RELEASE_11.
John Criswell
2003-12-12
Don't configure directories that don't have a configure script (i.e Stacker).
John Criswell
2003-12-05
Add check for pthread_mutex_lock() in -lpthread (or otherwise).
Brian Gaeke
2003-11-25
Configure all project directories contained in llvm/projects.
John Criswell
2003-11-25
Added a pseudo-hack: The Makefile now copies Makefiles from source tree to
John Criswell
[next]