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
*
[ScheduleOptimizer] Hoist extension nodes after schedule optimization.
Michael Kruse
2019-05-31
1
-6
/
+0
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
1
-7
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IslAst] Fix InParallelFor nesting.
Michael Kruse
2018-09-27
1
-20
/
+18
*
getDependences to new C++ interface
Tobias Grosser
2018-06-06
1
-4
/
+8
*
[polly] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-3
/
+4
*
[Polly][IslAst] Fix minimal dependence distance.
Huihui Zhang
2018-04-04
1
-2
/
+7
*
Adjust to clang-format changes
Tobias Grosser
2018-03-20
1
-1
/
+0
*
Use isl::manage_copy to simplify calls to isl::manage(isl_.._copy())
Tobias Grosser
2018-02-20
1
-7
/
+4
*
Run polly-update-format. NFC.
Michael Kruse
2017-11-21
1
-1
/
+1
*
Port ScopInfo to the isl cpp bindings
Philip Pfaffe
2017-11-19
1
-12
/
+11
*
Check whether IslAstInfo and DependenceInfo were computed for the same Scop.
Michael Kruse
2017-09-21
1
-1
/
+7
*
[IslAst] Do not assert in case of empty min/max alias locations
Tobias Grosser
2017-09-03
1
-15
/
+45
*
[IslAst] Move buildCondition to isl++
Tobias Grosser
2017-09-03
1
-26
/
+28
*
[IslAst] Do not compare arrays in alias check which are known to be identical
Tobias Grosser
2017-08-28
1
-0
/
+14
*
[PM] Properly require and preserve OptimizationRemarkEmitter. NFCI.
Michael Kruse
2017-08-28
1
-0
/
+2
*
[Polly] Fix some Clang-tidy modernize and Include What You Use warnings; othe...
Eugene Zelenko
2017-08-24
1
-31
/
+41
*
Add more statistics.
Michael Kruse
2017-08-23
1
-0
/
+56
*
[ScopInfo] Move Scop::getPwAffOnly to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-3
/
+3
*
[ScopInfo] Move Scop::getInvalidContext to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-1
/
+2
*
[ScopInfo] Move Scop::getAssumedContext to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-1
/
+2
*
[ScopInfo] Translate Scop::getParamSpace to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-1
/
+2
*
[ScopInfo] Translate Scop::getContext to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-1
/
+1
*
Move applyScheduleToAccessRelation to isl++
Tobias Grosser
2017-07-23
1
-1
/
+1
*
[IslAst] Print memory accesses in AST dump
Tobias Grosser
2017-07-10
1
-0
/
+60
*
Introduce a hybrid target to generate code for either the GPU or CPU
Singapuram Sanjay Srivallabh
2017-06-30
1
-0
/
+5
*
Fix a lot of typos. NFC.
Michael Kruse
2017-06-08
1
-2
/
+2
*
[Polly][NewPM] Port IslAst to the new ScopPassManager
Philip Pfaffe
2017-05-23
1
-52
/
+70
*
[NFC] [IslAST] fix typo: "int the" -> "in the"
Siddharth Bhat
2017-05-02
1
-1
/
+1
*
Disable the parallel code generation in case of extension nodes
Roman Gareev
2017-02-27
1
-0
/
+8
*
[IslAst] Print the ScopArray name to mark reductions
Tobias Grosser
2017-02-09
1
-1
/
+1
*
IslAst: always use the context during ast generation
Tobias Grosser
2016-11-10
1
-1
/
+1
*
Perform copying to created arrays according to the packing transformation
Roman Gareev
2016-09-14
1
-3
/
+2
*
Drop '@brief' from doxygen comments
Tobias Grosser
2016-09-02
1
-11
/
+11
*
isl: isl-0.17.1-164-gcbba1b6
Tobias Grosser
2016-07-06
1
-1
/
+1
*
clang-tidy: Add llvm namespace comments
Tobias Grosser
2016-06-23
1
-1
/
+1
*
This reverts recent expression type changes
Tobias Grosser
2016-06-11
1
-4
/
+14
*
[NFC] Generate runtime checks after the SCoP
Johannes Doerfert
2016-06-06
1
-14
/
+4
*
Decouple SCoP building logic from pass
Johannes Doerfert
2016-05-31
1
-2
/
+2
*
Directly access information through the Scop class [NFC]
Johannes Doerfert
2016-05-23
1
-3
/
+2
*
Codegen: Enable the detection of min/max expressions
Tobias Grosser
2016-05-07
1
-0
/
+1
*
Add __isl_give annotations to return types [NFC]
Johannes Doerfert
2016-04-09
1
-2
/
+3
*
Add namespace for struct [NFC]
Johannes Doerfert
2016-03-24
1
-10
/
+12
*
Allow the client of DependenceInfo to obtain dependences at different granula...
Hongbin Zheng
2016-03-03
1
-1
/
+2
*
Track assumptions and restrictions separatly
Johannes Doerfert
2016-03-01
1
-2
/
+9
*
IslAst: Expose run-time check generation as individual function
Tobias Grosser
2016-02-26
1
-2
/
+7
*
Annotation of SIMD loops
Roman Gareev
2016-02-23
1
-4
/
+37
*
IslAst: Expose IslAst class in header file [NFC]
Tobias Grosser
2016-02-21
1
-27
/
+0
*
[Refactor] Move isl_ctx into Scop.
Hongbin Zheng
2016-02-17
1
-1
/
+4
*
Adjust formatting to clang-format changes in 256149
Tobias Grosser
2015-12-21
1
-1
/
+1
[next]