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
/
Vectorize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-13
/
+10
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-13
/
+12
*
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
-20
/
+20
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-7
/
+7
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
1
-7
/
+5
*
fix examples in comments
Alexandre E. Eichenberger
2019-12-06
1
-20
/
+18
*
Refactor dependencies to expose Vector transformations as patterns - NFC
Nicolas Vasilache
2019-12-03
1
-3
/
+11
*
Unify vector op names with other dialects.
Jean-Michel Gorius
2019-11-22
1
-4
/
+4
*
Move VectorOps to Tablegen - (almost) NFC
Nicolas Vasilache
2019-11-14
1
-2
/
+12
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-6
/
+6
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-1
/
+1
*
Add rewrite pattern to compose maps into affine load/stores
Uday Bondhugula
2019-09-17
1
-4
/
+6
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
1
-1
/
+1
*
Refactor the 'walk' methods for operations.
River Riddle
2019-08-29
1
-1
/
+1
*
NFC: Move AffineOps dialect to the Dialect sub-directory.
River Riddle
2019-08-20
1
-1
/
+1
*
Move Linalg and VectorOps dialects to the Dialect subdir - NFC
Nicolas Vasilache
2019-08-19
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
-1
/
+1
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
1
-2
/
+2
*
Add a higher-order vector.extractelement operation in MLIR
Nicolas Vasilache
2019-08-09
1
-4
/
+4
*
Fix clang 5.0 by using type aliases for LLVM DenseSet/Map
Mehdi Amini
2019-08-03
1
-1
/
+0
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-1
/
+1
*
Globally change load/store/dma_start/dma_wait operations over to affine.load/...
Andy Davis
2019-07-03
1
-24
/
+59
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-2
/
+2
*
NFC: Remove the 'context' parameter from OperationState.
River Riddle
2019-06-22
1
-5
/
+4
*
Refactor SplatElementsAttr to inherit from DenseElementsAttr as opposed to be...
River Riddle
2019-06-19
1
-9
/
+9
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
1
-5
/
+5
*
Fix 5 ClangTidy - Readability findings.
Jacques Pienaar
2019-06-01
1
-2
/
+0
*
Remove unnecessary C++ specifier in CPP files. NFC.
Jacques Pienaar
2019-05-20
1
-1
/
+1
*
Replace Operation::isa with llvm::isa.
River Riddle
2019-05-20
1
-6
/
+6
*
Replace Operation::cast with llvm::cast.
River Riddle
2019-05-20
1
-4
/
+4
*
Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...
River Riddle
2019-05-20
1
-4
/
+4
*
Automated rollback of changelist 247778391.
MLIR Team
2019-05-20
1
-4
/
+4
*
Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...
River Riddle
2019-05-20
1
-4
/
+4
*
Remove unused Vectorize constructor (NFC)
Mehdi Amini
2019-05-10
1
-11
/
+0
*
Prepend an "affine-" prefix to Affine pass option names - NFC
Nicolas Vasilache
2019-05-06
1
-1
/
+1
*
Add support for basic remark diagnostics. This is the minimal functionali...
River Riddle
2019-05-06
1
-4
/
+3
*
Fix a few warnings for missing parentheses around '||' and extra semicolons.
River Riddle
2019-04-05
1
-1
/
+1
*
Remove the non-postorder walk functions from Function/Block/Instruction a...
River Riddle
2019-04-05
1
-6
/
+3
*
Cleanup SuperVectorization dialect printing and parsing.
Nicolas Vasilache
2019-03-29
1
-48
/
+44
*
Make createMaterializeVectorsPass take a vectorSize parameter - NFC
Nicolas Vasilache
2019-03-29
1
-6
/
+4
*
Refactor vectorization patterns
Nicolas Vasilache
2019-03-29
1
-119
/
+93
*
Make vectorization aware of loop semantics
Nicolas Vasilache
2019-03-29
1
-34
/
+56
*
Give the Vectorize pass a virtualVectorSize argument.
Nicolas Vasilache
2019-03-29
1
-4
/
+24
*
Replace usages of Instruction with Operation in the Transforms/ directory.
River Riddle
2019-03-29
1
-66
/
+60
*
Replace usages of Instruction with Operation in the /Analysis directory.
River Riddle
2019-03-29
1
-5
/
+5
*
Replace usages of Instruction with Operation in the /IR directory.
River Riddle
2019-03-29
1
-8
/
+8
*
Allow creating standalone Regions
Alex Zinenko
2019-03-29
1
-1
/
+1
*
Make FunctionPass::getFunction() return a reference to the function, instead of
Chris Lattner
2019-03-29
1
-3
/
+3
[next]