- 7fe0e03 capitalize project name, reference bugzilla by Dylan Noblesmith · 13 years ago
- ae7e2a4 Add an optional separate install prefix for internal components. rdar://10217046 by Bob Wilson · 13 years ago
- a7de1d6 build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise than by Daniel Dunbar · 13 years ago
- bee515f Add an option '--enable-libcpp' that will have the compiler pass on by Eric Christopher · 13 years ago
- 13460c9 Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD by Charles Davis · 13 years ago
- f3a5ba5 Search for and use the strip program and pass it to install for it by Eric Christopher · 13 years ago
- 817cb96 build: Remove some unused code. by Daniel Dunbar · 13 years ago
- e5ab51d autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/clang on tools/Makefile. by NAKAMURA Takumi · 13 years ago
- 5d332f8 build: Remove some stray LLVMC configure variables. by Daniel Dunbar · 13 years ago
- 73ec952 Remove the rest of the compiler checking from the top level configure by Eric Christopher · 13 years ago
- e2a91a7 build/configure: Add support for --with-extra-ld-options flag (to provide extra by Daniel Dunbar · 13 years ago
- 8eac886 autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llvm.dll with --enable-shared on Cygming. by NAKAMURA Takumi · 14 years ago
- 031d307 Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment by Eric Christopher · 14 years ago
- 1ac320e It seems inconsistent to have LLVMCC_EMITIR_FLAG and by Duncan Sands · 14 years ago
- 9d9ae9f Add --enable-docs. Patch by NAKAMURA Takumi. by Rafael Espindola · 14 years ago
- a84b567 Detect if llvm-gcc is built on dragonegg. by Tobias Grosser · 14 years ago
- baaadb2 Add polly support to the build system. by Tobias Grosser · 14 years ago
- 7cf8fc7 Make the makefiles go much faster by using the realpath by Chris Lattner · 14 years ago
- 6418cb3 typo in comment, regeneration not necessary by Gabor Greif · 14 years ago
- 426b06d Delete unused variables (that weren't even getting expanded). by Dan Gohman · 14 years ago
- da612d6 -retain-symbols-file is not what it seems. Update the makefiles by Dan Gohman · 14 years ago
- dd464df Add new configure option, --disable-timestamps, intended to turn off anything which would mess up binary/object comparisons. Currently: by Daniel Dunbar · 14 years ago
- 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 14 years ago
- e05f609 Add an autoconf check for -retain-symbols-file and conditionalize by Dan Gohman · 15 years ago
- 764f62b Revert r100896 and around - this breaks the only mingw32 buildbot we have. by Anton Korobeynikov · 15 years ago
- 17e8b7f whether we enable dylibs or not depends on the host, not the target. by Chris Lattner · 15 years ago
- e3a39d4 suck the propagating "has dynamic libs" check into a single makefile by Chris Lattner · 15 years ago
- d4076cf Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. by Erick Tryzelaar · 15 years ago
- c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
- 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
- ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
- 9851567 Initial configure support for using Clang as the LLVM capable compiler. by Daniel Dunbar · 15 years ago
- e209c38 Kill off unused LLVMGCCLIBEXEC make variable. by Daniel Dunbar · 15 years ago
- 951fd6d Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. by Daniel Dunbar · 15 years ago
- 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 15 years ago
- 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
- f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
- d6c8ec6 Fix typos. Thanks to John Tytgat for noticing it! by Rafael Espindola · 15 years ago
- 420d23c Add configure options for specifying where to look for libstdc++. by Rafael Espindola · 15 years ago
- 7f9ec91 Add the --with-c-include-dirs to llvm's configure. The clang patch is next. by Rafael Espindola · 15 years ago
- 1fce948 configure: Add --with-optimize-option, for setting the default value of by Daniel Dunbar · 15 years ago
- 8039e03 Add an autoconf test to check for optional compiler flags like by Julien Lerouge · 15 years ago
- 7fd82e5 Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of by Jeffrey Yasskin · 15 years ago
- 5e869c3 Improve support for cross-hosted builds of LLVM. by Shantonu Sen · 15 years ago
- e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
- cc4f8bc LLVMC can be now compiled w/o dynamic plugin support. by Mikhail Glushenkov · 15 years ago
- 2373c99 Add --enable-llvmc-dynamic configure option. by Mikhail Glushenkov · 15 years ago
- 895f32c Trailing whitespace. by Mikhail Glushenkov · 15 years ago
- dbefd0c by David Greene · 16 years ago
- 93f70fc Link against libffi if available, fall back to "no external calls from by Nick Lewycky · 16 years ago
- 18f9907 Autodetect the availability of -export-dynamic in the linker. by Nick Lewycky · 16 years ago
- 1dace48 Switch to using -Wl,-R on Solaris. by Nick Lewycky · 16 years ago
- 5992175 Remove tests for flex/bison which are no longer needed by LLVM. by Nick Lewycky · 16 years ago
- f9c5c5c Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't by Nick Lewycky · 16 years ago
- e2be5d5 Add the ability to pass the path to binutils source to configure. This is by Nick Lewycky · 16 years ago
- 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 16 years ago
- 3a67f50 Use spaces rather than tab. by Duncan Sands · 16 years ago
- 237033e Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. by Torok Edwin · 16 years ago
- 673612e Add support for Canadian Cross builds where the host executables are not by Jim Grosbach · 16 years ago
- ecfe67c Reapply majority of r55557 but with the changes to compilation flags by Daniel Dunbar · 16 years ago
- 0783f0d Revert r55557, it is causing linking failures on 32bit linux. by Matthijs Kooijman · 16 years ago
- dcf114e Enable -fvisibility-inlines-hidden by default for compilers which support it. by Daniel Dunbar · 16 years ago
- 279219a Reverting r48974. See PR2183 for details. by Gordon Henriksen · 17 years ago
- 87a3b68 Quote the ocaml executables by Erick Tryzelaar · 17 years ago
- b047766 Adding ocamldoc generation. by Gordon Henriksen · 17 years ago
- 163974d improve compatibility with mingw, patch by Alain Frisch by Chris Lattner · 17 years ago
- 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
- 1d4e078 Providing --with-ocaml-libdir for ./configure. The default is the by Gordon Henriksen · 17 years ago
- 48c7253 Fixing (harmless) typos. by Gordon Henriksen · 17 years ago
- 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
- 4229371 PR1601: etags not configured correctly by Gordon Henriksen · 17 years ago
- a8c3660 Incorporating review feedback for GC verifier patch. by Gordon Henriksen · 17 years ago
- 0908d49 by Gordon Henriksen · 17 years ago
- 3c94f6a Change the place where man pages are installed to ${prefix}/share/man1. This by Bill Wendling · 17 years ago
- a696d24 Add support for building with _GLIBCXX_DEBUG. New configure option by David Greene · 17 years ago
- 1addff9 Add support for determining which languages the llvm-gcc front end supports. by Reid Spencer · 18 years ago
- 8475ec0 For PR789: by Reid Spencer · 18 years ago
- 32b1691 For PR739: by Reid Spencer · 18 years ago
- 282d8c1 Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where the by Reid Spencer · 18 years ago
- 89b0d99 Allow an --enable-pic option to turn on -fPIC compiler option when building. by Reid Spencer · 18 years ago
- 7f88ee0 Fix a regression that completely broke make install. by Chris Lattner · 18 years ago
- 281722d For PR739: by Reid Spencer · 18 years ago
- 1000b73 For PR1019: by Reid Spencer · 18 years ago
- 8b2e141 Undo removal of the runtime libraries. While this may have been a bit by Reid Spencer · 18 years ago
- ac90d5e In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will by Reid Spencer · 18 years ago
- a6cb9a1 Get LLVMGCCARCH right regardless of the llvm-gcc version being used. by Reid Spencer · 18 years ago
- b2ed0526 Add a check to see if HUGE_VAL is sane or not. by Reid Spencer · 18 years ago
- 1b22fde Make the name of the project consistent with that specified in the by Reid Spencer · 18 years ago
- a773bd5 Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. by Reid Spencer · 18 years ago
- aea7fe4 For PR848: by Reid Spencer · 18 years ago
- 1bc6864 Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to by Reid Spencer · 18 years ago
- e2cfe5d For PR814: by Reid Spencer · 18 years ago
- cf9be26 Added --with-extra-options=opts to specify additional options to build LLVM and run tests. by Evan Cheng · 18 years ago
- b756c79 Support correct build: by Reid Spencer · 18 years ago
- 1a5a551 Fix a comment. by Reid Spencer · 19 years ago
- c28ccd8 Change the assertions defaults: by Reid Spencer · 19 years ago
- c4329cf For PR723: by Reid Spencer · 19 years ago
- 7917d3a For support of new GCC v4, obtain the full and major versions of the by Reid Spencer · 19 years ago
- b195d9d Update to llvm-config tool, by Erik Kidd: by Reid Spencer · 19 years ago
- 6e96d81 Implement fix for PR471: by Reid Spencer · 19 years ago