llvm-build: Adopt generation of LLVM_LIBS_TO_EXPORT. Patch by
[oota-llvm.git] / cmake / config-ix.cmake
2015-08-04 Justin BognerRemove the configure and cmake checks for sys/wait.h
2015-07-24 Saleem Abdulrasoolbuild: fix small typo in cmake doxygen build
2015-07-02 Leny Kholodov[Support] Lazy load of dbghlp.dll on Windows
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend
2015-06-27 Peter Zotov[OCaml] Bump ctypes dependency to 0.4.
2015-05-01 Niels Ole Salscheider[CMake] Also search for prefixed versions of ld.gold
2015-04-27 Rafael EspindolaAllow building the gold plugin even if the gold binary...
2015-03-19 Peter Collingbournetest: Make a start on a test suite for libLTO.
2015-03-09 Benjamin KramerDrop the hacks used for partial C99 math libraries.
2015-02-22 Zachary TurnerRemove log statements from config scripts.
2015-02-22 Zachary TurnerReally fix the build this time.
2015-02-22 Zachary Turner[llvm-pdbdump] Resubmit "Add some tests for llvm-pdbdump".
2015-02-19 Davide Italiano[Support/Timer] Make GetMallocUsage() aware of jemalloc.
2015-02-14 Chandler Carruth[gold] Consolidate the gold plugin options and actually...
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...
2015-01-30 Chris BienemaniOS doesn't have histedit.h available. We should gate...
2014-12-03 Peter Zotov[OCaml] [cmake] Disable OCaml bindings if ctypes >...
2014-12-01 Peter Zotov[OCaml] [cmake] Add CMake buildsystem for OCaml.
2014-10-27 Rui UeyamaRe-commit r220667.
2014-10-27 Rui UeyamaRevert "Include stddef.h before including cxxabi.h...
2014-10-27 Rui UeyamaInclude stddef.h before including cxxabi.h
2014-10-23 Peter CollingbourneAdd llvm-go tool.
2014-10-16 Peter CollingbourneInitial version of Go bindings.
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-08-08 Josh KlontzFix for #20408 - CMake LLVM_ENABLE_FFI=ON build fails...
2014-06-06 Alp TokerRemove clang-specific libxml2 check from CMake
2014-06-02 Alp TokerGraphWriter: detect graph viewer programs at runtime
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-04-28 Dan LiewIf building with LLVM_ENABLE_DOXYGEN and using CMake...
2014-04-18 Reid KlecknerAdded Sphinx documentation generation to CMake build...
2014-04-09 Viktor KutuzovAdd support for building LLVM on FreeBSD 9.2
2014-03-29 Tim NorthoverARM64: initial backend import
2014-02-20 Evgeniy StepanovUnconditionally include msan_interface.h when building...
2014-02-05 Todd FialaFix configure to find arc4random via header files.
2014-02-05 Jordan Rose[CMake] Move -stdlib=libc++ handling into its own file.
2014-02-04 Alexey Samsonov[CMake] Add -stdlib=libc++ to host Clang build flags...
2014-01-31 Peter CollingbourneIntroduce line editor library.
2014-01-13 Chandler CarruthFactor the option and checking of compiler version...
2014-01-13 Chandler CarruthAdd a check that the host compiler is modern to 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-09-12 Alexey SamsonovFixup for r190409: add dep on LZMA only if CMake is...
2013-09-11 NAKAMURA Takumiconfig-ix.cmake: Tweak stray endif(...) to suppress...
2013-09-10 Renato GolinAdding LZMA as dep for XML2 on 2.8.0 or higher
2013-08-28 Michael Gottesman[doxygen] Use correct variable names for external varia...
2013-08-28 Michael Gottesman[doxygen] Added support for doxygen external search.
2013-08-28 Michael Gottesman[cmake] Created an aggregate doxygen target for generat...
2013-08-26 Alexey Samsonov[cmake] Check for realpath availability in CMake
2013-08-24 Michael Gottesman[autotools->cmake] Enable generation of doxygen documen...
2013-08-17 Joerg SonnenbergerRecognize NetBSD's terminfo implementation.
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-07-26 Reid KlecknerRemove dead or useless header checks from cmake and...
2013-07-08 Matt ArsenaultFind xdot or xdot.py.
2013-07-08 Matt ArsenaultAllow llvm_find_program to find alternate names
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-26 Andy GibbsSupport using "host" as a target in LLVM_TARGETS_TO_BUI...
2013-06-11 Rafael EspindolaDon't define LTDL_SHLIBPATH_VAR.
2013-05-06 Ulrich Weigand[SystemZ] Add configure bits
2013-05-04 Tim NorthoverBuild system changes to enable MCJIT on AArch64
2013-05-04 Tim NorthoverAllow host triple to be correctly overridden in CMake...
2013-05-03 Benjamin KramerCMake: cxxabi.h is only available to C++ compilers...
2013-04-27 Joerg SonnenbergerOnly use cxxabi.h's demangler, if it is actually available.
2013-04-23 Alexey SamsonovUse zlib to uncompress debug sections in DWARF parser.
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-08 Jordan RoseCMake: Use check_symbol_exists instead of check_cxx_sym...
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 Edwin VaneTurn off uninitialized-use warnings for gcc in cmake...
2013-01-31 Evgeniy StepanovAnnotate BumpPtrAllocator for MemorySanitizer.
2013-01-04 Chandler CarruthAdd time getters to the process interface for requestin...
2012-12-14 NAKAMURA Takumi[CMake] Move libxml2 stuff from clang to llvm/cmake.
2012-09-04 Evgeniy StepanovFix Android build of gtest and lib/Support.
2012-09-01 Benjamin KramerPR13689: Check for backtrace(3) in the cmake build.
2012-08-31 Eric ChristopherMake sure to build libpthread to check for HAVE_PTHREAD...
2012-08-20 Sebastian Popenable cross compilation with cmake
2012-08-20 Sebastian Popenable Hexagon target from cmake
2012-08-08 Sebastian Poprevert my previous patch
2012-08-08 Sebastian Popenable Hexagon target from cmake
2012-07-22 NAKAMURA Takumiautoconf: Re-introduce LLVM_HOSTTRIPLE since r143500...
2012-05-05 Daniel Dunbar[build] Add build check for ::arc4random().
2012-05-03 Ted KremenekAdd rudimentary CMake logic for detecting Graphviz.
2012-03-26 Eric ChristopherAdd InitializeNativeTargetDisassembler function.
2012-01-24 Chandler CarruthUndo an over zealous rename. This bit of the CMake...
2012-01-05 Sebastian Poprevert r147542 after comments from Joerg Sonnenberger
2012-01-04 Sebastian Popuse getHostTriple instead of getDefaultTargetTriple...
2011-12-23 Ted KremenekUse 'check_symbol_exists' instead of 'check_function_ex...
2011-12-09 Chandler CarruthFix InitializeNativeTargetAsmParser in CMake builds...
2011-11-28 Dylan Noblesmithrename ENABLE_THREADS to LLVM_ENABLE_THREADS
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
next