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
/
Pass
/
IRPrinting.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
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
*
Add a flag to the IRPrinter instrumentation to only print after a pass if the...
River Riddle
2019-12-06
1
-8
/
+93
*
Refactor the IRPrinting instrumentation to take a derivable config.
River Riddle
2019-12-05
1
-43
/
+98
*
Add a printer flag to use local scope when printing IR.
River Riddle
2019-11-12
1
-1
/
+1
*
NFC: Print the generic op form after pass failure.
River Riddle
2019-10-10
1
-8
/
+9
*
Update the IRPrinter instrumentation to work on non function/module operations.
River Riddle
2019-09-14
1
-21
/
+27
*
NFC: Pass PassInstrumentations by unique_ptr instead of raw pointer.
River Riddle
2019-09-14
1
-1
/
+1
*
Refactor the pass manager to support operations other than FuncOp/ModuleOp.
River Riddle
2019-09-02
1
-1
/
+1
*
NFC: Refactor the PassInstrumentation framework to operate on Operation inste...
River Riddle
2019-08-16
1
-23
/
+20
*
Change the IR printing pass instrumentation to ignore the verifier passes on ...
River Riddle
2019-07-12
1
-2
/
+10
*
NFC: Remove Function::getModule.
River Riddle
2019-07-12
1
-1
/
+1
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
1
-2
/
+2
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-4
/
+4
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
1
-3
/
+3
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-6
/
+6
*
Add an instrumentation for conditionally printing the IR before and after pas...
River Riddle
2019-03-29
1
-0
/
+128