Changes For Bug 352
[oota-llvm.git] / autoconf / configure.ac
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-31 Reid SpencerAdd support for Interix and FreeBSD
2004-08-31 Reid SpencerFix a "test" botch.
2004-08-31 Reid SpencerRecognize Interix systems as if they were SunOS and...
2004-08-29 Reid SpencerCreate a link from $BUILD_OBJ_ROOT/lib/System/platform to
2004-08-24 Reid SpencerEnsure that the examples get built.
2004-08-20 Reid SpencerActually name the #define correctly.
2004-08-20 Reid SpencerChange version 1.3 -> 1.4
2004-08-04 Reid SpencerChange the package identification to use one less level...
2004-07-23 John CriswellRevised the generation of files so that they follow...
2004-07-21 Brian GaekeAdd call to check for isinf().
2004-07-19 John CriswellAdded support for stdint.h. It is now automatically...
2004-06-22 Brian GaekeCall custom check (AC_FUNC_ISNAN) instead of using...
2004-06-22 John CriswellAdded the llvm/test/Programs/Makefile.test Makefile.
2004-06-22 Misha BrukmanAdd AIX to the list of recognized operating systems.
2004-06-07 John CriswellAdded checks for mkstemp and getrusage.
2004-06-02 Chris LattnerRecognize cygwin
2004-05-27 John CriswellAdded a check for a new header file.
2004-05-27 John CriswellOnly give warnings if the user doesn't have mmap()...
2004-04-16 Brian GaekeRefactor external benchmark checking stuff into one...
2004-04-14 Chris LattnerWe are now on LLVM 1.3
2004-04-13 Brian GaekeRewrite POV-Ray check as per PR301
2004-04-02 Brian Gaekecheck for isatty function
2004-02-26 John CriswellModified the default pathname for Povray.
2004-02-26 Alkis EvlogimenosRemove .micro references as those files no longer exist...
2004-02-25 Alkis EvlogimenosFix bugs found with recent addition of assertions in
2004-02-24 John CriswellAdded the VTune tests.
2004-02-23 Brian GaekeAdd SUBSTing checks for sys/types.h and inttypes.h...
2004-02-23 Brian GaekeChange test for pthreads to use AC_SUBST; add ThreadSup...
2004-02-23 Brian GaekeRemove check for slist
2004-02-23 Brian GaekeAdd include/Support/hash_map and include/Support/hash_s...
2004-02-23 Brian GaekeAdd include/Support/iterator as an AC_OUTPUT file.
2004-02-20 John CriswellAdded an option for configuring Povray. By default...
2004-02-20 Brian GaekeAdd checks for <execinfo.h> and backtrace().
2004-02-16 John CriswellAdjusted the default pathname to the SPEC95 benchmarks...
2004-02-13 John CriswellAdded check for target machine endian-ness and put...
2004-02-10 John CriswellAdded support for configuring SPEC95.
2004-01-22 Brian GaekeAdd autoconf check for the version of etags we have...
2004-01-21 Brian GaekeGet the shlib suffix from Libtool, and define it both...
2004-01-16 Brian GaekeGet paths to cc1 and cc1plus by asking llvm-gcc, and...
2004-01-15 Brian GaekeRemove configure support for endianness checking, the...
2004-01-13 Brian GaekeRemove and/or shorten many comments in configure.ac.
2003-12-20 Alkis EvlogimenosFix help string for --enable-spec2000 option
2003-12-18 John CriswellMerged in RELEASE_11.
2003-12-12 John CriswellDon't configure directories that don't have a configure...
2003-12-05 Brian GaekeAdd check for pthread_mutex_lock() in -lpthread (or...
2003-11-25 John CriswellConfigure all project directories contained in llvm...
2003-11-25 John CriswellAdded a pseudo-hack: The Makefile now copies Makefiles...
2003-11-24 Brian GaekeAdd Stacker directories.
2003-11-17 John CriswellAdded a check for the -R linker option.
2003-11-17 Brian GaekeEdit some comments slightly.
2003-11-16 Brian GaekeOnly default to the llvm-gcc in ~lattner if that direct...
2003-11-12 Misha BrukmanOK, scratch my last post, this actually *does* work...
2003-11-12 Misha BrukmanApparently adding these entries and regenerating llvm...
2003-11-12 Misha BrukmanSome programs actually require an input to run. The...
2003-11-12 Misha BrukmanAdd FreeBench benchmarks to our test suite -- they...
2003-11-12 Brian GaekeI don't think this was supposed to have gotten into...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-10 Brian GaekePatch to fix PR102, contributed by Reid Spencer.
2003-10-28 Chris LattnerAdd profiling runtime and llvm-prof tools. Would someo...
2003-10-22 Brian GaekeDo not check for strings.h. This is an old, old, old...
2003-10-16 Misha BrukmanAdded an entry for `llvm-nm'.
2003-10-16 John CriswellAdded autoconf support for the sample project.
2003-10-13 John CriswellAdded a macro and code that checks for the %a format...
2003-10-10 Brian GaekeThe code that called strsignal is toast.
2003-10-10 John CriswellAdded the eon and perlbmk benchmarks.
2003-10-09 John CriswellAdded 177.mesa to the list of Makefiles to propogate...
2003-10-08 Brian Gaeketest/Programs/NoSource and www are gone from the tree...
2003-10-08 Brian GaekeUse 3-arg form of AC_DEFINE.
2003-10-07 John CriswellRenamed -use-spec to -use-spec2000.
2003-10-07 John CriswellSwitching over to the new test database.
2003-10-07 Brian GaekeDon't abort if dlopen cannot be found; it's not like...
2003-10-07 Brian GaekeCheck for functions: strtoq, strtoll.
2003-10-06 Chris LattnerChanges for the move of the support directory back...
2003-10-02 John CriswellRemoved the check for purify as we don't support its...
2003-09-30 John CriswellRemoved Makefile for CompileFail tests. They are now...
2003-09-30 John CriswellAdded conditional configuration of poolalloc.
2003-09-30 John CriswellAdded the ability to conditionally configure the reopt...
2003-09-30 John CriswellRemoved the utils/Makefile file from being copied to...
2003-09-29 John CriswellAdded Makefiles to llvm/test/Programs/SingleSource...
2003-09-29 John CriswellMoved llvm/lib/Support to llvm/support/lib/Support.
2003-09-26 John CriswellMoved llvm/test/Programs/SingleSource/Regression around...
2003-09-26 John CriswellAdded llvm/test/Programs/SingleSource/Regression/Makefile.
2003-09-23 John CriswellIf we fail to find python or qmtest, give a warning...
2003-09-23 John CriswellAdded code that stops the configure script if a needed...
2003-09-16 Misha Brukman`link' is now `llvm-link'. Also alphabetized the tools...
2003-09-16 John CriswellHave the configure script put llvm.py into the object...
2003-09-15 John CriswellRemoved llvm/tools/as, llvm/tools/dis, and runtime...
2003-09-15 John CriswellModified the checks slightly so that one can re-configu...
2003-09-15 John CriswellAdded code that verifies that the source directory...
2003-09-13 Chris LattnerConfigure the llvm-ar directory
2003-09-12 John CriswellCaught a few misses in the last modification.
2003-09-12 John CriswellUpdated for the re-organization of llvm/test/Programs...
2003-09-11 John CriswellAdded the SetjmpLongjmp Makefile.
2003-09-11 John CriswellFixed SPEC so that it would run correctly with the...
2003-09-10 John CriswellUpdated to reflect the new locations of SingleSource...
2003-09-10 Chris LattnerAdd missing runtime directories
2003-09-09 John CriswellRemoved Makefiles for directories that no longer exist.
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-08-25 John CriswellAdded code to check for python and qmtest.
next