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
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] Add support for interface inheritance
River Riddle
2023-01-18
1
-21
/
+10
*
[mlir] Use std::optional instead of llvm::Optional (NFC)
Kazu Hirata
2023-01-14
1
-1
/
+1
*
[mlir] Add #include <optional> (NFC)
Kazu Hirata
2023-01-13
1
-0
/
+1
*
[Support] llvm::Optional => std::optional
Fangrui Song
2022-12-16
1
-1
/
+1
*
[mlir] Use std::nullopt instead of None (NFC)
Kazu Hirata
2022-12-03
2
-2
/
+2
*
Use std::nullopt_t instead of NoneType (NFC)
Kazu Hirata
2022-11-23
1
-1
/
+1
*
Apply clang-tidy fixes for llvm-include-order in FileUtilities.cpp (NFC)
Mehdi Amini
2022-11-23
1
-2
/
+2
*
Add missing include.
Johannes Reifferscheid
2022-11-14
1
-2
/
+3
*
[mlir] Add openInputFile overload that accepts the expected alignment
River Riddle
2022-11-12
1
-3
/
+16
*
[mlir] Generate C++ doc comments for interfaces
Alex Zinenko
2022-08-10
1
-4
/
+8
*
[mlir] Use C++17 structured bindings instead of std::tie where applicable. NFCI
Benjamin Kramer
2022-08-09
1
-2
/
+1
*
[mlir] Remove unneeded cl::ZeroOrMore for ListOption variables. NFC
Fangrui Song
2022-06-30
1
-1
/
+1
*
[mlir] Add `enableSplitting` and `insertMarkerInOutput` options to `splitAndP...
River Riddle
2022-06-28
1
-3
/
+10
*
Don't use Optional::hasValue (NFC)
Kazu Hirata
2022-06-20
1
-1
/
+1
*
[mlir] Fix the error message for missing explicit TypeID
Mogball
2022-05-18
1
-1
/
+1
*
[mlir] Rework the implementation of TypeID
River Riddle
2022-04-04
2
-0
/
+94
*
[mlir] Move InterfaceMap::InterfaceMap to the cpp file
Benjamin Kramer
2022-03-17
1
-0
/
+8
*
[mlir] Use array_pod_sort for sorting stats/counters.
Benjamin Kramer
2022-03-17
1
-4
/
+5
*
[mlir][NFC] Move MlirOptMain to the Tools/ directory
River Riddle
2022-03-07
2
-314
/
+0
*
[mlir][NFC] Move Parser.h to Parser/
River Riddle
2022-03-07
1
-1
/
+1
*
[MLIR] Change call sites from deprecated `parseSourceFile()` to `parseSourceF...
Christian Sigg
2022-03-07
1
-1
/
+1
*
Replace OwningModuleRef with OwningOpRef<ModuleOp>
Sanjoy Das
2022-01-30
1
-1
/
+1
*
[mlir][NFC] Add a using for llvm::SMLoc/llvm::SMRange to LLVM.h
River Riddle
2022-01-26
2
-4
/
+3
*
Print the `// ----` separator between modules when using -split-input-file wi...
Mehdi Amini
2022-01-21
1
-4
/
+6
*
Avoid creating a ThreadPool in MlirOptMain when `--mlir-disable-threading` op...
Mehdi Amini
2022-01-08
1
-3
/
+12
*
Revert "Avoid creating a ThreadPool in MlirOptMain when `--mlir-disable-threa...
Mehdi Amini
2022-01-08
1
-14
/
+5
*
Avoid creating a ThreadPool in MlirOptMain when `--mlir-disable-threading` op...
Mehdi Amini
2022-01-08
1
-5
/
+14
*
Apply clang-tidy fixes for performance-move-const-arg to MLIR (NFC)
Mehdi Amini
2022-01-02
1
-3
/
+3
*
Fix more clang-tidy cleanups in mlir/ (NFC)
Mehdi Amini
2021-12-22
2
-2
/
+2
*
[mlir] Flag near misses in file splitting
Jacques Pienaar
2021-12-12
1
-3
/
+43
*
Adjust "end namespace" comment in MLIR to match new agree'd coding style
Mehdi Amini
2021-12-08
3
-4
/
+4
*
[mlir][ods] AttrOrTypeGen uses Class
Mogball
2021-12-01
1
-6
/
+17
*
[mlir] MicroOptimize a few hot StorageUniquer code paths
River Riddle
2021-11-11
1
-7
/
+10
*
[mlir] Add callback to provide a pass pipeline to MlirOptMain
Deepak Panickal
2021-11-05
1
-16
/
+30
*
Free memory leak on duplicate interface registration
Mehdi Amini
2021-10-02
1
-0
/
+1
*
Make the --mlir-disable-threading command line option overrides the C++ API u...
Mehdi Amini
2021-09-15
1
-11
/
+19
*
[mlir] Fix CMake linker rules for ViewOpGraph.cpp
Matthias Springer
2021-08-04
1
-0
/
+1
*
[mlir] Fix various issues in TimerImpl.
rdzhabarov
2021-07-22
1
-4
/
+4
*
[mlir] Split things dependent on LLVM_DEBUG into a .cpp file
Benjamin Kramer
2021-06-17
2
-0
/
+37
*
[mlir-opt] Don't enable `printOpOnDiagnostic` if it was explicitly disabled.
River Riddle
2021-05-24
1
-1
/
+2
*
[MLIR] Factor pass timing out into a dedicated timing manager
Fabian Schuiki
2021-05-12
3
-0
/
+578
*
[MLIR][NFC] Remove unused MLIRContext declaration
Uday Bondhugula
2021-05-08
1
-1
/
+0
*
Support: Stop using F_{None,Text,Append} compatibility synonyms, NFC
Duncan P. N. Exon Smith
2021-04-30
1
-1
/
+1
*
[mlir] more iwyu fixes after ba7a92c01e8
Nico Weber
2021-04-21
1
-0
/
+1
*
[mlir][StorageUniquer] Properly call the destructor on non-trivially destruct...
River Riddle
2021-03-11
1
-9
/
+34
*
Change the error message when `-split-input-file` is used with mlir-opt to ma...
Mehdi Amini
2021-02-27
1
-2
/
+3
*
[mlir] Add support for DebugCounters using the new DebugAction infrastructure
River Riddle
2021-02-23
3
-0
/
+165
*
[mlir] avoid exposing mutable DialectRegistry from MLIRContext
Alex Zinenko
2021-02-10
1
-3
/
+2
*
[mlir] enable delayed registration of dialect interfaces
Alex Zinenko
2021-02-10
1
-6
/
+4
*
[mlir] Mark LogicalResult as LLVM_NODISCARD
River Riddle
2021-02-04
1
-2
/
+2
[next]