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
/
test
/
Pass
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor the way that pass options are specified.
River Riddle
2019-12-23
1
-3
/
+3
*
Add a flag to the IRPrinter instrumentation to only print after a pass if the...
River Riddle
2019-12-06
1
-0
/
+8
*
Use regex to fix failure when stats are disabled.
River Riddle
2019-12-06
1
-3
/
+3
*
Add support for instance specific pass statistics.
River Riddle
2019-12-05
1
-0
/
+25
*
Make diagnostic a bit clearer.
Sean Silva
2019-12-03
1
-1
/
+1
*
Convert the Canonicalize and CSE passes to generic Operation Passes.
River Riddle
2019-10-24
3
-10
/
+10
*
Add support for generating reproducers on pass crash and failure.
River Riddle
2019-10-10
1
-0
/
+15
*
Add ::printAsTextualPipeline to Pass and OpPassManager.
MLIR Team
2019-10-09
1
-5
/
+4
*
Add Instance Specific Pass Options.
MLIR Team
2019-10-08
1
-0
/
+19
*
Update the IRPrinter instrumentation to work on non function/module operations.
River Riddle
2019-09-14
1
-2
/
+2
*
Publicly expose the functionality to parse a textual pass pipeline.
River Riddle
2019-09-13
1
-0
/
+9
*
Refactor pass pipeline command line parsing to support explicit pipeline stri...
River Riddle
2019-09-13
1
-0
/
+31
*
Add support for coalescing adjacent nested pass pipelines.
River Riddle
2019-09-09
1
-4
/
+5
*
Refactor PassTiming to support nested pipelines.
River Riddle
2019-09-08
1
-0
/
+22
*
Refactor the pass manager to support operations other than FuncOp/ModuleOp.
River Riddle
2019-09-02
1
-14
/
+12
*
Enable multi-threading in the pass manager by default.
River Riddle
2019-05-06
2
-9
/
+9
*
Update the pass ir-printing test to not rely on rtti type pretty printing.
River Riddle
2019-04-02
1
-16
/
+16
*
Update the multi-threaded pass timing to not assume that total time will be d...
River Riddle
2019-03-29
1
-2
/
+2
*
Add support for multi-threaded pass timing.
River Riddle
2019-03-29
1
-5
/
+44
*
Add an instrumentation for conditionally printing the IR before and after pas...
River Riddle
2019-03-29
1
-0
/
+54
*
Add a new instrumentation for timing pass and analysis execution. This is mad...
River Riddle
2019-03-29
1
-0
/
+31