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
/
CodeGen
/
IslAst.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add early exits for SCoPs we did not optimize
Johannes Doerfert
2015-02-11
1
-7
/
+49
*
Fix formatting
Tobias Grosser
2014-11-16
1
-1
/
+2
*
Introduce minimalistic cost model for auto parallelization
Tobias Grosser
2014-11-16
1
-2
/
+22
*
Use nullptr instead of '0' for pointers
Tobias Grosser
2014-11-14
1
-1
/
+1
*
Fix formatting
Tobias Grosser
2014-11-06
1
-3
/
+4
*
Explicitly annotate loops we want to run thread-parallel
Tobias Grosser
2014-11-06
1
-3
/
+16
*
Use stringFromIslObj instead of isl_..._dump to print to dbgs()
Tobias Grosser
2014-10-22
1
-1
/
+5
*
[RTC] Runtime Alias Checks for the ISL backend
Johannes Doerfert
2014-09-18
1
-0
/
+28
*
Compute and print the minimal loop carried dependency distance
Johannes Doerfert
2014-09-13
1
-2
/
+21
*
[Fix] OpenMP parallel loop detection for the isl backend
Johannes Doerfert
2014-09-09
1
-1
/
+2
*
Fix the modifiable access creation
Johannes Doerfert
2014-08-03
1
-0
/
+5
*
Annotate the IslAst with broken reductions
Johannes Doerfert
2014-08-01
1
-18
/
+61
*
Change the semantics of is*Parallel
Johannes Doerfert
2014-08-01
1
-10
/
+8
*
[Refactor] Remove unecessary check and function
Johannes Doerfert
2014-07-31
1
-38
/
+36
*
[Refactor] Use nicer print callback function in IslAst
Johannes Doerfert
2014-07-31
1
-47
/
+38
*
Assume no annotations when visiting new domain (IslAst)
Johannes Doerfert
2014-07-29
1
-15
/
+5
*
Replace the dependences parallelism check by the IslAst one
Johannes Doerfert
2014-07-28
1
-52
/
+4
*
[Refactor] Remove containsLoop to find innermost loops
Johannes Doerfert
2014-07-24
1
-45
/
+15
*
[Refactor] IslAst and payload struct
Johannes Doerfert
2014-07-23
1
-54
/
+49
*
[Refactor] Unify IslAst print methods
Johannes Doerfert
2014-07-23
1
-50
/
+40
*
[Refactor] Move code out of the IslAst header
Johannes Doerfert
2014-07-17
1
-11
/
+45
*
[Format] Clang format IslAst.cpp
Johannes Doerfert
2014-07-15
1
-2
/
+1
*
Annotate reduction parallel loops in the IslAst textual output
Johannes Doerfert
2014-07-15
1
-12
/
+40
*
Derive run-time conditions for delinearization
Tobias Grosser
2014-07-02
1
-1
/
+1
*
Use arguments of user statements to perform induction variable substitution
Tobias Grosser
2014-07-02
1
-6
/
+0
*
Remove redundant code and use C++ range fors
Tobias Grosser
2014-06-28
1
-16
/
+2
*
[Refactor] Make the used dependence types explicit
Johannes Doerfert
2014-06-26
1
-1
/
+2
*
Model statement wise reduction dependences
Johannes Doerfert
2014-06-20
1
-1
/
+3
*
Use range-based for loops
Tobias Grosser
2014-06-04
1
-2
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[C++11] Use nullptr
Tobias Grosser
2014-04-16
1
-8
/
+8
*
Return conservative result in case the dependence check timed out
Tobias Grosser
2014-03-21
1
-1
/
+5
*
IslCodegen: Support for run-time conditions
Tobias Grosser
2013-11-17
1
-0
/
+3
*
Update comments to address Sebastian's review
Tobias Grosser
2013-10-31
1
-3
/
+14
*
ScopInfo: Add support for AssumedContext
Tobias Grosser
2013-10-29
1
-3
/
+43
*
Integrate latest clang-format changes
Tobias Grosser
2013-06-23
1
-1
/
+1
*
Sort includes
Tobias Grosser
2013-05-07
1
-2
/
+1
*
Move polly options into separate option category
Tobias Grosser
2013-05-07
1
-3
/
+5
*
Reformat with clang-format
Tobias Grosser
2013-05-07
1
-16
/
+17
*
Update formatting to latest version of clang-format
Tobias Grosser
2013-04-10
1
-2
/
+2
*
clang-format: Many more files
Tobias Grosser
2013-03-23
1
-6
/
+5
*
Silence 'variable unused' warning in release mode
Tobias Grosser
2013-03-20
1
-0
/
+1
*
CodeGen: clang-format
Tobias Grosser
2013-02-22
1
-9
/
+9
*
CodeGen: clang-format goodness
Tobias Grosser
2013-02-05
1
-32
/
+22
*
avoid initializing twice
Sebastian Pop
2012-12-21
1
-3
/
+6
*
do not access Info when it is NULL
Sebastian Pop
2012-12-21
1
-3
/
+3
*
isl: vector code generation based on ISL ast
Sebastian Pop
2012-12-18
1
-51
/
+40
*
change interface for isStride
Sebastian Pop
2012-12-18
1
-1
/
+1
*
isl: detect vector parallelism
Sebastian Pop
2012-12-13
1
-14
/
+64
*
isl: Detect openmp parallelism
Tobias Grosser
2012-12-13
1
-6
/
+205
[next]