aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Config
AgeCommit message (Expand)Author
2010-08-08Add a bit of a hack to avoid multiple defines of variables inEric Christopher
2010-08-08CMake: set configure macro LLVM_PREFIXOscar Fuentes
2010-08-08CMake: configure header llvm-config.hOscar Fuentes
2010-08-08Fix PR7809 by creating a header for just llvm variables that can beEric Christopher
2010-08-03build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar
2010-07-19Regenerate.Owen Anderson
2010-06-28Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher
2010-06-22Look for and use a different darwin crash reporter library.Eric Christopher
2010-05-15improve portability to systems that don't have round, patch byChris Lattner
2010-05-10Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar
2010-04-16Add a check for posix_spawn.Eric Christopher
2010-03-15Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin
2010-02-03Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version.Jeffrey Yasskin
2010-01-26Regenerate configure.Torok Edwin
2009-11-25Add CMake and configure logic to create llvm/Config/Disassemblers.defs.Daniel Dunbar
2009-11-16Add configure options for specifying where to look for libstdc++.Rafael Espindola
2009-11-12CMake: Hopefully unbreak the build by mimicking the changes on theOscar Fuentes
2009-11-12Add the --with-c-include-dirs to llvm's configure.Rafael Espindola
2009-11-12CMake: Pass -lm to check_symbol_exists for detecting several mathOscar Fuentes
2009-11-09CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty.Oscar Fuentes
2009-11-05CMake: Detect dotty.Oscar Fuentes
2009-10-14Undo pthread patch from rev. 83930 & 83823. Credit to Paul Davey.Edward O'Callaghan
2009-10-13Regenerate configure for rev. 83823 putback.Edward O'Callaghan
2009-10-12Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan
2009-09-25Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin
2009-08-27re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif
2009-08-27--- Reverse-merging r80147 into '.':Bill Wendling
2009-08-26Regenerate configureDouglas Gregor
2009-08-25revert r78628 and r78803 as these are not needed any moreGabor Greif
2009-08-24Remove alloca config.h support.Daniel Dunbar
2009-08-24Remove include/llvm/Config/alloca.h, it is dead.Daniel Dunbar
2009-08-12here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661Gabor Greif
2009-08-11Regenerate per request of Gabor Greif (r78628)Shantonu Sen
2009-07-27CMake configuration: find mkdtemp, mkstemp, mktemp.Douglas Gregor
2009-07-17Sketch support for target specific assembly parser.Daniel Dunbar
2009-07-17Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.Xerxes Ranby
2009-07-14LLVM doesn't use libelf. Remove libelf configurey.Dan Gohman
2009-07-10Regenerate configure after r75279.Jeffrey Yasskin
2009-07-09Add support for other GraphViz display tools. This can helpDavid Greene
2009-07-04Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all.Jeffrey Yasskin
2009-07-01Update configure and config.h.in from r74621.Jeffrey Yasskin
2009-07-01Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin
2009-06-26CMake: add configure checks for pthread_rwlock_init and pthread_getspecificDouglas Gregor
2009-06-25Add a configure test for pthread_getspecific, and use it when building Thread...Owen Anderson
2009-06-23Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson
2009-06-23Work around build problem with OpenJDK, which defines X86 as aDouglas Gregor
2009-06-17Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JITDouglas Gregor
2009-06-17Update auto-generated configuration filesDouglas Gregor
2009-06-16Introduce new headers whose inclusion forces linking andDouglas Gregor
2009-06-16Add a configure check for pthread_rwlock_init.Owen Anderson