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
/
PassTiming.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-8
/
+7
*
minor spelling tweaks
Kazuaki Ishizaki
2019-12-06
1
-1
/
+1
*
Add support for instance specific pass statistics.
River Riddle
2019-12-05
1
-16
/
+9
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-3
/
+3
*
Pass the pointer of the parent pipeline collection pass to PassInstrumentatio...
River Riddle
2019-09-30
1
-12
/
+11
*
Fix a number of Clang-Tidy warnings.
Christian Sigg
2019-09-23
1
-3
/
+4
*
NFC: Pass PassInstrumentations by unique_ptr instead of raw pointer.
River Riddle
2019-09-14
1
-1
/
+1
*
Add support for coalescing adjacent nested pass pipelines.
River Riddle
2019-09-09
1
-2
/
+9
*
Refactor PassTiming to support nested pipelines.
River Riddle
2019-09-08
1
-65
/
+142
*
Refactor the pass manager to support operations other than FuncOp/ModuleOp.
River Riddle
2019-09-02
1
-6
/
+6
*
NFC: Refactor the PassInstrumentation framework to operate on Operation inste...
River Riddle
2019-08-16
1
-12
/
+8
*
Replace dyn_cast<> with isa<> when the returned value is unused (NFC)
Mehdi Amini
2019-05-10
1
-2
/
+1
*
Update variable in PassTiming to refer to system_clock instead of high_re...
River Riddle
2019-04-01
1
-1
/
+1
*
Add support for multi-threaded pass timing.
River Riddle
2019-03-29
1
-43
/
+161
*
Add experimental support for multi-threading the pass manager. This adds supp...
River Riddle
2019-03-29
1
-1
/
+1
*
Replace the usages of llvm::Timer in PassTiming in favor of a simple nested T...
River Riddle
2019-03-29
1
-187
/
+173
*
Add an instrumentation for conditionally printing the IR before and after pas...
River Riddle
2019-03-29
1
-7
/
+0
*
Refactor pass timing so that it is toggled on the passmanager via 'enableTimi...
River Riddle
2019-03-29
1
-5
/
+76
*
Add a new instrumentation for timing pass and analysis execution. This is mad...
River Riddle
2019-03-29
1
-0
/
+234