Add support for the llvm.memmove intrinsic
[oota-llvm.git] / configure
2004-02-10 John CriswellUpdated to handle the new SPEC95 configuration options.
2004-01-22 Brian GaekeRegenerated using autoconf-2.57.
2004-01-21 Brian GaekeRegenerated using autoconf-2.57 and autoheader-2.57.
2004-01-16 Brian GaekeRegenerated using autoconf-2.57.
2004-01-15 Brian GaekeRemove configure support for endianness checking, the...
2004-01-13 Brian GaekeWhoopsie. I should remember to use aclocal next time.
2004-01-13 Brian GaekeRemove and/or shorten many comments in configure.ac.
2004-01-12 John CriswellModified the configure script so that it defines BISON...
2003-12-30 John CriswellUpdated from files in llvm/autoconf. This was done...
2003-12-20 Alkis EvlogimenosFix help string for --enable-spec2000 option
2003-12-18 John CriswellMerged in RELEASE_11.
2003-12-12 John CriswellUpdated configure script so that it does not 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 GaekeRegenerated using autoconf-2.57
2003-11-18 Brian GaekeRegenerated using autoconf-2.57
2003-11-17 John CriswellAdded a check for the -R linker option.
2003-11-17 Brian GaekeRegenerated using autoconf-2.57.
2003-11-16 Brian GaekeRegenerated with autoconf-2.57.
2003-11-12 Misha BrukmanRegenerated `configure' for adding Makefiles and test...
2003-11-10 Brian GaekeRegenerated.
2003-10-28 John CriswellGenerated autoconf script for Chris.
2003-10-23 John CriswellUpdated configure script.
2003-10-17 Alkis EvlogimenosSomeone forgot to commit an updated configure after...
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 John CriswellAdded the eon and perlbmk benchmarks.
2003-10-09 John CriswellAdded 177.mesa to the list of Makefiles to propogate...
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 Gaekeregenerated using autoconf-2.57.
2003-10-06 Chris LattnerHand update the configure script for moved directories
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 John CriswellRegenerated configure with Misha's changes.
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-15 John CriswellRe-generated for recent changes.
2003-09-13 Chris Lattnermanually add the llvm-ar stuff. this should be regenerated
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 John CriswellRegenerated for Chris's updates, which adds several...
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.
2003-07-31 John CriswellChanged the default location of OBJ_ROOT to follow...
2003-07-29 John CriswellEnable JIT when the platform supports it.
2003-07-23 John CriswellRenamed libtool to mklib for your tab completion pleasure.
2003-07-22 John CriswellRepaired the --enable and --disable options.
2003-07-22 John CriswellMade some corrections to the enable-llc_diffs option.
2003-07-22 John CriswellGenerated a new configure script.
2003-07-14 John CriswellMerged in changes from PRE101 in the prerelease branch.
2003-07-02 John CriswellRemoved the --enable-profiling option (again).
2003-07-01 John CriswellAdded the ARCH variable so that some of the Makefiles...
2003-06-30 John CriswellRemoved the --enable-verbose option.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...