[PGO] Simplify computehash interface (NFC)
[oota-llvm.git] / include / llvm / Config /
2011-11-10 Daniel DunbarFix typo.
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-20 NAKAMURA Takumiinclude/llvm/Config/llvm-config.h.in: Add the entry...
2011-09-20 NAKAMURA Takumiinclude/llvm/Config: Reorder LLVM_HAS_ATOMICS along...
2011-09-20 NAKAMURA Takumiinclude/llvm/Config/config.h.cmake: Unbreak CMake build...
2011-09-19 Eric ChristopherRegenerate configure.
2011-09-19 Eric ChristopherRename LLVM_MULTITHREADED define and fix build without...
2011-08-12 NAKAMURA Takumiinclude/llvm/Config/config.h.cmake: Reorder to follow...
2011-08-12 NAKAMURA TakumiCMake: Eliminate unused checks and #undef(s) as below;
2011-08-12 NAKAMURA Takumiinclude/llvm/Config/llvm-config.h: Reorder and reword...
2011-08-12 NAKAMURA Takumiconfigure: Update since r136721.
2011-07-23 NAKAMURA TakumiCMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake.
2011-07-23 NAKAMURA Takumiconfig.h.cmake: Reorder along config.h.in.
2011-07-22 Oscar FuentesTeach cmake configured headers about LLVM_NATIVE_TARGETMC
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-06-23 Dylan Noblesmithremove CMake mode_t define
2011-05-25 Frits van BommelFix warning in the CMake build about redefining LLVM_PA...
2011-05-01 NAKAMURA TakumiWindows/DynamicLibrary.inc: Clean up ELM_Callback....
2011-03-09 Jan SjödinAdd InitializeNativeAsmParser function.
2011-02-27 Tobias Grossercmake: Add xdot.py support as it already exists in...
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 Oscar FuentesMoved to Clang's source tree its configuration options...
2011-02-03 Oscar FuentesPlatform tests for `sys/uio.h' header and `writev'...
2011-02-03 Daniel DunbarRegenerate configure.
2011-01-31 Oscar FuentesAdds some platform checks to cmake/config-ix.cmake...
2011-01-31 NAKAMURA TakumiCMake: Fix a few definition to suppress warnings.
2011-01-21 Oscar FuentesHandles libffi on the CMake build.
2011-01-17 Oscar FuentesAdd some platform checks. Also fix a typo on a Makefile.
2011-01-15 Oscar FuentesMake config.h.cmake similar to config.h.in
2011-01-14 Oscar FuentesReorder macros on config.h.cmake to easily compare...
2011-01-13 Oscar FuentesAdd some platform tests.
2011-01-13 Oscar FuentesPlatform tests for argz_* functions.
2011-01-11 Oscar FuentesAdd to the CMake build some options and platform tests...
2011-01-09 Oscar FuentesRewrite handling of LLVM_ENABLE_PIC. It was being proce...
2010-12-03 Michael J. SpencerSupport/FileSystem: Fix MinGW build. It doesn't have...
2010-12-03 Eric ChristopherApparently OS X 10.4 doesn't have __crashreporter_info__.
2010-10-22 Michael J. SpencerEndian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.
2010-10-22 Michael J. SpencerRename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_EN...
2010-10-21 Michael J. SpencerSupport: Add Endian.h
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-10 Oscar FuentesAvoid multiple definition warnings when both config...
2010-08-08 Eric ChristopherAdd a bit of a hack to avoid multiple defines of variab...
2010-08-08 Oscar FuentesCMake: set configure macro LLVM_PREFIX
2010-08-08 Oscar FuentesCMake: configure header llvm-config.h
2010-08-08 Eric ChristopherFix PR7809 by creating a header for just llvm variables...
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-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
next