aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2006-04-14Ahem. HEAD -> 1.8cvs not 1.7 (I'm an idiot).Reid Spencer
2006-04-14remove the "cvs" part of the version number for the release branch.Reid Spencer
2006-04-09Change the assertions defaults:Reid Spencer
2006-04-08Ensure that the automatic "CVS build" detection works for bothReid Spencer
2006-04-07For PR723:Reid Spencer
2006-04-06For support of new GCC v4, obtain the full and major versions of theReid Spencer
2006-03-23Update to llvm-config tool, by Erik Kidd:Reid Spencer
2006-03-22These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer
2006-02-27Use -emit-llvm -S to get .ll file output from llvm-gccChris Lattner
2006-02-16remove skeleton targetChris Lattner
2006-02-15reverting previous change, will add support for other compilers laterDuraid Madina
2006-02-15zapDuraid Madina
2006-02-05SparcV8 -> SparcChris Lattner
2006-01-23Update for including additional function tests.Reid Spencer
2006-01-19Make sure that libm is used during config tests so that ceil, floor, andReid Spencer
2006-01-19For PR696:Reid Spencer
2005-12-21Implement fix for PR471:Reid Spencer
2005-12-19Added the llvm-kernel project to the list of automatically configuredJohn Criswell
2005-11-14regenearteChris Lattner
2005-11-14regenerateChris Lattner
2005-11-08Updated version to 1.7cvs.John Criswell
2005-11-08Merged from RELEASE_16.John Criswell
2005-11-01Re-generated to fix copy-paste typo noticed by Marco Matthies.Misha Brukman
2005-08-24For PR616:Reid Spencer
2005-07-27Fix PR608:Reid Spencer
2005-07-22Alpha has JITAndrew Lenharth
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-12For PR540:Reid Spencer
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-16pretty tiny change (looks like adding the HP-UX detection and line numberDuraid 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-12* Remove reference to llvm-fefwMisha 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-24Adjust to changes needed to more easily support projects via the newReid 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-16Fix llvm-java project autconfiguration.Alkis Evlogimenos