summaryrefslogtreecommitdiffstats
path: root/polly/lib/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [JSONExporter] Replace bundled Jsoncpp with llvm/Support/JSON.h. NFC.Michael Kruse2018-08-011-3/+1
* [CMake] Use only keyword-version of target_link_library. NFC.Michael Kruse2018-01-121-6/+6
* [ScopInliner] Add a simple Scop-based inliner to polly.Siddharth Bhat2017-08-171-0/+1
* Add rewrite by-reference parameter passTobias Grosser2017-08-171-0/+1
* [ManagedMemoryRewrite] Introduce a new pass to rewrite modules to use managed...Siddharth Bhat2017-08-091-0/+1
* [Polly] Fully-Indexed static expansionAndreas Simbuerger2017-08-071-0/+1
* [DeLICM] Refactor ZoneAlgorithm into ZoneAlgo.cpp. NFC.Michael Kruse2017-08-041-0/+1
* [GPGPU] Add support for NVIDIA libdeviceTobias Grosser2017-07-311-0/+2
* [ForwardOpTree] Introduce the -polly-optree pass.Michael Kruse2017-07-221-0/+1
* [Polly][CMake] Use the CMake Package instead of llvm-config in out-of-tree bu...Philip Pfaffe2017-07-111-49/+32
* [Polly][NewPM] Reenable ScopPassManager unittestPhilip Pfaffe2017-05-231-0/+1
* [CMake] Introduce POLLY_BUNDLED_JSONCPP.Michael Kruse2017-05-061-7/+2
* Introduce VirtualUse. NFC.Michael Kruse2017-05-041-0/+1
* [CMake] Move PollyCore to Polly project folder.Michael Kruse2017-04-301-0/+1
* [Polly] Make PollyCore depends on intrinsics_genHongbin Zheng2017-04-291-1/+1
* [CMake] Use object library to build the two flavours of Polly.Michael Kruse2017-04-271-32/+78
* [CodeGen] Add Performance MonitorTobias Grosser2017-04-031-0/+1
* [PruneUnprofitable] Add -polly-prune-unprofitable pass.Michael Kruse2017-03-171-0/+1
* [Simplify] Add -polly-simplify pass.Michael Kruse2017-03-101-0/+1
* [Support] Add -polly-dump-module pass.Michael Kruse2017-03-091-0/+1
* [Cmake] Optionally use a system isl version.Michael Kruse2017-02-271-1/+1
* [External] Move lib/JSON to lib/External/JSON. NFC.Michael Kruse2017-02-051-3/+3
* [Support] Add general isl tools for DeLICM. NFC.Michael Kruse2017-01-271-0/+1
* [DeLICM] Add pass boilerplate code.Michael Kruse2016-11-291-0/+1
* Add -polly-flatten-schedule pass.Michael Kruse2016-09-081-0/+2
* [GSoC] Add PolyhedralInfo pass - new interface to polly analysisJohannes Doerfert2016-07-251-0/+1
* Add accelerator code generation pass skeletonTobias Grosser2016-07-131-1/+3
* Add ppcg-0.04 to lib/ExternalTobias Grosser2016-07-131-0/+4
* Move ScopBuilder into its own file. NFC.Michael Kruse2016-06-281-0/+1
* Properly build shared libraries if LLVM_LINK_LLVM_DYLIB is enabled.Tobias Grosser2016-02-031-0/+7
* cmake: Add additional libraries to fix the darwin shared library buildTobias Grosser2016-01-311-0/+7
* IR cleanup after CodeGenerationMichael Kruse2015-11-261-0/+1
* Remove independent blocks passJohannes Doerfert2015-10-181-1/+0
* Rename Polly_isl to PollyISLMichael Kruse2015-09-241-1/+1
* Compile ISL into its own libraryMichael Kruse2015-09-241-253/+3
* Add Polly header files to IDE projectsMichael Kruse2015-09-111-0/+5
* Merge TempScopInfo.{cpp|h} into ScopInfo.{cpp|h}Michael Kruse2015-09-101-1/+0
* Expose the SCEVAffinator and make it a member of a SCoP.Johannes Doerfert2015-08-121-0/+1
* Unify FOLDER property of Polly targetsMichael Kruse2015-07-211-0/+1
* Remove module LLVMPolly from Windows buildMichael Kruse2015-07-211-9/+15
* Add a test for stdint.h like ISL's configure doesMichael Kruse2015-07-211-0/+38
* Remove gitconfig.h.cmakeMichael Kruse2015-07-211-1/+6
* Add configure-time test for latest ISLMichael Kruse2015-07-211-11/+76
* Enable ISL's small integer optimizationMichael Kruse2015-06-251-2/+3
* Fix autotools buildMichael Kruse2015-06-251-1/+1
* Use C99 to compile ISLMichael Kruse2015-06-221-0/+3
* Make CMake generate isl/stdint.hMichael Kruse2015-06-221-0/+1
* Prepare replacing ISL by its 'make dist' filesMichael Kruse2015-06-221-3/+63
* Drop unused PTX generator fileTobias Grosser2015-05-151-2/+1
* Rename IslCodeGeneration to CodeGenerationTobias Grosser2015-05-121-1/+1
OpenPOWER on IntegriCloud