summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/config-ix.cmake
Commit message (Expand)AuthorAgeFilesLines
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-031-15/+18
* llvm: Use quotes around MSVC_DIA_SDK_DIR CMake variableCristian Adam2020-02-191-1/+1
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-021-18/+15
* Revert "build: reduce CMake handling for zlib"James Henderson2020-01-021-3/+16
* Revert "build: make `LLVM_ENABLE_ZLIB` a tri-bool for users"James Henderson2020-01-021-15/+5
* build: make `LLVM_ENABLE_ZLIB` a tri-bool for usersSaleem Abdulrasool2020-01-011-5/+15
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-011-16/+3
* Revert "Temporarily revert "build: avoid hardcoding the libxml2 library name""Saleem Abdulrasool2019-12-031-1/+0
* Temporarily revert "build: avoid hardcoding the libxml2 library name"Eric Christopher2019-12-021-0/+1
* build: avoid hardcoding the libxml2 library nameSaleem Abdulrasool2019-11-271-1/+0
* [CMake] Allow overriding MSVC_DIA_SDK_DIR via CMakeMartin Storsjo2019-10-221-1/+2
* [CMake] Define _FILE_OFFSET_BITS=64 on SolarisRainer Orth2019-07-301-0/+6
* Build with _XOPEN_SOURCE defined on AIXDavid Tenty2019-06-071-0/+7
* [cmake] When getting Ninja version, don't include CMakeNinjaFindMakeDon Hinton2019-05-231-8/+5
* [cmake] Don't use VERSION_GREATER_EQUAL in cmake versions prior to 3.72.Don Hinton2019-05-211-1/+2
* [cmake] Try to make cmake happy and fix bots.Don Hinton2019-05-211-1/+1
* [cmake] Bug in r361281: make include optional and fix typo which might make a...Don Hinton2019-05-211-1/+1
* [cmake] Add custom command to touch archives on Darwin so ninja won't rebuild...Don Hinton2019-05-211-0/+16
* [CMake] Detecting python modules should be cachedChris Bieneman2019-05-071-2/+5
* [CMake][PowerPC] Recognize LLVM_NATIVE_TARGET="ppc64le" as PowerPCKeno Fischer2019-04-251-0/+2
* Remove HAVE_REALPATH from config.hNico Weber2019-03-201-1/+0
* build: Remove the cmake check for malloc.h.Peter Collingbourne2019-02-061-1/+0
* Fix llvm::is_trivially_copyable portability issuesSerge Guelton2019-01-221-0/+9
* [AVR] Allow AVR to be explicitly set as the default target tripleDylan McKay2019-01-201-0/+2
* [Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::fil...Argyrios Kyrtzidis2018-11-261-0/+6
* Swap order of discovering of -ltinfo and -lterminfoKamil Rytarowski2018-11-181-1/+1
* [CMAKE] Honor CMAKE_OSX_SYSROOT to compute include dir for libxml2Bruno Cardoso Lopes2018-06-141-1/+5
* [cmake] Add a switch to enable/disable bindings.Vassil Vassilev2018-05-201-3/+3
* [cmake] Improve pthread_[gs]etname_np detection codePavel Labath2018-04-181-6/+9
* [Build][NFC] Split off libpfm detection to a separate module.Clement Courbet2018-04-111-11/+1
* [llvm-exegesis] Add a flag to disable libpfm even if present.Clement Courbet2018-04-111-7/+9
* [llvm-exegesis] Check for libpfm headers.Clement Courbet2018-04-051-1/+11
* Re-land r329156 "Add llvm-exegesis tool."Clement Courbet2018-04-041-0/+1
* Revert r329156 "Add llvm-exegesis tool."Clement Courbet2018-04-041-1/+0
* Add llvm-exegesis tool.Clement Courbet2018-04-041-0/+1
* Remove some unused cmake standard library includes.Nico Weber2018-04-021-3/+0
* Remove more feature test macros that became unused after r328989.Nico Weber2018-04-021-3/+0
* Remove HAVE_LIBPSAPI, HAVE_SHELL32.Nico Weber2018-04-021-7/+0
* Remove HAVE_DIRENT_H.Nico Weber2018-04-021-1/+0
* Remove stro(u?)ll() config checks. Those were needed pre-MSVC2013, but we req...Nico Weber2018-04-021-11/+0
* Remove HAVE_WRITEV that's unused after r255837.Nico Weber2018-04-021-4/+0
* Assume existence of inttypes.h and stdint.h in DataTypes.h.Nico Weber2018-04-021-34/+0
* Remove a few unreferenced config.h defines.Nico Weber2018-04-021-5/+0
* Build system changes for RISCVAzharuddin Mohammed2018-03-131-0/+4
* [opt-viewer] Check for pygments.lexer.c_cppJonas Hahnfeld2018-01-021-2/+6
* [cmake] Always respect existing CMAKE_REQUIRED_FLAGS when adding additional o...Don Hinton2017-12-251-1/+1
* Re-commit "[cmake] Enable zlib support on windows"Pavel Labath2017-12-051-33/+43
* Revert "[cmake] Enable zlib support on windows"Pavel Labath2017-12-041-39/+35
* [cmake] Enable zlib support on windowsPavel Labath2017-12-011-35/+39
* Add opt-viewer testingAdam Nemet2017-11-291-0/+31
OpenPOWER on IntegriCloud