OSDN Git Service

Merging r338554:
[android-x86/external-llvm.git] / cmake /
2018-08-01 Hans WennborgAdd llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386)
2018-07-27 Philip Pfaffe[CMake] Followup for r337366: Only export LLVM_LINK_LLV...
2018-07-20 Florian Hahn[UBSan] Also use blacklist for 'Address; Undefined...
2018-07-19 Reid KlecknerDisable GCC's -Wclass-memaccess warning
2018-07-18 Philip Pfaffe[CMake] Export the LLVM_LINK_LLVM_DYLIB setting
2018-07-15 Petr Hosek[CMake] Pass CMAKE_INSTALL_DO_STRIP to external projects
2018-07-10 Justin Bogner[CMake] Teach the build system to codesign built products
2018-06-29 Filipe Cabecinhas[cmake] Change WIN32 test to CMAKE_HOST_WIN32
2018-06-28 Justin Bogner[CMake] Respect CMAKE_STRIP and CMAKE_DSYMUTIL on apple...
2018-06-27 Petr Hosek[CMake] Use variables rather than ":" delimiters
2018-06-23 Brad Smith[CMake] Do not use --gc-sections on OpenBSD
2018-06-14 Shoaib Meenai[cmake] Change ON/OFF to YES/NO. NFC
2018-06-14 Shoaib Meenai[cmake] Add linker detection for Apple platforms
2018-06-14 Bruno Cardoso Lopes[CMAKE] Honor CMAKE_OSX_SYSROOT to compute include...
2018-06-06 Petr Hosek[CMake] Pass additional CMake tools to external projects
2018-06-06 Pavel Labath[cmake] fix a typo in llvm_config macro
2018-05-31 Nico WeberUse -Wextra spelling instead of -W
2018-05-21 Reid KlecknerRemove CMake workaround for LLD PR24476 which is no...
2018-05-20 Nico WeberRevert 332750, llvm part (see comment on D46910).
2018-05-20 Vassil Vassilev[cmake] Add a switch to enable/disable bindings.
2018-05-19 Nico WeberEnable colored diagnostics in ninja builds when buildin...
2018-05-18 Petr Hosek[Support] Avoid normalization in sys::getDefaultTargetT...
2018-05-17 Chris Bieneman[CMake] Make optimizing sanitizer builds optional
2018-05-09 Petr Hosek[CMake] Use CMAKE_OBJCOPY and CMAKE_STRIP to externaliz...
2018-05-07 Chandler CarruthRevert r330742: Let TableGen write output only if it...
2018-05-03 Petr Hosek[Support] Support building LLVM for Fuchsia
2018-04-30 Nico WeberStop setting LLVM_ON_WIN32 in config.h and llvm-config.h.
2018-04-26 Shoaib Meenai[cmake] Make linker detection take flags into account
2018-04-25 Nico WeberRename Attributes.gen, Intrinsics.gen to Attributes...
2018-04-24 Shoaib Meenai[cmake] Fix libc++ detection
2018-04-24 Nico WeberLet TableGen write output only if it changed, instead...
2018-04-18 Pavel Labath[cmake] Improve pthread_[gs]etname_np detection code
2018-04-16 Saleem AbdulrasoolRevert "build: reserve `--color-diagnostics` for lld"
2018-04-16 Saleem Abdulrasoolbuild: reserve `--color-diagnostics` for lld
2018-04-11 Clement Courbet[Build][NFC] Split off libpfm detection to a separate...
2018-04-11 Clement Courbet[llvm-exegesis] Add a flag to disable libpfm even if...
2018-04-05 Clement Courbet[llvm-exegesis] Check for libpfm headers.
2018-04-04 Clement CourbetRe-land r329156 "Add llvm-exegesis tool."
2018-04-04 Clement CourbetRevert r329156 "Add llvm-exegesis tool."
2018-04-04 Clement CourbetAdd llvm-exegesis tool.
2018-04-02 Nico WeberRemove some unused cmake standard library includes.
2018-04-02 Nico WeberRemove more feature test macros that became unused...
2018-04-02 Nico WeberRemove HAVE_LIBPSAPI, HAVE_SHELL32.
2018-04-02 Nico WeberRemove HAVE_DIRENT_H.
2018-04-02 Nico WeberRemove stro(u?)ll() config checks. Those were needed...
2018-04-02 Nico WeberRemove HAVE_WRITEV that's unused after r255837.
2018-04-02 Nico WeberAssume existence of inttypes.h and stdint.h in DataTypes.h.
2018-04-02 Nico WeberRemove a few unreferenced config.h defines.
2018-03-29 Sylvestre LedruRename llvm library from libLLVM-X.Y to libLLVM-X
2018-03-19 Serge GueltonAccept any filepath in llvm_check_source_file_list
2018-03-14 Pavel LabathExport LLVM_DYLIB_COMPONENTS in LLVMConfig.cmake
2018-03-13 Azharuddin MohammedBuild system changes for RISCV
2018-03-08 Michal Gorny[cmake] Append -Wl,-rpath-link conditionally to GNULD
2018-03-07 Daniel SandersFix cmake's multi-config generators after r326738
2018-03-05 Daniel SandersRe-commit: Make STATISTIC() values available programmat...
2018-03-05 Daniel SandersRevert r326723: Make STATISTIC() values available progr...
2018-03-05 Daniel SandersMake STATISTIC() values available programmatically
2018-02-15 Reid KlecknerDon't make PDBs by default in Release mode
2018-02-07 Zachary TurnerGenerate PDB files for profiling even in Release build.
2018-01-21 Don Hinton[cmake] Don't build Native llvm-config when cross compi...
2018-01-19 Michal Gorny[cmake] Include LLVM_LIBXML2_ENABLED in LLVMConfig...
2018-01-12 Eric Fiselier[CMake] Add LLVM_ENABLE_IDE option to better process...
2018-01-09 Shoaib Meenai[cmake] Use symlinks for Windows-hosted toolchains...
2018-01-08 Petr Hosek[CMake] Support for cross-compilation when build runtimes
2018-01-08 Shoaib Meenai[cmake] Pass CMAKE_MAKE_PROGRAM to native configure
2018-01-02 Jonas Hahnfeld[opt-viewer] Check for pygments.lexer.c_cpp
2017-12-25 Don Hinton[cmake] Always respect existing CMAKE_REQUIRED_FLAGS...
2017-12-15 Shoaib Meenai[cmake] Fix clang-cl cross-compilation on macOS
2017-12-14 Shoaib Meenai[cmake] Only attempt to install MSVC system libraries...
2017-12-13 Petr Hosek[CMake] Pass LLVM_HAVE_LINK_VERSION_SCRIPT to external...
2017-12-13 Shoaib Meenai[cmake] Add support for case-sensitive Windows SDKs
2017-12-13 Shoaib Meenai[cmake] Support host architectures other than x64
2017-12-13 Shoaib Meenai[cmake] Explicitly set VS 2017 compatibility
2017-12-13 Shoaib Meenai[cmake] Determine MSVC host triple correctly when cross...
2017-12-13 Alex Bradbury[cmake] Fix host tools build in when LLVM_EXPERIMENTAL_...
2017-12-11 Justin Bogner[cmake] Pass TARGETS_TO_BUILD through to host tools...
2017-12-08 Shoaib Meenai[cmake] Only pass CMAKE_SYSROOT if non-empty
2017-12-08 Pavel Labath[cmake] Make setting of CMAKE_C(XX)_COMPILER flags...
2017-12-06 Matt Morehouse[CMake] Use PRIVATE when linking LLVM fuzzers.
2017-12-06 Shoaib Meenai[cmake] Remove unnecessary header include in atomics...
2017-12-06 Don Hinton[cmake] Move CMAKE_(C|CXX)_COMPILER variables before...
2017-12-05 Shoaib Meenai[CMake] Use PRIVATE in target_link_libraries for execut...
2017-12-05 Pavel LabathRe-commit "[cmake] Enable zlib support on windows"
2017-12-05 Shoaib Meenai[cmake] Modernize some conditionals. NFC
2017-12-05 Petr Hosek[CMake] Don't use comma as an alternate separator
2017-12-04 Pavel LabathRevert "[cmake] Enable zlib support on windows"
2017-12-02 Don Hinton[cmake] Re-commit: Remove redundant call to cmake when...
2017-12-02 Martell MaloneCMAKE: help CheckAtomic find check_library_exists
2017-12-01 Don Hinton[cmake] Revert (rL319574): Resubmit Remove redundant...
2017-12-01 Don Hinton[cmake] Resubmit Remove redundant call to cmake when...
2017-12-01 Pavel Labath[cmake] Enable zlib support on windows
2017-12-01 Adam Nemet[cmake] Expose opt-viewer availability
2017-11-30 Shoaib Meenai[llvm] Add stripped installation targets
2017-11-30 Michal Gorny[cmake] Include project name in Sphinx doctree dir...
2017-11-29 Greg Bedwell[cmake] Replace -Wall with /W4 in clang-cl options...
2017-11-29 Adam NemetAdd opt-viewer testing
2017-11-29 Don HintonRollback r319176.
2017-11-29 Adam NemetRevert "Add opt-viewer testing"
2017-11-28 Don Hinton[cmake] Pass LLVM_USE_LINKER flag when building host...
2017-11-28 Adam NemetAdd opt-viewer testing
next