summaryrefslogtreecommitdiffstats
path: root/include/llvm/Config/config.h.cmake
Commit message (Expand)AuthorAgeFilesLines
* add configure flag --with-default-sysrootSebastian Pop2012-04-161-3/+0
* Add InitializeNativeTargetDisassembler function.Eric Christopher2012-03-261-0/+3
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-131-3/+6
* add LLVM_VERSION_MAJOR and _MINOR definesDylan Noblesmith2012-02-131-0/+6
* Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola2012-02-031-11/+2
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-051-3/+0
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-041-0/+3
* configure, config.h.in: Regenerate.NAKAMURA Takumi2011-11-281-0/+3
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-281-3/+3
* update description of LLVM_DEFAULT_TARGET_TRIPLEDylan Noblesmith2011-11-281-3/+3
* Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer2011-11-221-0/+3
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-011-1/+1
* We're no longer going to bother supporting platforms that don'tEric Christopher2011-09-231-3/+0
* include/llvm/Config: Reorder LLVM_HAS_ATOMICS along config.h.in for consistency.NAKAMURA Takumi2011-09-201-3/+3
* include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATO...NAKAMURA Takumi2011-09-201-1/+1
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-191-2/+2
* include/llvm/Config/config.h.cmake: Reorder to follow config.h.in, and import...NAKAMURA Takumi2011-08-121-14/+38
* CMake: Eliminate unused checks and #undef(s) as below;NAKAMURA Takumi2011-08-121-45/+0
* CMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake.NAKAMURA Takumi2011-07-231-1/+1
* config.h.cmake: Reorder along config.h.in.NAKAMURA Takumi2011-07-231-21/+21
* Teach cmake configured headers about LLVM_NATIVE_TARGETMCOscar Fuentes2011-07-221-5/+2
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+3
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-0/+3
* remove CMake mode_t defineDylan Noblesmith2011-06-231-3/+0
* 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