index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mlir
/
lib
/
Pass
/
PassDetail.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `-action` suffix from the tag defining an Action: it is redundant here
Mehdi Amini
2023-04-23
1
-1
/
+1
*
Add capture of "IRUnits" as context for an MLIR Action
Mehdi Amini
2023-03-20
1
-2
/
+8
*
Add an Observer for logging actions application to a stream
Mehdi Amini
2023-03-20
1
-0
/
+16
*
[mlir:Pass] Add support for op-agnostic pass managers
River Riddle
2022-05-12
1
-5
/
+12
*
Adjust "end namespace" comment in MLIR to match new agree'd coding style
Mehdi Amini
2021-12-08
1
-2
/
+2
*
[mlir] Refactor the implementation of pass crash reproducers
River Riddle
2021-05-19
1
-0
/
+37
*
[mlir] Add a hook for initializing passes before execution and use it in the ...
River Riddle
2021-01-08
1
-3
/
+8
*
[mlir][Inliner] Refactor the inliner to use nested pass pipelines instead of ...
River Riddle
2020-12-14
1
-3
/
+5
*
[mlir][Pass] Remove the verifierPass now that verification is run during norm...
River Riddle
2020-11-12
1
-9
/
+0
*
Handle the verifier at run() time in the PassManager instead of build time
Mehdi Amini
2020-11-03
1
-4
/
+6
*
Remove the `run` method from `OpPassManager` and `Pass` and migrate it to `Op...
Mehdi Amini
2020-08-27
1
-0
/
+12
*
Separate the Registration from Loading dialects in the Context
Mehdi Amini
2020-08-19
1
-0
/
+4
*
Revert "Separate the Registration from Loading dialects in the Context"
Mehdi Amini
2020-08-19
1
-4
/
+0
*
Separate the Registration from Loading dialects in the Context
Mehdi Amini
2020-08-18
1
-0
/
+4
*
Revert "Separate the Registration from Loading dialects in the Context"
Mehdi Amini
2020-08-18
1
-4
/
+0
*
Separate the Registration from Loading dialects in the Context
Mehdi Amini
2020-08-18
1
-0
/
+4
*
Revert "Separate the Registration from Loading dialects in the Context"
Mehdi Amini
2020-08-15
1
-4
/
+0
*
Separate the Registration from Loading dialects in the Context
Mehdi Amini
2020-08-15
1
-0
/
+4
*
Revert "Separate the Registration from Loading dialects in the Context"
Mehdi Amini
2020-08-15
1
-4
/
+0
*
Separate the Registration from Loading dialects in the Context
Mehdi Amini
2020-08-14
1
-0
/
+4
*
[mlir][Pass][NFC] Merge OpToOpPassAdaptor and OpToOpPassAdaptorParallel
River Riddle
2020-04-29
1
-46
/
+21
*
[mlir][Pass] Remove the use of CRTP from the Pass classes
River Riddle
2020-04-07
1
-4
/
+5
*
Mass update the MLIR license header to mention "Part of the LLVM project"
Mehdi Amini
2020-01-26
1
-1
/
+1
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
Add support for instance specific pass statistics.
River Riddle
2019-12-05
1
-0
/
+8
*
Add support for coalescing adjacent nested pass pipelines.
River Riddle
2019-09-09
1
-25
/
+29
*
Refactor PassTiming to support nested pipelines.
River Riddle
2019-09-08
1
-8
/
+3
*
Refactor the pass manager to support operations other than FuncOp/ModuleOp.
River Riddle
2019-09-02
1
-116
/
+39
*
Generalize the pass hierarchy by adding a general OpPass<PassT, OpT>.
River Riddle
2019-08-30
1
-2
/
+2
*
Generalize the analysis manager framework to work on any operation at any nes...
River Riddle
2019-08-28
1
-2
/
+2
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
1
-2
/
+6
*
Change the IR printing pass instrumentation to ignore the verifier passes on ...
River Riddle
2019-07-12
1
-0
/
+19
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
1
-1
/
+1
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-1
/
+1
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
1
-1
/
+1
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-1
/
+1
*
Add experimental support for multi-threading the pass manager. This adds supp...
River Riddle
2019-03-29
1
-12
/
+32
*
Continue pushing const out of the core IR types - in this case, remove const
Chris Lattner
2019-03-29
1
-2
/
+2
*
Add an instrumentation for conditionally printing the IR before and after pas...
River Riddle
2019-03-29
1
-0
/
+7
*
NFC: Move the PassExecutor and PassAdaptor classes into PassDetail.h so that ...
River Riddle
2019-03-29
1
-0
/
+124