Reapply r108794, a fix for the failing test from last time.
[oota-llvm.git] / include / llvm / Config /
2010-07-19 Owen AndersonRegenerate.
2010-06-28 Eric ChristopherPull in the libCrashReporterClient.a information with...
2010-06-22 Eric ChristopherLook for and use a different darwin crash reporter...
2010-05-15 Chris Lattnerimprove portability to systems that don't have round...
2010-05-10 Daniel DunbarAdd new configure option, --disable-timestamps, intende...
2010-04-16 Eric ChristopherAdd a check for posix_spawn.
2010-03-15 Jeffrey YasskinTell Valgrind when we modify already-executed machine...
2010-02-03 Jeffrey YasskinReconfigure with autoconf-2.60, and fix autoconf.ac...
2010-01-26 Torok EdwinRegenerate configure.
2009-11-25 Daniel DunbarAdd CMake and configure logic to create llvm/Config...
2009-11-16 Rafael EspindolaAdd configure options for specifying where to look...
2009-11-12 Oscar FuentesCMake: Hopefully unbreak the build by mimicking the...
2009-11-12 Rafael EspindolaAdd the --with-c-include-dirs to llvm's configure.
2009-11-12 Oscar FuentesCMake: Pass -lm to check_symbol_exists for detecting...
2009-11-09 Oscar FuentesCMake: Detect gv, circo, twopi, neato, fdo, dot and...
2009-11-05 Oscar FuentesCMake: Detect dotty.
2009-10-14 Edward O'CallaghanUndo pthread patch from rev. 83930 & 83823. Credit...
2009-10-13 Edward O'CallaghanRegenerate configure for rev. 83823 putback.
2009-10-12 Edward O'CallaghanFix LLVM CMake build system so that it may now work...
2009-09-25 Jeffrey YasskinFix a compile failure introduced by r82675 on MinGW...
2009-08-27 Gabor Greifre-apply r80197, now that iterator.h is not mentioned...
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-26 Douglas GregorRegenerate configure
2009-08-25 Gabor Greifrevert r78628 and r78803 as these are not needed any...
2009-08-24 Daniel DunbarRemove alloca config.h support.
2009-08-24 Daniel DunbarRemove include/llvm/Config/alloca.h, it is dead.
2009-08-12 Gabor Greifhere comes the CMAKE part on LLVM_COMPACT_SENTINELS...
2009-08-11 Shantonu SenRegenerate per request of Gabor Greif (r78628)
2009-07-27 Douglas GregorCMake configuration: find mkdtemp, mkstemp, mktemp.
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.
2009-07-17 Xerxes RanbyImplement cmake LLVM_MULTITHREADED gcc atomic builtin...
2009-07-14 Dan GohmanLLVM doesn't use libelf. Remove libelf configurey.
2009-07-10 Jeffrey YasskinRegenerate configure after r75279.
2009-07-09 David GreeneAdd support for other GraphViz display tools. This...
2009-07-04 Jeffrey YasskinHave cmake define HAVE_STRERROR and friends to 1 when...
2009-07-01 Jeffrey YasskinUpdate configure and config.h.in from r74621.
2009-07-01 Jeffrey YasskinAdd a portable strerror*() wrapper, llvm::sys::StrError...
2009-06-26 Douglas GregorCMake: add configure checks for pthread_rwlock_init...
2009-06-25 Owen AndersonAdd a configure test for pthread_getspecific, and use...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-23 Douglas GregorWork around build problem with OpenJDK, which defines...
2009-06-17 Douglas GregorDefine LLVM_NATIVE_ARCH in CMake, so that lli can actua...
2009-06-17 Douglas GregorUpdate auto-generated configuration files
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-16 Owen AndersonAdd a configure check for pthread_rwlock_init.
2009-06-05 Douglas GregorMore portability checks for CMake's config.h.
2009-06-04 Douglas GregorProperly detect malloc_zone_statistics in CMake build...
2009-05-19 Owen AndersonForgot this file in my last commit.
2009-05-18 Douglas Gregortermios.h contains the winsize structure we need to...
2009-05-11 Douglas GregorAdd terminal width detection to llvm::sys::Process...
2009-05-06 Oscar FuentesCMake: Detects libpthread and sets HAVE_LIBPTHREAD.
2009-05-06 Oscar FuentesCMake: Added cmakedefine for HAVE_PTHREAD_H.
2009-04-13 Nick LewyckyRegenerate.
2009-03-09 Nick LewyckyRegenerate.
2009-03-05 Nick LewyckyRegenerate.
2009-02-21 Nick LewyckyRegenerate.
2009-02-14 Cedric VenetAdd mode_t to the config.h generated by cmake on win32...
2009-02-04 Nick LewyckyRegenerate.
2009-01-28 Chris LattnerEnable PACKAGE_VERSION in cmake builds, this unbreaks...
2009-01-22 Tanya LattnerRegenerated configure after backing out 62553 and r62616.
2009-01-22 Tanya LattnerBump to 2.6svn.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-11-18 Oscar FuentesCMake: Remove HAVE_LT_DLOPEN from config.h.cmake becaus...
2008-10-26 Oscar FuentesCMake: GetTargetTriple: new module for determining...
2008-10-25 Oscar FuentesCMake: MSVC++ no longer uses a special configuration...
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-03-23 Anton KorobeynikovUse C-style comments :)
2008-02-13 Devang PatelRemove use of ltdl
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-12 Duncan SandsRemove host endianness info from TargetData and
2007-12-10 Duncan SandsFix PR1836: in the interpreter, read and write apints
2007-12-01 Eric ChristopherAdd target triple to include/llvm/Config/config.h.in...
2007-10-03 Gordon HenriksenRegenerate.
2007-08-17 Reid SpencerFix PR1606:
2007-07-30 Anton KorobeynikovAdd detection of __dso_handle presence during configure...
2007-07-13 Reid SpencerRegenerate to pick up Gabor's changes.
2007-06-29 John CriswellConvert .cvsignore files
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-01-19 Anton KorobeynikovAdding disassembler interface and external hook to...
2006-12-18 Reid SpencerDetermine if the -enable-pic option was given.
2006-12-10 Anton KorobeynikovCleaned setjmp/longjmp lowering interfaces. Now we...
2006-12-01 Reid SpencerDefine the HAVE_PTHREAD symbol.
2006-11-05 Reid SpencerAdd a -disable-cbe-printf-a option so that the output...
2006-09-14 Reid SpencerAdd a HAVE_MACH_MACH_H #define to detect the presence...
2006-08-04 Reid SpencerUpdate the auto* tools: autoconf 2.60, libtool 1.5...
2006-06-05 Reid SpencerFor PR633:
2006-06-05 Reid SpencerSome enhancements for gv/graphviz/dot/dotty support...
2006-06-02 Reid SpencerFor PR798:
2006-06-02 Reid SpencerRemove some flags backed out from earlier attempts...
2006-06-01 Reid SpencerProvide support for detecting if the Win32 imaghlp...
2006-01-23 Reid SpencerUpdate for including additional function tests.
2006-01-19 Reid SpencerMake sure that libm is used during config tests so...
2006-01-19 Reid SpencerFor PR696:
2005-11-14 Chris Lattneradd malloc_zone_statistics, remove mstats
2005-11-14 Chris Lattnerregenerate
2005-08-24 Reid SpencerFor PR616:
2005-07-28 Jeff CohenPlease do not reintroduce tabs.
2005-07-27 Reid SpencerFix PR608:
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-14 Reid Spencer* Correct the AC_DEFINE for LLVM_PATH_GRAPHVIZ to use...
next