Taints relaxed loads to enforce load/store ordering
[oota-llvm.git] / cmake / config-ix.cmake
2011-11-28 Dylan Noblesmithrename ENABLE_THREADS to LLVM_ENABLE_THREADS
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-27 Dan GohmanRemove the Alpha backend.
2011-09-19 Eric ChristopherRename LLVM_MULTITHREADED define and fix build without...
2011-08-12 NAKAMURA TakumiCMake: Eliminate unused checks and #undef(s) as below;
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
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-01 NAKAMURA TakumiWindows/DynamicLibrary.inc: Clean up ELM_Callback....
2011-04-02 Oscar FuentesHandle changing of LLVM_ENABLE_FFI.
2011-03-23 Oscar FuentesSupports building with a list of targets that does...
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-04 Oscar FuentesLLVM_ON_WIN32 is not defined on config-ix.cmake. Use...
2011-02-03 Oscar FuentesChanges for building Clang and others using LLVM as...
2011-02-03 Oscar FuentesPlatform tests for `sys/uio.h' header and `writev'...
2011-01-31 Oscar FuentesAdds some platform checks to cmake/config-ix.cmake...
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-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-11-29 Michael J. SpencerMerge System into Support.
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-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-07 Michael J. SpencerCMake: Fix warning in gtest.
2010-09-24 Michael J. SpencerFix whitespace.
2010-09-17 Oscar Fuentescmake: test for the presence of fenv.h
2010-09-03 Oscar FuentesFix cmake build without native target selected.
2010-08-30 Eric ChristopherFix LLVM target initialization to deal with sociopathic...
2010-08-08 Oscar FuentesCMake: set configure macro LLVM_PREFIX
2010-08-08 Oscar FuentesCMake: configure header llvm-config.h
2010-08-03 Daniel Dunbarbuild: Add LLVM_NATIVE_ARCHNAME, which has the sensible...
2010-06-23 Nick LewyckyDon't link against libm and libpthread which don't...
2010-03-15 Jeffrey YasskinTell Valgrind when we modify already-executed machine...
2009-11-12 Oscar FuentesCMake: Pass -lm to check_symbol_exists for detecting...
2009-11-10 Oscar FuentesCMake: Remove unnecessary `unset' which was not support...
2009-11-09 Oscar FuentesCMake: Detect gv, circo, twopi, neato, fdo, dot and...
2009-11-07 Daniel DunbarFix CMake reporting of target triple.
2009-11-07 Daniel DunbarStop running get_target_triple more than we need to.
2009-11-05 Oscar FuentesCMake: Detect dotty.
2009-11-05 Oscar FuentesCMake: do not test for pthread and dl libraries on...
2009-10-28 Benjamin KramerTeach cmake that mk[sd]temp is defined in stdlib.h...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-12 Edward O'CallaghanFix LLVM CMake build system so that it may now work...
2009-10-05 Edward O'CallaghanCMake misses a check for sbrk on NetBSD.
2009-10-01 Douglas GregorTeach CMake to look for bidirectional_iterator, iterato...
2009-09-25 Jeffrey YasskinFix a compile failure introduced by r82675 on MinGW...
2009-09-13 Oscar FuentesCMake: New user-settable variable LLVM_TARGET_ARCH...
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 GregorDe-bork CMake build
2009-08-26 Oscar FuentesIgnore -fPIC test on Windows. Suggested by Yonggang...
2009-08-24 Daniel DunbarRemove alloca config.h support.
2009-07-27 Douglas GregorCMake configuration: find mkdtemp, mkstemp, mktemp.
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-17 Xerxes RanbyImplement cmake LLVM_MULTITHREADED gcc atomic builtin...
2009-07-01 Jeffrey YasskinAdd a portable strerror*() wrapper, llvm::sys::StrError...
2009-06-29 Douglas GregorFix CMake checks for pthread_getspecific and pthread_rw...
2009-06-26 Douglas GregorCMake: add configure checks for pthread_rwlock_init...
2009-06-17 Douglas GregorDefine LLVM_NATIVE_ARCH in CMake, so that lli can actua...
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-23 Oscar FuentesCMake: Use libdl only when available. Fixes build on...
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-04-04 Oscar FuentesCMake: defines and uses macro add_llvm_definitions...
2009-03-09 Nick LewyckyRemove configurey-fu to autodetect hash_map and hash_se...
2009-02-14 Cedric VenetAdd mode_t to the config.h generated by cmake on win32...
2008-11-20 Oscar FuentesCMake: when building shared libraries, use -fPIC for...
2008-11-18 Oscar FuentesCMake: Option for enabling/disabling threads.
2008-10-29 Oscar FuentesCMake: Removed some cruft.
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.