summaryrefslogtreecommitdiff
path: root/Makefile.config.in
Commit message (Expand)AuthorAge
* Fix typos. Thanks to John Tytgat for noticing it!Rafael Espindola2009-12-07
* Add configure options for specifying where to look for libstdc++.Rafael Espindola2009-11-16
* Add the --with-c-include-dirs to llvm's configure.Rafael Espindola2009-11-12
* configure: Add --with-optimize-option, for setting the default value ofDaniel Dunbar2009-11-04
* Add an autoconf test to check for optional compiler flags likeJulien Lerouge2009-10-26
* Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead ofJeffrey Yasskin2009-09-27
* Improve support for cross-hosted builds of LLVM.Shantonu Sen2009-09-02
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-18
* LLVMC can be now compiled w/o dynamic plugin support.Mikhail Glushenkov2009-07-04
* Add --enable-llvmc-dynamic configure option.Mikhail Glushenkov2009-07-03
* Trailing whitespace.Mikhail Glushenkov2009-07-03
* Add a --enable-profiling option to configure to build Debug+Profile andDavid Greene2009-04-17
* Link against libffi if available, fall back to "no external calls fromNick Lewycky2009-04-13
* Autodetect the availability of -export-dynamic in the linker.Nick Lewycky2009-03-05
* Switch to using -Wl,-R on Solaris.Nick Lewycky2009-03-03
* Remove tests for flex/bison which are no longer needed by LLVM.Nick Lewycky2009-02-21
* Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn'tNick Lewycky2009-02-04
* Add the ability to pass the path to binutils source to configure. This isNick Lewycky2009-02-03
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-09
* Use spaces rather than tab.Duncan Sands2008-10-22
* Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.Torok Edwin2008-10-21
* Add support for Canadian Cross builds where the host executables are notJim Grosbach2008-10-02
* Reapply majority of r55557 but with the changes to compilation flagsDaniel Dunbar2008-09-02
* Revert r55557, it is causing linking failures on 32bit linux.Matthijs Kooijman2008-09-02
* Enable -fvisibility-inlines-hidden by default for compilers whichDaniel Dunbar2008-08-30
* Reverting r48974. See PR2183 for details.Gordon Henriksen2008-03-31
* Quote the ocaml executablesErick Tryzelaar2008-03-31
* Adding ocamldoc generation.Gordon Henriksen2008-03-10
* improve compatibility with mingw, patch by Alain FrischChris Lattner2008-01-15
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-29
* Providing --with-ocaml-libdir for ./configure. The default is theGordon Henriksen2007-10-02
* Fixing (harmless) typos.Gordon Henriksen2007-10-02
* Add explicit --enable-bindings option to configure.Gordon Henriksen2007-10-02
* PR1601: etags not configured correctlyGordon Henriksen2007-09-29
* Incorporating review feedback for GC verifier patch.Gordon Henriksen2007-09-20
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42090 91177308-0d34-...Gordon Henriksen2007-09-18
* Change the place where man pages are installed to ${prefix}/share/man1. ThisBill Wendling2007-07-03
* Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene2007-06-28
* Add support for determining which languages the llvm-gcc front endReid Spencer2007-04-21
* For PR789:Reid Spencer2007-03-29
* For PR739:Reid Spencer2007-01-17
* Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where theReid Spencer2006-12-21
* Allow an --enable-pic option to turn on -fPIC compiler option when building.Reid Spencer2006-12-16
* Fix a regression that completely broke make install.Chris Lattner2006-12-13
* For PR739:Reid Spencer2006-12-10
* For PR1019:Reid Spencer2006-12-01
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-17
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-16
* Get LLVMGCCARCH right regardless of the llvm-gcc version being used.Reid Spencer2006-11-05
* Add a check to see if HUGE_VAL is sane or not.Reid Spencer2006-11-03