[GVN] Propagate llvm.access.group metadata of loads
[platform/upstream/llvm.git] / polly /
2021-03-25 Fangrui Song[Polly] Fix -Wunused-function in -DLLVM_ENABLE_ASSERTIO...
2021-03-24 Nikita Popov[polly] Fix build
2021-03-24 Michael Kruse[Polly][DCE] clang-format DeadCodeElimination.h. NFC.
2021-03-24 Michael Kruse[Polly] Port DeadCodeElim to the NewPM.
2021-03-16 Michael Kruse[Polly][CodeGen] Allow nesting of BandAttr mark without...
2021-03-16 Michael Kruse[Polly][Unroll] Fix unroll_double test.
2021-03-15 Michael Kruse[Polly] Fix deprecation warning. NFC.
2021-03-15 Michael Kruse[Polly][Optimizer] Apply user-directed unrolling.
2021-03-15 Kevin Zhou[Polly] Refactoring astScheduleDimIsParallel to take...
2021-03-13 Roman LebedevReland [SCEV] Improve modelling for (null) pointer...
2021-03-13 Roman LebedevTemporairly evert "[SCEV] Improve modelling for (null...
2021-03-12 Nikita Popov[OpaquePtrs] Remove some uses of type-less CreateGEP...
2021-03-12 Roman Lebedev[SCEV] Improve modelling for (null) pointer constants
2021-03-11 Nikita Popov[Polly] Remove uses of type-less CreateLoad() APIs...
2021-03-11 Nikita Popov[OpaquePtrs] Remove some uses of type-less CreateLoad...
2021-03-11 Leonard ChanRename top-level LICENSE.txt files to LICENSE.TXT
2021-03-07 Roman Lebedev[NFCI] Fix polly tests after b46c085d2b6d15873fb53718f0...
2021-03-04 Michael Kruse[Polly][Codegen] Emit access group metadata.
2021-03-03 Prateek Pardeshi[Polly] Refabricating IsOutermostParallel() from Intege...
2021-02-27 Kevin Zhou[Polly] Refactoring IsInnermostParallel() in ISL to...
2021-02-25 Harmen StoppelsPrefer /usr/bin/env xxx over /usr/bin/xxx where xxx...
2021-02-19 Michael Kruse[Polly] Fix test after D96534.
2021-02-18 Michael Kruse[Polly] Update IslAstInfo::getNodePayload to use isl...
2021-02-15 Michael Kruse[Polly] Regenerate isl-noexceptions.h.
2021-02-14 Michael Kruse[Polly] Invalidate passes after Scop processing in...
2021-02-14 Michael Kruse[Polly] Test all optimization levels.
2021-02-13 Michael Kruse[Polly] Preserve DetectionContext references.
2021-02-12 Michael Kruse[Polly] Remove unused declaration. NFC.
2021-02-12 Michael Kruse[Polly] Sanitize optimization levels.
2021-02-12 Michael Kruse[Polly] Hide IslScheduleOptimizer implementation from...
2021-02-11 Michael KruseRevert "[AssumptionCache] Avoid dangling llvm.assume...
2021-02-11 Michael Kruse[Polly] Hide Simplify implementation from header. NFC.
2021-02-11 Michael Kruse[Polly] Avoid "using namespace llvm" in public headers...
2021-02-10 Michael Kruse[Polly] Added dedicated test for working -O3 pipeline.
2021-02-10 Michael Kruse[Polly] Do not use -O3 pipeline for single pass test.
2021-02-10 Fangrui Song[Polly] Fix -Wunused-lambda-capture
2021-02-10 Fangrui Song[Polly] Fix -DPOLLY_ENABLE_GPGPU_CODEGEN=off build...
2021-02-10 Michael Kruse[Polly] Make the NewPM pass pipeline more similar to...
2021-02-10 Michael Kruse[Polly] Make NewPM's IslAstAnalysis more similar to...
2021-02-10 Michael Kruse[Polly] Improve Simplify pass PM integration.
2021-02-10 Michael Kruse[Polly] Port IslScheduleOptimizer to the NewPM.
2021-02-10 Michael Kruse[Polly] Add TargetTransformInfo to ScopPass standard...
2021-02-10 Michael Kruse[Polly] Register pass-instrumentation for NewPM's Scop...
2021-02-10 Michael Kruse[Polly] Port PruneUnprofitable to the NewPM.
2021-02-10 Michael Kruse[Polly] Port DeLICM to the NewPM.
2021-02-10 Michael Kruse[Polly] Port ForwardOpTree to the NewPM.
2021-02-10 Michael Kruse[Polly] Remove use of -O3 in regression test.
2021-02-06 Fangrui Song[Polly] Fix build after AssumptionCache change (D96168)
2021-02-04 Arthur Eubanks[test] Pin spir-codegen.ll to legacy PM
2021-02-01 xgupta[Branch-Rename] Fix some links
2021-01-27 Tom StellardBump the trunk major version to 13 llvmorg-13-init
2021-01-23 Michael Kruse[Polly] Track defined behavior for PHI predecessor...
2021-01-23 Michael Kruse[Polly] Allow param sets for dumpPw().
2021-01-23 Michael Kruse[Polly] Clean up hasFeasibleRuntimeContext.
2021-01-23 Michael Kruse[Polly] Gist new access relations using the SCoP context.
2021-01-19 Arthur Eubanks[polly][NewPM][test] Fix polly tests under -enable...
2021-01-19 Michael Kruse[Polly] Update isl to isl-0.23-61-g24e8cd12.
2021-01-13 Wei Mi[NFC] Rename ThinLTOPhase to ThinOrFullLTOPhase and...
2020-12-29 Juneyoung Lee[IR] Let IRBuilder's CreateVectorSplat/CreateShuffleVec...
2020-12-11 Michael Kruse[Polly] Consider InvalidContext to determine partial...
2020-12-07 Michael Kruse[Polly][CodeGen] Remove use of ScalarEvolution.
2020-12-03 dfukalov[NFC] Reduce include files dependency.
2020-11-30 Nick LewyckyCreating a named struct requires only a Context and...
2020-11-26 Nikita Popov[AA] Split up LocationSize::unknown()
2020-11-19 Nikita Popov[Polly] Use LocationSize::unknown() (NFC)
2020-11-17 Michael Kruse[Polly] Add override qualifiers.
2020-11-17 Michael Kruse[Polly] Move SimplifyVisitor into polly namespace.
2020-11-13 Michael Kruse[Polly] Fix memory leak.
2020-11-11 Michael Kruse[Polly][OpTree] Fix mid-processing change of access...
2020-11-11 Michael Kruse[Polly][OpTree] Better report applied changes.
2020-11-10 Michael Kruse[Polly][ScopBuilder] Use only modeled instructions...
2020-11-03 Fangrui Song[polly] Fix -Wunused-lambda-capture and -Wunused-variable
2020-10-30 Roman Lebedev[SCEV] SCEVPtrToIntExpr simplifications
2020-10-30 Roman Lebedev[SCEV] Introduce SCEVPtrToIntExpr (PR46786)
2020-10-26 Duncan P. N. Exon... Avoid unnecessary uses of `MDNode::getTemporary`, NFC
2020-10-21 Sylvestre LedruRemove .svn from exclude list as we moved to git
2020-10-21 Fangrui Song[Polly] Delete unused lambda capture after 7175cffb2133...
2020-10-20 Michael Kruse[Polly] Reuse multiple uses in operand tree.
2020-10-20 Christopher TetreaultGet the address space within getVectorPtrTy
2020-10-14 Mark SchimmelPolly - specify address space when creating a pointer...
2020-10-14 Roman LebedevRevert "Reland "[SCEV] Model ptrtoint(SCEVUnknown)...
2020-10-12 Roman LebedevReland "[SCEV] Model ptrtoint(SCEVUnknown) cast not...
2020-10-12 Hans WennborgRevert 1c021c64c "[SCEV] Model ptrtoint(SCEVUnknown...
2020-10-12 Roman Lebedev[SCEV] Model ptrtoint(SCEVUnknown) cast not as unknown...
2020-10-08 Arthur Eubanks[NewPM] Use PassInstrumentation for -verify-each
2020-09-24 Arthur EubanksRevert "[NewPM] Add callbacks to PassBuilder to run...
2020-09-23 Arthur Eubanks[NewPM] Add callbacks to PassBuilder to run before...
2020-09-21 Pengxuan Zheng[Polly][NewPM] Port Simplify to the new pass manager
2020-09-18 Florian Hahn[Polly] Update map passed to SCEVParameterReweriter.
2020-09-15 Mateusz Mikuła[Windows][Polly] Disable LLVMPolly module for all compi...
2020-09-07 Raul Tambre[CMake][Polly] Remove dead CMake code
2020-08-27 Pavel Labath[cmake] Make gtest include directories a part of the...
2020-08-27 Rainer Orth[polly][cmake] Don't build LLVMPolly.so without PIC
2020-08-26 Michael Kruse[Polly] Inline ShoulDelete lambda. NFC.
2020-08-26 Michael Kruse[Polly] Use llvm::function_ref. NFC.
2020-08-22 Michael KruseRevert "[Polly] Ensure consistent Scop::InstStmtMap...
2020-08-22 Michael Kruse[Polly] Ensure consistent Scop::InstStmtMap. NFC.
2020-08-22 Michael Kruse[Polly] Fix use-after-free.
2020-08-21 Michael Kruse[Polly] Update isl to isl-0.22.1-416-g61d6dc75.
2020-08-09 Michał Górny[Polly] Reuse LLVM's build rules for gtest/gmock
next