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
*
[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
*
[ScopInfo] Use statement lists for entry blocks of region statements
Tobias Grosser
2017-08-30
1
-3
/
+11
*
[ScopBuilder/ScopInfo] Move reduction detection to ScopBuilder. NFC.
Michael Kruse
2017-08-30
1
-1
/
+147
*
[ScopBuilder/ScopInfo] Move ScopStmt::collectSurroundingLoops to ScopBuilder....
Michael Kruse
2017-08-30
1
-1
/
+9
*
[ScopBuilder/ScopInfo] Move ScopStmt::buildDomain to ScopBuilder. NFC.
Michael Kruse
2017-08-30
1
-1
/
+8
*
[ScopBuilder/ScopInfo] Move ScopStmt::buildAccessRelations to ScopBuilder. NFC.
Michael Kruse
2017-08-30
1
-1
/
+22
*
[ScopBuilder/ScopInfo] Move and inline Scop::init into ScopBuilder::buildScop...
Michael Kruse
2017-08-30
1
-2
/
+13
*
[ScopBuilder] Report to dbgs() on SCoP bailout. NFC.
Michael Kruse
2017-08-30
1
-5
/
+17
*
[ScopBuilder] Introduce metadata for splitting scop statement.
Michael Kruse
2017-08-30
1
-1
/
+21
*
[PM] Properly require and preserve OptimizationRemarkEmitter. NFCI.
Michael Kruse
2017-08-28
1
-10
/
+12
*
[Polly] Fix some Clang-tidy modernize and Include What You Use warnings; othe...
Eugene Zelenko
2017-08-22
1
-7
/
+44
*
[ScopInfo] Move InvalidDomain to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-4
/
+3
*
[ScopBuilder/Simplify] Refactor isEscaping. NFC.
Michael Kruse
2017-07-27
1
-21
/
+2
*
[ScopInfo] Rename ScopStmt::contains(BB) to represents(BB). NFC.
Michael Kruse
2017-07-25
1
-1
/
+1
*
[ForwardOpTree] Support read-only value uses.
Michael Kruse
2017-07-24
1
-2
/
+13
*
[ScopInfo] Print instructions in dump().
Michael Kruse
2017-07-21
1
-1
/
+1
*
[ScopBuilder] Avoid use of getStmtFor(BB). NFC.
Michael Kruse
2017-07-20
1
-4
/
+4
*
[Polly] [OptDiag] Updating Polly Diagnostics Remarks
Eli Friedman
2017-07-17
1
-7
/
+13
*
ScopInfo: Remove not-in-DomainMap statements in separate function
Tobias Grosser
2017-07-16
1
-0
/
+1
*
[Polly] Use Isl c++ for InvalidDomainMap
Tobias Grosser
2017-07-15
1
-12
/
+5
*
[ScopInfo] Do not use ScopStmt in Domain derivation of ScopInfo. NFC
Michael Kruse
2017-06-29
1
-6
/
+29
*
[ScopBuilder] Pass ScopStmts around instead of BasicBlocks. NFC.
Michael Kruse
2017-06-23
1
-73
/
+85
*
Fix a lot of typos. NFC.
Michael Kruse
2017-06-08
1
-1
/
+1
*
[ScopBuilder] Exclude ignored intrinsics from explicit instruction list.
Michael Kruse
2017-06-01
1
-1
/
+2
*
[ScopInfo] Do not add terminator & synthesizable instructions to the output i...
Michael Kruse
2017-05-29
1
-2
/
+5
[next]