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
/
IR
/
Block.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
-1
/
+1
*
[mlir][GPU] introduce utilities for promotion to workgroup memory
Alex Zinenko
2020-01-09
1
-0
/
+14
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-1
/
+1
*
Change the `notifyRootUpdated` API to be transaction based.
River Riddle
2019-12-23
1
-0
/
+5
*
Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...
River Riddle
2019-12-23
1
-5
/
+6
*
Automated rollback of commit f603a50109107b447b835dac11f0eb541288393e
MLIR Team
2019-12-23
1
-6
/
+5
*
ReImplement the Value classes as value-typed objects wrapping an internal poi...
River Riddle
2019-12-23
1
-5
/
+6
*
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
-2
/
+2
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-1
/
+1
*
Insert signature-converted blocks into a region with a parent operation.
River Riddle
2019-12-16
1
-1
/
+9
*
Refactor the Block support classes.
River Riddle
2019-12-09
1
-0
/
+10
*
Optimize operation ordering to support non-congruent indices.
River Riddle
2019-12-04
1
-4
/
+3
*
Replace some remnant uses of "inst" with "op".
Sean Silva
2019-11-06
1
-19
/
+17
*
Change Block::getParent() to be a const function. This is only necessary beca...
Christian Sigg
2019-10-07
1
-1
/
+3
*
NFC: Remove stray logging from ~Block().
River Riddle
2019-09-18
1
-5
/
+0
*
Refactor the 'walk' methods for operations.
River Riddle
2019-08-29
1
-16
/
+0
*
NFC: Standardize the terminology used for parent ops/regions/etc.
River Riddle
2019-08-09
1
-3
/
+3
*
Refactor the conversion of block argument types in DialectConversion.
River Riddle
2019-07-19
1
-0
/
+7
*
NFC: Remove the various "::getFunction" methods.
River Riddle
2019-07-08
1
-9
/
+4
*
Replace the implementation of Function and Module with FuncOp and ModuleOp.
River Riddle
2019-07-03
1
-10
/
+3
*
NFC: Update the Operation 'walk' methods to use llvm::function_ref instead of...
River Riddle
2019-07-02
1
-2
/
+2
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-1
/
+1
*
Simplify PredecessorIterator by using mapped_iterator.
River Riddle
2019-06-22
1
-11
/
+13
*
Refactor the TypeConverter to support more robust type conversions:
River Riddle
2019-06-19
1
-1
/
+5
*
Move the Region type out to its own .h/.cpp file instead of putting it into
Chris Lattner
2019-06-19
1
-201
/
+14
*
Convert a nest affine loops to a GPU kernel
Alex Zinenko
2019-06-19
1
-11
/
+24
*
Add a general operation property 'IsolatedFromAbove' that guarantees that all...
River Riddle
2019-06-09
1
-1
/
+1
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
1
-0
/
+18
*
Do not assume Blocks belong to Functions
Alex Zinenko
2019-06-01
1
-4
/
+4
*
Return nullptr on Region::getContainingOperation()/getContainingFunction(...
Mehdi Amini
2019-06-01
1
-2
/
+0
*
Add the ability to attach notes to Diagnostic/InFlightDiagnostic.
River Riddle
2019-05-06
1
-15
/
+14
*
Start GPU Dialect
Alex Zinenko
2019-05-06
1
-0
/
+49
*
Introduce functionality for defining region ancestor relation
Alex Zinenko
2019-05-06
1
-0
/
+17
*
Remove the non-postorder walk functions from Function/Block/Instruction a...
River Riddle
2019-04-05
1
-14
/
+2
*
Rename InstOperand to OpOperand.
River Riddle
2019-03-29
1
-3
/
+3
*
Replace usages of Instruction with Operation in the /Analysis directory.
River Riddle
2019-03-29
1
-1
/
+1
*
Replace usages of Instruction with Operation in the /IR directory.
River Riddle
2019-03-29
1
-60
/
+59
*
Rename the Instruction class to Operation. This just renames the class, usage...
River Riddle
2019-03-29
1
-1
/
+1
*
Allow creating standalone Regions
Alex Zinenko
2019-03-29
1
-0
/
+17
*
Various small cleanups to the code, mostly removing const_cast's.
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 const from mlir::Block.
Chris Lattner
2019-03-29
1
-8
/
+19
*
Remove const support from mlir::Region
Chris Lattner
2019-03-29
1
-2
/
+2
*
Continue pushing const out of the core IR types - in this case, remove const
Chris Lattner
2019-03-29
1
-3
/
+3
*
Rename BlockList into Region
Alex Zinenko
2019-03-29
1
-23
/
+22
*
Remove the restriction that only registered terminator operations may termina...
River Riddle
2019-03-29
1
-16
/
+9
*
Automated rollback of changelist 232728977.
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Automated rollback of changelist 232717775.
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Rename the 'if' operation in the AffineOps dialect to 'affine.if' and namespace
River Riddle
2019-03-29
1
-1
/
+1
[next]