OSDN Git Service

Fix whitespace mismatches. NFCI.
[android-x86/external-llvm.git] / cmake /
2019-05-08 Simon PilgrimFix whitespace mismatches. NFCI.
2019-05-08 Martin Storsjo[CMake] Install import libraries
2019-05-07 Chris Bieneman[CMake] Detecting python modules should be cached
2019-05-06 Xing XueAdd libc++ to link XRay test cases if libc++ is used...
2019-05-06 Alexandre GaneaFix CMake Invalid Escape Sequence
2019-05-02 Saleem Abdulrasoolbuild: add option to disable unwind tables
2019-04-30 Russell GallopAdd llvm-profdata to LLVM_TOOLCHAIN_TOOLS
2019-04-30 Russell Gallop[cmake] Fix error message on simulated VS version check
2019-04-27 Simon Atanasyan[cmake] Disable a GCC optimization when building LLVM...
2019-04-25 Keno Fischer[CMake][PowerPC] Recognize LLVM_NATIVE_TARGET="ppc64le...
2019-04-23 Alex Langford[CMake] Use add_dependencies in add_llvm_install_targets
2019-04-21 Don Hinton[cmake] Fix bug in r358779 - [CMake] Pass monorepo...
2019-04-19 Chris Bieneman[CMake] Pass monorepo build settings in cross compile
2019-04-18 Stefan Granitz[CMake] Allow custom extensions for externalized debug...
2019-04-16 Dmitri GribenkoRemoved CMake cache upgrade code from 2011
2019-04-11 Pengxuan Zheng[cmake] Fix dependency issue in TableGen
2019-04-09 Martin Storsjo[CMake] Fix accidentally swapped input/output parameter...
2019-04-09 Justin Bogner[CMake] Move configuration of LLVM_CXX_STD to HandleLLV...
2019-04-08 Justin Bogner[CMake] Replace LLVM_ENABLE_CXX1Y and friends with...
2019-04-04 Michal Gorny[llvm] [cmake] Add additional headers only if they...
2019-04-02 Shoaib Meenai[cmake] Add function for building native tool
2019-03-30 Shoaib Meenai[cmake] Remove use of deprecated generator expression...
2019-03-26 Shoaib Meenai[cmake] Reset variable before using it
2019-03-25 Mikhail R. GadelhaMoved everything SMT-related to LLVM and updated the...
2019-03-20 Nico WeberRemove HAVE_REALPATH from config.h
2019-03-15 Alex Langford[CMake] Correct CMake message mode
2019-03-13 Jason Liu[AIX][CMake] Changes for building on AIX with XL and GCC
2019-03-13 Louis Dionne[NFC][CMake] Improve Status message in the iOS toolchai...
2019-03-13 Hubert TongUse AIX version detection at LLVM run-time
2019-03-09 Petr Hosek[CMake] Support stripping and linking output to .build...
2019-03-07 Hubert TongAdd secondary libstdc++ 4.8 and 5.1 detection mechanisms
2019-03-06 Rong Xu[PGO] Context sensitive PGO (part 4)
2019-03-05 Francis Visoiu Mistrih[OptRemarks] Make OptRemarks more generic: rename OptRe...
2019-03-05 Shoaib Meenai[cmake] Create exports for umbrella library targets
2019-03-04 Kamil RytarowskiRevert duplicate check for DragonFly BSD
2019-03-04 Kamil RytarowskiUnbreak shared library linkage on DragonFlyBSD.
2019-02-20 Tom StellardCMake: Fix stand-alone clang builds since r353268
2019-02-19 Daniel SandersFix builds with llvm/runtimes/compiler-rt after r354365
2019-02-19 Daniel SandersFix builds for older macOS deployment targets after...
2019-02-19 Daniel SandersAnnotate timeline in Instruments with passes and other...
2019-02-13 Michal Gorny[llvm] [cmake] Provide split include paths in LLVMConfig
2019-02-11 Michal Gorny[llvm] [cmake] Use current directory in GenerateVersion...
2019-02-09 Mikhail R. GadelhaThis reverts commit 1440a848a635849b97f7a5cfa0ecc40d374...
2019-02-08 Rong Xu[Cmake] Add an option to build LLVM using the experimen...
2019-02-07 Shoaib Meenai[cmake] Pass LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN to...
2019-02-07 JF BastienBump minimum toolchain version
2019-02-07 Mikhail R. GadelhaMove the SMT API to LLVM
2019-02-06 Peter Collingbournebuild: Remove the cmake check for malloc.h.
2019-02-06 Petr Hosek[CMake] Unify scripts for generating VCS headers
2019-02-02 JF BastienRevert "Bump minimum toolchain version"
2019-02-02 JF BastienBump minimum toolchain version
2019-02-01 Stefan Granitz[CMake] Add install targets for utilities to LLVM expor...
2019-02-01 JF BastienRevert "Bump minimum toolchain version"
2019-02-01 JF BastienBump minimum toolchain version
2019-01-31 JF BastienRevert "Bump minimum toolchain version"
2019-01-31 JF BastienBump minimum toolchain version
2019-01-31 Shoaib Meenai[cmake] Note future cleanup in comment. NFC
2019-01-31 Petr HosekRevert "[CMake] Unify scripts for generating VCS headers"
2019-01-31 Petr Hosek[CMake] Unify scripts for generating VCS headers
2019-01-30 Stefan Granitz[CMake] Accept ENTITLEMENTS in llvm_add_library()
2019-01-28 Michal Gorny[cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNA...
2019-01-22 Serge GueltonFix llvm::is_trivially_copyable portability issues
2019-01-21 JF BastienDocument toolchain update policy
2019-01-20 Dylan McKay[AVR] Allow AVR to be explicitly set as the default...
2019-01-16 JF Bastien[NFC] Factor out + document build requirements
2019-01-11 Stefan Granitz[CMake] Export utility targets to the build/install...
2019-01-04 Stefan Granitz[CMake] Use XCODE_ATTRIBUTE properties for code signing...
2018-12-22 Tom StellardFix mingw build failures caused by r349839
2018-12-20 Tom StellardFix Windows build failures caused by r349839
2018-12-20 Tom Stellardcmake: Remove add_llvm_loadable_module()
2018-12-19 Alexandre GaneaRe-land "Fix MSVC dependency issue between Clang-tableg...
2018-12-19 Alexandre GaneaRevert r349517 "[CMake] Default options for faster...
2018-12-19 Alexandre GaneaRevert r349517 "[CMake] Default options for faster...
2018-12-19 Nico WeberLet TableGen write output only if it changed, instead...
2018-12-19 Alexandre GaneaRe-land "Fix MSVC dependency issue between Clang-tableg...
2018-12-18 Alexandre GaneaRevert r349541 (Fix MSVC dependency issue between Clang...
2018-12-18 Alexandre GaneaFix MSVC dependency issue between Clang-tablegen and...
2018-12-18 Alexandre Ganea[CMake] Default options for faster executables on MSVC
2018-12-13 Stefan Granitz[CMake] llvm_codesign workaround for Xcode double-signi...
2018-12-07 Stefan Granitz[CMake] Add support for NO_INSTALL_RPATH argument in...
2018-12-03 Shoaib Meenai[cmake] Clean up add_llvm_subdirectory
2018-12-03 Stefan Granitz[CMake] Add LLVM_EXTERNALIZE_DEBUGINFO_OUTPUT_DIR for...
2018-11-30 Shoaib Meenai[CMake] build correctly if build path contains whitespace
2018-11-26 Argyrios Kyrtzidis[Support/FileSystem] Add sub-second precision for atime...
2018-11-22 Haojian WuRevert r343473 "Move llvm util dependencies from clang...
2018-11-20 Aaron BallmanSilence C4709 in MSVC because it is buggy.
2018-11-18 Kamil RytarowskiSwap order of discovering of -ltinfo and -lterminfo
2018-11-16 Stefan Granitz[CMake] Accept ENTITLEMENTS in add_llvm_executable...
2018-11-16 Petr Hosek[CMake] Support cross-compiling with multi-stage builds
2018-11-10 David CarlierFix DragonFlyBSD linkage issue.
2018-11-05 Francis Visoiu Mistrih[CMake] Expose opt-remark tooling through libOptRemarks...
2018-11-01 Reid KlecknerEnable -Wimplicit-fallthrough for clang as well as GCC
2018-10-24 Martin Storsjo[MinGW] Enable large file for mingw-w64
2018-10-15 Chris Bieneman[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURAT...
2018-10-15 Chris Bieneman[CMake] Change the default value of LLVM_ENABLE_IDE
2018-10-11 Chris Bieneman[CMake] Temporarily remove the LLVM_ENABLE_IDE option
2018-10-11 Chris Bieneman[CMake] Unconditionally add .h and .td files to target...
2018-10-10 Chris Bieneman[CMake] NFC. Updating documentation on options
2018-10-05 Shoaib Meenai[cmake] Also create lowercase extension WinSDK symlinks
2018-10-01 Haojian WuMove llvm util dependencies from clang-tools-extra...
next