Remove all checking for the various terminfo headers (term.h and
[oota-llvm.git] / include / llvm / Config / config.h.in
2013-08-12 Chandler CarruthRemove all checking for the various terminfo headers...
2013-08-12 Chandler CarruthTarget a minimal terminfo library rather than necessari...
2013-08-07 Chandler CarruthAdd support for linking against a curses library when...
2013-08-02 Bob WilsonLink with -rdynamic instead of -Wl,-export-dynamic.
2013-07-26 Eric ChristopherRegenerate.
2013-07-26 Reid KlecknerRemove dead or useless header checks from cmake and...
2013-07-08 Matt ArsenaultFind xdot or xdot.py.
2013-07-04 Eric ChristopherReapply r185601 with a fix for the cmake build.
2013-07-04 Eric ChristopherTemporarily revert 185601 as it caused cmake build...
2013-07-04 Eric ChristopherAdd support for futimens for platforms that don't suppo...
2013-06-11 Rafael EspindolaDon't define LTDL_SHLIBPATH_VAR.
2013-06-11 Rafael EspindolaDon't define LLVM_LIBDIR, it is not used anymore.
2013-05-04 Tim NorthoverAllow host triple to be correctly overridden in CMake...
2013-04-27 Eric ChristopherRegen.
2013-04-27 Joerg SonnenbergerOnly use cxxabi.h's demangler, if it is actually available.
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...
2013-03-25 Joerg SonnenbergerRefine fenv.h handling: check if the desired macros...
2013-02-07 Owen AndersonConditionalize constant folding of math intrinsics...
2013-01-30 NAKAMURA Takumi[autoconf]: Fix description in HAVE_CRASHREPORTER_INFO.
2012-09-21 Eric ChristopherAdd an --enable-backtraces option to configure to determine
2012-08-03 Eric ChristopherAdd support for detecting libxml for Dmitri's work...
2012-07-22 NAKAMURA Takumiautoconf: Re-introduce LLVM_HOSTTRIPLE since r143500...
2012-07-12 Eric ChristopherRegenerate.
2012-05-05 Daniel Dunbar[build] Add build check for ::arc4random().
2012-04-16 Sebastian Popadd configure flag --with-default-sysroot
2012-03-26 Eric ChristopherAdd InitializeNativeTargetDisassembler function.
2012-03-23 Eric ChristopherRemove the C backend.
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2012-02-13 Dylan Noblesmithadd LLVM_VERSION_MAJOR and _MINOR defines
2012-02-03 Rafael EspindolaReplace the old --with-cxx-* configure options with...
2012-01-05 Sebastian Poprevert r147542 after comments from Joerg Sonnenberger
2012-01-04 Sebastian Popuse getHostTriple instead of getDefaultTargetTriple...
2011-11-28 NAKAMURA Takumiconfigure, config.h.in: Regenerate.
2011-11-22 Benjamin KramerAdd configure checking for pread(2) and use it to save...
2011-11-01 Sebastian Poprename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
2011-10-26 Eric ChristopherHandle newer cases for freebsd which is approaching...
2011-09-23 Eric ChristopherWe're no longer going to bother supporting platforms...
2011-09-19 Eric ChristopherRegenerate configure.
2011-09-19 Eric ChristopherRename LLVM_MULTITHREADED define and fix build without...
2011-08-12 NAKAMURA Takumiconfigure: Update since r136721.
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-20 Eric ChristopherRegenerate configure and friends for Chad.
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-05-01 NAKAMURA TakumiWindows/DynamicLibrary.inc: Clean up ELM_Callback....
2011-03-09 Jan SjödinAdd InitializeNativeAsmParser function.
2011-02-09 NAKAMURA Takumilib/Support/Errno.cpp: Check strerror_s() with HAVE_DEC...
2011-02-05 NAKAMURA TakumiWindows/DynamicLibrary.inc: Split explicit symbols...
2011-02-03 Daniel DunbarRegenerate configure.
2010-12-03 Eric ChristopherApparently OS X 10.4 doesn't have __crashreporter_info__.
2010-10-19 Chandler CarruthFirst step to allowing the resource directory of Clang...
2010-09-27 Dan GohmanAdd support for viewing graphviz graphs with xdot.py.
2010-09-17 Dan GohmanAttempt to support platforms which don't have fenv.h.
2010-08-30 Eric ChristopherFix LLVM target initialization to deal with sociopathic...
2010-08-25 Eric ChristopherRegenerate.
2010-08-11 Daniel Dunbarconfigure: Add detection of the linker version string.
2010-08-08 Eric ChristopherAdd a bit of a hack to avoid multiple defines of variab...
2010-08-03 Daniel Dunbarbuild: Add LLVM_NATIVE_ARCHNAME, which has the sensible...
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-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-16 Rafael EspindolaAdd configure options for specifying where to look...
2009-11-12 Rafael EspindolaAdd the --with-c-include-dirs to llvm's configure.
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-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-24 Daniel DunbarRemove alloca config.h support.
2009-08-11 Shantonu SenRegenerate per request of Gabor Greif (r78628)
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-01 Jeffrey YasskinUpdate configure and config.h.in from r74621.
2009-06-25 Owen AndersonAdd a configure test for pthread_getspecific, and use...
2009-06-17 Douglas GregorUpdate auto-generated configuration files
2009-06-16 Owen AndersonAdd a configure check for pthread_rwlock_init.
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-04-13 Nick LewyckyRegenerate.
2009-03-09 Nick LewyckyRegenerate.
2009-03-05 Nick LewyckyRegenerate.
2009-02-21 Nick LewyckyRegenerate.
2009-02-04 Nick LewyckyRegenerate.
2009-01-22 Tanya LattnerRegenerated configure after backing out 62553 and r62616.
2009-01-22 Tanya LattnerBump to 2.6svn.
2008-02-13 Devang PatelRemove use of ltdl
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...
next