Revert r231132, "Correctly handle -pass-remarks in the gold plugin.", for now, to...
[oota-llvm.git] / cmake /
2015-03-03 Kostya Serebryany[sanitizer/coverage] Add AFL-style coverage counters...
2015-03-02 Reid Klecknercmake: Use MSVC atomics with clang-cl
2015-03-02 Chris BienemanMaking the SO version major.minor instead of just major...
2015-02-27 Reid KlecknerMinor follow-ups to r229720 suggested on llvmdev
2015-02-25 Zachary Turner[CMake] Fix the clang-cl self host build.
2015-02-25 Saleem Abdulrasoolbuild: check if atomic routines are implicitly provided
2015-02-24 Tobias GrosserRevert "Raising minimum required CMake version to 2...
2015-02-23 Chad RosierRevert "Revert "Raising minimum required CMake version...
2015-02-23 Chad RosierRevert "Raising minimum required CMake version to 2...
2015-02-23 Reid Klecknercmake: Don't do the libstdc++ version check when clang...
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-20 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-02-19 Davide Italiano[Support/Timer] Make GetMallocUsage() aware of jemalloc.
2015-02-18 Peter CollingbourneCMake: Fix add_lit_target for the case where a test...
2015-02-18 Chris BienemanAdding install targets for individual LLVM tools and...
2015-02-18 Chris BienemanEnable standard so versioning for libLLVM.
2015-02-18 Filipe CabecinhasDowngrade build system error message to a warning
2015-02-17 Filipe CabecinhasWe require MSVC 2013 Update 4 due to previous versions...
2015-02-15 Benjamin KramerUpdate the docs to require at least MSVC 2013.
2015-02-15 NAKAMURA TakumiReapply r229185(cbieneman) -- Raising minimum required...
2015-02-14 Chandler Carruth[gold] Consolidate the gold plugin options and actually...
2015-02-14 NAKAMURA TakumiRevert r229185, "Raising minimum required Visual Studio...
2015-02-13 Chris BienemanRaising minimum required Visual Studio version to 2013.
2015-02-10 Zachary TurnerTeach llvm_add_library() to find include dirs.
2015-02-10 Zachary TurnerDefine HAVE_DIA_SDK on Windows when DIA is present.
2015-02-04 Filipe CabecinhasHandle LLVM_USE_SANITIZER=Address;Undefined (and the...
2015-02-03 Hans Wennborg[CMake] add_llvm_library: don't use .imp suffix for...
2015-01-30 NAKAMURA Takumi[Cygming] Seek also chkstk_ms, or JIT fails with DLL...
2015-01-30 Chris BienemanUpdating iOS.cmake to work with the latest Xcode and...
2015-01-30 Chris BienemaniOS doesn't have histedit.h available. We should gate...
2015-01-27 Kostya SerebryanyAdd cmake flag LLVM_USE_SANITIZE_COVERAGE
2015-01-24 Kuba BreckaReverting r226937: lit: Make MCJIT's supported arch...
2015-01-23 Reid Klecknerlit: Make MCJIT's supported arch check case insensitive
2015-01-22 Rafael EspindolaDon't use -z,defs on FreeBSD.
2015-01-22 Rafael EspindolaPass -Wl,-z,defs when building shared libraries, but...
2015-01-20 Rafael EspindolaDon't pass -Wl,z,defs for now.
2015-01-20 Rafael EspindolaUse -Wl,defs when linking.
2015-01-13 Peter Zotov[OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanis...
2015-01-07 Aaron BallmanReverting r225319; since there is a folder named Exampl...
2015-01-06 Duncan P. N. Exon... cmake: Fix 'examples' target after r225319
2015-01-06 Duncan P. N. Exon... cmake: Add 'examples' target
2015-01-06 NAKAMURA Takumi[CMake] Silence stderr on "COMMAND ${CMAKE_C_COMPILER...
2015-01-06 NAKAMURA TakumiReformat.
2015-01-05 NAKAMURA Takumi[autoconf] llvm/cmake/modules/Makefile: Make sure to...
2015-01-05 NAKAMURA Takumi[autoconf] Export LLVM_LIBDIR_SUFFIX with empty string...
2014-12-30 Peter Zotov[OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LI...
2014-12-29 Chandler Carruth[go] Teach the go cmake build functions to funnel the...
2014-12-29 Chandler Carruth[cmake] Push LLVM_LIBDIR_SUFFIX through to the LLVMConf...
2014-12-29 Chandler Carruth[cmake] Start making LLVM_LIBDIR_SUFFIX effective by...
2014-12-18 Peter Zotov[cmake] Unbreak LLVM-Config.cmake / llvm_expand_depende...
2014-12-12 Rafael EspindolaDisable --icf=safe to avoid a bug.
2014-12-10 Nico Webercmake: Make SVNVersion.inc work on Windows if svn is...
2014-12-05 Paul RobinsonMake GetSVN.cmake do its VCS queries with native CMake...
2014-12-04 Rafael EspindolaAlso use --icf=safe if we are being linked by gold.
2014-12-04 Rafael EspindolaDetect if the linker is gold and if so always use ...
2014-12-03 Peter Zotov[OCaml] [cmake] Disable OCaml bindings if ctypes >...
2014-12-02 Reid Klecknercmake: Remove MAXPATHLEN define as autoconf does not...
2014-12-01 Peter Zotov[OCaml] [cmake] Add CMake buildsystem for OCaml.
2014-11-27 Peter CollingbourneTeach LLVM about llgo subproject.
2014-11-19 Jordan Rose[CMake] Update GetSVN.cmake to use LLVM version control...
2014-11-18 Eric FiselierAdd support for LLVM_USE_SANITIZER=Thread
2014-11-17 Peter CollingbourneCMake: Use the new USES_TERMINAL option for test suite...
2014-11-15 Eric FiselierProvide missing definition of uppercase_CMAKE_BUILD_TYP...
2014-11-13 Roman DivackyUse -Wcast-qual in cmake builds, not only autoconfo...
2014-11-07 Rafael EspindolaPass PRIVATE to target_link_libraries if using shared...
2014-11-05 Rafael EspindolaAdd a LLVM_BUILD_STATIC option to cmake.
2014-11-02 Rafael Espindola[cmake] Pass -O3 when linking.
2014-10-31 Reid KlecknerSuppress MSVC's equivalent of -Wshadow warnings
2014-10-30 Chris BienemanEXPORTED_SYMBOL_FILE using mingw and cmake
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-22 Peter CollingbourneDo not add -gsplit-dwarf to LLVM_DEFINITIONS.
2014-10-21 Chandler CarruthTeach lit to filter the host LDFLAGS down from the...
2014-10-20 Rafael EspindolaExplain why we don't always use --gc-sections.
2014-10-20 NAKAMURA TakumiRevert r220174, "Always use -Wl,-gc-sections on our...
2014-10-19 Rafael EspindolaAlways use -Wl,-gc-sections on our build.
2014-10-17 Peter CollingbourneDisable ccache for go tests.
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-09-26 Richard SmithAdd LLVM_ENABLE_MODULES flag to CMake to enable buildin...
2014-09-26 Richard SmithFix CMake warning CMP0054: don't quote a variable name...
2014-09-26 Richard SmithFix misinterpretation of CMake rule found by a CMake...
2014-09-12 Evgeniy StepanovAdd CMake check for libatomic.
2014-09-10 Dan LiewDon't attempt to run llvm-config in cmake/modules/Makef...
2014-09-10 Dan LiewAttempt to fix PR20884
2014-09-05 Alexey Samsonov[CMake] Add -fno-sanitize=function to UBSan bootstrap
2014-09-03 Chris BienemanEnabling LLVM & Clang to be cross-compiled using CMake...
2014-09-02 Matt Arsenaultcmake: Don't reject unknown cpp files that start with .
2014-08-29 Alexey SamsonovIntroduce -DLLVM_USE_SANITIZER=Undefined CMake option...
2014-08-23 Dylan Noblesmithcmake: actually test -Wcomment
2014-08-23 Dylan Noblesmithcmake: disable -Wnon-virtual-dtor when it gives false...
2014-08-18 Aaron BallmanDisabling an MSVC warning ('var' : definition from...
2014-08-14 Dan LiewMake message about building sphinx documentation with...
2014-08-14 Dan LiewAdd SPHINX_WARNINGS_AS_ERRORS CMake option to allow...
next