summaryrefslogtreecommitdiffstats
path: root/polly/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [JSONExporter] Replace bundled Jsoncpp with llvm/Support/JSON.h. NFC.Michael Kruse2018-08-011-15/+0
* Back out of GPU Codegen if NVPTX is not availablePhilip Pfaffe2018-06-071-5/+8
* [CMake] Use only keyword-version of target_link_library. NFC.Michael Kruse2018-01-121-2/+2
* [Polly][CMake] Skip unit-tests in lit if gtest is not availablePhilip Pfaffe2017-07-111-0/+1
* [Polly][CMake] Use the CMake Package instead of llvm-config in out-of-tree bu...Philip Pfaffe2017-07-111-99/+44
* [CMake] Retire Polly's FindCUDA.cmake in favour of CMake's default FindCUDA.c...Philip Pfaffe2017-06-061-3/+3
* [Polly][CMake] Exclude isl_config from the polly-check-format target.Philip Pfaffe2017-05-151-1/+1
* [Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGenSiddharth Bhat2017-05-071-2/+8
* [CMake] Introduce POLLY_BUNDLED_JSONCPP.Michael Kruse2017-05-061-1/+15
* Revert "[Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGen"Siddharth Bhat2017-05-051-8/+2
* [Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGenSiddharth Bhat2017-05-051-2/+8
* [CMake] Use object library to build the two flavours of Polly.Michael Kruse2017-04-271-1/+1
* [CMake] Fix polly-isl-test execution in out-of-LLVM-tree builds.Michael Kruse2017-04-221-0/+3
* [CMake] Fix unittests in out-of-LLVM-tree builds.Michael Kruse2017-04-221-0/+5
* [Cmake] Generate a PollyConfig.cmake.Michael Kruse2017-03-091-0/+1
* [Cmake] Optionally use a system isl version.Michael Kruse2017-02-271-2/+14
* [Cmake] Bump required cmake version to 3.4.3.Michael Kruse2017-02-201-1/+1
* [External] Move lib/JSON to lib/External/JSON. NFC.Michael Kruse2017-02-051-4/+3
* Teach Polly's standalone build to work now that we include the gmockChandler Carruth2017-01-111-2/+13
* Remove POLLY_LINK_LIBS, it is not usedHongbin Zheng2016-11-041-2/+0
* Query llvm-config to get system libs required for linking.Michael Kruse2016-08-251-19/+5
* Add comment for querying --libdir. NFC.Michael Kruse2016-08-251-0/+1
* Introduce unittests.Michael Kruse2016-08-251-2/+29
* Add LLVM libdir to library search path in out-of-tree builds.Michael Kruse2016-08-251-0/+5
* Also warn if llvm-lit is not available.Michael Kruse2016-08-251-6/+6
* GPGPU: Shorten ppcg include paths to avoid conflict with cuda.hTobias Grosser2016-07-151-2/+1
* GPGPU: create default initialized PPCG scop and gpu programTobias Grosser2016-07-141-0/+6
* cmake: do not check-format anything in lib/ExternalTobias Grosser2016-07-051-4/+2
* Respect LLVM_INSTALL_TOOLCHAIN_ONLY.Eugene Zelenko2016-06-211-14/+16
* cmake: Ensure tools/* is still formattedTobias Grosser2016-03-251-3/+2
* [CMAKE] Try to find the correct globbing expressionJohannes Doerfert2016-03-241-1/+1
* Restrict clang-format to lib/ [NFC]Johannes Doerfert2016-03-241-1/+1
* Also clang-format *.c run-time library filesTobias Grosser2016-03-081-2/+3
* Add basic doxygen infrastructure for PollyTobias Grosser2016-02-041-0/+1
* Add -sort-includes to our automatic source code formattingTobias Grosser2015-10-151-2/+2
* Compile ISL into its own libraryMichael Kruse2015-09-241-18/+0
* Revise polly-{update|check}-format targetsMichael Kruse2015-09-141-8/+25
* Introspect llvm-config --assertion-mode in cmake out-of-tree buildsMichael Kruse2015-09-111-0/+28
* Do not use -fvisibility option with Visual CMichael Kruse2015-08-071-1/+3
* Unify FOLDER property of Polly targetsMichael Kruse2015-07-211-0/+2
* Remove header project from Visual Studio buildsMichael Kruse2015-07-211-1/+0
* Remove gcc-specific flags from Visual Studio buildMichael Kruse2015-07-211-2/+5
* Fix autotools buildMichael Kruse2015-06-251-0/+1
* Prepare replacing ISL by its 'make dist' filesMichael Kruse2015-06-221-0/+1
* [cmake] Remove two unused include pathsTobias Grosser2015-05-061-5/+0
* Drop libpluto supportTobias Grosser2015-03-301-8/+0
* Build the isl files as PICTobias Grosser2015-02-041-0/+3
* Import isl(+imath) as an external library into PollyTobias Grosser2015-02-041-8/+20
* Drop Cloog supportJohannes Doerfert2014-12-021-13/+0
* Added arcanist linters and cleaned errors and warningsJohannes Doerfert2014-08-181-1/+1
OpenPOWER on IntegriCloud