aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the "stacker doesn't build without llvm-gcc" problem. The configureReid Spencer2005-05-131-2/+2
* llvm-fefw doesn't exist (yet)Misha Brukman2005-05-121-1/+0
* Remove extraneous `U ' in copyright lineMisha Brukman2005-05-121-1/+1
* 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-0/+1
* Consolidate the target selection options into a single option,Reid Spencer2005-04-221-43/+30
* First step in avoiding compilation/usage of non-relevant targets. NewReid Spencer2005-04-221-0/+50
* Recognize an IA64 when we see oneMisha Brukman2005-03-171-0/+1
* Add a call to AC_CONFIG_COMMANDS to ensure that llvm_src is set properlyReid Spencer2005-02-241-0/+1
* This macro cannot assume that the location of install-sh and mkinstalldirsReid Spencer2005-02-241-1/+3
* Add a new macro for configuring projects, LLVM_CONFIG_PROJECT. This macroReid Spencer2005-02-241-0/+14
* Remove the "pax" program from the list of those needed to support LLVM.Reid Spencer2005-02-161-1/+0
* The pool allocator is now the llvm-poolalloc module in public CVSChris Lattner2005-02-111-1/+1
* let configure recognize AlphasAndrew Lenharth2005-01-241-0/+1
* Mark CVS versions different from releasesMisha Brukman2005-01-241-1/+1
* We're working towards LLVM 1.5 now so bump the version number. This changeReid Spencer2005-01-221-1/+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-0/+1
* The Java project now lives under projects/llvm-java.Alkis Evlogimenos2005-01-051-1/+1
* For PR351:Reid Spencer2004-12-311-0/+4
* For PR351:Reid Spencer2004-12-311-2/+2
* * Fix a bug in an m4 macro that used an incorrect test operatorReid Spencer2004-12-291-1/+6