summaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)Author
2018-09-07Remove ReleaseNotes as they were emptyHans Wennborg
2018-08-01PPCG codegenTobias Grosser
2018-08-01[isl++] drop the isl namespace qualifiers [NFC]Tobias Grosser
2018-08-01Rebase C++ bindings on top of latest isl bindingsTobias Grosser
2018-08-01Update to isl-0.20-35-ge0a98b62Tobias Grosser
2018-08-01[JSONExporter] Try to appease buildbot. NFC.Michael Kruse
2018-08-01[Polly-ACC] Fix compilation after r338450. NFC.Michael Kruse
2018-08-01[JSONExporter] Replace bundled Jsoncpp with llvm/Support/JSON.h. NFC.Michael Kruse
2018-07-31[CodeGen] Convert IslNodeBuilder::getNumberOfIterations to isl++. NFC.Michael Kruse
2018-07-31[CodeGen] Convert IslNodeBuilder::createForSequential to isl++. NFC.Michael Kruse
2018-07-31[CodeGen] Convert IslNodeBuilder::getUpperBound to isl++. NFC.Michael Kruse
2018-07-28[test] Remove non-JSPON comments in JSCOP file. NFC.Michael Kruse
2018-07-23[isl] Simplify iterator implementation by building on top of list accessorsPhilip Pfaffe
2018-07-17[DependenceInfo] Use isl++ to replace foreach_set with for loopTobias Grosser
2018-07-17[IslNodeBuilder] Use isl++ to replace foreach_set with for loopTobias Grosser
2018-07-17[ScopInfo] Replace isl foreach calls with for loopsTobias Grosser
2018-07-17[ZoneAlgo] Replace isl foreach calls with for loopsTobias Grosser
2018-07-17[FlattenSchedule] Replace isl foreach calls with for loopsTobias Grosser
2018-07-17[MaximalStaticExpansion] Replace isl foreach calls with for loopsTobias Grosser
2018-07-17[ForwardOpTree] Replace isl foreach calls with for loopsTobias Grosser
2018-07-17[Simplify] Replace isl foreach calls with for loopsTobias Grosser
2018-07-17[FlattenAlgo] Replace more isl foreach calls with for loopsTobias Grosser
2018-07-17[FlattenAlgo] Replace some isl foreach calls with for loopsTobias Grosser
2018-07-17[unittest/DeLICM] Replace isl foreach calls with for loopsTobias Grosser
2018-07-16[ScopInfo] Replace isl foreach calls with for loopsTobias Grosser
2018-07-13[Polly][isl] Add neutrally-named accessors to isl list elements and sizesPhilip Pfaffe
2018-07-09[Docs] Fix generation of manpages.Michael Kruse
2018-07-06Add a file that was missing in r336425Philip Pfaffe
2018-07-06Update isl to isl-0.19-224-gce84a511Tobias Grosser
2018-07-05[ScopInfo] Move foldSizeConstantsToRight() to isl++Tobias Grosser
2018-07-05[CodeGen] Fix potential null pointer dereference. NFC.Michael Kruse
2018-07-04[PPCGCodeGen] Change printf to outs() to prevent garbled output. [NFC]Siddharth Bhat
2018-07-04ScopInfo: simplify equivalence classes before storing them [NFCI]Tobias Grosser
2018-07-04[Polly-ACC] Add isl_space.h to gpu_tree.cSiddharth Bhat
2018-07-02Fix for r336080: Missing colon in REQUIRES linePhilip Pfaffe
2018-07-02[polly-acc] change cl_get_* return types to 32/64bitPhilip Pfaffe
2018-06-29Use range for in normalizeValInst [NFCI]Tobias Grosser
2018-06-29Translate a couple of foreach callbacks into range-based iterator loopsTobias Grosser
2018-06-29Add missing namespace specifierTobias Grosser
2018-06-29[NFC] Fix formatting to appease buildersPhilip Pfaffe
2018-06-29Implement an iterator for isl maps, basic_maps, sets, basic_setsPhilip Pfaffe
2018-06-29[ScopHelper] Provide support for recognising collective invariant loadsPhilip Pfaffe
2018-06-28test: use regex matchers to make test-case robust against register renumberingsTobias Grosser
2018-06-27[ScopHelper] Cache ScopExpander results.Eli Friedman
2018-06-26[ZoneAlgo] Use getDefToTarget in makeValInst. NFC.Michael Kruse
2018-06-21[SCEV] Re-apply r335197 (with Polly fixes).Tim Shen
2018-06-19Move ScopInfo to isl++Tobias Grosser
2018-06-18Adjust for clang-format changesTobias Grosser
2018-06-18[ScopInfo] Move splitAliasGroupsByDomain and getAccessDomain to isl++ [NFCI]Tobias Grosser
2018-06-18[ScopInfo] Move more functions to isl++ [NFCI]Tobias Grosser