aboutsummaryrefslogtreecommitdiff
path: root/polly/test
AgeCommit message (Expand)AuthorFilesLines
2022-07-26[Polly] Insert !dbg metadata for emitted CallInsts.Michael Kruse1-0/+162
2022-07-15[IR] Don't use blockaddresses as callbr argumentsNikita Popov1-1/+1
2022-06-29[Polly][MatMul] Abandon dependence analysis.Michael Kruse2-20/+7
2022-06-02[IR] Enable opaque pointers by defaultNikita Popov5-8/+8
2022-06-01[Polly] Migrate -polly-mse to the new pass manager.Yang Keao11-0/+17
2022-06-01[ValueTracking] Enable -branch-on-poison-as-ub by defaultNikita Popov1-1/+1
2022-05-26[Polly][Test] Fix race condition while printing dot files.Michael Kruse2-4/+14
2022-05-26[FileCheck] GetCheckTypeAbbreviation() to handle the misspelled case.Ivan Kosarev1-9/+9
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev1-29/+29
2022-05-19[lit] Fix setup of sanitizer environmentVitaly Buka1-4/+13
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 Kruse1-0/+100
2022-05-01[Polly] Fix test after D119669.Michael Kruse1-1/+1
2022-03-24[polly] Remove last instances of -analyzeArthur Eubanks2-3/+3
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 Kruse845-1459/+1158
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-11[SCEV] `createNodeForSelectOrPHIInstWithICmpInstCond()`: generalize eq handlingRoman Lebedev1-8/+1
2022-01-20[IRBuilder] Migrate and-folding to value-based FoldAnd.Florian Hahn6-9/+14
2021-12-23[Polly][SchedOpt] Account for prevectorization of multiple statements.Michael Kruse2-5/+52
2021-10-14[Polly] Remove support for code generated by gfortran+DragonEgg.Michael Kruse7-586/+0
2021-10-08[Polly] Fix test case fixing the colon.Michael Kruse1-2/+2
2021-10-09Fix typo of colon to semicolon in lit testsQiu Chaofan1-2/+2
2021-10-08[Polly] Add greedy fusion algorithm.Michael Kruse9-0/+641
2021-10-08[Polly] Completely remove -polly-opt-fusion.Michael Kruse1-2/+2
2021-10-03[SCEV] Use full logic when infering flags on add and gepPhilip Reames1-1/+1
2021-10-01[SCEV] Stop blindly propagating flags from inbound geps to SCEV nodesPhilip Reames3-5/+5
2021-09-28[Polly] Check the properties of accesses to operands of a matrix-matrixRoman Gareev1-0/+64
2021-09-27[Polly] Reject regions entered by an indirectbr/callbr.Michael Kruse1-0/+39
2021-09-27Revert "[Polly] Reject reject regions entered by an indirectbr/callbr."Haowei Wu1-38/+0
2021-09-26[Polly] Reject reject regions entered by an indirectbr/callbr.Michael Kruse1-0/+38
2021-09-26[Polly] Support for InlineAsm.Michael Kruse1-0/+37
2021-09-26[Polly] Use VirtualUse to determine references.Michael Kruse3-14/+23
2021-09-26[Polly] Remove isConstCall.Michael Kruse2-185/+0
2021-09-24[Polly] Fix wrong redirect in test case.Michael Kruse1-1/+1
2021-09-23[Polly] Implement user-directed loop distribution/fission.Michael Kruse3-0/+271
2021-09-23Revert "[Polly] Implement user-directed loop distribution/fission."Petr Hosek3-271/+0
2021-09-23[Polly] Remove -polly-opt-fusion option.Michael Kruse2-5/+5
2021-09-22[Polly] Dissolve Isl test directory. NFC.Michael Kruse404-0/+0
2021-09-22[Polly] Implement user-directed loop distribution/fission.Michael Kruse3-0/+271
2021-09-20[Polly] Don't generate inter-iteration noalias metadata.Michael Kruse7-81/+2
2021-09-20[Polly] Partially fix scoped alias metadataNikita Popov24-82/+80
2021-08-28[Polly][test] Add dependency to count.Michael Kruse1-1/+1
2021-08-28[Polly] Fix dumpfunction.ll test.Michael Kruse1-8/+10
2021-08-28[Polly] Don't prune non-external function itself from dump.Michael Kruse1-2/+2