aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config/config.h.cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix symbol defines in config.h.cmakeAlp Toker2013-11-051-3/+3
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-0/+3
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-3/+0
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-0/+3
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-301-0/+3
* [cmake] Check for realpath availability in CMakeAlexey Samsonov2013-08-261-1/+1
* Remove all checking for the various terminfo headers (term.h andChandler Carruth2013-08-121-18/+0
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-121-3/+6
* Add support for linking against a curses library when available andChandler Carruth2013-08-071-0/+18
* Check for _strtoi64 in the cmake build if strtoll is missingReid Kleckner2013-08-071-3/+0
* Link with -rdynamic instead of -Wl,-export-dynamic.Bob Wilson2013-08-021-1/+1
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-261-81/+0
* Find xdot or xdot.py.Matt Arsenault2013-07-081-3/+3
* Reapply r185601 with a fix for the cmake build.Eric Christopher2013-07-041-0/+6
* Don't define LTDL_SHLIBPATH_VAR.Rafael Espindola2013-06-111-4/+0
* Don't define LLVM_LIBDIR, it is not used anymore.Rafael Espindola2013-06-111-3/+0
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-041-1/+1
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-271-0/+3
* Add more guards around zlib-dependent codeAlexey Samsonov2013-04-231-0/+3
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-231-0/+6
* Fix CMake detection of various cmath functions, and XFAIL the test on platfor...Owen Anderson2013-02-071-0/+18
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-041-3/+0
* Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov2013-01-311-0/+3
* [autoconf]: Fix description in HAVE_CRASHREPORTER_INFO.NAKAMURA Takumi2013-01-301-1/+1
* [CMake] Move libxml2 stuff from clang to llvm/cmake.NAKAMURA Takumi2012-12-141-0/+3
* llvm/Config/config.h.cmake: Good bye, Kevin! We won't honor authors in comments.NAKAMURA Takumi2012-10-291-3/+1
* Make backtraces work again with both the configure and cmake build.Benjamin Kramer2012-09-281-0/+3
* PR13689: Check for backtrace(3) in the cmake build.Benjamin Kramer2012-09-011-1/+1
* autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.NAKAMURA Takumi2012-07-221-0/+3
* Update config.h.cmake corresponding to config.h.in.NAKAMURA Takumi2012-07-181-7/+13
* Nuke a few dead remnants of the CBE.Jim Grosbach2012-05-051-3/+0
* [build] Add build check for ::arc4random().Daniel Dunbar2012-05-051-0/+3
* Add rudimentary CMake logic for detecting Graphviz.Ted Kremenek2012-05-031-1/+1
* 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