summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.cmake
AgeCommit message (Expand)Author
2017-12-07[dump] Make LLVM_ENABLE_DUMP independent, and move to llvm-config.hDon Hinton
2017-11-16[globalisel][tablegen] Generate rule coverage and use it to identify untested...Daniel Sanders
2017-10-17Fix pthread_[gs]etname_np detectionSam McCall
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-10-04Bring r314809 back.Rafael Espindola
2017-10-04Revert D38481 due to missing cmake check for CPU_COUNTDaniel Neilson
2017-10-03Use sched_getaffinity instead of std::thread::hardware_concurrency.Rafael Espindola
2017-09-27Cleanup some problems with LLVM_ENABLE_DUMP in release builds, andDon Hinton
2017-07-20Implement parsing and writing of a single xml manifest file.Eric Beckmann
2017-06-17[CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option to override LLVM_DEFAUL...NAKAMURA Takumi
2017-06-05Remove duplicate LLVM_NATIVE_ from llvm's config.hDimitry Andric
2017-04-19Allow suppressing host and target info in VersionPrinterXin Tong
2017-04-16Garbage collect HAVE_EXECINFO_H from config.h.cmake after r300062. NFCI.Dimitry Andric
2017-04-12Fix detection of backtrace() availability on FreeBSDEd Maste
2017-02-02Fix LLDB Android AArch64 GCC debug info buildOmair Javaid
2017-01-31Remove LLVM_CONFIG from config headersReid Kleckner
2017-01-02[cmake] Add LLVM_ENABLE_DIA_SDK option, and expose it in LLVMConfigMichal Gorny
2016-12-09Re-commit r289184, "Support: Use a 64-bit seek in raw_fd_ostream::seek()." wi...Peter Collingbourne
2016-12-07[CMake] Add check for HAVE_CRASHREPORTER_INFOChris Bieneman
2016-12-07Revert "[CMake] Use cmakedefine01 instead of cmakedefine"Chris Bieneman
2016-12-07[CMake] Use cmakedefine01 instead of cmakedefineChris Bieneman
2016-12-07[CMake] Add a check for HAVE_CRASHREPORTERCLIENT_HChris Bieneman
2016-11-28Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatchMehdi Amini
2016-10-01Split a comment into generic description and note about the specificJoerg Sonnenberger
2016-10-01Retire LLVM_BINDIR and friends. They haven't been provided with actualJoerg Sonnenberger
2016-10-01GC HAVE_STRTOQJoerg Sonnenberger
2016-10-01Retire bugpoint's -R. hack.Joerg Sonnenberger
2016-09-30Sort LLVM_VERSION_INFOJoerg Sonnenberger
2016-09-30GC left-over from workarounds for missing pid_t and size_tJoerg Sonnenberger
2016-09-30GC ENABLE_PICJoerg Sonnenberger
2016-09-30GC HAVE___DSO_HANDLEJoerg Sonnenberger
2016-09-30Correctly expand HOST_LINK_VERSION.Joerg Sonnenberger
2016-09-30Fix expansion of HAVE_SYS_MMAN_HJoerg Sonnenberger
2016-09-30GC HAVE_LINK_EXPORT_DYNAMIC.Joerg Sonnenberger
2016-09-30GC HAVE_MMAP and HAVE_MMAP_FILEJoerg Sonnenberger
2016-09-30Spell comment consistently with other library comments.Joerg Sonnenberger
2016-09-30Sort LINK_POLLY_INTO_TOOLS.Joerg Sonnenberger
2016-09-30GC STDC_HEADERS.Joerg Sonnenberger
2016-09-30Deal with the (historic) MAP_ANONYMOUS vs MAP_ANON directly by using CPPJoerg Sonnenberger
2016-09-30Retire NEED_DEV_ZERO_FOR_MMAP. It should be needed only on outdatedJoerg Sonnenberger
2016-09-30GC HAVE_LIBDL, HAVE_LIBM and HAVE_LIBOLE32Joerg Sonnenberger
2016-09-30Sort HAVE_LIBEDIT.Joerg Sonnenberger
2016-09-30Turn ENABLE_CRASH_OVERRIDES into a 0/1 definition.Joerg Sonnenberger
2016-09-30Convert ENABLE_BACKTRACES into a 0/1 definition.Joerg Sonnenberger
2016-09-30GC TIME_WITH_SYS_TIME and TM_IN_SYS_TIMEJoerg Sonnenberger
2016-09-30GC STAT_MACROS_BROKEN.Joerg Sonnenberger
2016-09-30GC NEED_USCORE.Joerg Sonnenberger
2016-09-30Turn LLVM_USE_OPROFILE into a 0/1 definition.Joerg Sonnenberger
2016-09-30Turn LLVM_USE_INTEL_JITEVENTS into a 0/1 definition.Joerg Sonnenberger