summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
AgeCommit message (Expand)Author
2018-06-14[CMAKE] Honor CMAKE_OSX_SYSROOT to compute include dir for libxml2Bruno Cardoso Lopes
2018-05-20[cmake] Add a switch to enable/disable bindings.Vassil Vassilev
2018-04-18[cmake] Improve pthread_[gs]etname_np detection codePavel Labath
2018-04-11[Build][NFC] Split off libpfm detection to a separate module.Clement Courbet
2018-04-11[llvm-exegesis] Add a flag to disable libpfm even if present.Clement Courbet
2018-04-05[llvm-exegesis] Check for libpfm headers.Clement Courbet
2018-04-04Re-land r329156 "Add llvm-exegesis tool."Clement Courbet
2018-04-04Revert r329156 "Add llvm-exegesis tool."Clement Courbet
2018-04-04Add llvm-exegesis tool.Clement Courbet
2018-04-02Remove some unused cmake standard library includes.Nico Weber
2018-04-02Remove more feature test macros that became unused after r328989.Nico Weber
2018-04-02Remove HAVE_LIBPSAPI, HAVE_SHELL32.Nico Weber
2018-04-02Remove HAVE_DIRENT_H.Nico Weber
2018-04-02Remove stro(u?)ll() config checks. Those were needed pre-MSVC2013, but we req...Nico Weber
2018-04-02Remove HAVE_WRITEV that's unused after r255837.Nico Weber
2018-04-02Assume existence of inttypes.h and stdint.h in DataTypes.h.Nico Weber
2018-04-02Remove a few unreferenced config.h defines.Nico Weber
2018-03-13Build system changes for RISCVAzharuddin Mohammed
2018-01-02[opt-viewer] Check for pygments.lexer.c_cppJonas Hahnfeld
2017-12-25[cmake] Always respect existing CMAKE_REQUIRED_FLAGS when adding additional o...Don Hinton
2017-12-05Re-commit "[cmake] Enable zlib support on windows"Pavel Labath
2017-12-04Revert "[cmake] Enable zlib support on windows"Pavel Labath
2017-12-01[cmake] Enable zlib support on windowsPavel Labath
2017-11-29Add opt-viewer testingAdam Nemet
2017-11-29Revert "Add opt-viewer testing"Adam Nemet
2017-11-28Add opt-viewer testingAdam Nemet
2017-11-28Revert "Add opt-viewer testing"Adam Nemet
2017-11-27Add opt-viewer testingAdam Nemet
2017-11-14CMake: Turn LLVM_ENABLE_LIBXML2 into a tri-state optionHans Wennborg
2017-11-06Revert r316064 "Fix the incorrect detection of ICONV_LIBRARY_PATH"Hans Wennborg
2017-10-19Revert 316150 which reinstated r316025.Vassil Vassilev
2017-10-19Reinstate r316025, reverted in r316029.Vassil Vassilev
2017-10-18Fix the incorrect detection of ICONV_LIBRARY_PATHSerguei Katkov
2017-10-17Revert "[cmake] Use find_package to discover zlib"Vassil Vassilev
2017-10-17[cmake] Use find_package to discover zlibVassil Vassilev
2017-10-15Search for libxml2 on macOS too.Nico Weber
2017-10-04Bring r314809 back.Rafael Espindola
2017-10-04Revert D38481 due to missing cmake check for CPU_COUNTDaniel Neilson
2017-10-03Use sched_getaffinity instead of std::thread::hardware_concurrency.Rafael Espindola
2017-08-29Re-apply "Fix cmake check for futimens when deploying to earlier macOS releas...Juergen Ributzka
2017-08-28Revert "Fix cmake check for futimens when deploying to earlier macOS releases."Juergen Ributzka
2017-08-28Fix cmake check for futimens when deploying to earlier macOS releases.Juergen Ributzka
2017-07-27Remove check for i686.Eric Beckmann
2017-07-26Close if statement in config-ix.cmake while checking for i686 arch.Eric Beckmann
2017-07-26Revert "Set a different var for checking I686, because LLVM_NATIVE_ARCH is"Eric Beckmann
2017-07-26Set a different var for checking I686, because LLVM_NATIVE_ARCH isEric Beckmann
2017-07-26Disable libxml on i686, because it is a 32 bit architecture andEric Beckmann
2017-07-21Only use xml if iconv is found, which is a prerequisite.Eric Beckmann
2017-07-20Explicitly disable libxml2 on android.Eric Beckmann
2017-07-20Only enable libxml2 on linux, because systems like android lack libiconvEric Beckmann