2010-08-15 |
Mikhail Glushenkov | llvmc: remove dynamic plugins. |
tree | commitdiff |
2010-08-11 |
Daniel Dunbar | configure: Add detection of the linker version string. |
tree | commitdiff |
2010-08-08 |
Eric Christopher | Add a bit of a hack to avoid multiple defines of variab... |
tree | commitdiff |
2010-08-08 |
Eric Christopher | Fix PR7809 by creating a header for just llvm variables... |
tree | commitdiff |
2010-08-04 |
Dan Gohman | Fix a typo in a comment. |
tree | commitdiff |
2010-08-04 |
Dan Gohman | Remove CVS artifacts. |
tree | commitdiff |
2010-08-03 |
Daniel Dunbar | build: Add LLVM_NATIVE_ARCHNAME, which has the sensible... |
tree | commitdiff |
2010-07-28 |
Eric Christopher | Use a C++ compiler for the atomic builtin check since... |
tree | commitdiff |
2010-07-22 |
Eric Christopher | Try to work around the relative install-sh path problem. |
tree | commitdiff |
2010-07-19 |
Owen Anderson | Remove extraneous character. |
tree | commitdiff |
2010-07-19 |
Owen Anderson | Add support for detecting <mach-o/getsect.h> and the... |
tree | commitdiff |
2010-06-28 |
Eric Christopher | Pull in the libCrashReporterClient.a information with... |
tree | commitdiff |
2010-06-22 |
Eric Christopher | Look for and use a different darwin crash reporter... |
tree | commitdiff |
2010-06-01 |
Dan Gohman | Fix a spello affecting platforms where the configure... |
tree | commitdiff |
2010-06-01 |
Dan Gohman | -retain-symbols-file is not what it seems. Update the... |
tree | commitdiff |
2010-05-10 |
Daniel Dunbar | Add new configure option, --disable-timestamps, intende... |
tree | commitdiff |
2010-05-06 |
mike-m | Overhauled llvm/clang docs builds. Closes PR6613. |
tree | commitdiff |
2010-04-30 |
Daniel Dunbar | Default OPTIMIZE_OPTION to -O2 on FreeBSD, at the reque... |
tree | commitdiff |
2010-04-25 |
Dan Gohman | Fix an autoconf bug: The second argument to AC_LANG_PRO... |
tree | commitdiff |
2010-04-16 |
Dan Gohman | Add an autoconf check for -retain-symbols-file and... |
tree | commitdiff |
2010-04-16 |
Eric Christopher | Add a check for posix_spawn. |
tree | commitdiff |
2010-04-10 |
Daniel Dunbar | configure: Fix default value for optimize_option, I... |
tree | commitdiff |
2010-04-09 |
Chris Lattner | add minix support, patch by Kees van Reeuwijk! PR6797 |
tree | commitdiff |
2010-03-25 |
John Criswell | Fixed spurious warning problem noticed by Daniel Dunbar... |
tree | commitdiff |
2010-03-19 |
John Criswell | Force configuration of some projects before others... |
tree | commitdiff |
2010-03-19 |
Tanya Lattner | Bump version number. |
tree | commitdiff |
2010-03-19 |
John Criswell | Updated copyright year to 2010. |
tree | commitdiff |
2010-03-15 |
Jeffrey Yasskin | Tell Valgrind when we modify already-executed machine... |
tree | commitdiff |
2010-03-02 |
Eric Christopher | Move the docsdir to /usr/share/doc/llvm to match other... |
tree | commitdiff |
2010-03-02 |
Eric Christopher | Make sure we save CXXFLAGS before setting it as pedanti... |
tree | commitdiff |
2010-02-25 |
John Criswell | Added SAFECode (safecode) to the list of projects to... |
tree | commitdiff |
2010-02-25 |
Jeffrey Yasskin | Try r96559 for the third time. This time the shared... |
tree | commitdiff |
2010-02-24 |
Chris Lattner | fix PR5954, patch by Roman Divacky. |
tree | commitdiff |
2010-02-23 |
Jeffrey Yasskin | Roll back r96959 again. |
tree | commitdiff |
2010-02-23 |
Wesley Peck | Adding the MicroBlaze backend. |
tree | commitdiff |
2010-02-23 |
Jeffrey Yasskin | Roll r96559 forward again, adding libLLVM-2.7svn.so... |
tree | commitdiff |
2010-02-23 |
Daniel Dunbar | Initial configure support for using Clang as the LLVM... |
tree | commitdiff |
2010-02-23 |
Daniel Dunbar | Kill off unused LLVMGCCLIBEXEC make variable. |
tree | commitdiff |
2010-02-23 |
Daniel Dunbar | Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. |
tree | commitdiff |
2010-02-23 |
Daniel Dunbar | Kill off LLVMGCC_MAJVERS make variable. |
tree | commitdiff |
2010-02-18 |
Jeffrey Yasskin | Roll back the shared library, r96559. It broke two... |
tree | commitdiff |
2010-02-18 |
Jeffrey Yasskin | Add a shared library for LLVM, named libLLVM2.7svn... |
tree | commitdiff |
2010-02-09 |
Jeffrey Yasskin | Make --disable-libffi work on systems with libffi insta... |
tree | commitdiff |
2010-02-03 |
Jeffrey Yasskin | Reconfigure with autoconf-2.60, and fix autoconf.ac... |
tree | commitdiff |
2010-01-26 |
Torok Edwin | Remove unneeded checks from configure.ac. |
tree | commitdiff |
2010-01-26 |
Torok Edwin | Fix autoconf 2.65 warning (don't use _cv_ inside AC_CAC... |
tree | commitdiff |
2010-01-05 |
Anton Korobeynikov | Proper deduce z/System LLVM target from target triple... |
tree | commitdiff |
2009-12-07 |
Rafael Espindola | Fix typos. Thanks to John Tytgat for noticing it! |
tree | commitdiff |
2009-11-25 |
Daniel Dunbar | Add CMake and configure logic to create llvm/Config... |
tree | commitdiff |
2009-11-19 |
Edward O'Callaghan | autoconf config.* claims to not know about auroraux... |
tree | commitdiff |
2009-11-16 |
Rafael Espindola | Add configure options for specifying where to look... |
tree | commitdiff |
2009-11-12 |
Rafael Espindola | Add the --with-c-include-dirs to llvm's configure. |
tree | commitdiff |
2009-11-04 |
Daniel Dunbar | configure: Add --with-optimize-option, for setting... |
tree | commitdiff |
2009-10-26 |
Julien Lerouge | Add an autoconf test to check for optional compiler... |
tree | commitdiff |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
tree | commitdiff |
2009-10-14 |
Edward O'Callaghan | Undo pthread patch from rev. 83930 & 83823. Credit... |
tree | commitdiff |
2009-10-14 |
Edward O'Callaghan | Provide AuroraUX triple support in configure. Credit... |
tree | commitdiff |
2009-10-12 |
Edward O'Callaghan | Haiku porting patches, Credit to Paul Davey. |
tree | commitdiff |
2009-10-07 |
Jeffrey Yasskin | Fix the OProfile part of PR5018. This fixes --without... |
tree | commitdiff |
2009-09-29 |
Nick Lewycky | Fix configure bug that only shows up in a clean build... |
tree | commitdiff |
2009-09-29 |
Nick Lewycky | On Linux, uname -m reports the kernel type. Some Linux... |
tree | commitdiff |
2009-09-27 |
Jeffrey Yasskin | Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols... |
tree | commitdiff |
2009-09-27 |
Nick Lewycky | Leave a pointer to the documentation so that people... |
tree | commitdiff |
2009-09-25 |
Jeffrey Yasskin | Fix a compile failure introduced by r82675 on MinGW... |
tree | commitdiff |
2009-09-23 |
Jeffrey Yasskin | PR4047: Permit configure --enable-targets=host,cpp... |
tree | commitdiff |
2009-09-18 |
Mike Stump | Update to latest versions of config.guess and config... |
tree | commitdiff |
2009-09-14 |
Eric Christopher | Enable the jit for llvm-config. |
tree | commitdiff |
2009-08-28 |
Torok Edwin | install-sh chmods to 0755 by default, and this causes... |
tree | commitdiff |
2009-08-27 |
Gabor Greif | re-apply r80197, now that iterator.h is not mentioned... |
tree | commitdiff |
2009-08-27 |
Bill Wendling | --- Reverse-merging r80147 into '.': |
tree | commitdiff |
2009-08-26 |
Gabor Greif | nobody includes llvm/ADT/iterator.h any more, |
tree | commitdiff |
2009-08-25 |
Gabor Greif | revert r78628 and r78803 as these are not needed any... |
tree | commitdiff |
2009-08-24 |
Daniel Dunbar | Remove alloca config.h support. |
tree | commitdiff |
2009-08-22 |
Tanya Lattner | Update copyright date. |
tree | commitdiff |
2009-08-22 |
Tanya Lattner | TOT is now 2.7svn |
tree | commitdiff |
2009-08-18 |
Anton Korobeynikov | The attached patches attempt to fix cross builds. For... |
tree | commitdiff |
2009-08-13 |
Misha Brukman | * Moved all tool version requirements to the same place |
tree | commitdiff |
2009-08-13 |
Misha Brukman | Converted tabs to spaces. |
tree | commitdiff |
2009-08-11 |
Gabor Greif | Lay the groundwork for my upcoming ilist sentinel shrin... |
tree | commitdiff |
2009-08-02 |
Jakob Stoklund Olesen | Build Blackfin target with autoconf and cmake. |
tree | commitdiff |
2009-07-24 |
Dan Gohman | Remove the IA-64 backend. |
tree | commitdiff |
2009-07-17 |
Daniel Dunbar | Fix typo |
tree | commitdiff |
2009-07-17 |
Daniel Dunbar | Sketch support for target specific assembly parser. |
tree | commitdiff |
2009-07-16 |
Anton Korobeynikov | Let's start another backend :) |
tree | commitdiff |
2009-07-14 |
Dan Gohman | LLVM doesn't use libelf. Remove libelf configurey. |
tree | commitdiff |
2009-07-10 |
Jeffrey Yasskin | Add a --with-oprofile flag to configure, which uses... |
tree | commitdiff |
2009-07-09 |
David Greene | Add support for other GraphViz display tools. This... |
tree | commitdiff |
2009-07-04 |
Mikhail Glushenkov | LLVMC can be now compiled w/o dynamic plugin support. |
tree | commitdiff |
2009-07-04 |
Mikhail Glushenkov | LLVMC doesn't need ENABLE_PIC to build now. |
tree | commitdiff |
2009-07-03 |
Mikhail Glushenkov | Add --enable-llvmc-dynamic configure option. |
tree | commitdiff |
2009-07-03 |
Mikhail Glushenkov | Trailing whitespace. |
tree | commitdiff |
2009-07-01 |
Jeffrey Yasskin | Add a portable strerror*() wrapper, llvm::sys::StrError... |
tree | commitdiff |
2009-06-25 |
Owen Anderson | Add a configure test for pthread_getspecific, and use... |
tree | commitdiff |
2009-06-23 |
Douglas Gregor | Work around build problem with OpenJDK, which defines... |
tree | commitdiff |
2009-06-17 |
Douglas Gregor | Define LLVM_NATIVE_ARCH in llvm/Config/config.h to... |
tree | commitdiff |
2009-06-17 |
Owen Anderson | Add an atomic increment and decrement implementation... |
tree | commitdiff |
2009-06-16 |
Douglas Gregor | Introduce new headers whose inclusion forces linking and |
tree | commitdiff |
2009-06-16 |
Owen Anderson | Add a configure check for pthread_rwlock_init. |
tree | commitdiff |
2009-06-06 |
Nick Lewycky | Add a flag to permit disabling libffi. |
tree | commitdiff |
2009-05-19 |
Owen Anderson | Split the ENABLE_THREADS #define in two. Now ENABLE_TH... |
tree | commitdiff |
next |