aboutsummaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)Author
2005-08-24For PR619:Reid Spencer
2005-08-24For PR616:Reid Spencer
2005-07-27Fix PR608:Reid Spencer
2005-07-25Get rid of bash specific syntax for variable dereferencing, replacing itReid Spencer
2005-07-22Alpha has JITAndrew Lenharth
2005-07-17Add a parameter to the FIND_STD_PROGRAM macro that allows an alternate nameReid Spencer
2005-07-17Add two new checks for use in LLVM configuration files:Reid Spencer
2005-07-14* Correct the AC_DEFINE for LLVM_PATH_GRAPHVIZ to use AC_DEFINE_UNQUOTED soReid Spencer
2005-07-14Put the path to the Graphviz program in the #defines so it can be used.Reid Spencer
2005-07-13Implement a test for the Graphviz program for Chris Lattner. The symbolReid Spencer
2005-07-12For PR540:Reid Spencer
2005-07-12In support of PR418:Reid Spencer
2005-06-06We also have V8, so do not force every Sparc to be treated like a V9. It isMisha Brukman
2005-06-02Fix the definitions of LLVMGCC and LLVMGXX to include the EXEEXT (theReid Spencer
2005-05-19For PR514: Do not configure removed filesReid Spencer
2005-05-18Updated version to LLVM 1.6 CVS.John Criswell
2005-05-18Merged in release_15.John Criswell
2005-05-16detect HP-UX when configuringDuraid Madina
2005-05-15Remove the check for the ffsll function. Its no longer needed by theReid Spencer
2005-05-14Changes for ffs lib call simplification:Reid Spencer
2005-05-13Fix the "stacker doesn't build without llvm-gcc" problem. The configureReid Spencer
2005-05-12llvm-fefw doesn't exist (yet)Misha Brukman
2005-05-12Remove extraneous `U ' in copyright lineMisha Brukman
2005-04-22Build the `Skeleton' target when building "all" targetsMisha Brukman
2005-04-22Make sure the CBackend is always a target that is built.Reid Spencer
2005-04-22Consolidate the target selection options into a single option,Reid Spencer
2005-04-22First step in avoiding compilation/usage of non-relevant targets. NewReid Spencer
2005-03-17Recognize an IA64 when we see oneMisha Brukman
2005-02-24Add a call to AC_CONFIG_COMMANDS to ensure that llvm_src is set properlyReid Spencer
2005-02-24This macro cannot assume that the location of install-sh and mkinstalldirsReid Spencer
2005-02-24Add a new macro for configuring projects, LLVM_CONFIG_PROJECT. This macroReid Spencer
2005-02-16Remove the "pax" program from the list of those needed to support LLVM.Reid Spencer
2005-02-11The pool allocator is now the llvm-poolalloc module in public CVSChris Lattner
2005-01-24let configure recognize AlphasAndrew Lenharth
2005-01-24Mark CVS versions different from releasesMisha Brukman
2005-01-22We're working towards LLVM 1.5 now so bump the version number. This changeReid Spencer
2005-01-16Fix llvm-java project autconfiguration.Alkis Evlogimenos
2005-01-16Provide support for HP/UX aCC compiler's variant of hash_map and hash_setReid Spencer
2005-01-05The Java project now lives under projects/llvm-java.Alkis Evlogimenos
2004-12-31For PR351:Reid Spencer
2004-12-31For PR351:Reid Spencer
2004-12-29* Fix a bug in an m4 macro that used an incorrect test operatorReid Spencer
2004-12-29Fix a Bourne Shell syntax error in a testReid Spencer
2004-12-29Fix one of the names to not have a . in front of it.Reid Spencer
2004-12-28Make the x86_64 target names match between def and use. Thanks Misha.Reid Spencer
2004-12-28Make the 64-bit x86 target named "x86_64" instead of "AMD64".Reid Spencer
2004-12-27Don't create symbolic links for lib/System any more. It doesn't need them.Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27Oops, reverse the logic on a test for WITH_LLVMGCCDIR to make it defineReid Spencer