index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
polly
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-06
1
-1
/
+1
*
[polly][Support] Un-break polly tests
Alexandre Ganea
2020-01-01
1
-1
/
+2
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
3
-0
/
+3
*
Fix Polly
Guillaume Chatelet
2019-10-21
2
-6
/
+6
*
[ScopBuilder] Fix bug 38358 by preserving correct order of ScopStmts.
Michael Kruse
2019-10-17
1
-6
/
+18
*
[Polly] Fix formatting violation. NFC.
Volodymyr Sapsai
2019-10-11
1
-3
/
+1
*
[Stats] Fix polly build due to change in llvm::Statistic constructor in r374490.
Volodymyr Sapsai
2019-10-11
1
-3
/
+1
*
[ScopBuilder] Skip getting leader when merging statements to close holes.
Michael Kruse
2019-09-13
1
-4
/
+10
*
[DependenceInfo] Compute WAR dependence info using ISL kills. NFC.
Michael Kruse
2019-08-29
1
-114
/
+16
*
[ScopBuilder] Remove superfluous while loop in buildDomains. NFC.
Michael Kruse
2019-08-29
1
-4
/
+0
*
[ScopBuilder] Simplify main statement flag in buildEqivClassBlockStmts. NFC.
Michael Kruse
2019-08-26
1
-11
/
+7
*
[NFC][ScopBuilder] Move buildDomains and its callees to ScopBuilder.
Dominik Adamski
2019-08-06
2
-924
/
+906
*
[NFC][ScopBuilder] Move addUserAssumptions to ScopBuilder
Dominik Adamski
2019-08-06
2
-101
/
+94
*
[NFC][ScopBuilder] Move buildSchedule and its callees to ScopBuilder or ScopH...
Dominik Adamski
2019-07-17
2
-260
/
+175
*
[NFC][ScopBuilder]Move finalizeAccesses and its callees to ScopBuilder
Dominik Adamski
2019-07-17
2
-190
/
+190
*
[NFC][ScopBuilder] Move addUserContext to ScopBuilder
Dominik Adamski
2019-07-16
2
-44
/
+45
*
[NFC][ScopBuilder] Move buildAliasChecks and its implementing methods to Scop...
Dominik Adamski
2019-07-16
2
-352
/
+354
*
[NFC][ScopBuilder] Move addRecordedAssumption to ScopBuilder
Dominik Adamski
2019-07-16
2
-34
/
+35
*
OpaquePtr: Update polly's calls to Loads.h API
Tim Northover
2019-07-09
2
-3
/
+5
*
[ScopBuilder] Move addInvariantLoads to ScopBuilder. NFC.
Michael Kruse
2019-06-12
2
-172
/
+174
*
[ScopBuilder] Move getNonHoistableCtx to ScopBuilder. NFC.
Michael Kruse
2019-06-12
2
-119
/
+119
*
[ScopBuilder] Move hoistInvariantLoads to ScopBuilder. NFC.
Michael Kruse
2019-06-12
2
-20
/
+20
*
[ScopBuilder] Move canonicalizeDynamicsBasePtrs from ScopInfo. NFC.
Michael Kruse
2019-06-04
2
-71
/
+71
*
[ScopBuilder] Move verifyInvariantLoads function from ScopInfo. NFC.
Michael Kruse
2019-05-31
2
-15
/
+15
*
[ScheduleOptimizer] Hoist extension nodes after schedule optimization.
Michael Kruse
2019-05-31
1
-18
/
+0
*
[ScopBuilder] Move buildInvariantEquivalenceClasses function from ScopInfo. NFC.
Michael Kruse
2019-05-28
2
-22
/
+22
*
[DependenceInfo] Remove dead initialization. NFC.
Michael Kruse
2019-05-20
1
-2
/
+2
*
[Polly] Don't crash on invalid delinearization result.
Eli Friedman
2019-05-14
1
-1
/
+3
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
7
-82
/
+9
*
[ConstantRange] Rename isWrappedSet() to isUpperWrapped()
Nikita Popov
2019-03-27
1
-1
/
+1
*
Fix/unify top comment in lib/Analysis/PolyhedralInfo.cpp
Michal Gorny
2019-01-22
1
-15
/
+16
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
9
-36
/
+27
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
2
-4
/
+4
*
[TI removal] Generically discuss terminators rather than use the soon to
Chandler Carruth
2018-10-18
1
-1
/
+1
*
[TI removal] Make `getTerminator()` return a generic `Instruction`.
Chandler Carruth
2018-10-15
2
-7
/
+7
*
[ScopDetection] Use addUnknown for calls in the AliasSetTracker.
Eli Friedman
2018-09-11
1
-2
/
+6
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
2
-3
/
+4
*
[AST] Adapt Polly to AnalysisSetTracker changes. NFC.
Michael Kruse
2018-08-17
1
-2
/
+2
*
[DepInfo] Use isl++ in Dependences::isValidSchedule. NFC.
Michael Kruse
2018-08-10
1
-28
/
+23
*
[ScopBuilder] Set domain to empty instead of NULL.
Michael Kruse
2018-08-01
1
-2
/
+5
*
[DependenceInfo] Use isl++ to replace foreach_set with for loop
Tobias Grosser
2018-07-17
1
-9
/
+13
*
[ScopInfo] Replace isl foreach calls with for loops
Tobias Grosser
2018-07-17
1
-9
/
+16
*
[ScopInfo] Replace isl foreach calls with for loops
Tobias Grosser
2018-07-16
1
-18
/
+6
*
[ScopInfo] Move foldSizeConstantsToRight() to isl++
Tobias Grosser
2018-07-05
1
-61
/
+30
*
ScopInfo: simplify equivalence classes before storing them [NFCI]
Tobias Grosser
2018-07-04
1
-0
/
+2
*
[ScopHelper] Provide support for recognising collective invariant loads
Philip Pfaffe
2018-06-29
1
-12
/
+31
*
Move ScopInfo to isl++
Tobias Grosser
2018-06-19
1
-2
/
+1
*
Adjust for clang-format changes
Tobias Grosser
2018-06-18
1
-6
/
+6
*
[ScopInfo] Move splitAliasGroupsByDomain and getAccessDomain to isl++ [NFCI]
Tobias Grosser
2018-06-18
1
-10
/
+8
*
[ScopInfo] Move more functions to isl++ [NFCI]
Tobias Grosser
2018-06-18
1
-24
/
+17
[next]