summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
AgeCommit message (Expand)AuthorFilesLines
2012-08-08revert my previous patchSebastian Pop1-2/+5
2012-08-08enable Hexagon target from cmakeSebastian Pop1-5/+2
2012-07-22autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.NAKAMURA Takumi1-0/+1
2012-05-05[build] Add build check for ::arc4random().Daniel Dunbar1-0/+1
2012-05-03Add rudimentary CMake logic for detecting Graphviz.Ted Kremenek1-0/+1
2012-03-26Add InitializeNativeTargetDisassembler function.Eric Christopher1-0/+5
2012-01-24Undo an over zealous rename. This bit of the CMake build really isChandler Carruth1-3/+6
2012-01-05revert r147542 after comments from Joerg SonnenbergerSebastian Pop1-3/+0
2012-01-04use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop1-0/+3
2011-12-23Use 'check_symbol_exists' instead of 'check_function_exists' for finding isat...Ted Kremenek1-1/+1
2011-12-09Fix InitializeNativeTargetAsmParser in CMake builds by defining theChandler Carruth1-0/+5
2011-11-28rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith1-4/+5
2011-11-22Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer1-0/+2
2011-11-01rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop1-4/+3
2011-10-27Remove the Alpha backend.Dan Gohman1-2/+0
2011-09-19Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher1-1/+1
2011-08-12CMake: Eliminate unused checks and #undef(s) as below;NAKAMURA Takumi1-5/+0
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng1-2/+1
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng1-0/+1
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng1-0/+1
2011-06-23remove CMake mode_t defineDylan Noblesmith1-1/+0
2011-05-01Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi1-0/+15
2011-04-02Handle changing of LLVM_ENABLE_FFI.Oscar Fuentes1-0/+4
2011-03-23Supports building with a list of targets that does not containOscar Fuentes1-16/+11
2011-02-27cmake: Add xdot.py support as it already exists in autoconf.Tobias Grosser1-0/+2
2011-02-09lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...NAKAMURA Takumi1-1/+1
2011-02-05Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi1-0/+19
2011-02-04LLVM_ON_WIN32 is not defined on config-ix.cmake. Use something else.Oscar Fuentes1-4/+9
2011-02-03Changes for building Clang and others using LLVM as an externalOscar Fuentes1-16/+0
2011-02-03Platform tests for `sys/uio.h' header and `writev' function.Oscar Fuentes1-0/+4
2011-01-31Adds some platform checks to cmake/config-ix.cmake and fixes checkingOscar Fuentes1-3/+27
2011-01-21Handles libffi on the CMake build.Oscar Fuentes1-0/+29
2011-01-17Add some platform checks. Also fix a typo on a Makefile.Oscar Fuentes1-0/+14
2011-01-15Make config.h.cmake similar to config.h.inOscar Fuentes1-1/+5
2011-01-13Add some platform tests.Oscar Fuentes1-0/+7
2011-01-13Platform tests for argz_* functions.Oscar Fuentes1-0/+7
2011-01-11Add to the CMake build some options and platform tests supported byOscar Fuentes1-0/+3
2011-01-09Rewrite handling of LLVM_ENABLE_PIC. It was being processed afterOscar Fuentes1-5/+2
2010-12-03Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.Michael J. Spencer1-0/+3
2010-11-29Merge System into Support.Michael J. Spencer1-2/+2
2010-10-22Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.Michael J. Spencer1-2/+0
2010-10-22Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i...Michael J. Spencer1-1/+1
2010-10-21Support: Add Endian.hMichael J. Spencer1-0/+3
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner1-2/+0
2010-10-07CMake: Fix warning in gtest.Michael J. Spencer1-0/+2
2010-09-24Fix whitespace.Michael J. Spencer1-3/+3
2010-09-17cmake: test for the presence of fenv.hOscar Fuentes1-0/+1
2010-09-03Fix cmake build without native target selected.Oscar Fuentes1-3/+3
2010-08-30Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher1-1/+3
2010-08-08CMake: set configure macro LLVM_PREFIXOscar Fuentes1-0/+2