aboutsummaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)Author
2007-12-05Minor updates:Scott Michel
2007-12-05More stuff for CellSPU -- this should be enough to get an error-freeScott Michel
2007-12-04Add --with-llvmgcc= and --with-llvmgxx= configure options.Devang Patel
2007-12-01Add target triple to include/llvm/Config/config.h.in. Regenerate all files.Eric Christopher
2007-10-03Fixing a typo in configure.ac.Gordon Henriksen
2007-10-02Providing --with-ocaml-libdir for ./configure. The default is theGordon Henriksen
2007-10-02Fixing (harmless) typos.Gordon Henriksen
2007-10-02Add explicit --enable-bindings option to configure.Gordon Henriksen
2007-09-29PR1601: etags not configured correctlyGordon Henriksen
2007-09-22Fix for srcdir <> objdir builds.Gordon Henriksen
2007-09-20Incorporating review feedback for GC verifier patch.Gordon Henriksen
2007-09-18git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42091 91177308-0d34-...Gordon Henriksen
2007-09-17Fix broken default help strings for enable-shared, enable-static, and enable-...Tanya Lattner
2007-09-14Change to 2.2svn.Tanya Lattner
2007-08-19add mips target to builder. I'd appreciate it if someone withChris Lattner
2007-08-17Fix PR1606:Reid Spencer
2007-07-30Add detection of __dso_handle presence during configure. Use this information...Anton Korobeynikov
2007-07-17support poolalloc as checked out from svnAndrew Lenharth
2007-07-13* llvm.spec.in: update blurbGabor Greif
2007-07-09cvs -> svnReid 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-29Convert .cvsignore filesJohn Criswell
2007-06-28Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene
2007-05-17Make Perl a required dependency and cause configure script to fail if itReid Spencer
2007-05-08Bump version number in cvsTanya Lattner
2007-04-21Add support for determining which languages the llvm-gcc front endReid Spencer
2007-04-11Hack the shared library extension for dylib. The existing code just looksReid Spencer
2007-04-02Check for .svn directories too to determine if a debug build is appropriate.Reid Spencer
2007-03-29For PR1283:Reid Spencer
2007-03-21Let the new backend begin!Anton Korobeynikov
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2007-01-21Fix the TARGET_HAS_JIT settings. Sparc doesn't, x86_64 does, ARM doesn't.Reid Spencer
2007-01-21Add support for the ARM target in the target configuration processing.Reid Spencer
2007-01-20For PR808:Reid Spencer
2007-01-20CleanupAnton Korobeynikov
2007-01-19Adding disassembler interface and external hook to udis86 library.Anton Korobeynikov
2007-01-17For PR1074:Reid Spencer
2007-01-12'==' is not a legal test operator on BSD. Use '='.Jeff Cohen
2007-01-03Fix a configure warning noticed by Duncan Sands.Reid Spencer
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-10Cleaned setjmp/longjmp lowering interfaces. Now we're producing rightAnton Korobeynikov
2006-12-08this warning is obsolete with llvmgcc3 being goneChris Lattner
2006-12-04Expose the sanity.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-07Bumping version numberTanya Lattner
2006-11-05Add a -disable-cbe-printf-a option so that the output of the C BackendReid Spencer