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-07-13Use has_value instead of hasValue (NFC)Kazu Hirata
2022-06-30[Polly][MatMul] Abandon dependence analysis.Michael Kruse
2022-06-27Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-22[Support] Change TrackingStatistic and NoopStatistic to use uint64_t instead ...Mingming Liu
2022-06-21[polly] #include <algorithm>Arthur Eubanks
2022-06-21Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-19Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-06-13[NFC][Alignment] Simplify code in JSONExporterGuillaume Chatelet
2022-06-13[NFC][polly] Removed dead codeGuillaume Chatelet
2022-06-07[NFC] Use predecessors to replace make_range.jacquesguan
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-06-05Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song
2022-06-02[IR] Enable opaque pointers by defaultNikita Popov
2022-06-02[Polly] Fix -Wreorder-ctor. NFCFangrui Song
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-19[APInt] Remove all uses of zextOrSelf, sextOrSelf and truncOrSelfJay Foad
2022-05-17[Polly] Mark classes as final by default. NFC.Michael Kruse
2022-05-16[polly] Remove 'using namespace llvm/polly' from ScopGraphPrinter.h header.Simon Pilgrim
2022-05-10[polly] Fix type in function name. NFC.Michael Kruse
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-09[PassManager] Implement DOTGraphTraitsViewer under NPMMichael Kruse
2022-05-01[Polly] Fix test after D119669.Michael Kruse
2022-04-29[Passes] Remove legacy LoopUnswitch pass.Florian Hahn
2022-04-20[ScopBuilder] Avoid pointer element type accessNikita Popov
2022-04-19[PPCGCodeGeneration] Look for function instead of function pointer typeNikita Popov
2022-04-19[PPCGCodeGeneration] Avoid another pointer element type accessNikita Popov
2022-04-19[PPCGCodeGeneration] Avoid pointer element type accessNikita Popov
2022-03-30[RuntimeDebugBuilder] Remove pointer element type accessesNikita Popov
2022-03-24[polly] Remove last instances of -analyzeArthur Eubanks
2022-03-21Rename mayBeMemoryDependent in polly to fix build botPhilip Reames
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-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