summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* [NewPM] Update pass registration for the LLVM plugin interfacePhilip Pfaffe2018-04-173-0/+23
* Add isl operator overloads for isl::pw_aff (Try II)Tobias Grosser2018-04-122-0/+288
* Revert r327216 'Add isl operator overloads for isl::pw_aff'Tobias Grosser2018-04-113-187/+0
* [CodeGen] Allow undefined loads in statement instances outside context.Michael Kruse2018-04-105-1/+209
* [CodeGen] Convert BlockGenerator::generateScalarLoads to isl++. NFC.Michael Kruse2018-04-101-5/+3
* [ScopInfo] Avoid iterator invalidation.Michael Kruse2018-04-102-1/+61
* [ScopInfo] Completely remove MemoryAccesses when their parent statement is re...Michael Kruse2018-04-093-14/+135
* [ScopInfo] Actually remove from list.Michael Kruse2018-04-091-2/+4
* Remove immediate dominator heuristic for error block detection.Michael Kruse2018-04-097-136/+96
* [doc] Overhaul doc on preparing IR for processing by Polly.Michael Kruse2018-04-061-8/+66
* Silence msvc warning on isl. NFC.Michael Kruse2018-04-051-0/+1
* Remove namespace comment at end of class. NFC.Michael Kruse2018-04-051-1/+1
* [Polly][IslAst] Fix minimal dependence distance.Huihui Zhang2018-04-043-3/+66
* Fix polly build after r328717Reid Kleckner2018-03-282-0/+2
* [polly] [ScopInfo] Don't pre-compute the name of the Scop's region.Eli Friedman2018-03-272-6/+3
* Update for LLVM header movementDavid Blaikie2018-03-212-2/+2
* Adjust to clang-format changesTobias Grosser2018-03-2032-46/+0
* Move code generation test case to test/CodeGen/Tobias Grosser2018-03-192-0/+0
* [polly] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-131-1/+1
* Revert untested changes in SCEVAffinatorTobias Grosser2018-03-101-1/+1
* Add isl operator overloads for isl::pw_affTobias Grosser2018-03-103-1/+191
* [Polly][CMake] Fix lit setup for building the in the mono repoPhilip Pfaffe2018-03-051-1/+5
* [ScopInfo] Do not use the set dimension ids to carry loop informationTobias Grosser2018-03-035-48/+22
* Revert "[Acc] Fix for PR33208"Philip Pfaffe2018-03-031-5/+9
* [Acc] Fix for PR33208Philip Pfaffe2018-03-031-9/+5
* isl: "isl_schedule_get_map: handle trees with divergent filter node parameters"Tobias Grosser2018-02-263-4/+37
* Use isl::manage_copy to simplify calls to isl::manage(isl_.._copy())Tobias Grosser2018-02-209-49/+37
* Update isl to isl-0.18-1047-g4a20ef8Tobias Grosser2018-02-20170-5446/+4116
* Fix broken isl-noexceptions.h path in update-isl scriptTobias Grosser2018-02-201-2/+2
* Update isl C++ bindings to latest version of islTobias Grosser2018-02-201-276/+954
* Do not call band_list().dump()Tobias Grosser2018-02-201-1/+0
* [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
OpenPOWER on IntegriCloud