Sign in
llvm
/
polly
/
HEAD
eb0a81f
Fix Polly
by Guillaume Chatelet
· 6 years ago
master
159c53a
[ScopBuilder] Fix bug 38358 by preserving correct order of ScopStmts.
by Michael Kruse
· 6 years ago
3c0043e
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
by Guillaume Chatelet
· 6 years ago
e1da1d3
[Polly] Fix formatting violation. NFC.
by Volodymyr Sapsai
· 6 years ago
d3cb255
[Stats] More polly fixes following llvm::Statistic changes in r374490.
by Volodymyr Sapsai
· 6 years ago
59411bf
[Stats] Fix polly build due to change in llvm::Statistic constructor in r374490.
by Volodymyr Sapsai
· 6 years ago
d49f30d
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
by Guillaume Chatelet
· 6 years ago
65022c5
[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
by Guillaume Chatelet
· 6 years ago
449c316
[Alignment] Fix polly build
by Guillaume Chatelet
· 6 years ago
1879d6f
Revert "Update polly test for SCEV change."
by Tim Northover
· 6 years ago
96168ae
[CodeGen] Handle outlining of CopyStmts.
by Michael Kruse
· 6 years ago
580061a
[Polly] Fix lib/Transform/ScheduleOptimizer.cpp compilation on Solaris
by Rainer Orth
· 6 years ago
94c4b64
[ScopBuilder] Skip getting leader when merging statements to close holes.
by Michael Kruse
· 6 years ago
e4b9b1e
[DependenceInfo] Compute WAR dependence info using ISL kills. NFC.
by Michael Kruse
· 6 years ago
262eb1f
[ScopBuilder] Remove superfluous while loop in buildDomains. NFC.
by Michael Kruse
· 6 years ago
3e98c51
[ScopBuilder] Simplify main statement flag in buildEqivClassBlockStmts. NFC.
by Michael Kruse
· 6 years ago
89e2ebb
[Polly] Migrate llvm::make_unique to std::make_unique
by Jonas Devlieghere
· 6 years ago
f4f3e5c
[Polly-ACC] Fix test after IR-printer change.
by Michael Kruse
· 6 years ago
a97d79f
[NFC][ScopBuilder] Move buildDomains and its callees to ScopBuilder.
by Dominik Adamski
· 6 years ago
a51f11d
[NFC][ScopBuilder] Move addUserAssumptions to ScopBuilder
by Dominik Adamski
· 6 years ago
5b39421
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
by Fangrui Song
· 6 years ago
a0ddcd3
[Polly] Clang complains about missing virtual destructor
by Guillaume Chatelet
· 6 years ago
64824fe
Update polly test for SCEV change.
by Eli Friedman
· 6 years ago
c319bd5
Bump the trunk version to 10.0.0svn
by Hans Wennborg
· 6 years ago
7a99fbf
[NFC][ScopBuilder] Move buildSchedule and its callees to ScopBuilder or ScopHelper
by Dominik Adamski
· 6 years ago
8e32c98
[NFC][ScopBuilder]Move finalizeAccesses and its callees to ScopBuilder
by Dominik Adamski
· 6 years ago
3c74bc4
[NFC][ScopBuilder] Move addUserContext to ScopBuilder
by Dominik Adamski
· 6 years ago
cb04949
[NFC][ScopBuilder] Move buildAliasChecks and its implementing methods to ScopBuilder
by Dominik Adamski
· 6 years ago
3a0bd0b
[NFC][ScopBuilder] Move addRecordedAssumption to ScopBuilder
by Dominik Adamski
· 6 years ago
d2cd747
[ScopInfo][NFC] Add dot at the end of comment statement.
by Dominik Adamski
· 6 years ago
ca3e663
OpaquePtr: Update polly's calls to Loads.h API
by Tim Northover
· 6 years ago
b5019f8
[test] Add wrap flags after D61934.
by Michael Kruse
· 7 years ago
7baf77d
[ScopInliner] Register FunctionAnalysisManagerModuleProxy.
by Michael Kruse
· 7 years ago
bc384e7
[ScopBuilder] Move addInvariantLoads to ScopBuilder. NFC.
by Michael Kruse
· 7 years ago
521ccde
[ScopBuilder] Move getNonHoistableCtx to ScopBuilder. NFC.
by Michael Kruse
· 7 years ago
e03b482
[ScopBuilder] Move hoistInvariantLoads to ScopBuilder. NFC.
by Michael Kruse
· 7 years ago
0124895
[ScheduleTreeTransform] Silence compiler warning. NFC.
by Michael Kruse
· 7 years ago
927f3ed
[ScopBuilder] Move canonicalizeDynamicsBasePtrs from ScopInfo. NFC.
by Michael Kruse
· 7 years ago
8dff99b
[ScopBuilder] Move verifyInvariantLoads function from ScopInfo. NFC.
by Michael Kruse
· 7 years ago
86b6d02
[ScheduleOptimizer] Hoist extension nodes after schedule optimization.
by Michael Kruse
· 7 years ago
83f9e87
[ScopBuilder] Move buildInvariantEquivalenceClasses function from ScopInfo. NFC.
by Michael Kruse
· 7 years ago
9ab8027
[DeLICM] Use polly::singleton to allow empty result.
by Michael Kruse
· 7 years ago
d92241a
[CodeGen] Fix order of PHINode and MA Write generation.
by Michael Kruse
· 7 years ago
8148629
[DependenceInfo] Remove dead initialization. NFC.
by Michael Kruse
· 7 years ago
d78f357
[polly] Fix non-determinism in IslNodeBuilder.
by Eli Friedman
· 7 years ago
a2a22a0
[Polly] Don't crash on invalid delinearization result.
by Eli Friedman
· 7 years ago
84cd65e
[ZoneAlgo] Fix PHI inconsistency in invalid contexts.
by Michael Kruse
· 7 years ago
b14a757
[polly][SCEV] Expand SCEV matcher cases for new smin/umin ops
by Keno Fischer
· 7 years ago
1a2316a
Apply include-what-you-use #include removal suggestions. NFC.
by Michael Kruse
· 7 years ago
73c0156
[ConstantRange] Rename isWrappedSet() to isUpperWrapped()
by Nikita Popov
· 7 years ago
0eda3be
Moving ManagedMemoryRewritePass when hybrid option is selected
by Michael Kruse
· 7 years ago
9d9fd6e
[CodeGen] LLVM OpenMP Backend.
by Michael Kruse
· 7 years ago
9891f56
[opaque pointer types] Update calls to CreateCall to pass the function
by James Y Knight
· 7 years ago
61dce4b
Adjust documentation for git migration.
by James Y Knight
· 7 years ago
07d3d0a
Fix/unify top comment in lib/Analysis/PolyhedralInfo.cpp
by Michal Gorny
· 7 years ago
8c6b4aa
Fix typos throughout the license files that somehow I and my reviewers
by Chandler Carruth
· 7 years ago
70d0a8c
Update more file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
b7637c0
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
c1dce8a
Install new LLVM license structure and new developer policy.
by Chandler Carruth
· 7 years ago
1e690ae
[polly] Change to range-based invocation of llvm::sort
by Mandeep Singh Grang
· 7 years ago
1fb3f06
Bump the trunk version to 9.0.0svn
by Hans Wennborg
· 7 years ago
1dad8c9
Remove irrelevant references to legacy git repositories from
by James Y Knight
· 7 years ago
9fe4c93
Update year in license files
by Hans Wennborg
· 7 years ago
f203c68
[CMake] Fix generation of exported targets in build directory
by Philip Pfaffe
· 7 years ago
01cfb5d
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
by Reid Kleckner
· 7 years ago
12145be
[TI removal] Generically discuss terminators rather than use the soon to
by Chandler Carruth
· 7 years ago
ca263cf
Fix broken formatting caused by test commit
by Theodoros Theodoridis
· 7 years ago
cb1cbc4
Test commit
by Theodoros Theodoridis
· 7 years ago
4dd9f6c
[TI removal] Make `getTerminator()` return a generic `Instruction`.
by Chandler Carruth
· 7 years ago
6b2551a
Fix another error related to YAML quoting.
by Zachary Turner
· 7 years ago
d69b9d5
[IslAst] Fix InParallelFor nesting.
by Michael Kruse
· 7 years ago
d7f4f7a
[doc] Fix HowToManuallyUseTheIndividualPiecesOfPolly
by Michael Kruse
· 7 years ago
b722724
Move www/experiments to docs/experiments
by Michael Kruse
· 7 years ago
34fe58d
fix the scan-build urls
by Sylvestre Ledru
· 7 years ago
d151630
[ScopDetection] Use addUnknown for calls in the AliasSetTracker.
by Eli Friedman
· 7 years ago
042c605
[PerfMonitor] Fix rdtscp callsites
by Tobias Grosser
· 7 years ago
d3b94f9
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
by Chandler Carruth
· 7 years ago
11ac754
[AST] Adapt Polly to AnalysisSetTracker changes. NFC.
by Michael Kruse
· 7 years ago
6ba7504
[DepInfo] Use isl++ in Dependences::isValidSchedule. NFC.
by Michael Kruse
· 7 years ago
592b240
Update isl-cpp bindings
by Tobias Grosser
· 7 years ago
01dc658
Update to isl-0.20-65-gb822a210
by Tobias Grosser
· 7 years ago
3f7f3b0
Update isl to isl-0.20-48-g13eba5b5
by Tobias Grosser
· 7 years ago
ea989ea
Make update-isl work with latest isl versions
by Tobias Grosser
· 7 years ago
a850dd8
[JSONExporter] Print instead of ignoring parser error.
by Michael Kruse
· 7 years ago
9445846
[ScopBuilder] Set domain to empty instead of NULL.
by Michael Kruse
· 7 years ago
9d2da81
Update docs version and clear release notes after 8.0.0 version bump
by Hans Wennborg
· 7 years ago
d9a7640
PPCG codegen
by Tobias Grosser
· 7 years ago
20c65f6
[isl++] drop the isl namespace qualifiers [NFC]
by Tobias Grosser
· 7 years ago
df44b13
Rebase C++ bindings on top of latest isl bindings
by Tobias Grosser
· 7 years ago
29430c2
Update to isl-0.20-35-ge0a98b62
by Tobias Grosser
· 7 years ago
987e9b3
[JSONExporter] Try to appease buildbot. NFC.
by Michael Kruse
· 7 years ago
3076c42
[Polly-ACC] Fix compilation after r338450. NFC.
by Michael Kruse
· 7 years ago
baaf9f4
[JSONExporter] Replace bundled Jsoncpp with llvm/Support/JSON.h. NFC.
by Michael Kruse
· 7 years ago
111e453
[CodeGen] Convert IslNodeBuilder::getNumberOfIterations to isl++. NFC.
by Michael Kruse
· 7 years ago
56cee7a
[CodeGen] Convert IslNodeBuilder::createForSequential to isl++. NFC.
by Michael Kruse
· 7 years ago
c5f135f
[CodeGen] Convert IslNodeBuilder::getUpperBound to isl++. NFC.
by Michael Kruse
· 7 years ago
cdc7133
[test] Remove non-JSPON comments in JSCOP file. NFC.
by Michael Kruse
· 7 years ago
904bff6
[isl] Simplify iterator implementation by building on top of list accessors
by Philip Pfaffe
· 7 years ago
f6ea04b
[DependenceInfo] Use isl++ to replace foreach_set with for loop
by Tobias Grosser
· 7 years ago
8eba0dd
[IslNodeBuilder] Use isl++ to replace foreach_set with for loop
by Tobias Grosser
· 7 years ago
Next »