aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
Commit message (Expand)AuthorAgeFilesLines
* Configure llvm-config in tools, not utils.Reid Spencer2006-04-201-1/+1
* Never build SparcV9Chris Lattner2006-04-201-3/+3
* Allow OpenBSD to be recognized as a UNIX platform.Reid Spencer2006-04-191-0/+3
* When on darwin, compiler_flags need to be percolated down to the 'gcc -r'Chris Lattner2006-04-191-1/+1
* Make it possible to default the llvm_src and llvm_obj variables based onReid Spencer2006-04-181-2/+2
* Ahem. HEAD -> 1.8cvs not 1.7 (I'm an idiot).Reid Spencer2006-04-141-1/+1
* remove the "cvs" part of the version number for the release branch.Reid Spencer2006-04-141-1/+1
* Change the assertions defaults:Reid Spencer2006-04-091-6/+4
* Ensure that the automatic "CVS build" detection works for bothReid Spencer2006-04-081-1/+1
* For PR723:Reid Spencer2006-04-071-2/+28
* For support of new GCC v4, obtain the full and major versions of theReid Spencer2006-04-061-0/+4
* Update to llvm-config tool, by Erik Kidd:Reid Spencer2006-03-232-7/+32
* These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer2006-03-221-0/+3
* Use -emit-llvm -S to get .ll file output from llvm-gccChris Lattner2006-02-271-1/+1
* don't build the skeleton targetChris Lattner2006-02-161-2/+1
* reverting previous change, will add support for other compilers laterDuraid Madina2006-02-151-0/+11
* previously, configure would die if GCC or ICC was not found. Now it'llDuraid Madina2006-02-151-11/+0
* SparcV8 -> SparcChris Lattner2006-02-051-3/+3
* don't need this any more; the "#define hashes to trees" hack is comingDuraid Madina2006-01-231-1/+0
* add checks for new functions. I'd appreciate it if someone could regenChris Lattner2006-01-231-3/+3
* Make sure that libm is used during config tests so that ceil, floor, andReid Spencer2006-01-191-1/+1
* For PR696:Reid Spencer2006-01-191-2/+2
* For PR678:Reid Spencer2005-12-221-2/+8
* Implement fix for PR471:Reid Spencer2005-12-211-0/+9
* Added the llvm-kernel project to the list of automatically configuredJohn Criswell2005-12-191-0/+1
* add malloc_zone_statistics, remove mstatsChris Lattner2005-11-141-1/+1
* add some stuff for mstats on darwinChris Lattner2005-11-141-1/+2
* Updated version to 1.7cvs.John Criswell2005-11-081-1/+1
* Merged from RELEASE_16.John Criswell2005-11-081-2/+2
* Fixed copy-paste typo, patch by Marco Matthies.Misha Brukman2005-11-011-1/+1
* For PR619:Reid Spencer2005-08-241-0/+4
* For PR616:Reid Spencer2005-08-241-6/+22
* Fix PR608:Reid Spencer2005-07-271-1/+1
* Get rid of bash specific syntax for variable dereferencing, replacing itReid Spencer2005-07-251-22/+22
* Alpha has JITAndrew Lenharth2005-07-221-1/+1
* Add a parameter to the FIND_STD_PROGRAM macro that allows an alternate nameReid Spencer2005-07-171-7/+13
* Add two new checks for use in LLVM configuration files:Reid Spencer2005-07-172-0/+134
* * Correct the AC_DEFINE for LLVM_PATH_GRAPHVIZ to use AC_DEFINE_UNQUOTED soReid Spencer2005-07-141-1/+7
* Put the path to the Graphviz program in the #defines so it can be used.Reid Spencer2005-07-141-2/+4
* Implement a test for the Graphviz program for Chris Lattner. The symbolReid Spencer2005-07-131-0/+4
* For PR540:Reid Spencer2005-07-121-3/+1
* In support of PR418:Reid Spencer2005-07-121-1/+4
* We also have V8, so do not force every Sparc to be treated like a V9. It isMisha Brukman2005-06-061-8/+0
* Fix the definitions of LLVMGCC and LLVMGXX to include the EXEEXT (theReid Spencer2005-06-021-4/+6
* For PR514: Do not configure removed filesReid Spencer2005-05-191-3/+0
* Updated version to LLVM 1.6 CVS.John Criswell2005-05-181-1/+1
* Merged in release_15.John Criswell2005-05-181-1/+1
* detect HP-UX when configuringDuraid Madina2005-05-161-0/+3
* Remove the check for the ffsll function. Its no longer needed by theReid Spencer2005-05-151-1/+1
* Changes for ffs lib call simplification:Reid Spencer2005-05-141-2/+2