summaryrefslogtreecommitdiffstats
path: root/polly/include
Commit message (Expand)AuthorAgeFilesLines
* [NFC][ScopBuilder] Move buildDomains and its callees to ScopBuilder.Dominik Adamski2019-08-062-114/+188
* [NFC][ScopBuilder] Move addUserAssumptions to ScopBuilderDominik Adamski2019-08-062-17/+58
* [Polly] Clang complains about missing virtual destructorGuillaume Chatelet2019-07-221-0/+2
* [NFC][ScopBuilder] Move buildSchedule and its callees to ScopBuilder or ScopH...Dominik Adamski2019-07-173-60/+78
* [NFC][ScopBuilder]Move finalizeAccesses and its callees to ScopBuilderDominik Adamski2019-07-172-63/+69
* [NFC][ScopBuilder] Move addUserContext to ScopBuilderDominik Adamski2019-07-162-3/+3
* [NFC][ScopBuilder] Move buildAliasChecks and its implementing methods to Scop...Dominik Adamski2019-07-162-50/+66
* [NFC][ScopBuilder] Move addRecordedAssumption to ScopBuilderDominik Adamski2019-07-162-22/+32
* [ScopInfo][NFC] Add dot at the end of comment statement.Dominik Adamski2019-07-151-1/+1
* [ScopBuilder] Move addInvariantLoads to ScopBuilder. NFC.Michael Kruse2019-06-122-8/+14
* [ScopBuilder] Move getNonHoistableCtx to ScopBuilder. NFC.Michael Kruse2019-06-122-17/+22
* [ScopBuilder] Move hoistInvariantLoads to ScopBuilder. NFC.Michael Kruse2019-06-122-31/+31
* [ScopBuilder] Move canonicalizeDynamicsBasePtrs from ScopInfo. NFC.Michael Kruse2019-06-042-28/+28
* [ScopBuilder] Move verifyInvariantLoads function from ScopInfo. NFC.Michael Kruse2019-05-312-15/+15
* [ScheduleOptimizer] Hoist extension nodes after schedule optimization.Michael Kruse2019-05-312-5/+26
* [ScopBuilder] Move buildInvariantEquivalenceClasses function from ScopInfo. NFC.Michael Kruse2019-05-282-14/+26
* [polly] Fix non-determinism in IslNodeBuilder.Eli Friedman2019-05-141-1/+1
* [ZoneAlgo] Fix PHI inconsistency in invalid contexts.Michael Kruse2019-05-101-0/+15
* [polly][SCEV] Expand SCEV matcher cases for new smin/umin opsKeno Fischer2019-05-081-0/+2
* Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse2019-03-2826-277/+17
* [CodeGen] LLVM OpenMP Backend.Michael Kruse2019-03-193-36/+276
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1944-176/+132
* [TI removal] Make `getTerminator()` return a generic `Instruction`.Chandler Carruth2018-10-151-1/+1
* [IslAst] Fix InParallelFor nesting.Michael Kruse2018-09-271-1/+5
* [PerfMonitor] Fix rdtscp callsitesTobias Grosser2018-09-111-6/+1
* [DepInfo] Use isl++ in Dependences::isValidSchedule. NFC.Michael Kruse2018-08-101-2/+3
* [ScopBuilder] Set domain to empty instead of NULL.Michael Kruse2018-08-011-1/+1
* [CodeGen] Convert IslNodeBuilder::getNumberOfIterations to isl++. NFC.Michael Kruse2018-07-311-1/+1
* [CodeGen] Convert IslNodeBuilder::createForSequential to isl++. NFC.Michael Kruse2018-07-311-1/+1
* [CodeGen] Convert IslNodeBuilder::getUpperBound to isl++. NFC.Michael Kruse2018-07-311-2/+1
* [isl] Simplify iterator implementation by building on top of list accessorsPhilip Pfaffe2018-07-231-64/+26
* [IslNodeBuilder] Use isl++ to replace foreach_set with for loopTobias Grosser2018-07-171-2/+2
* [NFC] Fix formatting to appease buildersPhilip Pfaffe2018-06-291-1/+2
* Implement an iterator for isl maps, basic_maps, sets, basic_setsPhilip Pfaffe2018-06-291-0/+90
* [ScopHelper] Provide support for recognising collective invariant loadsPhilip Pfaffe2018-06-291-1/+3
* [ZoneAlgo] Use getDefToTarget in makeValInst. NFC.Michael Kruse2018-06-261-0/+34
* [OpTree] Introduce shortcut for computing the def->target mapping. NFCI.Michael Kruse2018-06-061-0/+8
* getDependences to new C++ interfaceTobias Grosser2018-06-061-1/+1
* [ZoneAlgo] Make ZoneAlgorithm::isNormalized out-of-quota safe.Michael Kruse2018-05-311-2/+2
* [SI] Create Scop Name lazilyPhilip Pfaffe2018-05-151-2/+7
* [SCEVAffinator] Fix handling of pwaff complexity limit.Eli Friedman2018-05-141-0/+1
* Revert "[polly] [ScopInfo] Don't pre-compute the name of the Scop's region."Philip Pfaffe2018-05-021-1/+4
* Remove the last uses of isl::give and isl::takeTobias Grosser2018-04-291-5/+0
* [CodeGen] Fix comment. NFC.Michael Kruse2018-04-251-2/+2
* [CodeGen] Print executed statement instances at runtime.Michael Kruse2018-04-252-1/+42
* [ScopDetect] Reject loop with multiple exit blocks.Michael Kruse2018-04-251-0/+29
* Allow arbitrary function calls for debugging purposes.Michael Kruse2018-04-201-0/+20
* [RuntimeDebugBuilder] Print vectors passed without withspacesTobias Grosser2018-04-181-8/+2
* Add isl operator overloads for isl::pw_aff (Try II)Tobias Grosser2018-04-121-0/+185
* Revert r327216 'Add isl operator overloads for isl::pw_aff'Tobias Grosser2018-04-111-118/+0
OpenPOWER on IntegriCloud