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
/
Utils
/
Utils.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
-18
/
+18
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-21
/
+24
*
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
-30
/
+27
*
Introduce prefetch op: affine -> std -> llvm intrinsic
Uday Bondhugula
2019-12-18
1
-1
/
+2
*
NFC: Use TypeSwitch to simplify existing code.
River Riddle
2019-12-17
1
-8
/
+4
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
1
-1
/
+1
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-7
/
+7
*
Support symbolic operands for memref replacement; fix memrefNormalize
Uday Bondhugula
2019-09-18
1
-9
/
+22
*
update normalizeMemRef utility; handle missing failure check + add more tests
Uday Bondhugula
2019-09-14
1
-10
/
+9
*
pipeline-data-transfer: remove dead tag alloc's and improve test coverage for...
Uday Bondhugula
2019-09-04
1
-1
/
+1
*
Utility to normalize memrefs with non-identity layout maps
Uday Bondhugula
2019-09-03
1
-0
/
+79
*
Refactor / improve replaceAllMemRefUsesWith
Uday Bondhugula
2019-08-27
1
-160
/
+199
*
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
*
Add utility 'replaceAllUsesWith' methods to Operation.
River Riddle
2019-08-07
1
-5
/
+2
*
Rename FunctionAttr to SymbolRefAttr.
River Riddle
2019-07-12
1
-0
/
+1
*
NFC: Remove the various "::getFunction" methods.
River Riddle
2019-07-08
1
-3
/
+4
*
Globally change load/store/dma_start/dma_wait operations over to affine.load/...
Andy Davis
2019-07-03
1
-28
/
+96
*
NFC: Remove the 'context' parameter from OperationState.
River Riddle
2019-06-22
1
-2
/
+1
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
1
-2
/
+2
*
Remove "size" property of affine maps.
MLIR Team
2019-06-01
1
-4
/
+3
*
Refactor FunctionAttr to hold the internal function reference by name ins...
River Riddle
2019-06-01
1
-42
/
+0
*
Add user iterators to IRObjects, i.e. Values.
River Riddle
2019-05-20
1
-5
/
+3
*
Replace Operation::isa with llvm::isa.
River Riddle
2019-05-20
1
-8
/
+5
*
Simplify several usages of attributes now that they always have a type an...
River Riddle
2019-05-10
1
-8
/
+19
*
Replace usages of Instruction with Operation in the Transforms/ directory.
River Riddle
2019-03-29
1
-14
/
+13
*
Replace usages of Instruction with Operation in the /IR directory.
River Riddle
2019-03-29
1
-2
/
+2
*
NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...
River Riddle
2019-03-29
1
-2
/
+2
*
Remove OpPointer, cleaning up a ton of code. This also moves Ops to using
Chris Lattner
2019-03-29
1
-1
/
+1
*
Remove const from Value, Instruction, Argument, and the various methods on the
Chris Lattner
2019-03-29
1
-5
/
+5
*
Remove some statements that required >C++11, add includes and qualify names. ...
Jacques Pienaar
2019-03-29
1
-2
/
+2
*
Use consistent names for dialect op source files
Lei Zhang
2019-03-29
1
-1
/
+1
*
Refactor AffineExprFlattener and move FlatAffineConstraints out of IR into
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Generate dealloc's for the alloc's of dma-generate.
Uday Bondhugula
2019-03-29
1
-0
/
+5
*
Automated rollback of changelist 232717775.
Uday Bondhugula
2019-03-29
1
-2
/
+2
*
NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for'. The...
River Riddle
2019-03-29
1
-2
/
+2
*
NFC: Rename affine_apply to affine.apply. This is the first step to adding a ...
River Riddle
2019-03-29
1
-7
/
+7
*
Move the AffineFor loop bound folding to a canonicalization pattern on the Af...
River Riddle
2019-03-29
1
-53
/
+0
*
Refactor the affine analysis by moving some functionality to IR and some to A...
River Riddle
2019-03-29
1
-1
/
+1
*
NFC: Move AffineApplyOp to the AffineOps dialect. This also moves the isValid...
River Riddle
2019-03-29
1
-1
/
+1
*
Remove remaining usages of OperationInst in lib/Transforms.
River Riddle
2019-03-29
1
-10
/
+7
*
Replace the walkOps/visitOperationInst variants from the InstWalkers with the...
River Riddle
2019-03-29
1
-2
/
+2
*
Update dma-generate pass to (1) work on blocks of instructions (instead of just
Uday Bondhugula
2019-03-29
1
-2
/
+13
*
Define the AffineForOp and replace ForInst with it. This patch is largely mec...
River Riddle
2019-03-29
1
-2
/
+3
*
Define an detail::OperandStorage class to handle managing instruction operand...
River Riddle
2019-03-29
1
-0
/
+1
*
Change AffineApplyOp to produce a single result, simplifying the code that
Chris Lattner
2019-03-29
1
-2
/
+2
*
Update replaceAllMemRefUsesWith to generate single result affine_apply's for
Uday Bondhugula
2019-03-29
1
-4
/
+9
*
Update createAffineComputationSlice to generate single result affine maps
Uday Bondhugula
2019-03-29
1
-19
/
+25
[next]