Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)Author
2022-03-14[polly] Introduce -polly-print-* passes to replace -analyze.Michael Kruse
2022-03-12[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEPetr Hosek
2022-03-05Revert "[polly] Fix regression test after D110620."Arthur Eubanks
2022-02-23[polly] Remove trailing whitespace from tests. NFC.Michael Kruse
2022-02-17[polly] Fix regression test after D110620.Michael Kruse
2022-02-16[polly] Match function definitions and header declarations. NFC.Michael Kruse
2022-02-15[polly][NFC] removes using-directives to fix modules buildChristopher Di Bella
2022-02-14[polly] Remove uses of PointerType::getElementType()Nikita Popov
2022-02-11[SCEV] `createNodeForSelectOrPHIInstWithICmpInstCond()`: generalize eq handlingRoman Lebedev
2022-02-02Bump the trunk major version to 15llvmorg-15-initTom Stellard
2022-02-02[docs] Remove hard-coded version numbers from sphinx configsTom Stellard
2022-02-02Cleanup header dependencies in LLVMCoreserge-sans-paille
2022-01-28[polly][unittests] Link DeLICMTests with libLLVMCoreRainer Orth
2022-01-21Add missing llvm/support/Regex.h include in polly/lib/Analysis/ScopDetection.cppserge-sans-paille
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John Ericson
2022-01-20[IRBuilder] Migrate and-folding to value-based FoldAnd.Florian Hahn
2022-01-18[polly][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson
2022-01-14[Polly][CMake] Make PollyConfig.cmake relocatable like other projects'John Ericson
2022-01-10[SCEV] Sequential/in-order `UMin` expressionRoman Lebedev
2022-01-09Use true/false instead of 1/0 (NFC)Kazu Hirata
2022-01-09Fix bugprone argument comments.Kazu Hirata
2022-01-07Use nullptr instead of 0 or NULL (NFC)Kazu Hirata
2022-01-03[Transform] Remove redundant declaration PollyAllowFullFunction (NFC)Kazu Hirata
2021-12-27Use static_assert instead of assert (NFC)Kazu Hirata
2021-12-25Remove redundant return and continue statements (NFC)Kazu Hirata
2021-12-25Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC)Kazu Hirata
2021-12-25[CodeGen] Fix a memory leakKazu Hirata
2021-12-23[Polly][SchedOpt] Account for prevectorization of multiple statements.Michael Kruse
2021-12-15[NFC] Fix typos in release notes.Stephan T. Lavavej
2021-11-11[Polly][Isl] Fix -Wsign-compare after D113101Fangrui Song
2021-11-08[NFC] Inclusive Language: change master to main for .chm filesQuinn Pham
2021-11-05[polly] Properly create and initialize new PM analysis managersArthur Eubanks
2021-11-05[Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size objec...Riccardo Mori
2021-10-18Use llvm::erase_if (NFC)Kazu Hirata
2021-10-16[Polly][docs] Fix Sphinx warning.Michael Kruse
2021-10-15[Polly] Remove checkIslAstExprInt and use RAII instead of manually freeing Ex...Max Fan
2021-10-14[Polly] Remove support for code generated by gfortran+DragonEgg.Michael Kruse
2021-10-14[Polly][docs] Fix itemize list for release notes.Michael Kruse
2021-10-14[Polly] Clean up Polly's getting started docs.Michael Kruse
2021-10-13[Polly] Fix unused variable in non-assert builds. NFC.Michael Kruse
2021-10-13[Polly] Do not inline dumpIslObj methods. NFC.Michael Kruse
2021-10-09[Polly] Fix test case fixing the colon.Michael Kruse
2021-10-09Fix typo of colon to semicolon in lit testsQiu Chaofan
2021-10-09[Polly] Add greedy fusion algorithm.Michael Kruse
2021-10-09Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-10-08Update polly for removal of CallInst::arg_operands/getNumArgOperandsReid Kleckner