Implement eliminateCallFramePseudoInstr().
[oota-llvm.git] / autoconf /
2004-10-10 Reid SpencerEnsure timestamp on saved contents of configure.ac...
2004-10-08 Reid SpencerAdd the --with-automake option to AutoRegen.sh and...
2004-10-04 Reid SpencerAdd checks for the ZLIB and BZIP2 header files, not...
2004-10-04 Reid SpencerMove the warning about no compression library down...
2004-10-04 Reid SpencerProvide support for auto-detection and use of compressi...
2004-10-02 Reid SpencerAdd checks for bzip2 and libz for use with the Compress...
2004-09-27 Alkis EvlogimenosImprove warning
2004-09-24 John CriswellUpdated the last two header files so that they are...
2004-09-24 John CriswellModified hash_map and hash_set configuration so that...
2004-09-24 John CriswellConfigure Datatypes.h.in with AC_CONFIG_HEADERS. This...
2004-09-21 Reid SpencerChange the warning text so that NO warnings are permitt...
2004-09-21 Reid SpencerDon't attempt to (illegally) configure a subdir if...
2004-09-21 Reid SpencerFix the program passed to AC_LANG_PROGRAM to be only...
2004-09-20 Alkis EvlogimenosUse the right directory for the Java frontend
2004-09-20 Reid SpencerCorrect the use AC_RUN_IFELSE to ensure it builds progr...
2004-09-20 Reid SpencerThe problem with depending on the internal implementati...
2004-09-20 Reid SpencerUpdate the script to generate mklib instead of libtool.
2004-09-19 Reid SpencerVarious minor cleanups and replacement of obsoleted...
2004-09-19 Reid SpencerNumerous fixes to convert ~ into ; that (probably)...
2004-09-19 Reid SpencerBring the script out of the dark ages and into modern...
2004-09-19 Reid SpencerMake the "Warning" notice a LOT more prominent.
2004-09-19 Reid SpencerAdd in version dependency checks on all the tools we...
2004-09-19 Reid SpencerAdd our own version of libtool.m4 instead of relying...
2004-09-10 Brian GaekeUpdate to latest versions of config.guess and config...
2004-09-08 Brian Gaekerecognize MinGW
2004-09-07 Brian GaekePAPI check has been moved to projects/reopt.
2004-09-07 Reid SpencerRemoved this file as its contents are now in the m4...
2004-09-07 Reid Spencer- Handle AC_CONFIG_SUBDIRS properly for existing "well...
2004-09-07 Reid Spencer- Perform all validity checks before doing anything.
2004-09-07 Reid Spencermove AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files.
2004-09-07 Reid SpencerIndividual autoconf function broken out of acincludes...
2004-09-05 Reid SpencerRemove configuration of test/Programs/* Makefiles.
2004-09-02 Reid SpencerDon't just assume that either uint64_t or u_int64_t...
2004-09-02 John CriswellAdded a check for u_int64_t, which is used by Interix.
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 AC_MSG_CHECKING and AC_MSG_RESULT statements which...
2004-07-21 Brian GaekeAdd check for finite(). Solaris doesn't have isinf...
2004-07-21 Brian GaekeAdd call to check for isinf().
2004-07-21 Brian GaekeAdd support for checking 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 Brian GaekeImplement isnan check (AC_FUNC_ISNAN) in terms of three...
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 Brian Gaekesmall portability fix.
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 GaekeMove HASH_* checks to using AC_SUBST instead of AC_DEFI...
2004-02-23 Brian GaekeAdd include/Support/iterator as an AC_OUTPUT file.
2004-02-23 Brian GaekeMake all iterator checks use AC_SUBST instead of AC_DEFINE.
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-02-08 Brian GaekeMove rules for regenerating autoconf files into this...
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.
2004-01-12 John CriswellThe configure script now defines BISON as the name...
2003-12-30 John CriswellMoved aclocal.m4 to acinclude.m4. To re-generate the...
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-18 Brian GaekeFix breakage caused by typos. Use 3-arg form of AC_DEFINE.
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...
next