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
/
Value.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
-3
/
+3
*
[mlir] Rewrite the internal representation of OpResult to be optimized for me...
River Riddle
2020-01-02
1
-0
/
+97
*
Fix some corner cases missed by D71955
River Riddle
2020-01-02
1
-0
/
+5
*
[mlir] Refactor operation results to use a single use list for all results of...
River Riddle
2019-12-30
1
-26
/
+69
*
[mlir] Merge the successor operand count into BlockOperand.
River Riddle
2019-12-27
1
-0
/
+33
*
Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...
River Riddle
2019-12-23
1
-2
/
+2
*
Automated rollback of commit f603a50109107b447b835dac11f0eb541288393e
MLIR Team
2019-12-23
1
-2
/
+2
*
ReImplement the Value classes as value-typed objects wrapping an internal poi...
River Riddle
2019-12-23
1
-2
/
+2
*
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: Replace usages of Value::getKind with explicit isa/casts.
River Riddle
2019-10-14
1
-7
/
+3
*
NFC: Standardize the terminology used for parent ops/regions/etc.
River Riddle
2019-08-09
1
-2
/
+2
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-1
/
+0
*
NFC: Remove the various "::getFunction" methods.
River Riddle
2019-07-08
1
-30
/
+1
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-4
/
+4
*
Add llvm_unreachable in unreachable path to silence GCC warning (NFC)
Mehdi Amini
2019-05-10
1
-0
/
+2
*
Introduce functionality for defining region ancestor relation
Alex Zinenko
2019-05-06
1
-0
/
+11
*
Add a getLoc() method on mlir::Value that returns the loc of the defining...
Mehdi Amini
2019-04-01
1
-0
/
+7
*
Replace usages of Instruction with Operation in the /IR directory.
River Riddle
2019-03-29
1
-6
/
+6
*
Rename the Instruction class to Operation. This just renames the class, usage...
River Riddle
2019-03-29
1
-1
/
+1
*
Remove const from Value, Instruction, Argument, and the various methods on the
Chris Lattner
2019-03-29
1
-3
/
+3
*
Continue pushing const out of the core IR types - in this case, remove const
Chris Lattner
2019-03-29
1
-2
/
+2
*
Begin the process of fully removing OperationInst. This patch cleans up refer...
River Riddle
2019-03-29
1
-1
/
+1
*
Fold the functionality of OperationInst into Instruction. OperationInst still...
River Riddle
2019-03-29
1
-1
/
+1
*
Fold IROperandOwner into Instruction.
River Riddle
2019-03-29
1
-9
/
+1
*
Define the AffineForOp and replace ForInst with it. This patch is largely mec...
River Riddle
2019-03-29
1
-2
/
+0
*
Recommit: Define a AffineOps dialect as well as an AffineIfOp operation. Repl...
River Riddle
2019-03-29
1
-2
/
+0
*
Automated rollback of changelist 231318632.
Nicolas Vasilache
2019-03-29
1
-0
/
+2
*
Define a AffineOps dialect as well as an AffineIfOp operation. Replace all in...
River Riddle
2019-03-29
1
-2
/
+0
*
Change the ForInst induction variable to be a block argument of the body inst...
River Riddle
2019-03-29
1
-2
/
+6
*
Drop all uses of the ForInst induction variable before deleting ForInst
Alex Zinenko
2019-03-29
1
-0
/
+7
*
Standardize naming of statements -> instructions, revisting the code base to be
Chris Lattner
2019-03-29
1
-7
/
+7
*
Eliminate the using decls for MLFunction and CFGFunction standardizing on
Chris Lattner
2019-03-29
1
-1
/
+1
*
Rename BBArgument -> BlockArgument, Op::getOperation -> Op::getInst(),
Chris Lattner
2019-03-29
1
-1
/
+1
*
Merge Operation into OperationInst and standardize nomenclature around
Chris Lattner
2019-03-29
1
-20
/
+4
*
Rework inherentance hierarchy: Operation now derives from Statement, and
Chris Lattner
2019-03-29
1
-6
/
+0
*
Merge CFGFuncBuilder/MLFuncBuilder/FuncBuilder together into a single new
Chris Lattner
2019-03-29
1
-0
/
+100