[PM/AA] Remove two no-op overridden functions that just delegated to the
[oota-llvm.git] / include / llvm / Config /
2015-08-05 Eric ChristopherTemporarily revert r244012 while we see if it's really...
2015-08-05 Eric ChristopherRemove autoconf checks for sigsetjmp and siglongjmp...
2015-08-05 Eric ChristopherRemove the apparently unused rand48 configure checks...
2015-08-05 Eric ChristopherRemove obsolete configure check for libole32 as we...
2015-08-05 Eric ChristopherRemove the unused header check for utime.h.
2015-08-04 Justin BognerRemove the configure and cmake checks for sys/wait.h
2015-07-02 Leny Kholodov[Support] Lazy load of dbghlp.dll on Windows
2015-06-18 NAKAMURA Takumi[autoconf] Detect OLE32 for mingw.
2015-06-18 NAKAMURA Takumiconfig.h.*: Rework r210144. Don't edit config.h.in...
2015-06-18 NAKAMURA TakumiReorder LLVM_ENABLE_ABI_BREAKING_CHECKS in llvm-config...
2015-05-28 Chandler Carruth[omp] Add a configuration variable for the default...
2015-03-26 Sanjoy Das[ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
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-29 Chandler Carruth[multilib] Add support to the autoconf build to substitute
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-19 Peter CollingbourneExpose LLVM version string via macro in llvm-config...
2014-11-14 Eric ChristopherRerun AutoRegen.sh.
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-28 Eric ChristopherRegenerate autoconf, previous updates to the configury...
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-03-03 Tom StellardAdd patch level to llvm version in CMake and Autoconf
2014-02-28 Rafael EspindolaDrop libtool from llvm.
2014-02-20 Evgeniy StepanovUnconditionally include msan_interface.h when building...
2014-02-05 Todd FialaFix configure to find arc4random via header files.
2014-01-31 Peter CollingbourneIntroduce line editor library.
2014-01-09 Eric ChristopherRemove the test for endianness in configure.ac and...
2013-11-20 Bill WendlingUpdate to reflect the next release.
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 Eric ChristopherRegenerate.
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-07-04 Eric ChristopherTemporarily revert 185601 as it caused cmake build...
2013-07-04 Eric ChristopherAdd support for futimens for platforms that don't suppo...
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 Eric ChristopherRegen.
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-03-25 Joerg SonnenbergerRefine fenv.h handling: check if the desired macros...
2013-02-13 Evgeniy StepanovFix MSan annotations inclusion guard.
2013-02-07 Owen AndersonFix CMake detection of various cmath functions, and...
2013-02-07 Owen AndersonConditionalize constant folding of math intrinsics...
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-12-13 NAKAMURA TakumiJITEventListener.h: Use llvm-config.h instead of config.h.
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-21 Eric ChristopherAdd an --enable-backtraces option to configure to determine
2012-09-02 Nuno Lopesreplace a couple of single-line comments with /* *...
2012-09-01 Benjamin KramerPR13689: Check for backtrace(3) in the cmake build.
2012-08-03 Eric ChristopherAdd support for detecting libxml for Dmitri's work...
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-07-12 Eric ChristopherRegenerate.
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-23 Eric ChristopherRemove the C backend.
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-10 Daniel DunbarFix typo.
2011-11-01 Sebastian Poprename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
next