Add some prototypes to fix -Wstrict-prototypes. NFC
[platform/upstream/llvm.git] / polly /
2022-03-30 Nikita Popov[RuntimeDebugBuilder] Remove pointer element type accesses
2022-03-24 Arthur Eubanks[polly] Remove last instances of -analyze
2022-03-21 Philip ReamesRename mayBeMemoryDependent in polly to fix build bot
2022-03-18 Michael Kruse[polly] Fix NPM unittests after D121566.
2022-03-18 Wael YehiaReland "Load pass plugins during option processing...
2022-03-16 Sam McCallUse lit_config.substitute instead of foo % lit_config...
2022-03-14 Michael Kruse[polly] Introduce -polly-print-* passes to replace...
2022-03-11 Petr Hosek[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE
2022-03-05 Arthur EubanksRevert "[polly] Fix regression test after D110620."
2022-02-22 Michael Kruse[polly] Remove trailing whitespace from tests. NFC.
2022-02-17 Michael Kruse[polly] Fix regression test after D110620.
2022-02-16 Michael Kruse[polly] Match function definitions and header declarati...
2022-02-15 Christopher Di Bella[polly][NFC] removes using-directives to fix modules...
2022-02-14 Nikita Popov[polly] Remove uses of PointerType::getElementType()
2022-02-11 Roman Lebedev[SCEV] `createNodeForSelectOrPHIInstWithICmpInstCond...
2022-02-02 Tom StellardBump the trunk major version to 15
2022-02-02 Tom Stellard[docs] Remove hard-coded version numbers from sphinx...
2022-02-02 serge-sans-pailleCleanup header dependencies in LLVMCore
2022-01-28 Rainer Orth[polly][unittests] Link DeLICMTests with libLLVMCore
2022-01-21 serge-sans-pailleAdd missing llvm/support/Regex.h include in polly/lib...
2022-01-20 John Ericson[cmake] Make include(GNUInstallDirs) always below proje...
2022-01-20 Florian Hahn[IRBuilder] Migrate and-folding to value-based FoldAnd.
2022-01-18 John Ericson[polly][cmake] Use `GNUInstallDirs` to support custom...
2022-01-16 John EricsonRevert "[cmake] Use `GNUInstallDirs` to support custom...
2022-01-16 John Ericson[cmake] Use `GNUInstallDirs` to support custom installa...
2022-01-15 John EricsonRevert "[cmake] Use `GNUInstallDirs` to support custom...
2022-01-15 John Ericson[cmake] Use `GNUInstallDirs` to support custom installa...
2022-01-14 John Ericson[Polly][CMake] Make PollyConfig.cmake relocatable like...
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2022-01-10 Roman Lebedev[SCEV] Sequential/in-order `UMin` expression
2022-01-09 Kazu HirataUse true/false instead of 1/0 (NFC)
2022-01-09 Kazu HirataFix bugprone argument comments.
2022-01-07 Kazu HirataUse nullptr instead of 0 or NULL (NFC)
2022-01-03 Kazu Hirata[Transform] Remove redundant declaration PollyAllowFull...
2021-12-26 Kazu HirataUse static_assert instead of assert (NFC)
2021-12-25 Kazu HirataRemove redundant return and continue statements (NFC)
2021-12-25 Kazu HirataUse {DenseSet,SetVector,SmallPtrSet}::contains (NFC)
2021-12-25 Kazu Hirata[CodeGen] Fix a memory leak
2021-12-23 Michael Kruse[Polly][SchedOpt] Account for prevectorization of multi...
2021-12-14 Stephan T. Lavavej[NFC] Fix typos in release notes.
2021-11-11 Fangrui Song[Polly][Isl] Fix -Wsign-compare after D113101
2021-11-08 Quinn Pham[NFC] Inclusive Language: change master to main for...
2021-11-05 Arthur Eubanks[polly] Properly create and initialize new PM analysis...
2021-11-05 Riccardo Mori[Polly][Isl] Use the function unsignedFromIslSize to...
2021-10-18 Kazu HirataUse llvm::erase_if (NFC)
2021-10-16 Michael Kruse[Polly][docs] Fix Sphinx warning.
2021-10-15 Max Fan[Polly] Remove checkIslAstExprInt and use RAII instead...
2021-10-14 Michael Kruse[Polly] Remove support for code generated by gfortran...
2021-10-14 Michael Kruse[Polly][docs] Fix itemize list for release notes.
2021-10-14 Michael Kruse[Polly] Clean up Polly's getting started docs.
2021-10-13 Michael Kruse[Polly] Fix unused variable in non-assert builds. NFC.
2021-10-13 Michael Kruse[Polly] Do not inline dumpIslObj methods. NFC.
2021-10-09 Michael Kruse[Polly] Fix test case fixing the colon.
2021-10-09 Qiu ChaofanFix typo of colon to semicolon in lit tests
2021-10-09 Michael Kruse[Polly] Add greedy fusion algorithm.
2021-10-08 Reid KlecknerMove TargetRegistry.(h|cpp) from Support to MC
2021-10-08 Reid KlecknerUpdate polly for removal of CallInst::arg_operands...
2021-10-08 Michael Kruse[Polly] Completely remove -polly-opt-fusion.
2021-10-06 Simon Pilgrim[polly] Replace report_fatal_error(std::string) uses...
2021-10-04 Christopher Tetreault[NFC] Fix build failure in ScopDetection
2021-10-03 Philip Reames[SCEV] Use full logic when infering flags on add and gep
2021-10-01 Philip Reames[SCEV] Stop blindly propagating flags from inbound...
2021-09-28 Roman Gareev[Polly] Check the properties of accesses to operands...
2021-09-27 Michael Kruse[Polly] Reject regions entered by an indirectbr/callbr.
2021-09-27 Haowei WuRevert "[Polly] Reject reject regions entered by an...
2021-09-27 Michael Kruse[Polly] Reject reject regions entered by an indirectbr...
2021-09-26 Michael Kruse[Polly] Support for InlineAsm.
2021-09-26 Michael Kruse[Polly] Use VirtualUse to determine references.
2021-09-26 Michael Kruse[Polly] Remove isConstCall.
2021-09-24 Michael Kruse[Polly] Fix wrong redirect in test case.
2021-09-24 Michael Kruse[Polly] Implement user-directed loop distribution/fission.
2021-09-23 Petr HosekRevert "[Polly] Implement user-directed loop distributi...
2021-09-23 Michael Kruse[Polly] Remove -polly-opt-fusion option.
2021-09-22 Michael Kruse[Polly] Dissolve Isl test directory. NFC.
2021-09-22 Michael Kruse[Polly] Implement user-directed loop distribution/fission.
2021-09-22 Michael Kruse[Polly] Add -polly-reschedule and -polly-postopts options.
2021-09-21 Michael Kruse[Polly] Don't generate inter-iteration noalias metadata.
2021-09-20 Nikita Popov[Polly] Partially fix scoped alias metadata
2021-09-16 Nikita Popov[IR] Return AAMDNodes from Instruction::getMetadata...
2021-09-15 Michael Kruse[Polly] Remove autotools build systems from Externals...
2021-09-09 Leonard Chan[polly] Fix "no member named 'getIndexExpressionsFromGEP'"
2021-09-08 Michael Kruse[Polly] Compile fix after Delinearization move.
2021-09-01 Michael Kruse[Polly] Use subtyped isl::schedule_nodes for ScheduleTr...
2021-09-01 Michael Kruse[Polly] Mention correct flag in debug output. NFCI.
2021-08-29 Michael Kruse[Polly][test] Add dependency to count.
2021-08-29 Michael Kruse[Polly] Fix dumpfunction.ll test.
2021-08-28 Michael Kruse[Polly] Don't prune non-external function itself from...
2021-08-27 Sylvestre Ledrupolly: remove the old reference to svn in the doc
2021-08-24 Michael Kruse[Polly][test] Add missing %loadPolly.
2021-08-24 Michael Kruse[Polly] Don't redundantly link libPolly into unittests.
2021-08-23 Michael Kruse[Polly] Never consider non-SCoP blocks as error blocks.
2021-08-23 Michael Kruse[Polly] Add support for -polly-dump-before/after with...
2021-08-18 Michael Kruse[Polly] Introduce caching for the isErrorBlock function...
2021-08-18 Michael Kruse[Polly] Break early when the result is known. NFC.
2021-08-17 Michael Kruse[Polly] Fix possibly infinite loop.
2021-08-17 Riccardo Mori[Polly][Isl] Use isl::val::sub instead of isl::val...
2021-08-16 Riccardo Mori[Polly][Isl] Move to the new-polly-generator branch...
2021-08-13 Michael Kruse[Polly] Rename CodeGen -> generateCode. NFC.
2021-08-13 Michael Kruse[Polly] Decompose object construction and detection...
2021-08-12 Michael Kruse[Polly] Fix compiler warnings. NFC.
next