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
/
ScopBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Polly
Guillaume Chatelet
2019-10-21
1
-4
/
+4
*
[ScopBuilder] Fix bug 38358 by preserving correct order of ScopStmts.
Michael Kruse
2019-10-17
1
-6
/
+18
*
[ScopBuilder] Skip getting leader when merging statements to close holes.
Michael Kruse
2019-09-13
1
-4
/
+10
*
[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
1
-9
/
+906
*
[NFC][ScopBuilder] Move addUserAssumptions to ScopBuilder
Dominik Adamski
2019-08-06
1
-1
/
+78
*
[NFC][ScopBuilder] Move buildSchedule and its callees to ScopBuilder or ScopH...
Dominik Adamski
2019-07-17
1
-1
/
+175
*
[NFC][ScopBuilder]Move finalizeAccesses and its callees to ScopBuilder
Dominik Adamski
2019-07-17
1
-1
/
+190
*
[NFC][ScopBuilder] Move addUserContext to ScopBuilder
Dominik Adamski
2019-07-16
1
-1
/
+45
*
[NFC][ScopBuilder] Move buildAliasChecks and its implementing methods to Scop...
Dominik Adamski
2019-07-16
1
-5
/
+330
*
[NFC][ScopBuilder] Move addRecordedAssumption to ScopBuilder
Dominik Adamski
2019-07-16
1
-1
/
+35
*
OpaquePtr: Update polly's calls to Loads.h API
Tim Northover
2019-07-09
1
-2
/
+3
*
[ScopBuilder] Move addInvariantLoads to ScopBuilder. NFC.
Michael Kruse
2019-06-12
1
-1
/
+174
*
[ScopBuilder] Move getNonHoistableCtx to ScopBuilder. NFC.
Michael Kruse
2019-06-12
1
-1
/
+118
*
[ScopBuilder] Move hoistInvariantLoads to ScopBuilder. NFC.
Michael Kruse
2019-06-12
1
-1
/
+20
*
[ScopBuilder] Move canonicalizeDynamicsBasePtrs from ScopInfo. NFC.
Michael Kruse
2019-06-04
1
-1
/
+71
*
[ScopBuilder] Move verifyInvariantLoads function from ScopInfo. NFC.
Michael Kruse
2019-05-31
1
-1
/
+15
*
[ScopBuilder] Move buildInvariantEquivalenceClasses function from ScopInfo. NFC.
Michael Kruse
2019-05-28
1
-1
/
+21
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
1
-12
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-3
/
+3
*
[TI removal] Generically discuss terminators rather than use the soon to
Chandler Carruth
2018-10-18
1
-1
/
+1
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-2
/
+2
*
[ScopBuilder] Slightly improve code structure [NFCI]
Tobias Grosser
2018-06-11
1
-1
/
+2
*
[polly] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-8
/
+10
*
Allow arbitrary function calls for debugging purposes.
Michael Kruse
2018-04-20
1
-1
/
+1
*
[ScopInfo] Do not use the set dimension ids to carry loop information
Tobias Grosser
2018-03-03
1
-3
/
+14
*
[ScopBuilder] scalar-indep: Fix mutually referencing PHIs.
Michael Kruse
2018-02-12
1
-0
/
+39
*
[ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default.
Michael Kruse
2018-02-03
1
-1
/
+1
*
[ScopInfo] Allow epilogues to be the main statement of a BB.
Michael Kruse
2018-02-03
1
-1
/
+4
*
[ScopBuilder] Prefer PHI Write accesses in the statement the incoming value i...
Michael Kruse
2018-01-23
1
-66
/
+13
*
[ScopBuilder] Revise statement naming when there are multiple statements per BB.
Michael Kruse
2018-01-18
1
-17
/
+47
*
[ScopInfo] Pass name to ScopStmt ctor. NFC.
Michael Kruse
2018-01-18
1
-4
/
+31
*
[ScopBuilder] Split statements on encountering store instructions.
Michael Kruse
2017-12-11
1
-4
/
+10
*
[ScopBuilder] Fix typo. NFC.
Michael Kruse
2017-12-10
1
-4
/
+4
*
[Analysis] update to use new fast-math API - isFast()
Sanjay Patel
2017-11-06
1
-2
/
+2
*
Rename OptimizationDiagnosticInfo.h to OptimizationRemarkEmitter.h
Adam Nemet
2017-10-09
1
-1
/
+1
*
[ScopBuilder] Introduce -polly-stmt-granularity=scalar-indep option.
Michael Kruse
2017-10-05
1
-2
/
+180
*
[ScopBuilder] Introduce -polly-stmt-granularity option. NFC.
Michael Kruse
2017-10-04
1
-16
/
+33
*
[ScopBuilder] Iterate over statement instructions. NFC.
Michael Kruse
2017-10-02
1
-39
/
+28
*
[ScopBuilder] Build invariant loads separately.
Michael Kruse
2017-10-02
1
-3
/
+47
*
[ScopBuilder] Build escaping dependencies separately.
Michael Kruse
2017-10-02
1
-2
/
+9
*
[ScopBuilder] Specialize exit block handling. NFC.
Michael Kruse
2017-10-02
1
-15
/
+15
*
[ScopBuilder] Fix typo. NFC.
Michael Kruse
2017-09-29
1
-2
/
+2
*
[ScopDetect/Info] Look through PHIs that follow an error block
Tobias Grosser
2017-09-24
1
-1
/
+1
*
Revert "[ScopDetect/Info] Look through PHIs that follow an error block"
Michael Kruse
2017-09-06
1
-1
/
+1
*
[ScopDetect/Info] Look through PHIs that follow an error block
Tobias Grosser
2017-09-02
1
-1
/
+1
*
[ScopInfo] Use statement lists for entry blocks of region statements
Tobias Grosser
2017-08-31
1
-3
/
+11
*
Revert "[ScopInfo] Use statement lists for entry blocks of region statements"
Tobias Grosser
2017-08-31
1
-11
/
+3
[next]