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
/
ConstantFold.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize Pass with PassID.
Jacques Pienaar
2019-03-29
1
-0
/
+2
*
Add static pass registration
Jacques Pienaar
2019-03-29
1
-0
/
+7
*
Introduce memref bound checking.
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Implement value type abstraction for types.
River Riddle
2019-03-29
1
-3
/
+3
*
Implement value type abstraction for attributes.
River Riddle
2019-03-29
1
-6
/
+6
*
Change typedef to using to be consistent across the codebase
Lei Zhang
2019-03-29
1
-1
/
+1
*
Introduce a new Operation::erase helper to generalize some code in
Chris Lattner
2019-03-29
1
-4
/
+4
*
Loop bound constant folding: follow-up / address comments from cl/215997346
Uday Bondhugula
2019-03-29
1
-5
/
+4
*
Rename Operation::getAs to Operation::dyn_cast
Feng Liu
2019-03-29
1
-2
/
+2
*
Various improvements to pattern matching and other infra:
Chris Lattner
2019-03-29
1
-5
/
+4
*
Split BuiltinOps out of StandardOps.
Jacques Pienaar
2019-03-29
1
-1
/
+2
*
Constant folding for loop bounds.
Uday Bondhugula
2019-03-29
1
-1
/
+8
*
Implement support for constant folding operations even when their operands are
Chris Lattner
2019-03-29
1
-7
/
+5
*
Use statement walker for constant folding.
Uday Bondhugula
2019-03-29
1
-48
/
+30
*
Introduce [post]dominator tree and related infrastructure, use it in CFG func
Chris Lattner
2019-03-29
1
-7
/
+7
*
Implement support for constant folding operations and a simple constant folding
Chris Lattner
2019-03-29
1
-0
/
+190