aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config/config.h.cmake
Commit message (Expand)AuthorAgeFilesLines
* Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi2011-05-011-0/+3
* cmake: Add xdot.py support as it already exists in autoconf.Tobias Grosser2011-02-271-2/+2
* lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...NAKAMURA Takumi2011-02-091-3/+4
* Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi2011-02-051-0/+48
* Moved to Clang's source tree its configuration options and associatedOscar Fuentes2011-02-031-18/+0
* Platform tests for `sys/uio.h' header and `writev' function.Oscar Fuentes2011-02-031-0/+6
* Adds some platform checks to cmake/config-ix.cmake and fixes checkingOscar Fuentes2011-01-311-9/+9
* Handles libffi on the CMake build.Oscar Fuentes2011-01-211-3/+3
* Add some platform checks. Also fix a typo on a Makefile.Oscar Fuentes2011-01-171-11/+11
* Make config.h.cmake similar to config.h.inOscar Fuentes2011-01-151-65/+89
* Reorder macros on config.h.cmake to easily compare it againstOscar Fuentes2011-01-141-54/+77
* Add some platform tests.Oscar Fuentes2011-01-131-7/+7
* Platform tests for argz_* functions.Oscar Fuentes2011-01-131-5/+5
* Add to the CMake build some options and platform tests supported byOscar Fuentes2011-01-111-8/+11
* Rewrite handling of LLVM_ENABLE_PIC. It was being processed afterOscar Fuentes2011-01-091-1/+1
* Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.Michael J. Spencer2010-12-031-0/+3
* Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.Michael J. Spencer2010-10-221-3/+0
* Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i...Michael J. Spencer2010-10-221-1/+1
* Support: Add Endian.hMichael J. Spencer2010-10-211-0/+3
* First step to allowing the resource directory of Clang to be adjusted forChandler Carruth2010-10-191-0/+3
* Attempt to support platforms which don't have fenv.h.Dan Gohman2010-09-171-0/+3
* Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher2010-08-301-5/+11
* Avoid multiple definition warnings when both config.h andOscar Fuentes2010-08-101-0/+5
* CMake: set configure macro LLVM_PREFIXOscar Fuentes2010-08-081-1/+1
* build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar2010-08-031-0/+3
* improve portability to systems that don't have round, patch byChris Lattner2010-05-151-0/+3
* Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2010-03-151-0/+3
* Add configure options for specifying where to look for libstdc++.Rafael Espindola2009-11-161-0/+12
* CMake: Hopefully unbreak the build by mimicking the changes on theOscar Fuentes2009-11-121-0/+3
* CMake: Pass -lm to check_symbol_exists for detecting several mathOscar Fuentes2009-11-121-1/+1
* CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty.Oscar Fuentes2009-11-091-4/+28
* CMake: Detect dotty.Oscar Fuentes2009-11-051-2/+2
* Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan2009-10-121-2/+2
* Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin2009-09-251-0/+3
* revert r78628 and r78803 as these are not needed any moreGabor Greif2009-08-251-3/+0
* Remove alloca config.h support.Daniel Dunbar2009-08-241-15/+0
* here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661Gabor Greif2009-08-121-0/+3
* CMake configuration: find mkdtemp, mkstemp, mktemp.Douglas Gregor2009-07-271-3/+3
* Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.Xerxes Ranby2009-07-171-0/+3
* LLVM doesn't use libelf. Remove libelf configurey.Dan Gohman2009-07-141-3/+0
* Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all.Jeffrey Yasskin2009-07-041-3/+3
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-011-2/+5
* CMake: add configure checks for pthread_rwlock_init and pthread_getspecificDouglas Gregor2009-06-261-0/+6
* Work around build problem with OpenJDK, which defines X86 as aDouglas Gregor2009-06-231-1/+1
* Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JITDouglas Gregor2009-06-171-0/+3
* More portability checks for CMake's config.h.Douglas Gregor2009-06-051-4/+4
* Properly detect malloc_zone_statistics in CMake build systemDouglas Gregor2009-06-041-1/+1
* termios.h contains the winsize structure we need to determine theDouglas Gregor2009-05-181-0/+3
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-111-1/+4
* CMake: Detects libpthread and sets HAVE_LIBPTHREAD.Oscar Fuentes2009-05-061-1/+1