summaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)AuthorFilesLines
2006-08-16Add llvm.spec to the list of files to be configured.Reid Spencer1-1/+3
2006-08-14For PR876:Reid Spencer1-1/+1
2006-08-14For PR876:Reid Spencer1-1/+1
2006-08-09Recover the lost diff between 1.5 and 1.6.Evan Cheng1-1/+1
2006-08-04Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer6-812/+1689
2006-07-28Fix the --with-extra-options to use the correct variable.Reid Spencer1-3/+3
2006-07-28For PR848:Reid Spencer1-0/+1
2006-07-27Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer1-0/+3
2006-07-27Bump version #Chris Lattner1-1/+1
2006-07-26For PR814:Reid Spencer1-2/+10
2006-07-26Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov.Reid Spencer1-1/+1
2006-07-26For PR814:Reid Spencer1-0/+42
2006-07-06Fixed a typo.Evan Cheng1-1/+1
2006-06-20Added --with-extra-options=opts to specify additional options to build LLVM a...Evan Cheng1-0/+10
2006-06-20Added the privbracket project to the list of projects to auto-configure.John Criswell1-0/+1
2006-06-05For PR633:Reid Spencer1-3/+4
2006-06-05Some enhancements for gv/graphviz/dot/dotty support and better handling ofReid Spencer1-5/+26
2006-06-02For PR798:Reid Spencer1-0/+8
2006-06-01Provide configuration support and usage for MINGW32 platformReid Spencer1-4/+2
2006-06-01Make sure windows.h is #included first.Reid Spencer1-1/+2
2006-06-01Make sure that when checking for MINGW32 libraries we ask for windows.hReid Spencer1-1/+1
2006-06-01Provide support for detecting if the Win32 imaghlp and psapi librariesReid Spencer1-0/+5
2006-06-01Tighten this script up a bit.Reid Spencer1-15/+7
2006-05-21For PR784:Reid Spencer1-1/+1
2006-05-16Make sure to default ${prefix} to /usr/local if the user didn't specify it.Reid Spencer1-0/+3
2006-05-14added a skeleton of the ARM backendRafael Espindola1-1/+1
2006-05-09Use the -dumpversion option to llvm-gcc which gives us just the version #Reid Spencer1-1/+1
2006-04-27For PR747:Reid Spencer1-10/+10
2006-04-20Configure llvm-config in tools, not utils.Reid Spencer1-1/+1
2006-04-20Never build SparcV9Chris Lattner1-3/+3
2006-04-19Allow OpenBSD to be recognized as a UNIX platform.Reid Spencer1-0/+3
2006-04-19When on darwin, compiler_flags need to be percolated down to the 'gcc -r'Chris Lattner1-1/+1
2006-04-18Make it possible to default the llvm_src and llvm_obj variables based onReid Spencer1-2/+2
2006-04-14Ahem. HEAD -> 1.8cvs not 1.7 (I'm an idiot).Reid Spencer1-1/+1
2006-04-14remove the "cvs" part of the version number for the release branch.Reid Spencer1-1/+1
2006-04-09Change the assertions defaults:Reid Spencer1-6/+4
2006-04-08Ensure that the automatic "CVS build" detection works for bothReid Spencer1-1/+1
2006-04-07For PR723:Reid Spencer1-2/+28
2006-04-06For support of new GCC v4, obtain the full and major versions of theReid Spencer1-0/+4
2006-03-23Update to llvm-config tool, by Erik Kidd:Reid Spencer2-7/+32
2006-03-22These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer1-0/+3
2006-02-27Use -emit-llvm -S to get .ll file output from llvm-gccChris Lattner1-1/+1
2006-02-16don't build the skeleton targetChris Lattner1-2/+1
2006-02-15reverting previous change, will add support for other compilers laterDuraid Madina1-0/+11
2006-02-15previously, configure would die if GCC or ICC was not found. Now it'llDuraid Madina1-11/+0
2006-02-05SparcV8 -> SparcChris Lattner1-3/+3
2006-01-23don't need this any more; the "#define hashes to trees" hack is comingDuraid Madina1-1/+0
2006-01-23add checks for new functions. I'd appreciate it if someone could regenChris Lattner1-3/+3
2006-01-19Make sure that libm is used during config tests so that ceil, floor, andReid Spencer1-1/+1
2006-01-19For PR696:Reid Spencer1-2/+2