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
AgeCommit message (Expand)Author
2022-06-30[Polly][MatMul] Abandon dependence analysis.Michael Kruse
2022-06-02[IR] Enable opaque pointers by defaultNikita Popov
2022-06-01[Polly] Migrate -polly-mse to the new pass manager.Yang Keao
2022-06-01[ValueTracking] Enable -branch-on-poison-as-ub by defaultNikita Popov
2022-05-26[Polly][Test] Fix race condition while printing dot files.Michael Kruse
2022-05-26[FileCheck] GetCheckTypeAbbreviation() to handle the misspelled case.Ivan Kosarev
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev
2022-05-20[lit] Fix setup of sanitizer environmentVitaly Buka
2022-05-10[polly] Load NPM pass plugin for NPM test.Michael Kruse
2022-05-09[polly] migrate -polly-show to the new pass managerMichael Kruse
2022-05-01[Polly] Fix test after D119669.Michael Kruse
2022-03-24[polly] Remove last instances of -analyzeArthur Eubanks
2022-03-18[polly] Fix NPM unittests after D121566.Michael Kruse
2022-03-18Reland "Load pass plugins during option processing, so that plugin options ar...Wael Yehia
2022-03-16Use lit_config.substitute instead of foo % lit_config.params everywhereSam McCall
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-11[SCEV] `createNodeForSelectOrPHIInstWithICmpInstCond()`: generalize eq handlingRoman Lebedev
2022-01-20[IRBuilder] Migrate and-folding to value-based FoldAnd.Florian Hahn
2021-12-23[Polly][SchedOpt] Account for prevectorization of multiple statements.Michael Kruse
2021-10-14[Polly] Remove support for code generated by gfortran+DragonEgg.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-08[Polly] Completely remove -polly-opt-fusion.Michael Kruse
2021-10-04[SCEV] Use full logic when infering flags on add and gepPhilip Reames
2021-10-02[SCEV] Stop blindly propagating flags from inbound geps to SCEV nodesPhilip Reames
2021-09-28[Polly] Check the properties of accesses to operands of a matrix-matrixRoman Gareev
2021-09-28[Polly] Reject regions entered by an indirectbr/callbr.Michael Kruse
2021-09-28Revert "[Polly] Reject reject regions entered by an indirectbr/callbr."Haowei Wu
2021-09-27[Polly] Reject reject regions entered by an indirectbr/callbr.Michael Kruse
2021-09-26[Polly] Support for InlineAsm.Michael Kruse
2021-09-26[Polly] Use VirtualUse to determine references.Michael Kruse
2021-09-26[Polly] Remove isConstCall.Michael Kruse
2021-09-24[Polly] Fix wrong redirect in test case.Michael Kruse
2021-09-24[Polly] Implement user-directed loop distribution/fission.Michael Kruse
2021-09-24Revert "[Polly] Implement user-directed loop distribution/fission."Petr Hosek
2021-09-23[Polly] Remove -polly-opt-fusion option.Michael Kruse
2021-09-23[Polly] Dissolve Isl test directory. NFC.Michael Kruse
2021-09-23[Polly] Implement user-directed loop distribution/fission.Michael Kruse
2021-09-21[Polly] Don't generate inter-iteration noalias metadata.Michael Kruse
2021-09-20[Polly] Partially fix scoped alias metadataNikita Popov
2021-08-29[Polly][test] Add dependency to count.Michael Kruse
2021-08-29[Polly] Fix dumpfunction.ll test.Michael Kruse
2021-08-29[Polly] Don't prune non-external function itself from dump.Michael Kruse
2021-08-24[Polly][test] Add missing %loadPolly.Michael Kruse
2021-08-23[Polly] Never consider non-SCoP blocks as error blocks.Michael Kruse