aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.config.in
Commit message (Expand)AuthorAgeFilesLines
* Add a --enable-profiling option to configure to build Debug+Profile andDavid Greene2009-04-171-1/+9
* Link against libffi if available, fall back to "no external calls fromNick Lewycky2009-04-131-3/+0
* Autodetect the availability of -export-dynamic in the linker.Nick Lewycky2009-03-051-0/+3
* Switch to using -Wl,-R on Solaris.Nick Lewycky2009-03-031-0/+3
* Remove tests for flex/bison which are no longer needed by LLVM.Nick Lewycky2009-02-211-3/+0
* Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn'tNick Lewycky2009-02-041-0/+3
* Add the ability to pass the path to binutils source to configure. This isNick Lewycky2009-02-031-0/+3
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-091-4/+4
* Use spaces rather than tab.Duncan Sands2008-10-221-1/+1
* Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.Torok Edwin2008-10-211-0/+1
* Add support for Canadian Cross builds where the host executables are notJim Grosbach2008-10-021-0/+5
* Reapply majority of r55557 but with the changes to compilation flagsDaniel Dunbar2008-09-021-0/+3
* Revert r55557, it is causing linking failures on 32bit linux.Matthijs Kooijman2008-09-021-3/+0
* Enable -fvisibility-inlines-hidden by default for compilers whichDaniel Dunbar2008-08-301-0/+3
* Reverting r48974. See PR2183 for details.Gordon Henriksen2008-03-311-4/+4
* Quote the ocaml executablesErick Tryzelaar2008-03-311-4/+4
* Adding ocamldoc generation.Gordon Henriksen2008-03-101-0/+1
* improve compatibility with mingw, patch by Alain FrischChris Lattner2008-01-151-0/+8
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-291-2/+2
* Providing --with-ocaml-libdir for ./configure. The default is theGordon Henriksen2007-10-021-2/+3
* Fixing (harmless) typos.Gordon Henriksen2007-10-021-3/+0
* Add explicit --enable-bindings option to configure.Gordon Henriksen2007-10-021-0/+8
* PR1601: etags not configured correctlyGordon Henriksen2007-09-291-2/+0
* Incorporating review feedback for GC verifier patch.Gordon Henriksen2007-09-201-0/+1
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42090 91177308-0d34-...Gordon Henriksen2007-09-181-0/+2
* Change the place where man pages are installed to ${prefix}/share/man1. ThisBill Wendling2007-07-031-1/+1
* Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene2007-06-281-0/+5
* Add support for determining which languages the llvm-gcc front endReid Spencer2007-04-211-0/+1
* For PR789:Reid Spencer2007-03-291-0/+2
* For PR739:Reid Spencer2007-01-171-19/+13
* Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where theReid Spencer2006-12-211-0/+3
* Allow an --enable-pic option to turn on -fPIC compiler option when building.Reid Spencer2006-12-161-0/+3
* Fix a regression that completely broke make install.Chris Lattner2006-12-131-8/+8
* For PR739:Reid Spencer2006-12-101-9/+10
* For PR1019:Reid Spencer2006-12-011-1/+2
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-171-0/+5
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-161-5/+0
* Get LLVMGCCARCH right regardless of the llvm-gcc version being used.Reid Spencer2006-11-051-0/+4
* Add a check to see if HUGE_VAL is sane or not.Reid Spencer2006-11-031-0/+4
* Make the name of the project consistent with that specified in theReid Spencer2006-08-071-2/+2
* Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer2006-08-041-0/+7
* For PR848:Reid Spencer2006-07-281-7/+8
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-271-0/+3
* For PR814:Reid Spencer2006-07-261-2/+9
* Added --with-extra-options=opts to specify additional options to build LLVM a...Evan Cheng2006-06-201-0/+3
* Support correct build:Reid Spencer2006-06-011-0/+3
* Fix a comment.Reid Spencer2006-04-091-2/+2
* Change the assertions defaults:Reid Spencer2006-04-091-2/+2
* For PR723:Reid Spencer2006-04-071-2/+8
* For support of new GCC v4, obtain the full and major versions of theReid Spencer2006-04-061-0/+2