summaryrefslogtreecommitdiff
path: root/autoconf/configure.ac
Commit message (Expand)AuthorAge
* Create a link from $BUILD_OBJ_ROOT/lib/System/platform toReid Spencer2004-08-29
* Ensure that the examples get built.Reid Spencer2004-08-24
* Actually name the #define correctly.Reid Spencer2004-08-20
* Change version 1.3 -> 1.4Reid Spencer2004-08-20
* Change the package identification to use one less level of quoting so thatReid Spencer2004-08-04
* Revised the generation of files so that they follow the newer autoconfJohn Criswell2004-07-23
* Add call to check for isinf().Brian Gaeke2004-07-21
* Added support for stdint.h. It is now automatically included byJohn Criswell2004-07-19
* Call custom check (AC_FUNC_ISNAN) instead of using the generic function check.Brian Gaeke2004-06-22
* Added the llvm/test/Programs/Makefile.test Makefile.John Criswell2004-06-22
* Add AIX to the list of recognized operating systems.Misha Brukman2004-06-22
* Added checks for mkstemp and getrusage.John Criswell2004-06-07
* Recognize cygwinChris Lattner2004-06-02
* Added a check for a new header file.John Criswell2004-05-27
* Only give warnings if the user doesn't have mmap(). This is pretty muchJohn Criswell2004-05-27
* Refactor external benchmark checking stuff into one hairyBrian Gaeke2004-04-16
* We are now on LLVM 1.3Chris Lattner2004-04-14
* Rewrite POV-Ray check as per PR301Brian Gaeke2004-04-13
* check for isatty functionBrian Gaeke2004-04-02
* Modified the default pathname for Povray.John Criswell2004-02-26
* Remove .micro references as those files no longer exist and add some more rec...Alkis Evlogimenos2004-02-26
* Fix bugs found with recent addition of assertions inAlkis Evlogimenos2004-02-25
* Added the VTune tests.John Criswell2004-02-24
* Add SUBSTing checks for sys/types.h and inttypes.h; add DataTypes.h to AC_OUT...Brian Gaeke2004-02-23
* Change test for pthreads to use AC_SUBST; add ThreadSupport.h as an AC_OUTPUT.Brian Gaeke2004-02-23
* Remove check for slistBrian Gaeke2004-02-23
* Add include/Support/hash_map and include/Support/hash_set as AC_OUTPUT files.Brian Gaeke2004-02-23
* Add include/Support/iterator as an AC_OUTPUT file.Brian Gaeke2004-02-23
* Added an option for configuring Povray. By default, it should find my localJohn Criswell2004-02-20
* Add checks for <execinfo.h> and backtrace().Brian Gaeke2004-02-20
* Adjusted the default pathname to the SPEC95 benchmarks. The new directoryJohn Criswell2004-02-16
* Added check for target machine endian-ness and put the result intoJohn Criswell2004-02-13
* Added support for configuring SPEC95.John Criswell2004-02-10
* Add autoconf check for the version of etags we have detected, and selectBrian Gaeke2004-01-22
* Get the shlib suffix from Libtool, and define it both in config.h and Makefil...Brian Gaeke2004-01-21
* Get paths to cc1 and cc1plus by asking llvm-gcc, and AC_SUBST them.Brian Gaeke2004-01-16
* Remove configure support for endianness checking, the need for whichBrian Gaeke2004-01-15
* Remove and/or shorten many comments in configure.ac.Brian Gaeke2004-01-13
* Fix help string for --enable-spec2000 optionAlkis Evlogimenos2003-12-20
* Merged in RELEASE_11.John Criswell2003-12-18
* Don't configure directories that don't have a configure script (i.e Stacker).John Criswell2003-12-12
* Add check for pthread_mutex_lock() in -lpthread (or otherwise).Brian Gaeke2003-12-05
* Configure all project directories contained in llvm/projects.John Criswell2003-11-25
* Added a pseudo-hack: The Makefile now copies Makefiles from source tree toJohn Criswell2003-11-25
* Add Stacker directories.Brian Gaeke2003-11-24
* Added a check for the -R linker option.John Criswell2003-11-17
* Edit some comments slightly.Brian Gaeke2003-11-17
* Only default to the llvm-gcc in ~lattner if that directory exists.Brian Gaeke2003-11-16
* OK, scratch my last post, this actually *does* work, those syntax errors wereMisha Brukman2003-11-12
* Apparently adding these entries and regenerating llvm/configure results inMisha Brukman2003-11-12