OSDN Git Service

CMake: Let LLVM_BUILD_32_BITS aware of large file.
[android-x86/external-llvm.git] / cmake / modules / HandleLLVMOptions.cmake
2017-11-04 NAKAMURA TakumiCMake: Let LLVM_BUILD_32_BITS aware of large file.
2017-10-30 Rui UeyamaFix -fuse-ld feature detection error.
2017-09-27 Don HintonCleanup some problems with LLVM_ENABLE_DUMP in release...
2017-09-26 Matthias BraunCMake: Add option to set LLVM_ENABLE_DUMP
2017-09-20 Vedant Kumar[cmake] Add an option to build llvm with IR PGO
2017-09-20 Vedant Kumar[cmake] Unmark LLVM_BUILD_INSTRUMENTED_COVERAGE as...
2017-09-01 Eugene ZemtsovDisable 64bit file position on old 32 bit Androids.
2017-08-31 Alex LorenzRevert r312240
2017-08-31 Alex LorenzBuild LLVM with -Wstrict-prototypes enabled
2017-08-29 Stephen HinesEnable building LLVMgold.dll under mingw.
2017-08-29 Juergen RibutzkaRe-apply "Fix cmake check for futimens when deploying...
2017-08-28 Juergen RibutzkaRevert "Fix cmake check for futimens when deploying...
2017-08-28 Juergen RibutzkaFix cmake check for futimens when deploying to earlier...
2017-08-23 George KarpenkovUpdate LLVM fuzzers to use the libFuzzer bundled with...
2017-07-26 Petr Hosek[CMake] Disable -Werror for CMake checks
2017-07-12 Rui UeyamaUse --color-diagnostics instead of -color-diagnostics.
2017-06-20 Michael Gottesman[cmake] Add support for using the standalone leaks...
2017-06-09 Vassil VassilevEnable c++1z experimental builds.
2017-06-06 Mandeep Singh Grang[cmake] Enable reverse iteration by default through...
2017-04-28 Bob Haarmanlimit to 2 parallel links when using thinlto
2017-04-24 Nitesh Jain[LLVM][MIPS] Fix different definition of off_t in LLDB...
2017-04-12 Vassil VassilevAppend -w when LLVM_ENABLE_WARNINGS is Off.
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-03 Peter CollingbourneRevert r296730, "cmake: Configure the ThinLTO cache...
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-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-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-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...
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-10 Kostya Serebryany[libFuzzer] switch all libFuzzer tests to use -fsanitiz...
2016-12-09 Reid KlecknerRemove /Zc:sizedDealloc- from the MSVC build
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-10-28 Justin Bognercmake: Enable the lto cache when building with -flto...
2016-09-29 Vassil Vassilev[modules] Centralize the module cache.
2016-08-31 NAKAMURA Takumi[CMake] Increase stack size to 16MiB for all mingw...
2016-07-29 Eugene ZelenkoAdd LLVM_ENABLE_LLD option to use LLD as C/C++ linker.
2016-07-19 Chandler CarruthAdd AIX support to Path.inc, Host.h, and CMake.
2016-06-30 Adrian Prantl[CMake] Add an LLVM_ENABLE_MODULE_DEBUGGING flag for...
2016-06-30 Adrian PrantlRevert "[CMake] Move the -Xclang option before -fmodule...
2016-06-30 Adrian Prantl[CMake] Move the -Xclang option before -fmodules-cache...
2016-06-30 Vassil Vassilev[CMake] -fmodules-local-submodule-visibility is a cc1...
2016-06-30 Adrian Prantl[CMake] Introduce a LLVM_ENABLE_LOCAL_SUBMODULE_VISIBIL...
2016-06-23 Aaron BallmanDefault to using the Unicode version of Win32 APIs...
2016-06-13 Vedant KumarAdd support for collating profiles for use with code...
2016-06-08 Chris Bieneman[CMake] Cleanup version check for 2.8.11
2016-06-06 NAKAMURA TakumiLLVM_BUILD_32_BITS: Add -m32 with CMAKE_C*_FLAGS. ...
2016-06-01 Justin Bognercmake: Fix color diags under ninja if the compiler...
2016-05-26 Ismail DonmezSince some time clang itself figures out the default...
2016-05-26 John BrawnAdd auto-exporting of symbols from tools so that plugin...
2016-05-05 Chris BienemanRemove LLVM_ENABLE_TIMESTAMPS
2016-04-29 Filipe CabecinhasUnify XDEBUG and EXPENSIVE_CHECKS (into the latter...
2016-04-17 Richard SmithWhen building with LLVM_ENABLE_MODULES, put the module...
2016-04-16 Richard SmithUpdate and fix LLVM_ENABLE_MODULES:
2016-03-30 Reid Kleckner[cmake] Instead of testing char16_t for MSVC compat...
2016-03-30 Reid Kleckner[cmake] Add -fms-compatibility-version=19 when clang...
2016-03-02 Reid Kleckner[cmake] Check the compiler version first
2016-02-10 Reid KlecknerDisable MSVC 2015's warning about zero extending after...
2016-02-10 Reid KlecknerRevert "Turn on LLVM_ENABLE_PLUGINS by default on Windows"
2016-02-09 Ehsan AkhgariTurn on LLVM_ENABLE_PLUGINS by default on Windows
2016-02-08 Justin Bognercmake: Use "set" instead of "option" for LLVM_ENABLE_LTO
2016-02-08 Justin Bognercmake: Accept "thin" or "full" as arguments to -DLLVM_E...
2016-02-04 Justin Bognercmake: Add a flag to enable LTO
2016-01-25 Aaron BallmanReapplying r256836 with a fix for MSVC 14 support.
2016-01-22 Reid Kleckner[cmake] Disable manifest generation when LLD is the...
2016-01-19 Nico WeberReenable -Wexpansion-to-defined.
2016-01-19 Nico WeberFix bootstrap -Werror builds after clang r258128
2016-01-06 Nico WeberMake WinCOFFObjectWriter.cpp's timestamp writing not...
2016-01-05 Aaron BallmanReverting r256836; it causes a build bot failure: lab...
2016-01-05 Aaron BallmanEnable more strict standards conformance in MSVC for...
2015-12-23 Nico Weberwin: Pass /W4 in front of all the -wd flags.
2015-12-17 Andy GibbsRevert r254592 (virtual dtor in SCEVPredicate).
2015-12-10 Chris Bieneman[CMake] Add LLVM_BUILD_INSTRUMENTED option to enable...
2015-12-07 Aaron BallmanSilence all C4592 warnings with MSVC 2015 Update 1...
2015-11-21 Yaron KerenUnbreak build on OpenBSD by not adding -Wl,-z,defs...
2015-11-18 Chris Bieneman[CMake] Support -fvisibility-inlines-hidden when LLVM_E...
2015-11-13 NAKAMURA TakumiLLVM_ENABLE_MODULES: No need to set -fcxx-modules in...
2015-11-02 David BlaikieRevert parts accidentally included in r251823
2015-11-02 David BlaikieStringRef-ify DiagnosticInfoSampleProfile::Filename
2015-10-13 Eric FiselierSplit -pedantic and -Wno-long-long into two separate...
2015-10-01 David BlaikieRevert "Enable -Wdeprecated in the cmake build now...
2015-09-30 David BlaikieEnable -Wdeprecated in the cmake build now that LLVM...
2015-09-10 Aaron BallmanSilencing C4141 warnings that were introduced en masse...
2015-09-01 Justin Bognercmake: Error instead of warning and dropping invalid...
2015-08-25 Reid Kleckner[cmake] Pass /manifest:no to the linker when asan is...
2015-08-21 Yaron KerenDisable Visual C++ 2013 Debug mode assert on null point...
2015-08-14 Reid Kleckner[cmake] Start adding support for LLVM_USE_SANITIZER...
2015-08-12 Rafael EspindolaUse /Zc:inline when building with MSVC.
2015-07-28 Douglas KatzmanUse a specified list of languages in cmake project...
2015-07-23 Yaron KerenAvoid using -Wl,-z,defs on Cygwin.
2015-07-20 Aaron BallmanSuppress two warnings from MSVC 2015 that are triggered...
2015-06-24 Douglas KatzmanSpelling fixes in comments.
next