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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-1
/
+1
*
Refactor the way that pass options are specified.
River Riddle
2019-12-23
2
-10
/
+66
*
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
7
-91
/
+28
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-2
/
+2
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
5
-17
/
+15
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
2
-2
/
+2
*
Add a flag to the IRPrinter instrumentation to only print after a pass if the...
River Riddle
2019-12-06
2
-9
/
+99
*
minor spelling tweaks
Kazuaki Ishizaki
2019-12-06
1
-1
/
+1
*
Refactor the IRPrinting instrumentation to take a derivable config.
River Riddle
2019-12-05
2
-48
/
+104
*
Add support for instance specific pass statistics.
River Riddle
2019-12-05
5
-23
/
+324
*
Make diagnostic a bit clearer.
Sean Silva
2019-12-03
1
-1
/
+1
*
Add a printer flag to use local scope when printing IR.
River Riddle
2019-11-12
1
-1
/
+1
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
2
-4
/
+4
*
NFC: Print the generic op form after pass failure.
River Riddle
2019-10-10
1
-8
/
+9
*
Add support for generating reproducers on pass crash and failure.
River Riddle
2019-10-10
2
-2
/
+100
*
NFC: Initialize pass manager option fields inline instead of the class constr...
River Riddle
2019-10-10
1
-51
/
+31
*
Add ::printAsTextualPipeline to Pass and OpPassManager.
MLIR Team
2019-10-09
1
-0
/
+23
*
Add Instance Specific Pass Options.
MLIR Team
2019-10-08
1
-45
/
+108
*
Pass the pointer of the parent pipeline collection pass to PassInstrumentatio...
River Riddle
2019-09-30
2
-25
/
+28
*
NFC: Fix warning for uninitialized field.
River Riddle
2019-09-23
1
-1
/
+3
*
Fix a number of Clang-Tidy warnings.
Christian Sigg
2019-09-23
2
-4
/
+6
*
Update the IRPrinter instrumentation to work on non function/module operations.
River Riddle
2019-09-14
2
-23
/
+28
*
NFC: Pass PassInstrumentations by unique_ptr instead of raw pointer.
River Riddle
2019-09-14
3
-10
/
+9
*
NFC: Merge OpPass with OperationPass into just OperationPass.
River Riddle
2019-09-14
1
-3
/
+2
*
Publicly expose the functionality to parse a textual pass pipeline.
River Riddle
2019-09-13
1
-27
/
+60
*
Forward diagnostics from untracked threads in ParallelDiagnosticHandler.
River Riddle
2019-09-13
1
-0
/
+6
*
Refactor pass pipeline command line parsing to support explicit pipeline stri...
River Riddle
2019-09-13
3
-29
/
+313
*
Explicitly declare the OpPassManager move constructor to avoid undefined errors.
River Riddle
2019-09-09
1
-0
/
+1
*
Add support for coalescing adjacent nested pass pipelines.
River Riddle
2019-09-09
3
-91
/
+193
*
Refactor PassTiming to support nested pipelines.
River Riddle
2019-09-08
3
-77
/
+187
*
Refactor the pass manager to support operations other than FuncOp/ModuleOp.
River Riddle
2019-09-02
4
-256
/
+250
*
Generalize the pass hierarchy by adding a general OpPass<PassT, OpT>.
River Riddle
2019-08-30
2
-48
/
+13
*
Generalize the analysis manager framework to work on any operation at any nes...
River Riddle
2019-08-28
2
-47
/
+58
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
1
-4
/
+4
*
NFC: Refactor the PassInstrumentation framework to operate on Operation inste...
River Riddle
2019-08-16
3
-45
/
+38
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
2
-15
/
+19
*
Change the IR printing pass instrumentation to ignore the verifier passes on ...
River Riddle
2019-07-12
3
-23
/
+46
*
NFC: Remove Function::getModule.
River Riddle
2019-07-12
2
-2
/
+2
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
3
-6
/
+6
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
3
-13
/
+12
*
NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.
River Riddle
2019-07-08
1
-2
/
+2
*
NFC: Make the 'disable-pass-threading' flag a PassManagerOption.
River Riddle
2019-07-08
2
-8
/
+25
*
NFC: Move the Function/Module/Operation::verify methods out-of-line.
River Riddle
2019-07-02
1
-2
/
+3
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
3
-7
/
+7
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
3
-19
/
+18
*
Make the ParallelDiagnosticHandler used by the pass manager publicly avai...
River Riddle
2019-06-01
1
-130
/
+2
*
Store the child function analysis maps of a ModuleAnalysisManager by uniq...
River Riddle
2019-05-20
1
-5
/
+9
*
Change the diagnostic handler to accept Diagnostic instead of location/me...
River Riddle
2019-05-10
1
-46
/
+39
*
Replace dyn_cast<> with isa<> when the returned value is unused (NFC)
Mehdi Amini
2019-05-10
1
-2
/
+1
[next]