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
*
[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
*
Delinearize memory accesses that reference parameters coming from function calls
Tobias Grosser
2017-05-27
1
-0
/
+7
*
[Polly] Added the list of Instructions to output in ScopInfo pass
Tobias Grosser
2017-05-27
1
-1
/
+5
*
[Polly] Add handling of Top Level Regions
Philip Pfaffe
2017-05-24
1
-6
/
+8
*
[Fortran Support] Change "global" pattern match to work for params
Siddharth Bhat
2017-05-18
1
-44
/
+4
*
[Fortran Support] Add pattern match for Fortran Arrays that are parameters.
Siddharth Bhat
2017-05-15
1
-69
/
+66
*
[Fortran Support] Detect Fortran arrays & metadata from dragonegg output
Siddharth Bhat
2017-05-10
1
-3
/
+243
*
[Polly] Canonicalize arrays according to base-ptr equivalence class
Tobias Grosser
2017-05-10
1
-0
/
+1
*
[ScopBuilder] Move Scop::init to ScopBuilder. NFC.
Michael Kruse
2017-05-05
1
-7
/
+57
*
[ScopBuilder] Do not verify unfeasible SCoPs.
Michael Kruse
2017-05-05
1
-0
/
+6
*
[ScopBuilder] Add missing semicolon after LLVM_FALLTHROUGH.
Michael Kruse
2017-05-04
1
-1
/
+1
*
Introduce VirtualUse. NFC.
Michael Kruse
2017-05-04
1
-43
/
+104
*
[ScopInfo] Remove code not needed anymore after r302004
Tobias Grosser
2017-05-03
1
-6
/
+2
*
Revert "Remove references to AssumptionCache. NFC."
Michael Kruse
2017-03-17
1
-6
/
+6
*
[ScopInfo] Introduce ScopStmt::getSurroundingLoop(). NFC.
Michael Kruse
2017-03-15
1
-25
/
+39
*
Tidy up getFirstNonBoxedLoopFor [NFC]
Eli Friedman
2017-01-16
1
-11
/
+0
*
Use typed enums to model MemoryKind and move MemoryKind out of ScopArrayInfo
Tobias Grosser
2017-01-14
1
-15
/
+16
*
Fix some typos in comments
Tobias Grosser
2017-01-06
1
-1
/
+1
*
Remove references to AssumptionCache. NFC.
Michael Kruse
2016-12-15
1
-6
/
+6
*
canSynthesize: Remove unused argument LI. NFC.
Michael Kruse
2016-11-29
1
-2
/
+2
*
Split ScopInfo::addScopStmt into two versions. NFC
Hongbin Zheng
2016-11-21
1
-2
/
+2
*
[NFC] Adjust naming scheme of statistic variables
Johannes Doerfert
2016-11-18
1
-2
/
+2
*
[DBG] Collect statistics about statically infeasible SCoPs
Johannes Doerfert
2016-11-17
1
-0
/
+3
*
[ScopBuilder] Drop unnecessary namespace identifiers [NFC]
Tobias Grosser
2016-11-13
1
-8
/
+8
*
[ScopDetect] Conservatively handle inaccessible memory alias attributes
Tobias Grosser
2016-11-13
1
-0
/
+2
*
[ScopInfo] Make memset etc. affine where possible.
Eli Friedman
2016-11-01
1
-4
/
+6
*
[ScopInfo/CodeGen] ExitPHI reads are implicit.
Michael Kruse
2016-10-12
1
-6
/
+2
*
Store the size of the outermost dimension in case of newly created arrays tha...
Roman Gareev
2016-09-12
1
-8
/
+11
*
Simplify AccFuncMap to vector<> AccessFunctions
Roman Gareev
2016-08-21
1
-4
/
+6
*
[ScopInfo] Make scalars used by PHIs in non-affine regions available
Tobias Grosser
2016-08-16
1
-2
/
+7
*
Fix a build warning of unhandled enum in switch
Weiming Zhao
2016-07-11
1
-0
/
+2
*
Fix assertion due to buildMemoryAccess.
Michael Kruse
2016-07-08
1
-6
/
+24
*
Create a dedicated header file for ScopBuilder. NFC.
Michael Kruse
2016-06-28
1
-1
/
+1
*
Move ScopBuilder into its own file. NFC.
Michael Kruse
2016-06-28
1
-0
/
+670