aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
Commit message (Expand)AuthorAgeFilesLines
* Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar2010-05-101-0/+3
* Add a check for posix_spawn.Eric Christopher2010-04-161-0/+3
* Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2010-03-152-0/+6
* Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version.Jeffrey Yasskin2010-02-031-18/+0
* Regenerate configure.Torok Edwin2010-01-261-37/+17
* Add CMake and configure logic to create llvm/Config/Disassemblers.defs.Daniel Dunbar2009-11-251-0/+29
* Add configure options for specifying where to look for libstdc++.Rafael Espindola2009-11-162-0/+24
* CMake: Hopefully unbreak the build by mimicking the changes on theOscar Fuentes2009-11-121-0/+3
* Add the --with-c-include-dirs to llvm's configure.Rafael Espindola2009-11-121-0/+3
* CMake: Pass -lm to check_symbol_exists for detecting several mathOscar Fuentes2009-11-121-1/+1
* CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty.Oscar Fuentes2009-11-091-4/+28
* CMake: Detect dotty.Oscar Fuentes2009-11-051-2/+2
* Undo pthread patch from rev. 83930 & 83823. Credit to Paul Davey.Edward O'Callaghan2009-10-141-3/+3
* Regenerate configure for rev. 83823 putback.Edward O'Callaghan2009-10-131-3/+3
* Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan2009-10-121-2/+2
* Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin2009-09-252-0/+6
* re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif2009-08-271-3/+15
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-271-15/+3
* Regenerate configureDouglas Gregor2009-08-261-3/+15
* revert r78628 and r78803 as these are not needed any moreGabor Greif2009-08-251-3/+0
* Remove alloca config.h support.Daniel Dunbar2009-08-242-30/+0
* Remove include/llvm/Config/alloca.h, it is dead.Daniel Dunbar2009-08-241-49/+0
* here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661Gabor Greif2009-08-121-0/+3
* Regenerate per request of Gabor Greif (r78628)Shantonu Sen2009-08-111-0/+3
* CMake configuration: find mkdtemp, mkstemp, mktemp.Douglas Gregor2009-07-271-3/+3
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-171-0/+29
* Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.Xerxes Ranby2009-07-171-0/+3
* LLVM doesn't use libelf. Remove libelf configurey.Dan Gohman2009-07-142-6/+0
* Regenerate configure after r75279.Jeffrey Yasskin2009-07-101-0/+3
* Add support for other GraphViz display tools. This can helpDavid Greene2009-07-091-0/+24
* Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all.Jeffrey Yasskin2009-07-041-3/+3
* Update configure and config.h.in from r74621.Jeffrey Yasskin2009-07-011-0/+3
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-011-2/+5
* CMake: add configure checks for pthread_rwlock_init and pthread_getspecificDouglas Gregor2009-06-261-0/+6
* Add a configure test for pthread_getspecific, and use it when building Thread...Owen Anderson2009-06-251-0/+3
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-20/+20
* Work around build problem with OpenJDK, which defines X86 as aDouglas Gregor2009-06-231-1/+1
* Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JITDouglas Gregor2009-06-171-0/+3
* Update auto-generated configuration filesDouglas Gregor2009-06-171-0/+3
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-162-0/+57
* Add a configure check for pthread_rwlock_init.Owen Anderson2009-06-161-0/+3
* More portability checks for CMake's config.h.Douglas Gregor2009-06-051-4/+4
* Properly detect malloc_zone_statistics in CMake build systemDouglas Gregor2009-06-041-1/+1
* Forgot this file in my last commit.Owen Anderson2009-05-191-0/+3
* termios.h contains the winsize structure we need to determine theDouglas Gregor2009-05-182-0/+6
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-112-1/+7
* CMake: Detects libpthread and sets HAVE_LIBPTHREAD.Oscar Fuentes2009-05-061-1/+1
* CMake: Added cmakedefine for HAVE_PTHREAD_H.Oscar Fuentes2009-05-061-0/+3
* Regenerate.Nick Lewycky2009-04-131-0/+3
* Regenerate.Nick Lewycky2009-03-091-18/+0