OSDN Git Service

android: AMDGPU/GlobalISel: fix tablegen rules (llvm90)
[android-x86/external-llvm.git] / cmake /
2019-08-20 Hans WennborgMerging r369011:
2019-08-01 Hans WennborgMerging r367304:
2019-07-15 Keno Fischer[cmake] Don't set install rules for tblgen if building...
2019-07-12 Tom Stellardcmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_libra...
2019-07-09 Simon PilgrimRetire VS2015 Support
2019-07-08 Chris BienemanFix issues building libraries as more than one type...
2019-07-01 Keno Fischer[cmake] With utils disabled, don't build tblgen in...
2019-06-26 Pengxuan Zheng[cmake] Allow config.guess to be run with MSYS on Windows
2019-06-25 Hans WennborgAdd llvm-symbolizer to LLVM_TOOLCHAIN_TOOLS (PR40152)
2019-06-25 Hans Wennborg[LLVM-C] Add LLVM-C.dll to Windows installer package
2019-06-24 Nico WeberRemove flag for no longer supported MSVC version
2019-06-19 Stefan GranitzSpecify log level for CMake messages (less stderr)
2019-06-14 Saleem Abdulrasoolbuild: extract LLVM distribution target handling
2019-06-14 Saleem Abdulrasoolbuild: don't attempt to run config.guess on Windows
2019-06-07 David TentyBuild with _XOPEN_SOURCE defined on AIX
2019-06-05 Stefan Granitz[CMake] Export CMAKE_CONFIGURATION_TYPES for the LLVM...
2019-06-04 Eugene Leviant[HWASAN][CMake] Allow instrumenting LLVM/clang
2019-06-03 Saleem Abdulrasooltools: add `llvm-nm` and `llvm-objcopy` to tools
2019-06-02 Don Hinton[test] Fix plugin tests
2019-06-02 Petr Hosek[CMake] Use libtool for runtimes when building for...
2019-05-31 Chris Bieneman[CMake] Feed BUNDLE_PATH through llvm target wrappers
2019-05-31 Petr Hosek[CMake] Provide an option to use relative paths in...
2019-05-30 Chris BienemanSupport codesigning bundles and forcing
2019-05-28 Alexandre GaneaRevert r361826, as it still breaks LLDB.
2019-05-28 Alexandre Ganea[CMake] Default options for faster executables on MSVC
2019-05-28 Don HintonRevert [test] Fix plugin tests
2019-05-28 Don Hinton[test] Fix plugin tests
2019-05-25 Akira HatanakaRevert "[Analysis] Link library dependencies to Analysi...
2019-05-24 Daniel SandersFix BUILD_SHARED_LIBS builds after r361567
2019-05-23 Daniel SandersBreak false dependencies on target libraries
2019-05-23 Don Hinton[cmake] When getting Ninja version, don't include CMake...
2019-05-22 David ZarzyckiUnbreak non-PIC builds after r361340/D62174
2019-05-22 Petr Hosek[Analysis] Link library dependencies to Analysis plugins
2019-05-21 Don Hinton[cmake] Don't use VERSION_GREATER_EQUAL in cmake versio...
2019-05-21 Don Hinton[cmake] Try to make cmake happy and fix bots.
2019-05-21 Don Hinton[cmake] Bug in r361281: make include optional and fix...
2019-05-21 Don Hinton[cmake] Add custom command to touch archives on Darwin...
2019-05-21 Petr Hosek[CMake] Specify component for all target types
2019-05-21 Nico WeberTweaks for setting CMAKE_LINKER to lld-link
2019-05-17 Saleem Abdulrasoolbuild: use clang-cl for runtimes when targeting Windows
2019-05-17 Petr Hosek[Analysis] Only run plugins tests if plugins are actual...
2019-05-10 Simon Pilgrim[cmake] Remove MSVC C4800 override
2019-05-10 Simon Pilgrim[cmake] Remove MSVC C4355 override
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
next