summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* [ScopBuilder] Split statements on encountering store instructions.Michael Kruse2017-12-113-5/+73
* [ScopBuilder] Fix typo. NFC.Michael Kruse2017-12-101-4/+4
* [NFC] Fix formattingPhilip Pfaffe2017-12-061-4/+2
* Port SCEVAffinator to the isl c++ bindingsPhilip Pfaffe2017-12-063-153/+108
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-2/+2
* Update to latest clang-format. [NFC]Siddharth Bhat2017-12-051-3/+3
* [NFC] In GPGPU testcases, replace numeric registers in CHECK directives.Philip Pfaffe2017-12-015-21/+22
* Handle Top-Level-Regions in polly::isHoistableLoadPhilip Pfaffe2017-11-302-3/+82
* Update format after clang-format change. NFC.Michael Kruse2017-11-301-3/+3
* [polly] Set up .arcconfig to point to new Diffusion PLO repositoryBen Hamilton2017-11-271-1/+1
* [MaximalStaticExpansion] Simplify this code a bit. NFCI.Davide Italiano2017-11-251-6/+2
* [CodeGen] Detect empty domain because of parameters context.Michael Kruse2017-11-212-0/+88
* Run polly-update-format. NFC.Michael Kruse2017-11-216-10/+10
* Port ScopInfo to the isl cpp bindingsPhilip Pfaffe2017-11-1923-308/+233
* [NFC] Make r318597 compatible with clang-formatZhaoshi Zheng2017-11-171-1/+1
* [nfc] Iwyu: forward-declare/include raw_ostream in zone algoPhilip Pfaffe2017-11-172-0/+2
* [SI] Fix a potential use-after-freePhilip Pfaffe2017-11-161-14/+17
* [polly] Remove redundant return [NFC]Mandeep Singh Grang2017-11-101-1/+0
* Update formatting to reflect change in clang-format. NFC.Michael Kruse2017-11-091-1/+1
* [ForwardOpTree] Limit isl operations of known content reload.Michael Kruse2017-11-061-1/+8
* [Analysis] update to use new fast-math API - isFast()Sanjay Patel2017-11-061-2/+2
* [Polly] Fix using order, as this caused a test failure (NFC) Florian Hahn2017-11-061-1/+1
* [ZoneAlgo/ForwardOpTree] Normalize PHIs to their known incoming values.Michael Kruse2017-10-318-55/+786
* [DeLICM] Fix wrong assumed access execution order.Michael Kruse2017-10-314-1/+136
* [OpenMP] Fix reference collection of latest base ptrs.Michael Kruse2017-10-313-4/+48
* [Acc] Do not statically dispatch into IslNodeBuilder's createForPhilip Pfaffe2017-10-293-9/+14
* Fix two testcases. NFC intended.Philip Pfaffe2017-10-292-13/+13
* [ForwardOpTree] Use space indention. NFC.Michael Kruse2017-10-271-1/+1
* [ForwardOpTree] Reload know values.Michael Kruse2017-10-272-32/+197
* [Simplify] Mark (and sweep) based on latest access relation.Michael Kruse2017-10-267-2/+334
* [DeLICM] Add more tests for loop layouts. NFC.Michael Kruse2017-10-269-0/+1033
* [ZoneAlgo] Translate addArrayWriteAccess to isl++. NFC.Michael Kruse2017-10-241-11/+7
* [ISLTools] Translate computeReachingWrite to isl++. NFC.Michael Kruse2017-10-241-24/+17
* [DeLICM] Do not try to map to multiple array elements.Michael Kruse2017-10-243-129/+96
* [Polly] Add XFAIL to large-numbers-in-boundary-context.llAnna Thomas2017-10-161-0/+1
* Rename OptimizationDiagnosticInfo.h to OptimizationRemarkEmitter.hAdam Nemet2017-10-096-6/+6
* [ScopBuilder] Introduce -polly-stmt-granularity=scalar-indep option.Michael Kruse2017-10-057-2/+517
* [ScopBuilder] Introduce -polly-stmt-granularity option. NFC.Michael Kruse2017-10-042-16/+39
* [GPGPU] Make sure escaping invariant load hoisted scalars are preservedTobias Grosser2017-10-042-1/+33
* UnXFAIL tests that previously failed VerifyDFSNumbersJakub Kuderski2017-10-032-6/+0
* XFAIL two test that fail VerifyDFSNumbers DominatorTree checkJakub Kuderski2017-10-032-0/+6
* [ScopBuilder] Iterate over statement instructions. NFC.Michael Kruse2017-10-021-39/+28
* [ScopBuilder] Build invariant loads separately.Michael Kruse2017-10-025-14/+58
* [ScopBuilder] Build escaping dependencies separately.Michael Kruse2017-10-025-10/+17
* [ScopBuilder] Specialize exit block handling. NFC.Michael Kruse2017-10-022-18/+16
* [ForwardOpTree] Fix out-of-quota in assertion.Michael Kruse2017-10-021-1/+1
* [ScopDetect] Do not add loads out of the SCoP to required invariant loads.Michael Kruse2017-10-012-1/+85
* Add missing REQUIRES lineTobias Grosser2017-10-011-0/+2
* [GPGPU] Set Polly's RTC to false in case invariant load hoisting failsTobias Grosser2017-10-012-0/+46
* [Polly] Add dumpPw() and dumpExpanded() functions. NFC.Michael Kruse2017-09-293-43/+452