aboutsummaryrefslogtreecommitdiff
path: root/autoconf/configure.ac
AgeCommit message (Expand)Author
2009-07-09Add support for other GraphViz display tools. This can helpDavid Greene
2009-07-04LLVMC can be now compiled w/o dynamic plugin support.Mikhail Glushenkov
2009-07-04LLVMC doesn't need ENABLE_PIC to build now.Mikhail Glushenkov
2009-07-03Add --enable-llvmc-dynamic configure option.Mikhail Glushenkov
2009-07-03Trailing whitespace.Mikhail Glushenkov
2009-07-01Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin
2009-06-25Add a configure test for pthread_getspecific, and use it when building Thread...Owen Anderson
2009-06-23Work around build problem with OpenJDK, which defines X86 as aDouglas Gregor
2009-06-17Define LLVM_NATIVE_ARCH in llvm/Config/config.h to be the LLVM back end that ...Douglas Gregor
2009-06-17Add an atomic increment and decrement implementation, which will be used forOwen Anderson
2009-06-16Introduce new headers whose inclusion forces linking andDouglas Gregor
2009-06-16Add a configure check for pthread_rwlock_init.Owen Anderson
2009-06-06Add a flag to permit disabling libffi.Nick Lewycky
2009-05-19Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ab...Owen Anderson
2009-05-18Test for the presence of GCC atomic builtins at configure time. If not found,Owen Anderson
2009-05-18termios.h contains the winsize structure we need to determine theDouglas Gregor
2009-05-13Fix typo.Duncan Sands
2009-05-11Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor
2009-05-03Dummy MSP430 backendAnton Korobeynikov
2009-04-21Support --with-llvmgccdir and friends in llvmc, take 2.Mikhail Glushenkov
2009-04-18Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin.Bill Wendling
2009-04-18Add a configure check for llvm-gcc (reapply).Mikhail Glushenkov
2009-04-18Generalize to support more ARM types.Nick Lewycky
2009-04-18Detect beagleboard as ARM. The $target is "armv7l".Nick Lewycky
2009-04-18Temporarily revert r69438 and r69439. These were causing failures during aBill Wendling
2009-04-18Add a configure check for llvm-gcc.Mikhail Glushenkov
2009-04-17Add a --enable-profiling option to configure to build Debug+Profile andDavid Greene
2009-04-13Link against libffi if available, fall back to "no external calls fromNick Lewycky
2009-04-01Detect that we're building from a git checkout like we do for cvs and svn.Nick Lewycky
2009-03-12Revert r66765 and r66766. These were causing build failures on Darwin.Bill Wendling
2009-03-12Set ARCH to x86 on mixed 32/64-bit Linux systems.Nick Lewycky
2009-03-09Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky
2009-03-05Autodetect the availability of -export-dynamic in the linker.Nick Lewycky
2009-03-03Switch to using -Wl,-R on Solaris.Nick Lewycky
2009-02-21Remove tests for flex/bison which are no longer needed by LLVM.Nick Lewycky
2009-02-19Default to building with position independent code. This may increase LLVM'sNick Lewycky
2009-02-04Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn'tNick Lewycky
2009-02-03Add the ability to pass the path to binutils source to configure. This isNick Lewycky
2009-01-22Revert r62553 and r62616 due to issues with portability.Tanya Lattner
2009-01-22Bump to 2.6svn.Tanya Lattner
2009-01-20Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine!Nick Lewycky
2009-01-04Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling
2008-11-07Add XCore backend.Richard Osborne
2008-10-22[PR2886] Don't look for ocaml's .opt executables; something in the autoconf/t...Gordon Henriksen
2008-10-21Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.Torok Edwin
2008-10-07Fix configure issue where configureTanya Lattner
2008-10-07Advance version to 2.5Tanya Lattner
2008-10-02Add support for Canadian Cross builds where the host executables are notJim Grosbach
2008-09-02Reapply majority of r55557 but with the changes to compilation flagsDaniel Dunbar
2008-09-02Revert r55557, it is causing linking failures on 32bit linux.Matthijs Kooijman