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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
8
-8
/
+8
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
3
-3
/
+3
*
NFC: Standardize the terminology used for parent ops/regions/etc.
River Riddle
2019-08-09
3
-4
/
+4
*
Add a higher-order vector.extractelement operation in MLIR
Nicolas Vasilache
2019-08-09
2
-3
/
+4
*
Fix clang 5.0 by using type aliases for LLVM DenseSet/Map
Mehdi Amini
2019-08-03
1
-1
/
+1
*
Fix backward slice corner case
Nicolas Vasilache
2019-07-26
1
-3
/
+7
*
Fix backward slice computation to iterate through known control flow
Nicolas Vasilache
2019-07-25
1
-2
/
+15
*
Affine loop parallelism detection: conservatively handle unknown ops
Alex Zinenko
2019-07-23
2
-1
/
+11
*
Uniformize the API for the mlir::tile functions on AffineForOp and loop::ForOp
Nicolas Vasilache
2019-07-19
2
-3
/
+13
*
Rename FunctionAttr to SymbolRefAttr.
River Riddle
2019-07-12
1
-0
/
+1
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-1
/
+1
*
NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.
River Riddle
2019-07-08
1
-2
/
+2
*
Remove dead code.
Jacques Pienaar
2019-07-08
1
-7
/
+0
*
NFC: Remove Region::getContainingFunction as Functions are now Operations.
River Riddle
2019-07-04
1
-1
/
+1
*
Replace the implementation of Function and Module with FuncOp and ModuleOp.
River Riddle
2019-07-03
2
-151
/
+18
*
Globally change load/store/dma_start/dma_wait operations over to affine.load/...
Andy Davis
2019-07-03
7
-58
/
+67
*
NFC: Move the Function/Module/Operation::verify methods out-of-line.
River Riddle
2019-07-02
1
-31
/
+33
*
Generalize the CFG graph printing for Functions to work on Regions instead.
River Riddle
2019-07-01
1
-0
/
+6
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
4
-14
/
+13
*
Extract the automatic function renaming and symbol table out of Module.
River Riddle
2019-07-01
1
-1
/
+12
*
Move the emitError/Warning/Remark utility methods out of MLIRContext and into...
River Riddle
2019-06-25
1
-3
/
+3
*
LoopFusion: adds support for computing forward computation slices, which will...
Andy Davis
2019-06-19
2
-107
/
+191
*
Add a general Operation::verify that verifies an operation instance and the d...
River Riddle
2019-06-11
2
-18
/
+50
*
Return dependence result enum to distiguish between dependence result and err...
Andy Davis
2019-06-11
3
-27
/
+34
*
NFC: Cleanup FuncVerifier and refactor it into a general OperationVerifier. T...
River Riddle
2019-06-09
1
-143
/
+138
*
Support constructing DominanceInfo with an Operation. This computes the domin...
River Riddle
2019-06-09
1
-1
/
+19
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
3
-3
/
+3
*
Add a utility function to OperationName for extracting the dialect name.
River Riddle
2019-06-03
1
-3
/
+2
*
Some cleanup of ShapedType now that MemRef subclasses it.
Geoffrey Martin-Noble
2019-06-01
1
-1
/
+1
*
Replace checks against numDynamicDims with hasStaticShape
Geoffrey Martin-Noble
2019-06-01
1
-1
/
+1
*
Remove "size" property of affine maps.
MLIR Team
2019-06-01
3
-17
/
+12
*
LoopFusionUtils CL 2/n: Factor out and generalize slice union computation.
Andy Davis
2019-06-01
2
-9
/
+163
*
NFC: Switch std::vector to SmallVector. This fixes a compiler error on MS...
River Riddle
2019-06-01
1
-1
/
+1
*
Address some build warnings.
Jacques Pienaar
2019-06-01
1
-1
/
+2
*
Refactor FunctionAttr to hold the internal function reference by name ins...
River Riddle
2019-06-01
1
-33
/
+0
*
Drop AffineExpr::Null
Alex Zinenko
2019-06-01
1
-2
/
+2
*
Add user iterators to IRObjects, i.e. Values.
River Riddle
2019-05-20
2
-12
/
+6
*
Fixes a small bug in computing dependence direction vectors, where equali...
Andy Davis
2019-05-20
1
-1
/
+4
*
Remove unnecessary C++ specifier in CPP files. NFC.
Jacques Pienaar
2019-05-20
3
-3
/
+3
*
Remove unused function and avoid unused variable warning. NFC.
Jacques Pienaar
2019-05-20
1
-0
/
+1
*
Update cmakelist to reflect renamed filename.
Jacques Pienaar
2019-05-20
1
-1
/
+1
*
Replace Operation::isa with llvm::isa.
River Riddle
2019-05-20
6
-18
/
+18
*
Replace Operation::cast with llvm::cast.
River Riddle
2019-05-20
3
-4
/
+4
*
Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...
River Riddle
2019-05-20
5
-17
/
+17
*
Automated rollback of changelist 247778391.
MLIR Team
2019-05-20
5
-17
/
+17
*
Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...
River Riddle
2019-05-20
5
-17
/
+17
*
rename -memref-dependence-check to -test-memref-dependence-check since it
Chris Lattner
2019-05-20
1
-13
/
+13
*
Cleanups and simplifications to code, noticed by inspection. NFC.
Chris Lattner
2019-05-20
1
-2
/
+0
*
Remove extra `;` after function definition (NFC)
Mehdi Amini
2019-05-10
1
-1
/
+1
*
Remove unused `hasSingleNonZeroAt` function (NFC)
Mehdi Amini
2019-05-10
1
-15
/
+0
[prev]
[next]