aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Fix the definitions of LLVMGCC and LLVMGXX to include the EXEEXT (theReid Spencer2005-06-021-6/+8
* For PR514: Do not configure removed filesReid Spencer2005-05-191-7/+0
* Updated version to LLVM 1.6 CVS.John Criswell2005-05-181-9/+9
* Merged in release_15.John Criswell2005-05-181-9/+9
* pretty tiny change (looks like adding the HP-UX detection and line numberDuraid Madina2005-05-161-29/+32
* Remove the check for the ffsll function. Its no longer needed by theReid Spencer2005-05-151-2/+1
* Changes for ffs lib call simplification:Reid Spencer2005-05-141-2/+3
* Fix the "stacker doesn't build without llvm-gcc" problem. The configureReid Spencer2005-05-131-2/+0
* * Remove reference to llvm-fefwMisha Brukman2005-05-121-35/+30
* Build the `Skeleton' target when building "all" targetsMisha Brukman2005-04-221-1/+1
* Make sure the CBackend is always a target that is built.Reid Spencer2005-04-221-29/+30
* Consolidate the target selection options into a single option,Reid Spencer2005-04-221-111/+64
* First step in avoiding compilation/usage of non-relevant targets. NewReid Spencer2005-04-221-30/+127
* Recognize an IA64 when we see oneMisha Brukman2005-03-171-29/+30
* Adjust to changes needed to more easily support projects via the newReid Spencer2005-02-241-20/+24
* Remove the "pax" program from the list of those needed to support LLVM.Reid Spencer2005-02-161-80/+39
* The pool allocator is now the llvm-poolalloc module in public CVSChris Lattner2005-02-111-3/+3
* let configure recognize AlphasAndrew Lenharth2005-01-241-0/+1
* Fix llvm-java project autconfiguration.Alkis Evlogimenos2005-01-161-1/+1
* Provide support for HP/UX aCC compiler's variant of hash_map and hash_setReid Spencer2005-01-161-2/+153
* Correctly update configure to configure the llvm-java projectAlkis Evlogimenos2005-01-141-2/+2
* The Java project now lives under projects/llvm-java.Alkis Evlogimenos2005-01-051-1/+1
* For PR351:Reid Spencer2004-12-311-30/+40
* For PR351:Reid Spencer2004-12-311-3/+4
* * Fix a bug in an m4 macro that used an incorrect test operatorReid Spencer2004-12-291-4/+12
* Make the x86_64 target names match between def and use. Thanks Misha.Reid Spencer2004-12-281-1/+1
* Make the 64-bit x86 target named "x86_64" instead of "AMD64".Reid Spencer2004-12-281-2/+2
* Don't create symbolic links for lib/System any more. It doesn't need them.Reid Spencer2004-12-271-175/+29
* For PR351:Reid Spencer2004-12-271-3/+127
* For PR351:Reid Spencer2004-12-251-367/+636
* Make the symbolic link using the correct variable!Reid Spencer2004-12-241-2/+2
* For PR351:Reid Spencer2004-12-241-50/+87
* Update the amd64 target detection checks.Reid Spencer2004-12-231-6/+6
* Added support for detection of amd64 targets.Reid Spencer2004-12-231-30/+33
* For PR432:Reid Spencer2004-12-221-92/+130
* For PR351:Reid Spencer2004-12-201-2/+105
* Add CMP and CP configuration variables for the unix cmp and cp programs.Reid Spencer2004-12-161-30/+112
* Remove LLVMGCCDIR from the set of defines.Reid Spencer2004-12-151-5/+0
* Don't put newlines in AC macros that can't handle them!Reid Spencer2004-12-151-4/+3
* Add some system specific functions we useReid Spencer2004-12-151-1/+5
* Get LLVMGCCDIR into the #definesReid Spencer2004-12-131-31/+35
* More QMTest cruft gone!Reid Spencer2004-12-091-12/+0
* Remove last remnants of Python/QMTest supportReid Spencer2004-12-081-151/+54
* Search for tclsh last so we don't find the FreeBSD warning script too earlyReid Spencer2004-12-021-1/+1
* Fix the tclsh test to find tclsh8.[34] and tclsh8.[34].X as well.Reid Spencer2004-12-021-68/+59
* Add a check for the tclsh program needed by dejagnu. This can have weirdReid Spencer2004-11-301-30/+130
* * Implement embedding libltdl into LLVM which required some rearranging.Reid Spencer2004-11-291-1647/+5224
* * allow doxygen documentation to be enabled/disabled (default off)Reid Spencer2004-11-291-32/+423
* Remove a dead check at the end of the configure script that was a left overReid Spencer2004-11-271-18/+7
* Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer2004-11-251-168/+1