aboutsummaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)AuthorFilesLines
2022-05-09[polly] Fix type in function name. NFC.Michael Kruse1-3/+3
2022-05-09[polly] Load NPM pass plugin for NPM test.Michael Kruse1-1/+1
2022-05-09[polly] migrate -polly-show to the new pass managerMichael Kruse6-190/+363
2022-05-09[PassManager] Implement DOTGraphTraitsViewer under NPMMichael Kruse1-9/+12
2022-05-01[Polly] Fix test after D119669.Michael Kruse1-1/+1
2022-04-29[Passes] Remove legacy LoopUnswitch pass.Florian Hahn1-1/+2
2022-04-20[ScopBuilder] Avoid pointer element type accessNikita Popov1-15/+4
2022-04-19[PPCGCodeGeneration] Look for function instead of function pointer typeNikita Popov1-7/+5
2022-04-19[PPCGCodeGeneration] Avoid another pointer element type accessNikita Popov1-9/+8
2022-04-19[PPCGCodeGeneration] Avoid pointer element type accessNikita Popov1-9/+10
2022-03-30[RuntimeDebugBuilder] Remove pointer element type accessesNikita Popov1-6/+4
2022-03-24[polly] Remove last instances of -analyzeArthur Eubanks2-3/+3
2022-03-21Rename mayBeMemoryDependent in polly to fix build botPhilip Reames1-1/+1
2022-03-18[polly] Fix NPM unittests after D121566.Michael Kruse2-5/+5
2022-03-18Reland "Load pass plugins during option processing, so that plugin options ar...Wael Yehia29-51/+48
2022-03-16Use lit_config.substitute instead of foo % lit_config.params everywhereSam McCall2-27/+5
2022-03-14[polly] Introduce -polly-print-* passes to replace -analyze.Michael Kruse869-1471/+1900
2022-03-11[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEPetr Hosek2-3/+3
2022-03-04Revert "[polly] Fix regression test after D110620."Arthur Eubanks1-1/+1
2022-02-22[polly] Remove trailing whitespace from tests. NFC.Michael Kruse39-56/+56
2022-02-17[polly] Fix regression test after D110620.Michael Kruse1-1/+1
2022-02-16[polly] Match function definitions and header declarations. NFC.Michael Kruse12-107/+54
2022-02-15[polly][NFC] removes using-directives to fix modules buildChristopher Di Bella2-50/+64
2022-02-14[polly] Remove uses of PointerType::getElementType()Nikita Popov2-5/+4
2022-02-11[SCEV] `createNodeForSelectOrPHIInstWithICmpInstCond()`: generalize eq handlingRoman Lebedev1-8/+1
2022-02-01Bump the trunk major version to 15llvmorg-15-initTom Stellard1-17/+0
2022-02-01[docs] Remove hard-coded version numbers from sphinx configsTom Stellard2-17/+14
2022-02-02Cleanup header dependencies in LLVMCoreserge-sans-paille1-0/+1
2022-01-28[polly][unittests] Link DeLICMTests with libLLVMCoreRainer Orth1-0/+5
2022-01-21Add missing llvm/support/Regex.h include in polly/lib/Analysis/ScopDetection.cppserge-sans-paille1-0/+1
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John Ericson1-2/+6
2022-01-20[IRBuilder] Migrate and-folding to value-based FoldAnd.Florian Hahn6-9/+14
2022-01-18[polly][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson3-12/+16
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson3-16/+12
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson3-12/+16
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson3-16/+12
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson3-12/+16
2022-01-14[Polly][CMake] Make PollyConfig.cmake relocatable like other projects'John Ericson3-19/+32
2022-01-10[SCEV] Sequential/in-order `UMin` expressionRoman Lebedev4-0/+30
2022-01-09Use true/false instead of 1/0 (NFC)Kazu Hirata2-2/+2
2022-01-09Fix bugprone argument comments.Kazu Hirata1-1/+1
2022-01-07Use nullptr instead of 0 or NULL (NFC)Kazu Hirata4-8/+9
2022-01-02[Transform] Remove redundant declaration PollyAllowFullFunction (NFC)Kazu Hirata1-2/+0
2021-12-26Use static_assert instead of assert (NFC)Kazu Hirata1-2/+2
2021-12-24Remove redundant return and continue statements (NFC)Kazu Hirata2-2/+0
2021-12-24Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC)Kazu Hirata2-2/+2
2021-12-24[CodeGen] Fix a memory leakKazu Hirata1-1/+1
2021-12-23[Polly][SchedOpt] Account for prevectorization of multiple statements.Michael Kruse5-43/+110
2021-12-14[NFC] Fix typos in release notes.Stephan T. Lavavej1-1/+1
2021-11-11[Polly][Isl] Fix -Wsign-compare after D113101Fangrui Song1-2/+2