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
/
ScopInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[NFC][ScopBuilder] Move buildDomains and its callees to ScopBuilder.
Dominik Adamski
2019-08-06
1
-915
/
+0
*
[NFC][ScopBuilder] Move addUserAssumptions to ScopBuilder
Dominik Adamski
2019-08-06
1
-100
/
+16
*
[NFC][ScopBuilder] Move buildSchedule and its callees to ScopBuilder or ScopH...
Dominik Adamski
2019-07-17
1
-259
/
+0
*
[NFC][ScopBuilder]Move finalizeAccesses and its callees to ScopBuilder
Dominik Adamski
2019-07-17
1
-189
/
+0
*
[NFC][ScopBuilder] Move addUserContext to ScopBuilder
Dominik Adamski
2019-07-16
1
-43
/
+0
*
[NFC][ScopBuilder] Move buildAliasChecks and its implementing methods to Scop...
Dominik Adamski
2019-07-16
1
-347
/
+24
*
[NFC][ScopBuilder] Move addRecordedAssumption to ScopBuilder
Dominik Adamski
2019-07-16
1
-33
/
+0
*
[ScopBuilder] Move addInvariantLoads to ScopBuilder. NFC.
Michael Kruse
2019-06-12
1
-171
/
+0
*
[ScopBuilder] Move getNonHoistableCtx to ScopBuilder. NFC.
Michael Kruse
2019-06-12
1
-118
/
+1
*
[ScopBuilder] Move hoistInvariantLoads to ScopBuilder. NFC.
Michael Kruse
2019-06-12
1
-19
/
+0
*
[ScopBuilder] Move canonicalizeDynamicsBasePtrs from ScopInfo. NFC.
Michael Kruse
2019-06-04
1
-70
/
+0
*
[ScopBuilder] Move verifyInvariantLoads function from ScopInfo. NFC.
Michael Kruse
2019-05-31
1
-14
/
+0
*
[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
1
-21
/
+1
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
1
-37
/
+0
*
[ConstantRange] Rename isWrappedSet() to isUpperWrapped()
Nikita Popov
2019-03-27
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TI removal] Make `getTerminator()` return a generic `Instruction`.
Chandler Carruth
2018-10-15
1
-5
/
+5
*
[ScopBuilder] Set domain to empty instead of NULL.
Michael Kruse
2018-08-01
1
-2
/
+5
*
[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
*
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
*
[ScopInfo] Move addNonEmptyDomainConstraints to isl++ [NFCI]
Tobias Grosser
2018-06-18
1
-2
/
+2
*
Move buildConditionSet to C++
Tobias Grosser
2018-06-18
1
-16
/
+21
*
[OpTree] Introduce shortcut for computing the def->target mapping. NFCI.
Michael Kruse
2018-06-06
1
-0
/
+2
*
partitionSetParts from C to C++ interface.
Tobias Grosser
2018-06-01
1
-41
/
+32
*
[ScopInfo] Update Scop::addUserContext() to C++ interface
Tobias Grosser
2018-05-28
1
-21
/
+10
*
createNextIterationMap from C to C++ interface
Tobias Grosser
2018-05-23
1
-13
/
+13
*
[ScopInfo] Remove usage of isl_set_n_basic_set()
Philip Pfaffe
2018-05-16
1
-14
/
+12
*
[SI] Create Scop Name lazily
Philip Pfaffe
2018-05-15
1
-2
/
+2
*
[polly] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-7
/
+8
*
[ScopInfo] Remove bail out condition in buildMinMaxAccess().
Michael Kruse
2018-05-09
1
-12
/
+10
*
Revert "[polly] [ScopInfo] Don't pre-compute the name of the Scop's region."
Philip Pfaffe
2018-05-02
1
-2
/
+2
*
Remove another set or release() calls
Tobias Grosser
2018-04-29
1
-1
/
+1
*
Remove the last uses of isl::give and isl::take
Tobias Grosser
2018-04-29
1
-6
/
+5
*
Allow arbitrary function calls for debugging purposes.
Michael Kruse
2018-04-20
1
-0
/
+4
*
[ScopDetect / ScopInfo] Get statistics for scops without any loop correctly
Tobias Grosser
2018-04-18
1
-1
/
+4
*
[ScopInfo] Avoid iterator invalidation.
Michael Kruse
2018-04-10
1
-1
/
+3
*
[ScopInfo] Completely remove MemoryAccesses when their parent statement is re...
Michael Kruse
2018-04-09
1
-10
/
+18
*
[ScopInfo] Actually remove from list.
Michael Kruse
2018-04-09
1
-2
/
+4
*
[polly] [ScopInfo] Don't pre-compute the name of the Scop's region.
Eli Friedman
2018-03-27
1
-2
/
+2
*
Adjust to clang-format changes
Tobias Grosser
2018-03-20
1
-1
/
+0
*
[ScopInfo] Do not use the set dimension ids to carry loop information
Tobias Grosser
2018-03-03
1
-41
/
+4
*
Use isl::manage_copy to simplify calls to isl::manage(isl_.._copy())
Tobias Grosser
2018-02-20
1
-1
/
+1
[next]