Providing --with-ocaml-libdir for ./configure. The default is the
[oota-llvm.git] / autoconf / configure.ac
2005-07-12 Reid SpencerFor PR540:
2005-07-12 Reid SpencerIn support of PR418:
2005-06-06 Misha BrukmanWe also have V8, so do not force every Sparc to be...
2005-06-02 Reid SpencerFix the definitions of LLVMGCC and LLVMGXX to include...
2005-05-19 Reid SpencerFor PR514: Do not configure removed files
2005-05-18 John CriswellUpdated version to LLVM 1.6 CVS.
2005-05-18 John CriswellMerged in release_15.
2005-05-16 Duraid Madinadetect HP-UX when configuring
2005-05-15 Reid SpencerRemove the check for the ffsll function. Its no longer...
2005-05-14 Reid SpencerChanges for ffs lib call simplification:
2005-05-13 Reid SpencerFix the "stacker doesn't build without llvm-gcc" proble...
2005-05-12 Misha Brukmanllvm-fefw doesn't exist (yet)
2005-05-12 Misha BrukmanRemove extraneous `U ' in copyright line
2005-04-22 Misha BrukmanBuild the `Skeleton' target when building "all" targets
2005-04-22 Reid SpencerMake sure the CBackend is always a target that is built.
2005-04-22 Reid SpencerConsolidate the target selection options into a single...
2005-04-22 Reid SpencerFirst step in avoiding compilation/usage of non-relevan...
2005-03-17 Misha BrukmanRecognize an IA64 when we see one
2005-02-24 Reid SpencerAdd a call to AC_CONFIG_COMMANDS to ensure that llvm_sr...
2005-02-16 Reid SpencerRemove the "pax" program from the list of those needed...
2005-02-11 Chris LattnerThe pool allocator is now the llvm-poolalloc module...
2005-01-24 Andrew Lenharthlet configure recognize Alphas
2005-01-24 Misha BrukmanMark CVS versions different from releases
2005-01-22 Reid SpencerWe're working towards LLVM 1.5 now so bump the version...
2005-01-16 Alkis EvlogimenosFix llvm-java project autconfiguration.
2005-01-16 Reid SpencerProvide support for HP/UX aCC compiler's variant of...
2005-01-05 Alkis EvlogimenosThe Java project now lives under projects/llvm-java.
2004-12-31 Reid SpencerFor PR351:
2004-12-31 Reid SpencerFor PR351:
2004-12-29 Reid Spencer* Fix a bug in an m4 macro that used an incorrect test...
2004-12-28 Reid SpencerMake the x86_64 target names match between def and...
2004-12-28 Reid SpencerMake the 64-bit x86 target named "x86_64" instead of...
2004-12-27 Reid SpencerDon't create symbolic links for lib/System any more...
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerOops, reverse the logic on a test for WITH_LLVMGCCDIR...
2004-12-25 Reid SpencerFor PR351:
2004-12-24 Reid SpencerMake the symbolic link using the correct variable!
2004-12-24 Reid SpencerFor PR351:
2004-12-24 Reid SpencerChange llvmgcc/llvmg++ to llvm-gcc and llvm-g++ respect...
2004-12-23 Reid SpencerUpdate the amd64 target detection checks.
2004-12-23 Reid SpencerAdded support for detection of amd64 targets.
2004-12-22 Reid SpencerFor PR432:
2004-12-20 Reid SpencerFor PR351:
2004-12-16 Reid SpencerAdd CMP and CP configuration variables for the unix...
2004-12-15 Reid SpencerRemove LLVMGCCDIR from the set of defines.
2004-12-15 Reid SpencerDon't put newlines in AC macros that can't handle them!
2004-12-15 Reid SpencerAdd some system specific functions we use
2004-12-13 Reid SpencerGet LLVMGCCDIR into the #defines
2004-12-09 Reid SpencerMore QMTest cruft gone!
2004-12-08 Reid SpencerRemove last remnants of Python/QMTest support
2004-11-30 Reid SpencerAdd a check for the tclsh program needed by dejagnu...
2004-11-29 Reid Spencer* Implement embedding libltdl into LLVM which required...
2004-11-29 Reid Spencer* allow doxygen documentation to be enabled/disabled...
2004-11-27 Reid SpencerRemove a dead check at the end of the configure script...
2004-11-25 Reid SpencerRemove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2...
2004-11-25 Reid SpencerGack. Actually use the correct variable name in setting...
2004-11-25 Reid SpencerFix the lib/System/platform link by using proper cached...
2004-11-25 Reid SpencerFor PR256:
2004-11-23 Reid SpencerAdd the configurable configuration files for llvmc.
2004-11-18 Reid SpencerChanges for testing presence of ltdl.h and lt_dlopen...
2004-11-07 Reid SpencerAdd the RUNTEST autoconf onfiguration variable for...
2004-10-28 John CriswellAdded the poolalloc module to the list of projects...
2004-10-27 Reid SpencerChanges to support rand48 tests
2004-10-25 Reid SpencerAdd a check for the tar program.
2004-10-14 Misha BrukmanTransfer Makefile.JIT into the build tree for JIT-enabl...
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 SpencerDon't attempt to (illegally) configure a subdir if...
2004-09-20 Alkis EvlogimenosUse the right directory for the Java frontend
2004-09-20 Reid SpencerThe problem with depending on the internal implementati...
2004-09-19 Reid SpencerVarious minor cleanups and replacement of obsoleted...
2004-09-08 Brian Gaekerecognize MinGW
2004-09-07 Brian GaekePAPI check has been moved to projects/reopt.
2004-09-07 Reid Spencer- Handle AC_CONFIG_SUBDIRS properly for existing "well...
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 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
next