OSDN Git Service

[Support] Fix return type deduction in RetryAfterSignal
[android-x86/external-llvm.git] / cmake /
2017-06-21 NAKAMURA TakumiTableGen.cmake: Use DEPFILE for Ninja Generator with...
2017-06-20 Michael Gottesman[cmake] Add support for using the standalone leaks...
2017-06-20 Vassil VassilevD33466: Make file non-executable.
2017-06-17 NAKAMURA Takumi[CMake] Get rid of generating obj.*-tblgen if CMake...
2017-06-17 NAKAMURA Takumi[CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option...
2017-06-12 Galina KistanovaAddressed Takumi's comment about redundancy.
2017-06-11 NAKAMURA TakumiTableGen.cmake: Try to fix build breakage introduce...
2017-06-10 Galina KistanovaAdded dependency on the TableGen executable file.
2017-06-09 Vassil VassilevEnable c++1z experimental builds.
2017-06-06 Mandeep Singh Grang[cmake] Enable reverse iteration by default through...
2017-05-15 Tom StellardCMake: Fix docs-llvm-man target when clang+llvm is...
2017-05-09 Tom StellardRevert "Revert "CMake: Move sphinx detection into AddSp...
2017-05-03 Tom StellardRevert "CMake: Move sphinx detection into AddSphinxTarg...
2017-05-03 Tom StellardCMake: Move sphinx detection into AddSphinxTarget.cmake
2017-05-02 Tim NorthoverCMake: Silence more stderr when running git.
2017-04-28 Bob Haarmanlimit to 2 parallel links when using thinlto
2017-04-28 Tim NorthoverCMake: ignore git stderr when trying to sort out revisi...
2017-04-24 Nitesh Jain[LLVM][MIPS] Fix different definition of off_t in LLDB...
2017-04-17 Sylvestre LedruAdd a linker script to version LLVM symbols
2017-04-13 Ayman MusaReverting cmake/modules/AddLLVM.cmake changes from...
2017-04-13 Ayman Musa[X86] Change instructions names to keep consistency...
2017-04-13 Peter CollingbourneSupport: Add a VCSRevision.h header file.
2017-04-12 Vassil VassilevAppend -w when LLVM_ENABLE_WARNINGS is Off.
2017-04-12 Ed MasteFix detection of backtrace() availability on FreeBSD
2017-04-05 Jonathan RoelofsRespect CMAKE_INSTALL_MANDIR for sphinx generated manpages
2017-03-21 Serge PavlovFix evaluation of LLVM_DEFINITIONS
2017-03-16 Reid Kleckner[cmake] Refactor warning flag logic to use Unix warning...
2017-03-15 Peter CollingbourneRe-apply r296730, "cmake: Configure the ThinLTO cache...
2017-03-11 Eric FiselierRevert r297516 - Respect CMAKE_INSTALL_MANDIR for sphin...
2017-03-10 Jonathan RoelofsRespect CMAKE_INSTALL_MANDIR for sphinx generated manpages
2017-03-09 Tom StellardCMake: Don't install llvm-tblgen twice
2017-03-07 Ayman Musa[X86] Quick fix for build bot failure (r297127) due...
2017-03-07 Ayman Musa[X86][AVX512] Adding new LLVM TableGen backend which...
2017-03-03 Krzysztof ParzyszekDetect the existence of pthread_{s,g}etname_np in libpt...
2017-03-03 Peter CollingbourneRevert r296730, "cmake: Configure the ThinLTO cache...
2017-03-02 Tom StellardCMake: Clean up VersionFromVCS.cmake
2017-03-02 Peter Collingbournecmake: Configure the ThinLTO cache directory when using...
2017-03-01 Bob Haarmanenable building with LTO on Windows using clang-cl...
2017-02-22 Michal Gorny[Support] Provide linux/magic.h fallback for older...
2017-02-17 Petr Hosek[CMake] Support externalizing debug info on non-Darwin...
2017-02-17 Chris Bieneman[CMake] Add variable IOS to iOS toolchain
2017-02-14 Aditya Nandakumar[Tablegen] Instrumenting table gen DAGGenISelDAG
2017-02-11 Matthias Braunconfig-ix.cmake: Search for CMAKE_XCRUN before using it.
2017-02-10 Eric Fiselier[CMake] Fix pthread handling for out-of-tree builds
2017-02-09 Chris Bieneman[CMake] Fix standalone project builds broken in r294514
2017-02-08 Chris Bieneman[CMake] Fix `is_llvm_target_library` and support out...
2017-02-07 Eric Fiselier[CMake] Fix USE_LLVM_SANITIZER configuration for out...
2017-02-07 Chris Bieneman[CMake] Move ninja job pool options to HandleLLVMOptions
2017-02-02 Omair JavaidFix LLDB Android AArch64 GCC debug info build
2017-01-31 Reid KlecknerRemove LLVM_CONFIG from config headers
2017-01-26 Yichao YuCMake is funky on detecting Intel 17 as GCC compatible.
2017-01-18 Justin Bognercmake: Only sanitize use-after-scope if the host compil...
2017-01-17 Vitaly BukaEnabled -fsanitize-address-use-after-scope for -DLLVM_U...
2017-01-17 Michal Gorny[cmake] Update SOVERSION for the new versioning scheme
2017-01-15 Mehdi AminiAdd a LLVM_USE_LINKER that defines the linker to use...
2017-01-13 Ivan KrasinFix UBSan bots by blacklisting bits/stl_tree.h.
2017-01-11 Rui UeyamaAdd -Wl,-color-diagnostics if a linker supports the...
2017-01-10 Chandler CarruthAdd the 'googlemock' component of Google Test to LLVM...
2017-01-06 Chandler Carruth[gtest] Detect warning flags using the positive spelling.
2017-01-06 Michal Gorny[cmake] Canonicalize CMake booleans to 0/1 for lit...
2017-01-06 Bob WilsonDisable sigaltstack on Apple platforms
2017-01-04 Chandler Carruth[gtest] Fix the way we disable a warning for unittests.
2017-01-04 Chandler Carruth[gtest] Upgrade googletest to version 1.8.0, minimizing...
2017-01-03 Zachary TurnerFix the MSVC version check.
2017-01-02 Michal Gorny[cmake] Normalize LLVM_ENABLE_DIA_SDK to fix Windows...
2017-01-02 Michal Gorny[cmake] Add LLVM_ENABLE_DIA_SDK option, and expose...
2016-12-23 Chandler CarruthEnable '-Wstring-conversion' and fix some bad asserts...
2016-12-22 Reid KlecknerPass -Wa,-mbig-obj in 64-bit mingw builds
2016-12-15 Reid KlecknerFix some remaining documentation references to MSVC...
2016-12-15 Chris Bieneman[CMake] Minor change to symlink generation for LLDB
2016-12-12 Petr Hosek[CMake] Multi-target builtins build
2016-12-10 Kostya Serebryany[libFuzzer] switch all libFuzzer tests to use -fsanitiz...
2016-12-09 Reid KlecknerRemove /Zc:sizedDealloc- from the MSVC build
2016-12-09 Peter CollingbourneRe-commit r289184, "Support: Use a 64-bit seek in raw_f...
2016-12-07 Chris Bieneman[CMake] Add check for HAVE_CRASHREPORTER_INFO
2016-12-07 Chris Bieneman[CMake] Add a check for HAVE_CRASHREPORTERCLIENT_H
2016-12-06 Chris Bieneman[CMake] Fixing clang standalone build
2016-12-06 Chris Bieneman[CMake] Cleanup TableGen include flags
2016-12-05 Chris Bieneman[CMake] Fix symlink refactor for multi-configuration...
2016-12-05 Michal Gorny[cmake] Include component in Sphinx install rules
2016-12-05 Chris Bieneman[CMake] Refactor add_llvm_tool_symlink for reuse
2016-12-03 Saleem Abdulrasoolbuild: allow specifying the component to `llvm_install_...
2016-11-28 Peter Collingbournecmake: Set rpath for loadable modules as well as shared...
2016-11-19 Chris Bieneman[CMake] Apply sandbox profile to target not directory
2016-11-18 Yichao YuAdd an option to disable libedit
2016-11-17 Petr Hosek[CMake] Error when LTO and lld are enabled on Darwin
2016-11-17 Pavel Labath[cmake] Move LLVM_BUILD_STATIC check to an earlier...
2016-11-17 Chris Bieneman[CMake] [Darwin] Add support for debugging tablegen...
2016-11-14 Aaron BallmanReverting r285406, which was a temporary workaround...
2016-11-11 Mehdi AminiCMake: make LLVM_OPTIMIZED_TABLEGEN friendly with LLVM_...
2016-11-08 Justin Bognercmake: Don't try to install exports if there aren't any
2016-11-08 Mandeep Singh Grang[CMake] Fix llvm_setup_rpath function
2016-11-04 Justin Bognercmake: When using LLVM_DISTRIBUTION_COMPONENTS, adjust...
2016-11-03 John Brawn[CMake] Make CMAKE_INSTALL_RPATH work again
2016-11-03 Jonas Hahnfeld[CMake] Disable rpath for UnitTests
2016-11-01 Chris Bieneman[CMake] Fix rpath construction for out-of-tree builds
2016-10-28 Justin Bognercmake: Enable the lto cache when building with -flto...
2016-10-28 Teresa Johnson[cmake] Temporarily revert enforcement of minimum GCC...
2016-10-24 Justin Bognercmake: Make /usr/share/cmake installable with LLVM_DIST...
2016-10-18 Teresa Johnson[docs] Increase minimum supported GCC version for build...
next