aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2007-09-17Regenerated configure script to fix help strings.Tanya Lattner
2007-09-14Set version numberTanya Lattner
2007-08-29Updating configure script to enable MIPS.Tanya Lattner
2007-08-17Regenerate.Reid Spencer
2007-07-30Regenerate for __dso_handle, per Anton's request.Reid Spencer
2007-07-17support poolalloc as checked out from svnAndrew Lenharth
2007-07-13Regenerate to pick up Gabor's changes.Reid Spencer
2007-07-09Regenerate.Reid Spencer
2007-07-03Revert last change until issue reported by Owen, won't be fixed.Anton Korobeynikov
2007-07-03Rename llvm-test => test-suite. By Dave Greene.Anton Korobeynikov
2007-06-28Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene
2007-05-17Regenerate.Reid Spencer
2007-05-08Bumping cvs version numberTanya Lattner
2007-04-21Regenerate for detection of llvm-gcc supported languagesReid Spencer
2007-04-11Hopefully fix LTDL_SHLIB_EXT on DarwinReid Spencer
2007-04-02Regenerate.Reid Spencer
2007-03-29Regenerate for PR1283 fix.Reid Spencer
2007-03-21Let the new backend begin!Anton Korobeynikov
2007-02-16Regenerate for getrlimit/setrlimit.Reid Spencer
2007-01-21Regenerate.Reid Spencer
2007-01-21For PR1128:Reid Spencer
2007-01-20For PR808:Reid Spencer
2007-01-20Regenerate for Anton Korobeynikov.Reid Spencer
2007-01-19Add the check for udis86 to support disassembly.Reid Spencer
2007-01-17For PR1074:Reid Spencer
2007-01-12'==' is not a legal test operator on BSD. Use '='.Jeff Cohen
2006-12-21Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where theReid Spencer
2006-12-16Allow an --enable-pic option to turn on -fPIC compiler option when building.Reid Spencer
2006-12-10Regenerate.Reid Spencer
2006-12-08Regenerate.Reid Spencer
2006-12-01For PR1019:Reid Spencer
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer
2006-11-14Updating configure script for 2.0Tanya Lattner
2006-11-05Add a -disable-cbe-printf-a option so that the output of the C BackendReid Spencer
2006-11-03Make the huge_val test run a C++ program not CReid Spencer
2006-11-03Add a check to see if HUGE_VAL is sane or not.Reid Spencer
2006-10-02fix misleading warningChris Lattner
2006-09-14Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.hReid Spencer
2006-08-24For PR738:Reid Spencer
2006-08-22Add irix as a (potential) new platform so that Timothy Baldridge canReid Spencer
2006-08-16Add llvm.spec to the list of files to be configured.Reid Spencer
2006-08-09Recover the lost diff between 1.221 and 1.222.Evan Cheng
2006-08-04Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer
2006-07-28Fix the --with-extra-options to use the correct variable.Reid Spencer
2006-07-28For PR848:Reid Spencer
2006-07-27Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer
2006-07-26For PR814:Reid Spencer
2006-07-06Fixed a typo.Evan Cheng
2006-06-20Added --with-extra-options=opts to specify additional options to build LLVM a...Evan Cheng