summaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)AuthorFilesLines
2005-06-06We also have V8, so do not force every Sparc to be treated like a V9. It isMisha Brukman1-8/+0
2005-06-02Fix the definitions of LLVMGCC and LLVMGXX to include the EXEEXT (theReid Spencer1-4/+6
2005-05-19For PR514: Do not configure removed filesReid Spencer1-3/+0
2005-05-18Updated version to LLVM 1.6 CVS.John Criswell1-1/+1
2005-05-18Merged in release_15.John Criswell1-1/+1
2005-05-16detect HP-UX when configuringDuraid Madina1-0/+3
2005-05-15Remove the check for the ffsll function. Its no longer needed by theReid Spencer1-1/+1
2005-05-14Changes for ffs lib call simplification:Reid Spencer1-2/+2
2005-05-13Fix the "stacker doesn't build without llvm-gcc" problem. The configureReid Spencer1-2/+2
2005-05-12llvm-fefw doesn't exist (yet)Misha Brukman1-1/+0
2005-05-12Remove extraneous `U ' in copyright lineMisha Brukman1-1/+1
2005-04-22Build the `Skeleton' target when building "all" targetsMisha Brukman1-1/+1
2005-04-22Make sure the CBackend is always a target that is built.Reid Spencer1-0/+1
2005-04-22Consolidate the target selection options into a single option,Reid Spencer1-43/+30
2005-04-22First step in avoiding compilation/usage of non-relevant targets. NewReid Spencer1-0/+50
2005-03-17Recognize an IA64 when we see oneMisha Brukman1-0/+1
2005-02-24Add a call to AC_CONFIG_COMMANDS to ensure that llvm_src is set properlyReid Spencer1-0/+1
2005-02-24This macro cannot assume that the location of install-sh and mkinstalldirsReid Spencer1-1/+3
2005-02-24Add a new macro for configuring projects, LLVM_CONFIG_PROJECT. This macroReid Spencer1-0/+14
2005-02-16Remove the "pax" program from the list of those needed to support LLVM.Reid Spencer1-1/+0
2005-02-11The pool allocator is now the llvm-poolalloc module in public CVSChris Lattner1-1/+1
2005-01-24let configure recognize AlphasAndrew Lenharth1-0/+1
2005-01-24Mark CVS versions different from releasesMisha Brukman1-1/+1
2005-01-22We're working towards LLVM 1.5 now so bump the version number. This changeReid Spencer1-1/+1
2005-01-16Fix llvm-java project autconfiguration.Alkis Evlogimenos1-1/+1
2005-01-16Provide support for HP/UX aCC compiler's variant of hash_map and hash_setReid Spencer1-0/+1
2005-01-05The Java project now lives under projects/llvm-java.Alkis Evlogimenos1-1/+1
2004-12-31For PR351:Reid Spencer1-0/+4
2004-12-31For PR351:Reid Spencer1-2/+2
2004-12-29* Fix a bug in an m4 macro that used an incorrect test operatorReid Spencer1-1/+6
2004-12-29Fix a Bourne Shell syntax error in a testReid Spencer1-1/+1
2004-12-29Fix one of the names to not have a . in front of it.Reid Spencer1-1/+1
2004-12-28Make the x86_64 target names match between def and use. Thanks Misha.Reid Spencer1-1/+1
2004-12-28Make the 64-bit x86 target named "x86_64" instead of "AMD64".Reid Spencer1-2/+2
2004-12-27Don't create symbolic links for lib/System any more. It doesn't need them.Reid Spencer1-5/+0
2004-12-27For PR351:Reid Spencer1-2/+5
2004-12-27For PR351:Reid Spencer1-0/+17
2004-12-27Oops, reverse the logic on a test for WITH_LLVMGCCDIR to make it defineReid Spencer1-1/+1
2004-12-27Provide a value for HAVE_MMAP_ANONYMOUS variable, for consistency withReid Spencer1-1/+1
2004-12-25For PR351:Reid Spencer1-14/+30
2004-12-24Make the symbolic link using the correct variable!Reid Spencer1-2/+2
2004-12-24For PR351:Reid Spencer1-15/+47
2004-12-24Change llvmgcc/llvmg++ to llvm-gcc and llvm-g++ respectively.Reid Spencer1-3/+3
2004-12-24Fix a bug in libtool's ltmain.sh. On Cygwin the "$output.exp" expressionReid Spencer2-12/+13
2004-12-23Update the amd64 target detection checks.Reid Spencer1-6/+6
2004-12-23Added support for detection of amd64 targets.Reid Spencer1-1/+3
2004-12-22For PR432:Reid Spencer1-42/+13
2004-12-22Get rid of old automake stuffReid Spencer1-11/+2
2004-12-22Ignore generated filesMisha Brukman1-0/+2
2004-12-20For PR351:Reid Spencer1-2/+3