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-09-14[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson
2022-08-25Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are...John Ericson
2022-08-24Exclude check-polly-unittests and check-polly-isl from check-allEli Friedman
2022-08-24[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson
2022-08-19Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson
2022-08-18[test] Propagate HWASAN_OPTIONSVitaly Buka
2022-08-14[Polly] Remove the test case that depends on InstCombine and DeLICM.Roman Gareev
2022-08-07[polly] Fixed a number of typos. NFCGabriel Ravier
2022-08-07[Polly] Suppress the LLVM-IR output for pattern matching tests, if there is n...Roman Gareev
2022-08-07[Polly] Generalize the pattern matching to the case of tensor contractionsRoman Gareev
2022-07-27[Polly] Insert !dbg metadata for emitted CallInsts.Michael Kruse
2022-07-15[IR] Don't use blockaddresses as callbr argumentsNikita Popov
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