aboutsummaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)Author
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-20Revert accidental last patchScott Michel
2008-11-20CellSPU: Adjust spacing/tabulationScott Michel
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-26When looking for executable extensions, ignore .dSYM, as that's the debug inf...Jim 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
2008-08-30Enable -fvisibility-inlines-hidden by default for compilers whichDaniel Dunbar
2008-07-29Set the executable bit - means it can actuallyDuncan Sands
2008-06-26Make LLVM compile on DragonFly BSD (PR2499).Matthijs Kooijman
2008-06-24Allow the test suite to be checked out into projects/test-suite.Matthijs Kooijman
2008-05-29For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov
2008-05-14Added configure switches for PIC16 in configure.ac.Sanjiv Gupta
2008-05-10Set to 2.4 and regenerate configure.Tanya Lattner
2008-04-23First step of implementing PR1538: move llvm2cpp logic to new 'target'Anton Korobeynikov
2008-03-10Adding ocamldoc generation.Gordon Henriksen
2008-03-07Prefer to use ocamlc.opt to ocamlc and soforth.Gordon Henriksen
2008-03-05Use AC_PATH_PROG correctly:Bill Wendling
2008-02-13Remove use of ltdlDevang Patel
2008-02-05Make the check for GCC version more robust, fix shared libraryChris Lattner
2008-01-17Update version to 2.3svnTanya Lattner
2007-12-29remove attribution from a variety of miscellaneous files.Chris Lattner
2007-12-13Apply CBE/MSIL patch to autoconfNate Begeman
2007-12-12Remove host endianness info from TargetData andDuncan Sands
2007-12-10Fix PR1836: in the interpreter, read and write apintsDuncan Sands
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