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