summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* [ScopBuilder] scalar-indep: Fix mutually referencing PHIs.Michael Kruse2018-02-123-0/+165
* [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default.Michael Kruse2018-02-03113-137/+137
* [ScopInfo] Allow epilogues to be the main statement of a BB.Michael Kruse2018-02-031-1/+4
* Run clang-format after r324003. NFC.Michael Kruse2018-02-023-8/+12
* Update polly for r323999.Benjamin Kramer2018-02-013-10/+10
* Change memcpy/memove/memset to have dest and source alignment attributes.Daniel Neilson2018-01-281-1/+4
* [ScopBuilder] Prefer PHI Write accesses in the statement the incoming value i...Michael Kruse2018-01-235-78/+53
* [VirtualInst] Derive correct use kind of PHI operands. NFC.Michael Kruse2018-01-232-7/+30
* Assume the shared library path variable is LD_LIBRARY_PATH on systemsDimitry Andric2018-01-201-4/+3
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-193-3/+3
* [ScopBuilder] Revise statement naming when there are multiple statements per BB.Michael Kruse2018-01-1812-60/+139
* [ScopInfo] Pass name to ScopStmt ctor. NFC.Michael Kruse2018-01-183-32/+53
* [polly] [ScopInfo] Don't use isl_val_get_num_si.Eli Friedman2018-01-172-8/+42
* [IslTools] dumpPw: Dump same structure pieces together.Michael Kruse2018-01-161-21/+44
* [CMake] Use only keyword-version of target_link_library. NFC.Michael Kruse2018-01-124-12/+12
* Docs, release notes: update version to 7.0.0Hans Wennborg2018-01-032-4/+4
* [CodeGen] Fix noalias annotations for memcpy/memmove.Michael Kruse2017-12-222-0/+47
* Fix isl out-of-quota errors affecting later quota guards.Michael Kruse2017-12-222-0/+20
* [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
OpenPOWER on IntegriCloud