aboutsummaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
AgeCommit message (Expand)Author
2012-05-05[build] Add build check for ::arc4random().Daniel Dunbar
2012-05-03Add rudimentary CMake logic for detecting Graphviz.Ted Kremenek
2012-03-26Add InitializeNativeTargetDisassembler function.Eric Christopher
2012-01-24Undo an over zealous rename. This bit of the CMake build really isChandler Carruth
2012-01-05revert r147542 after comments from Joerg SonnenbergerSebastian Pop
2012-01-04use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop
2011-12-23Use 'check_symbol_exists' instead of 'check_function_exists' for finding isat...Ted Kremenek
2011-12-09Fix InitializeNativeTargetAsmParser in CMake builds by defining theChandler Carruth
2011-11-28rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith
2011-11-22Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer
2011-11-01rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop
2011-10-27Remove the Alpha backend.Dan Gohman
2011-09-19Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher
2011-08-12CMake: Eliminate unused checks and #undef(s) as below;NAKAMURA Takumi
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-06-23remove CMake mode_t defineDylan Noblesmith
2011-05-01Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi
2011-04-02Handle changing of LLVM_ENABLE_FFI.Oscar Fuentes
2011-03-23Supports building with a list of targets that does not containOscar Fuentes
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