aboutsummaryrefslogtreecommitdiff
path: root/polly/cmake
AgeCommit message (Expand)AuthorFilesLines
2017-07-18[CMake] FindJsoncpp.cmake: Use descriptive variable name for libjsoncpp.so path.Michael Kruse1-3/+3
2017-07-18[CMake] FindJsoncpp.cmake: Use foreach variable.Michael Kruse1-1/+1
2017-07-18[CMake] FindJsoncpp.cmake: search pkg-config libs in default search paths.Michael Kruse1-1/+0
2017-07-11[Polly][CMake] Use the CMake Package instead of llvm-config in out-of-tree bu...Philip Pfaffe1-5/+0
2017-06-29Test commitNAKAMURA Takumi1-1/+1
2017-06-06[CMake] Retire Polly's FindCUDA.cmake in favour of CMake's default FindCUDA.c...Philip Pfaffe1-23/+0
2017-05-12[Polly][CMake] Fix variable name in target exportsPhilip Pfaffe1-1/+1
2017-05-10[Polly][CMake] Fix syntactical errors in the exported configPhilip Pfaffe1-2/+2
2017-05-06[CMake] Introduce POLLY_BUNDLED_JSONCPP.Michael Kruse2-0/+60
2017-04-27[Polly][Cmake] Add missing include paths to exported cmake configPhilip Pfaffe1-3/+13
2017-03-09[Cmake] Generate a PollyConfig.cmake.Michael Kruse2-0/+169
2017-02-27[Cmake] Optionally use a system isl version.Michael Kruse1-0/+24
2016-09-12Remove -fvisibility=hidden and FORCE_STATIC.Michael Kruse1-7/+1
2016-08-25Add missing words to wanrning.Michael Kruse1-1/+1
2016-08-25Add warning for FORCE_STATIC libraries when using BUILD_SHARED_LIBS.Michael Kruse1-0/+4
2016-06-21Respect LLVM_INSTALL_TOOLCHAIN_ONLY.Eugene Zelenko1-4/+6
2016-04-09Fix: Always honor LLVM_LIBDIR_SUFFIX.Michael Kruse1-1/+1
2015-09-24Compile ISL into its own libraryMichael Kruse1-1/+6
2015-07-21Unify FOLDER property of Polly targetsMichael Kruse1-0/+3
2015-07-21Remove /Za flag from Visual Studio compilationMichael Kruse1-8/+0
2015-06-29[Polly] Add -std=c99 flag only to C source filesMichael Kruse1-2/+7
2015-06-22Use C99 to compile ISLMichael Kruse1-0/+10
2015-03-30Drop libpluto supportTobias Grosser1-19/+0
2015-02-04Import isl(+imath) as an external library into PollyTobias Grosser2-38/+0
2014-12-02Drop Cloog supportJohannes Doerfert1-19/+0
2014-11-30cmake: Add polly libraries to LLVMExportsTobias Grosser1-0/+2
2014-08-13[Polly] Remove the PoCC and ScopLib supportJohannes Doerfert1-19/+0
2014-04-11Remove OpenScopTobias Grosser1-19/+0
2014-03-13record in POLLY_LINK_LIBS all the libs needed for pollySebastian Pop1-12/+5
2014-03-03cmake: build monolithic libLLVMPollyLib.dylibTobias Grosser1-0/+11
2014-02-28cmake: Do not link in system libsTobias Grosser1-5/+0
2014-02-22GMP is only required for CLooGSebastian Pop1-2/+2
2013-07-02[autoconf/cmake] Make sure we detect the latest version of isl.Tobias Grosser1-1/+1
2012-10-21autoconf/cmake: Always require isl code generation.Tobias Grosser1-6/+1
2012-10-21Introduce a separate file for CMake macrosTobias Grosser1-0/+72
2012-10-02Detect the isl code generation feature correctlyTobias Grosser1-1/+1
2012-08-02Add support for libpluto as the scheduling optimizer.Tobias Grosser1-0/+19
2012-07-04Replace CUDA data types with Polly's GPGPU data types.Tobias Grosser1-3/+3
2012-06-06Detect the cuda library available.Tobias Grosser1-0/+23
2012-05-07add a check for ISL codegen at configure timeSebastian Pop1-0/+5
2011-04-29Add initial version of PollyTobias Grosser5-0/+95