aboutsummaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
AgeCommit message (Expand)Author
2011-02-27cmake: Add xdot.py support as it already exists in autoconf.Tobias Grosser
2011-02-09lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...NAKAMURA Takumi
2011-02-05Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi
2011-02-04LLVM_ON_WIN32 is not defined on config-ix.cmake. Use something else.Oscar Fuentes
2011-02-03Changes for building Clang and others using LLVM as an externalOscar Fuentes
2011-02-03Platform tests for `sys/uio.h' header and `writev' function.Oscar Fuentes
2011-01-31Adds some platform checks to cmake/config-ix.cmake and fixes checkingOscar Fuentes
2011-01-21Handles libffi on the CMake build.Oscar Fuentes
2011-01-17Add some platform checks. Also fix a typo on a Makefile.Oscar Fuentes
2011-01-15Make config.h.cmake similar to config.h.inOscar Fuentes
2011-01-13Add some platform tests.Oscar Fuentes
2011-01-13Platform tests for argz_* functions.Oscar Fuentes
2011-01-11Add to the CMake build some options and platform tests supported byOscar Fuentes
2011-01-09Rewrite handling of LLVM_ENABLE_PIC. It was being processed afterOscar Fuentes
2010-12-03Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-22Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.Michael J. Spencer
2010-10-22Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i...Michael J. Spencer
2010-10-21Support: Add Endian.hMichael J. Spencer
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-10-07CMake: Fix warning in gtest.Michael J. Spencer
2010-09-24Fix whitespace.Michael J. Spencer
2010-09-17cmake: test for the presence of fenv.hOscar Fuentes
2010-09-03Fix cmake build without native target selected.Oscar Fuentes
2010-08-30Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher
2010-08-08CMake: set configure macro LLVM_PREFIXOscar Fuentes
2010-08-08CMake: configure header llvm-config.hOscar Fuentes
2010-08-03build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar
2010-06-23Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky
2010-03-15Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin
2009-11-12CMake: Pass -lm to check_symbol_exists for detecting several mathOscar Fuentes
2009-11-10CMake: Remove unnecessary `unset' which was not supported by old cmakeOscar Fuentes
2009-11-09CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty.Oscar Fuentes
2009-11-07Fix CMake reporting of target triple.Daniel Dunbar
2009-11-07Stop running get_target_triple more than we need to.Daniel Dunbar
2009-11-05CMake: Detect dotty.Oscar Fuentes
2009-11-05CMake: do not test for pthread and dl libraries on Windows (exceptOscar Fuentes
2009-10-28Teach cmake that mk[sd]temp is defined in stdlib.h on some systems.Benjamin Kramer
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-10-12Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan
2009-10-05CMake misses a check for sbrk on NetBSD.Edward O'Callaghan
2009-10-01Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u...Douglas Gregor
2009-09-25Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin
2009-09-13CMake: New user-settable variable LLVM_TARGET_ARCH useful whenOscar Fuentes
2009-08-27re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif
2009-08-27--- Reverse-merging r80147 into '.':Bill Wendling
2009-08-26De-bork CMake buildDouglas Gregor
2009-08-26Ignore -fPIC test on Windows. Suggested by Yonggang Luo.Oscar Fuentes
2009-08-24Remove alloca config.h support.Daniel Dunbar
2009-07-27CMake configuration: find mkdtemp, mkstemp, mktemp.Douglas Gregor