aboutsummaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)Author
2006-06-05For PR633:Reid Spencer
2006-06-05Some enhancements for gv/graphviz/dot/dotty support and better handling ofReid Spencer
2006-06-02For PR798:Reid Spencer
2006-06-01Provide configuration support and usage for MINGW32 platformReid Spencer
2006-06-01Make sure windows.h is #included first.Reid Spencer
2006-06-01Make sure that when checking for MINGW32 libraries we ask for windows.hReid Spencer
2006-06-01Provide support for detecting if the Win32 imaghlp and psapi librariesReid Spencer
2006-06-01Tighten this script up a bit.Reid Spencer
2006-05-21For PR784:Reid Spencer
2006-05-16Make sure to default ${prefix} to /usr/local if the user didn't specify it.Reid Spencer
2006-05-14added a skeleton of the ARM backendRafael Espindola
2006-05-09Use the -dumpversion option to llvm-gcc which gives us just the version #Reid Spencer
2006-04-27For PR747:Reid Spencer
2006-04-20Configure llvm-config in tools, not utils.Reid Spencer
2006-04-20Never build SparcV9Chris Lattner
2006-04-19Allow OpenBSD to be recognized as a UNIX platform.Reid Spencer
2006-04-19When on darwin, compiler_flags need to be percolated down to the 'gcc -r'Chris Lattner
2006-04-18Make it possible to default the llvm_src and llvm_obj variables based onReid Spencer
2006-04-14Ahem. HEAD -> 1.8cvs not 1.7 (I'm an idiot).Reid Spencer
2006-04-14remove the "cvs" part of the version number for the release branch.Reid Spencer
2006-04-09Change the assertions defaults:Reid Spencer
2006-04-08Ensure that the automatic "CVS build" detection works for bothReid Spencer
2006-04-07For PR723:Reid Spencer
2006-04-06For support of new GCC v4, obtain the full and major versions of theReid Spencer
2006-03-23Update to llvm-config tool, by Erik Kidd:Reid Spencer
2006-03-22These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer
2006-02-27Use -emit-llvm -S to get .ll file output from llvm-gccChris Lattner
2006-02-16don't build the skeleton targetChris Lattner
2006-02-15reverting previous change, will add support for other compilers laterDuraid Madina
2006-02-15previously, configure would die if GCC or ICC was not found. Now it'llDuraid Madina
2006-02-05SparcV8 -> SparcChris Lattner
2006-01-23don't need this any more; the "#define hashes to trees" hack is comingDuraid Madina
2006-01-23add checks for new functions. I'd appreciate it if someone could regenChris Lattner
2006-01-19Make sure that libm is used during config tests so that ceil, floor, andReid Spencer
2006-01-19For PR696:Reid Spencer
2005-12-22For PR678:Reid Spencer
2005-12-21Implement fix for PR471:Reid Spencer
2005-12-19Added the llvm-kernel project to the list of automatically configuredJohn Criswell
2005-11-14add malloc_zone_statistics, remove mstatsChris Lattner
2005-11-14add some stuff for mstats on darwinChris Lattner
2005-11-08Updated version to 1.7cvs.John Criswell
2005-11-08Merged from RELEASE_16.John Criswell
2005-11-01Fixed copy-paste typo, patch by Marco Matthies.Misha Brukman
2005-08-24For PR619:Reid Spencer
2005-08-24For PR616:Reid Spencer
2005-07-27Fix PR608:Reid Spencer
2005-07-25Get rid of bash specific syntax for variable dereferencing, replacing itReid Spencer
2005-07-22Alpha has JITAndrew Lenharth
2005-07-17Add a parameter to the FIND_STD_PROGRAM macro that allows an alternate nameReid Spencer
2005-07-17Add two new checks for use in LLVM configuration files:Reid Spencer