Drop the hacks used for partial C99 math libraries.
[oota-llvm.git] / include / llvm / Config / config.h.cmake
2015-03-09 Benjamin KramerDrop the hacks used for partial C99 math libraries.
2015-02-19 Davide Italiano[Support/Timer] Make GetMallocUsage() aware of jemalloc.
2015-02-17 Reid KlecknerExpose LLVM_VERSION_PATCH in llvm-config.h
2015-02-10 Zachary TurnerDefine HAVE_DIA_SDK on Windows when DIA is present.
2015-01-30 NAKAMURA Takumi[Cygming] Seek also chkstk_ms, or JIT fails with DLL...
2014-12-09 Chris BienemanAdding a new option to CMake to disable C++ atexit...
2014-12-02 Reid Klecknercmake: Remove MAXPATHLEN define as autoconf does not...
2014-12-02 Reid KlecknerRemove '#undef const' from config.h.cmake to sync with...
2014-11-13 Hans WennborgCMake: stop setting (well, #undef'ing) HOST_LINK_VERSIO...
2014-10-10 Alexey SamsonovRe-land r219354: Use llvm-symbolizer to symbolize LLVM...
2014-10-08 Alexey SamsonovRevert r219354. It seems to break some buildbots.
2014-10-08 Alexey SamsonovUse llvm-symbolizer to symbolize LLVM/Clang crash dumps.
2014-07-25 Brad SmithFix arc4random detection.
2014-07-17 Alp TokerDrop the udis86 wrapper from llvm::sys
2014-06-06 Alp Tokerconfig.h: remove clang-specific macro definitions
2014-06-04 Alp Tokerconfig.h: fix layering and don't duplicate definitions
2014-06-02 Alp TokerGraphWriter: detect graph viewer programs at runtime
2014-03-14 Sebastian Popstatic link polly into tools
2014-01-31 Peter CollingbourneIntroduce line editor library.
2013-11-05 Alp TokerFix symbol defines in config.h.cmake
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-08-30 Daniel Dunbar[conf] Add config variable to disable crash related...
2013-08-26 Alexey Samsonov[cmake] Check for realpath availability in CMake
2013-08-12 Chandler CarruthRemove all checking for the various terminfo headers...
2013-08-12 Chandler CarruthTarget a minimal terminfo library rather than necessari...
2013-08-07 Chandler CarruthAdd support for linking against a curses library when...
2013-08-07 Reid KlecknerCheck for _strtoi64 in the cmake build if strtoll is...
2013-08-02 Bob WilsonLink with -rdynamic instead of -Wl,-export-dynamic.
2013-07-26 Reid KlecknerRemove dead or useless header checks from cmake and...
2013-07-08 Matt ArsenaultFind xdot or xdot.py.
2013-07-04 Eric ChristopherReapply r185601 with a fix for the cmake build.
2013-06-11 Rafael EspindolaDon't define LTDL_SHLIBPATH_VAR.
2013-06-11 Rafael EspindolaDon't define LLVM_LIBDIR, it is not used anymore.
2013-05-04 Tim NorthoverAllow host triple to be correctly overridden in CMake...
2013-04-27 Joerg SonnenbergerOnly use cxxabi.h's demangler, if it is actually available.
2013-04-23 Alexey SamsonovAdd more guards around zlib-dependent code
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...
2013-02-07 Owen AndersonFix CMake detection of various cmath functions, and...
2013-02-04 Evgeniy StepanovMore MSan/ASan annotations.
2013-01-31 Evgeniy StepanovAnnotate BumpPtrAllocator for MemorySanitizer.
2013-01-30 NAKAMURA Takumi[autoconf]: Fix description in HAVE_CRASHREPORTER_INFO.
2012-12-14 NAKAMURA Takumi[CMake] Move libxml2 stuff from clang to llvm/cmake.
2012-10-29 NAKAMURA Takumillvm/Config/config.h.cmake: Good bye, Kevin! We won...
2012-09-28 Benjamin KramerMake backtraces work again with both the configure...
2012-09-01 Benjamin KramerPR13689: Check for backtrace(3) in the cmake build.
2012-07-22 NAKAMURA Takumiautoconf: Re-introduce LLVM_HOSTTRIPLE since r143500...
2012-07-18 NAKAMURA TakumiUpdate config.h.cmake corresponding to config.h.in.
2012-05-05 Jim GrosbachNuke a few dead remnants of the CBE.
2012-05-05 Daniel Dunbar[build] Add build check for ::arc4random().
2012-05-03 Ted KremenekAdd rudimentary CMake logic for detecting Graphviz.
2012-04-16 Sebastian Popadd configure flag --with-default-sysroot
2012-03-26 Eric ChristopherAdd InitializeNativeTargetDisassembler function.
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2012-02-13 Dylan Noblesmithadd LLVM_VERSION_MAJOR and _MINOR defines
2012-02-03 Rafael EspindolaReplace the old --with-cxx-* configure options with...
2012-01-05 Sebastian Poprevert r147542 after comments from Joerg Sonnenberger
2012-01-04 Sebastian Popuse getHostTriple instead of getDefaultTargetTriple...
2011-11-28 NAKAMURA Takumiconfigure, config.h.in: Regenerate.
2011-11-28 Dylan Noblesmithrename ENABLE_THREADS to LLVM_ENABLE_THREADS
2011-11-28 Dylan Noblesmithupdate description of LLVM_DEFAULT_TARGET_TRIPLE
2011-11-22 Benjamin KramerAdd configure checking for pread(2) and use it to save...
2011-11-01 Sebastian Poprename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
2011-09-23 Eric ChristopherWe're no longer going to bother supporting platforms...
2011-09-20 NAKAMURA Takumiinclude/llvm/Config: Reorder LLVM_HAS_ATOMICS along...
2011-09-20 NAKAMURA Takumiinclude/llvm/Config/config.h.cmake: Unbreak CMake build...
2011-09-19 Eric ChristopherRename LLVM_MULTITHREADED define and fix build without...
2011-08-12 NAKAMURA Takumiinclude/llvm/Config/config.h.cmake: Reorder to follow...
2011-08-12 NAKAMURA TakumiCMake: Eliminate unused checks and #undef(s) as below;
2011-07-23 NAKAMURA TakumiCMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake.
2011-07-23 NAKAMURA Takumiconfig.h.cmake: Reorder along config.h.in.
2011-07-22 Oscar FuentesTeach cmake configured headers about LLVM_NATIVE_TARGETMC
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-06-23 Dylan Noblesmithremove CMake mode_t define
2011-05-01 NAKAMURA TakumiWindows/DynamicLibrary.inc: Clean up ELM_Callback....
2011-02-27 Tobias Grossercmake: Add xdot.py support as it already exists in...
2011-02-09 NAKAMURA Takumilib/Support/Errno.cpp: Check strerror_s() with HAVE_DEC...
2011-02-05 NAKAMURA TakumiWindows/DynamicLibrary.inc: Split explicit symbols...
2011-02-03 Oscar FuentesMoved to Clang's source tree its configuration options...
2011-02-03 Oscar FuentesPlatform tests for `sys/uio.h' header and `writev'...
2011-01-31 Oscar FuentesAdds some platform checks to cmake/config-ix.cmake...
2011-01-21 Oscar FuentesHandles libffi on the CMake build.
2011-01-17 Oscar FuentesAdd some platform checks. Also fix a typo on a Makefile.
2011-01-15 Oscar FuentesMake config.h.cmake similar to config.h.in
2011-01-14 Oscar FuentesReorder macros on config.h.cmake to easily compare...
2011-01-13 Oscar FuentesAdd some platform tests.
2011-01-13 Oscar FuentesPlatform tests for argz_* functions.
2011-01-11 Oscar FuentesAdd to the CMake build some options and platform tests...
2011-01-09 Oscar FuentesRewrite handling of LLVM_ENABLE_PIC. It was being proce...
2010-12-03 Michael J. SpencerSupport/FileSystem: Fix MinGW build. It doesn't have...
2010-10-22 Michael J. SpencerEndian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.
2010-10-22 Michael J. SpencerRename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_EN...
2010-10-21 Michael J. SpencerSupport: Add Endian.h
2010-10-19 Chandler CarruthFirst step to allowing the resource directory of Clang...
2010-09-17 Dan GohmanAttempt to support platforms which don't have fenv.h.
2010-08-30 Eric ChristopherFix LLVM target initialization to deal with sociopathic...
2010-08-10 Oscar FuentesAvoid multiple definition warnings when both config...
2010-08-08 Oscar FuentesCMake: set configure macro LLVM_PREFIX
next