summaryrefslogtreecommitdiffstats
path: root/polly/cmake
Commit message (Expand)AuthorAgeFilesLines
* [JSONExporter] Replace bundled Jsoncpp with llvm/Support/JSON.h. NFC.Michael Kruse2018-08-012-59/+0
* [CMake] Use only keyword-version of target_link_library. NFC.Michael Kruse2018-01-121-2/+2
* [CMake] FindJsoncpp.cmake: Use descriptive variable name for libjsoncpp.so path.Michael Kruse2017-07-181-3/+3
* [CMake] FindJsoncpp.cmake: Use foreach variable.Michael Kruse2017-07-181-1/+1
* [CMake] FindJsoncpp.cmake: search pkg-config libs in default search paths.Michael Kruse2017-07-181-1/+0
* [Polly][CMake] Use the CMake Package instead of llvm-config in out-of-tree bu...Philip Pfaffe2017-07-111-5/+0
* Test commitNAKAMURA Takumi2017-06-291-1/+1
* [CMake] Retire Polly's FindCUDA.cmake in favour of CMake's default FindCUDA.c...Philip Pfaffe2017-06-061-23/+0
* [Polly][CMake] Fix variable name in target exportsPhilip Pfaffe2017-05-121-1/+1
* [Polly][CMake] Fix syntactical errors in the exported configPhilip Pfaffe2017-05-101-2/+2
* [CMake] Introduce POLLY_BUNDLED_JSONCPP.Michael Kruse2017-05-062-0/+60
* [Polly][Cmake] Add missing include paths to exported cmake configPhilip Pfaffe2017-04-271-3/+13
* [Cmake] Generate a PollyConfig.cmake.Michael Kruse2017-03-092-0/+169
* [Cmake] Optionally use a system isl version.Michael Kruse2017-02-271-0/+24
* Remove -fvisibility=hidden and FORCE_STATIC.Michael Kruse2016-09-121-7/+1
* Add missing words to wanrning.Michael Kruse2016-08-251-1/+1
* Add warning for FORCE_STATIC libraries when using BUILD_SHARED_LIBS.Michael Kruse2016-08-251-0/+4
* Respect LLVM_INSTALL_TOOLCHAIN_ONLY.Eugene Zelenko2016-06-211-4/+6
* Fix: Always honor LLVM_LIBDIR_SUFFIX.Michael Kruse2016-04-091-1/+1
* Compile ISL into its own libraryMichael Kruse2015-09-241-1/+6
* Unify FOLDER property of Polly targetsMichael Kruse2015-07-211-0/+3
* Remove /Za flag from Visual Studio compilationMichael Kruse2015-07-211-8/+0
* [Polly] Add -std=c99 flag only to C source filesMichael Kruse2015-06-291-2/+7
* Use C99 to compile ISLMichael Kruse2015-06-221-0/+10
* Drop libpluto supportTobias Grosser2015-03-301-19/+0
* Import isl(+imath) as an external library into PollyTobias Grosser2015-02-042-38/+0
* Drop Cloog supportJohannes Doerfert2014-12-021-19/+0
* cmake: Add polly libraries to LLVMExportsTobias Grosser2014-11-301-0/+2
* [Polly] Remove the PoCC and ScopLib supportJohannes Doerfert2014-08-131-19/+0
* Remove OpenScopTobias Grosser2014-04-111-19/+0
* record in POLLY_LINK_LIBS all the libs needed for pollySebastian Pop2014-03-131-12/+5
* cmake: build monolithic libLLVMPollyLib.dylibTobias Grosser2014-03-031-0/+11
* cmake: Do not link in system libsTobias Grosser2014-02-281-5/+0
* GMP is only required for CLooGSebastian Pop2014-02-221-2/+2
* [autoconf/cmake] Make sure we detect the latest version of isl.Tobias Grosser2013-07-021-1/+1
* autoconf/cmake: Always require isl code generation.Tobias Grosser2012-10-211-6/+1
* Introduce a separate file for CMake macrosTobias Grosser2012-10-211-0/+72
* Detect the isl code generation feature correctlyTobias Grosser2012-10-021-1/+1
* Add support for libpluto as the scheduling optimizer.Tobias Grosser2012-08-021-0/+19
* Replace CUDA data types with Polly's GPGPU data types.Tobias Grosser2012-07-041-3/+3
* Detect the cuda library available.Tobias Grosser2012-06-061-0/+23
* add a check for ISL codegen at configure timeSebastian Pop2012-05-071-0/+5
* Add initial version of PollyTobias Grosser2011-04-295-0/+95
OpenPOWER on IntegriCloud