aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Implement fix for PR471:Reid Spencer2005-12-211-30/+47
* Added the llvm-kernel project to the list of automatically configuredJohn Criswell2005-12-191-29/+34
* regenearteChris Lattner2005-11-141-1/+1
* regenerateChris Lattner2005-11-141-1/+152
* Updated version to 1.7cvs.John Criswell2005-11-081-9/+9
* Merged from RELEASE_16.John Criswell2005-11-081-11/+11
* Re-generated to fix copy-paste typo noticed by Marco Matthies.Misha Brukman2005-11-011-1/+1
* For PR616:Reid Spencer2005-08-241-39/+67
* Fix PR608:Reid Spencer2005-07-271-1/+1
* Alpha has JITAndrew Lenharth2005-07-221-1/+1
* * Correct the AC_DEFINE for LLVM_PATH_GRAPHVIZ to use AC_DEFINE_UNQUOTED soReid Spencer2005-07-141-31/+84
* Put the path to the Graphviz program in the #defines so it can be used.Reid Spencer2005-07-141-31/+36
* Implement a test for the Graphviz program for Chris Lattner. The symbolReid Spencer2005-07-131-30/+78
* For PR540:Reid Spencer2005-07-121-4/+0
* For PR540:Reid Spencer2005-07-121-36/+255
* 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