summaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)AuthorFilesLines
2008-07-29Set the executable bit - means it can actuallyDuncan Sands1-0/+0
2008-06-26Make LLVM compile on DragonFly BSD (PR2499).Matthijs Kooijman1-0/+5
2008-06-24Allow the test suite to be checked out into projects/test-suite.Matthijs Kooijman1-0/+3
2008-05-29For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov1-3/+3
2008-05-14Added configure switches for PIC16 in configure.ac.Sanjiv Gupta1-1/+5
2008-05-10Set to 2.4 and regenerate configure.Tanya Lattner1-1/+1
2008-04-23First step of implementing PR1538: move llvm2cpp logic to new 'target'Anton Korobeynikov1-1/+2
2008-03-10Adding ocamldoc generation.Gordon Henriksen1-0/+1
2008-03-07Prefer to use ocamlc.opt to ocamlc and soforth.Gordon Henriksen1-3/+3
2008-03-05Use AC_PATH_PROG correctly:Bill Wendling1-11/+11
2008-02-13Remove use of ltdlDevang Patel1-6/+0
2008-02-05Make the check for GCC version more robust, fix shared libraryChris Lattner1-6/+5
2008-01-17Update version to 2.3svnTanya Lattner1-3/+3
2007-12-29remove attribution from a variety of miscellaneous files.Chris Lattner1-2/+2
2007-12-13Apply CBE/MSIL patch to autoconfNate Begeman1-2/+3
2007-12-12Remove host endianness info from TargetData andDuncan Sands1-4/+1
2007-12-10Fix PR1836: in the interpreter, read and write apintsDuncan Sands1-1/+4
2007-12-05Minor updates:Scott Michel1-2/+1
2007-12-05More stuff for CellSPU -- this should be enough to get an error-freeScott Michel1-0/+3
2007-12-04Add --with-llvmgcc= and --with-llvmgxx= configure options.Devang Patel1-2/+28
2007-12-01Add target triple to include/llvm/Config/config.h.in. Regenerate all files.Eric Christopher1-65/+66
2007-10-03Fixing a typo in configure.ac.Gordon Henriksen1-1/+1
2007-10-02Providing --with-ocaml-libdir for ./configure. The default is theGordon Henriksen1-0/+52
2007-10-02Fixing (harmless) typos.Gordon Henriksen1-1/+1
2007-10-02Add explicit --enable-bindings option to configure.Gordon Henriksen1-0/+31
2007-09-29PR1601: etags not configured correctlyGordon Henriksen1-9/+0
2007-09-22Fix for srcdir <> objdir builds.Gordon Henriksen1-0/+2
2007-09-20Incorporating review feedback for GC verifier patch.Gordon Henriksen1-0/+1
2007-09-18git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42091 91177308-0d34-...Gordon Henriksen1-0/+2
2007-09-17Fix broken default help strings for enable-shared, enable-static, and enable-...Tanya Lattner1-3/+3
2007-09-14Change to 2.2svn.Tanya Lattner1-1/+1
2007-08-19add mips target to builder. I'd appreciate it if someone withChris Lattner1-1/+5
2007-08-17Fix PR1606:Reid Spencer1-2/+3
2007-07-30Add detection of __dso_handle presence during configure. Use this information...Anton Korobeynikov1-0/+3
2007-07-17support poolalloc as checked out from svnAndrew Lenharth1-0/+1
2007-07-13* llvm.spec.in: update blurbGabor Greif2-7/+21
2007-07-09cvs -> svnReid Spencer1-1/+1
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