summaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)AuthorFilesLines
2007-07-03Revert last change until issue reported by Owen, won't be fixed.Anton Korobeynikov1-1/+1
2007-07-03Rename llvm-test => test-suite. By Dave Greene.Anton Korobeynikov1-1/+1
2007-06-29Convert .cvsignore filesJohn Criswell1-2/+0
2007-06-28Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene1-0/+11
2007-05-17Make Perl a required dependency and cause configure script to fail if itReid Spencer1-0/+1
2007-05-08Bump version number in cvsTanya Lattner1-1/+1
2007-04-21Add support for determining which languages the llvm-gcc front endReid Spencer1-0/+4
2007-04-11Hack the shared library extension for dylib. The existing code just looksReid Spencer1-1/+1
2007-04-02Check for .svn directories too to determine if a debug build is appropriate.Reid Spencer1-3/+3
2007-03-29For PR1283:Reid Spencer1-1/+2
2007-03-21Let the new backend begin!Anton Korobeynikov1-1/+1
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov1-1/+2
2007-01-21Fix the TARGET_HAS_JIT settings. Sparc doesn't, x86_64 does, ARM doesn't.Reid Spencer1-3/+3
2007-01-21Add support for the ARM target in the target configuration processing.Reid Spencer1-0/+4
2007-01-20For PR808:Reid Spencer1-0/+5
2007-01-20CleanupAnton Korobeynikov1-16/+16
2007-01-19Adding disassembler interface and external hook to udis86 library.Anton Korobeynikov1-2/+21
2007-01-17For PR1074:Reid Spencer1-11/+11
2007-01-12'==' is not a legal test operator on BSD. Use '='.Jeff Cohen1-6/+6
2007-01-03Fix a configure warning noticed by Duncan Sands.Reid Spencer1-0/+1
2006-12-21Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where theReid Spencer1-0/+2
2006-12-16Allow an --enable-pic option to turn on -fPIC compiler option when building.Reid Spencer1-0/+14
2006-12-10Cleaned setjmp/longjmp lowering interfaces. Now we're producing rightAnton Korobeynikov1-1/+1
2006-12-08this warning is obsolete with llvmgcc3 being goneChris Lattner1-8/+0
2006-12-04Expose the sanity.Reid Spencer1-0/+2
2006-12-01For PR1019:Reid Spencer1-1/+5
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer1-2/+14
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer1-14/+2
2006-11-07Bumping version numberTanya Lattner1-1/+1
2006-11-05Add a -disable-cbe-printf-a option so that the output of the C BackendReid Spencer1-1/+17
2006-11-03Make the huge_val test run a C++ program not CReid Spencer1-3/+3
2006-11-03Add a check to see if HUGE_VAL is sane or not.Reid Spencer2-0/+19
2006-10-02Fix misleading warning messageChris Lattner1-1/+1
2006-09-14Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.hReid Spencer1-1/+1
2006-08-24For PR738:Reid Spencer1-2/+3
2006-08-22Add irix as a (potential) new platform so that Timothy Baldridge canReid Spencer1-0/+5
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