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
/
Region.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
-2
/
+2
*
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
-3
/
+3
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-2
/
+2
*
Add new indexed_accessor_range_base and indexed_accessor_range classes that s...
River Riddle
2019-12-09
1
-10
/
+16
*
Add RegionRange for when need to abstract over different region iteration
Jacques Pienaar
2019-12-09
1
-0
/
+18
*
Replace some remnant uses of "inst" with "op".
Sean Silva
2019-11-06
1
-3
/
+3
*
Assert that region is not cloned into itself.
Christian Sigg
2019-10-09
1
-0
/
+1
*
Make isIsolatedAbove robuster to invalid IR
Jacques Pienaar
2019-09-04
1
-0
/
+9
*
Refactor the 'walk' methods for operations.
River Riddle
2019-08-29
1
-7
/
+0
*
NFC: Standardize the terminology used for parent ops/regions/etc.
River Riddle
2019-08-09
1
-10
/
+10
*
Refactor the conversion of block argument types in DialectConversion.
River Riddle
2019-07-19
1
-0
/
+7
*
FuncOp::eraseBody: drop all references before erasing blocks
Alex Zinenko
2019-07-12
1
-2
/
+6
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-1
/
+0
*
NFC: Remove Region::getContainingFunction as Functions are now Operations.
River Riddle
2019-07-04
1
-11
/
+1
*
Replace the implementation of Function and Module with FuncOp and ModuleOp.
River Riddle
2019-07-03
1
-15
/
+12
*
NFC: Update the Operation 'walk' methods to use llvm::function_ref instead of...
River Riddle
2019-07-02
1
-1
/
+1
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-5
/
+5
*
Cleanup the 'clone' methods and remove the need to explicitly pass in the con...
River Riddle
2019-06-27
1
-6
/
+11
*
Factor Region::getUsedValuesDefinedAbove into Transforms/RegionUtils
Alex Zinenko
2019-06-19
1
-23
/
+9
*
Move the Region type out to its own .h/.cpp file instead of putting it into
Chris Lattner
2019-06-19
1
-0
/
+224