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