summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* Add check-polly-tests build target.Michael Kruse2016-09-051-5/+9
* ScopInfo: Do not derive assumptions from all GEP pointer instructionsTobias Grosser2016-09-032-107/+0
* Dependences: Only create flat StmtSchedule in presence of reductionsTobias Grosser2016-09-021-1/+1
* Dependences: Exit early, if no reduction dependences are needed.Tobias Grosser2016-09-021-1/+12
* Introduce option to run isl AST generation, but no IR generation.Tobias Grosser2016-09-021-8/+12
* Drop '@brief' from doxygen commentsTobias Grosser2016-09-0239-897/+900
* Allow mapping scalar MemoryAccesses to array elements.Michael Kruse2016-09-018-45/+584
* Check validity of new access relations. NFC.Michael Kruse2016-09-011-0/+38
* [ScopInfo] Add missing ISL annotations NFC.Michael Kruse2016-09-012-15/+15
* Update ISL to isl-0.17.1-203-g3fef898.Michael Kruse2016-09-015-4/+20
* Add forgotten imageTobias Grosser2016-08-301-0/+0
* www: homepage "Overview and News"Tobias Grosser2016-08-301-1/+1
* www: shorten links in menuTobias Grosser2016-08-301-10/+3
* www: link to github source mirror, drop the other old source viewersTobias Grosser2016-08-301-3/+1
* www: improve formatting of external linksTobias Grosser2016-08-301-3/+8
* www: Add links to Polly Labs and Polyhedral.infoTobias Grosser2016-08-301-0/+6
* www: Add IMPACT 2017 announcement to news pageTobias Grosser2016-08-301-0/+9
* Add space between access string and follow-up.Michael Kruse2016-08-264-6/+6
* Add "New access function" to update_check.py classifier.Michael Kruse2016-08-261-0/+2
* Avoid the use of large unsigned values in isl unit testTobias Grosser2016-08-261-1/+3
* [FIX] Access dimensions should correspond to number of dimensions of the acce...Roman Gareev2016-08-262-4/+6
* unittests: Make the expected value the first argument in EXPECT_EQ [NFC]Tobias Grosser2016-08-261-33/+32
* Improve documentation and testing for isl_valFromAPIntTobias Grosser2016-08-263-5/+94
* Improve documentation and testing of APIntFromValTobias Grosser2016-08-263-7/+133
* 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
* Do not build unittests by default.Michael Kruse2016-08-251-1/+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
* Introduce unittests.Michael Kruse2016-08-257-3/+335
* Use configure_lit_site_cfg instead of configure_file.Michael Kruse2016-08-251-4/+19
* 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
* Add %loadPolly to test command line.Michael Kruse2016-08-241-1/+1
* Migrate from NodeType * to NodeRef.Tim Shen2016-08-221-1/+1
* Add a flag to dump SCoP optimized with the IslScheduleOptimizer passRoman Gareev2016-08-212-25/+18
* Simplify AccFuncMap to vector<> AccessFunctionsRoman Gareev2016-08-213-23/+14
* [SCEVValidator] Don't reorder multiplies in extractConstantFactor.Eli Friedman2016-08-182-5/+43
* [BlockGenerator] Invalidate SCEV values for instructions in scopTobias Grosser2016-08-183-1/+29
* Update ISL to isl-0.17.1-200-gd8de4ea.Michael Kruse2016-08-1722-4403/+7016
* [ScopInfo] Make scalars used by PHIs in non-affine regions availableTobias Grosser2016-08-162-2/+68
* [ScopDetect] Do not assert in case of AddRecs with non-constant start expressionTobias Grosser2016-08-152-2/+51
* Disable invariant load hoisting temporarilyTobias Grosser2016-08-151-1/+1
* [test] Force invariant load hoisting one last timeTobias Grosser2016-08-151-1/+2
* [tests] Force invariant load hoisting for test cases that need it -- IIITobias Grosser2016-08-1529-22/+58
* [tests] Force invariant load hoisting for test cases that need it IITobias Grosser2016-08-1519-22/+45
* [test] Correct spelling in test caseTobias Grosser2016-08-151-1/+3
* [tests] Force invariant load hoisting for test cases that need itTobias Grosser2016-08-1558-72/+72
* Perform replacement of access relations and creation of new arrays according ...Roman Gareev2016-08-152-0/+301
* [GPGPU] Ensure arrays where only parts are modified are copied to GPUTobias Grosser2016-08-103-4/+105
OpenPOWER on IntegriCloud