| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an autoconf test to check for optional compiler flags like | Julien Lerouge | 2009-10-26 | 1 | -0/+6 |
* | Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of | Jeffrey Yasskin | 2009-09-27 | 1 | -0/+5 |
* | Improve support for cross-hosted builds of LLVM. | Shantonu Sen | 2009-09-02 | 1 | -0/+3 |
* | The attached patches attempt to fix cross builds. For example, if you | Anton Korobeynikov | 2009-08-18 | 1 | -1/+5 |
* | LLVMC can be now compiled w/o dynamic plugin support. | Mikhail Glushenkov | 2009-07-04 | 1 | -0/+5 |
* | Add --enable-llvmc-dynamic configure option. | Mikhail Glushenkov | 2009-07-03 | 1 | -0/+6 |
* | Trailing whitespace. | Mikhail Glushenkov | 2009-07-03 | 1 | -1/+1 |
* | Add a --enable-profiling option to configure to build Debug+Profile and | David Greene | 2009-04-17 | 1 | -1/+9 |
* | Link against libffi if available, fall back to "no external calls from | Nick Lewycky | 2009-04-13 | 1 | -3/+0 |
* | Autodetect the availability of -export-dynamic in the linker. | Nick Lewycky | 2009-03-05 | 1 | -0/+3 |
* | Switch to using -Wl,-R on Solaris. | Nick Lewycky | 2009-03-03 | 1 | -0/+3 |
* | Remove tests for flex/bison which are no longer needed by LLVM. | Nick Lewycky | 2009-02-21 | 1 | -3/+0 |
* | Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't | Nick Lewycky | 2009-02-04 | 1 | -0/+3 |
* | Add the ability to pass the path to binutils source to configure. This is | Nick Lewycky | 2009-02-03 | 1 | -0/+3 |
* | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 1 | -4/+4 |
* | Use spaces rather than tab. | Duncan Sands | 2008-10-22 | 1 | -1/+1 |
* | Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. | Torok Edwin | 2008-10-21 | 1 | -0/+1 |
* | Add support for Canadian Cross builds where the host executables are not | Jim Grosbach | 2008-10-02 | 1 | -0/+5 |
* | Reapply majority of r55557 but with the changes to compilation flags | Daniel Dunbar | 2008-09-02 | 1 | -0/+3 |
* | Revert r55557, it is causing linking failures on 32bit linux. | Matthijs Kooijman | 2008-09-02 | 1 | -3/+0 |
* | Enable -fvisibility-inlines-hidden by default for compilers which | Daniel Dunbar | 2008-08-30 | 1 | -0/+3 |
* | Reverting r48974. See PR2183 for details. | Gordon Henriksen | 2008-03-31 | 1 | -4/+4 |
* | Quote the ocaml executables | Erick Tryzelaar | 2008-03-31 | 1 | -4/+4 |
* | Adding ocamldoc generation. | Gordon Henriksen | 2008-03-10 | 1 | -0/+1 |
* | improve compatibility with mingw, patch by Alain Frisch | Chris Lattner | 2008-01-15 | 1 | -0/+8 |
* | remove attributions from the rest of the llvm makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Providing --with-ocaml-libdir for ./configure. The default is the | Gordon Henriksen | 2007-10-02 | 1 | -2/+3 |
* | Fixing (harmless) typos. | Gordon Henriksen | 2007-10-02 | 1 | -3/+0 |
* | Add explicit --enable-bindings option to configure. | Gordon Henriksen | 2007-10-02 | 1 | -0/+8 |
* | PR1601: etags not configured correctly | Gordon Henriksen | 2007-09-29 | 1 | -2/+0 |
* | Incorporating review feedback for GC verifier patch. | Gordon Henriksen | 2007-09-20 | 1 | -0/+1 |
* | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42090 91177308-0d34-... | Gordon Henriksen | 2007-09-18 | 1 | -0/+2 |
* | Change the place where man pages are installed to ${prefix}/share/man1. This | Bill Wendling | 2007-07-03 | 1 | -1/+1 |
* | Add support for building with _GLIBCXX_DEBUG. New configure option | David Greene | 2007-06-28 | 1 | -0/+5 |
* | Add support for determining which languages the llvm-gcc front end | Reid Spencer | 2007-04-21 | 1 | -0/+1 |
* | For PR789: | Reid Spencer | 2007-03-29 | 1 | -0/+2 |
* | For PR739: | Reid Spencer | 2007-01-17 | 1 | -19/+13 |
* | Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where the | Reid Spencer | 2006-12-21 | 1 | -0/+3 |
* | Allow an --enable-pic option to turn on -fPIC compiler option when building. | Reid Spencer | 2006-12-16 | 1 | -0/+3 |
* | Fix a regression that completely broke make install. | Chris Lattner | 2006-12-13 | 1 | -8/+8 |
* | For PR739: | Reid Spencer | 2006-12-10 | 1 | -9/+10 |
* | For PR1019: | Reid Spencer | 2006-12-01 | 1 | -1/+2 |
* | Undo removal of the runtime libraries. While this may have been a bit | Reid Spencer | 2006-11-17 | 1 | -0/+5 |
* | In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will | Reid Spencer | 2006-11-16 | 1 | -5/+0 |
* | Get LLVMGCCARCH right regardless of the llvm-gcc version being used. | Reid Spencer | 2006-11-05 | 1 | -0/+4 |
* | Add a check to see if HUGE_VAL is sane or not. | Reid Spencer | 2006-11-03 | 1 | -0/+4 |
* | Make the name of the project consistent with that specified in the | Reid Spencer | 2006-08-07 | 1 | -2/+2 |
* | Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. | Reid Spencer | 2006-08-04 | 1 | -0/+7 |
* | For PR848: | Reid Spencer | 2006-07-28 | 1 | -7/+8 |
* | Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to | Reid Spencer | 2006-07-27 | 1 | -0/+3 |