| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a check for posix_spawn. | Eric Christopher | 2010-04-16 | 1 | -0/+3 |
* | Tell Valgrind when we modify already-executed machine code so it knows | Jeffrey Yasskin | 2010-03-15 | 2 | -0/+6 |
* | Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version. | Jeffrey Yasskin | 2010-02-03 | 1 | -18/+0 |
* | Regenerate configure. | Torok Edwin | 2010-01-26 | 1 | -37/+17 |
* | Add CMake and configure logic to create llvm/Config/Disassemblers.defs. | Daniel Dunbar | 2009-11-25 | 1 | -0/+29 |
* | Add configure options for specifying where to look for libstdc++. | Rafael Espindola | 2009-11-16 | 2 | -0/+24 |
* | CMake: Hopefully unbreak the build by mimicking the changes on the | Oscar Fuentes | 2009-11-12 | 1 | -0/+3 |
* | Add the --with-c-include-dirs to llvm's configure. | Rafael Espindola | 2009-11-12 | 1 | -0/+3 |
* | CMake: Pass -lm to check_symbol_exists for detecting several math | Oscar Fuentes | 2009-11-12 | 1 | -1/+1 |
* | CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty. | Oscar Fuentes | 2009-11-09 | 1 | -4/+28 |
* | CMake: Detect dotty. | Oscar Fuentes | 2009-11-05 | 1 | -2/+2 |
* | Undo pthread patch from rev. 83930 & 83823. Credit to Paul Davey. | Edward O'Callaghan | 2009-10-14 | 1 | -3/+3 |
* | Regenerate configure for rev. 83823 putback. | Edward O'Callaghan | 2009-10-13 | 1 | -3/+3 |
* | Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX. | Edward O'Callaghan | 2009-10-12 | 1 | -2/+2 |
* | Fix a compile failure introduced by r82675 on MinGW which doesn't have | Jeffrey Yasskin | 2009-09-25 | 2 | -0/+6 |
* | re-apply r80197, now that iterator.h is not mentioned any more | Gabor Greif | 2009-08-27 | 1 | -3/+15 |
* | --- Reverse-merging r80147 into '.': | Bill Wendling | 2009-08-27 | 1 | -15/+3 |
* | Regenerate configure | Douglas Gregor | 2009-08-26 | 1 | -3/+15 |
* | revert r78628 and r78803 as these are not needed any more | Gabor Greif | 2009-08-25 | 1 | -3/+0 |
* | Remove alloca config.h support. | Daniel Dunbar | 2009-08-24 | 2 | -30/+0 |
* | Remove include/llvm/Config/alloca.h, it is dead. | Daniel Dunbar | 2009-08-24 | 1 | -49/+0 |
* | here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661 | Gabor Greif | 2009-08-12 | 1 | -0/+3 |
* | Regenerate per request of Gabor Greif (r78628) | Shantonu Sen | 2009-08-11 | 1 | -0/+3 |
* | CMake configuration: find mkdtemp, mkstemp, mktemp. | Douglas Gregor | 2009-07-27 | 1 | -3/+3 |
* | Sketch support for target specific assembly parser. | Daniel Dunbar | 2009-07-17 | 1 | -0/+29 |
* | Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks. | Xerxes Ranby | 2009-07-17 | 1 | -0/+3 |
* | LLVM doesn't use libelf. Remove libelf configurey. | Dan Gohman | 2009-07-14 | 2 | -6/+0 |
* | Regenerate configure after r75279. | Jeffrey Yasskin | 2009-07-10 | 1 | -0/+3 |
* | Add support for other GraphViz display tools. This can help | David Greene | 2009-07-09 | 1 | -0/+24 |
* | Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all. | Jeffrey Yasskin | 2009-07-04 | 1 | -3/+3 |
* | Update configure and config.h.in from r74621. | Jeffrey Yasskin | 2009-07-01 | 1 | -0/+3 |
* | Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the | Jeffrey Yasskin | 2009-07-01 | 1 | -2/+5 |
* | CMake: add configure checks for pthread_rwlock_init and pthread_getspecific | Douglas Gregor | 2009-06-26 | 1 | -0/+6 |
* | Add a configure test for pthread_getspecific, and use it when building Thread... | Owen Anderson | 2009-06-25 | 1 | -0/+3 |
* | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson | 2009-06-23 | 1 | -20/+20 |
* | Work around build problem with OpenJDK, which defines X86 as a | Douglas Gregor | 2009-06-23 | 1 | -1/+1 |
* | Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT | Douglas Gregor | 2009-06-17 | 1 | -0/+3 |
* | Update auto-generated configuration files | Douglas Gregor | 2009-06-17 | 1 | -0/+3 |
* | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 2 | -0/+57 |
* | Add a configure check for pthread_rwlock_init. | Owen Anderson | 2009-06-16 | 1 | -0/+3 |
* | More portability checks for CMake's config.h. | Douglas Gregor | 2009-06-05 | 1 | -4/+4 |
* | Properly detect malloc_zone_statistics in CMake build system | Douglas Gregor | 2009-06-04 | 1 | -1/+1 |
* | Forgot this file in my last commit. | Owen Anderson | 2009-05-19 | 1 | -0/+3 |
* | termios.h contains the winsize structure we need to determine the | Douglas Gregor | 2009-05-18 | 2 | -0/+6 |
* | Add terminal width detection to llvm::sys::Process. This is needed to | Douglas Gregor | 2009-05-11 | 2 | -1/+7 |
* | CMake: Detects libpthread and sets HAVE_LIBPTHREAD. | Oscar Fuentes | 2009-05-06 | 1 | -1/+1 |
* | CMake: Added cmakedefine for HAVE_PTHREAD_H. | Oscar Fuentes | 2009-05-06 | 1 | -0/+3 |
* | Regenerate. | Nick Lewycky | 2009-04-13 | 1 | -0/+3 |
* | Regenerate. | Nick Lewycky | 2009-03-09 | 1 | -18/+0 |
* | Regenerate. | Nick Lewycky | 2009-03-05 | 1 | -0/+3 |