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
/
mlir
/
lib
/
Transforms
/
AffineDataCopyGeneration.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-1
/
+1
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-1
/
+1
*
Fix a number of Clang-Tidy warnings.
Christian Sigg
2019-09-23
1
-1
/
+0
*
NFC - Move explicit copy/dma generation utility out of pass and into LoopUtils
Uday Bondhugula
2019-09-14
1
-666
/
+20
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
1
-1
/
+1
*
pipeline-data-transfer: remove dead tag alloc's and improve test coverage for...
Uday Bondhugula
2019-09-04
1
-5
/
+6
*
Fix affine data copy generation corner cases/bugs
Uday Bondhugula
2019-09-03
1
-79
/
+110
*
NFC: Move AffineOps dialect to the Dialect sub-directory.
River Riddle
2019-08-20
1
-1
/
+1
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
1
-2
/
+2
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
1
-4
/
+4
*
NFC: Standardize the terminology used for parent ops/regions/etc.
River Riddle
2019-08-09
1
-2
/
+2
*
AffineDataCopyGeneration: don't use CL flag values inside the pass
Alex Zinenko
2019-08-02
1
-13
/
+22
*
Introduce explicit copying optimization by generalizing the DMA generation pass
Uday Bondhugula
2019-08-01
1
-0
/
+883