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
/
Parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir][python] Add generic operation parse APIs
rkayaith
2023-03-01
1
-1
/
+2
*
[mlir:Bytecode] Add shared_ptr<SourceMgr> overloads to allow safe mmap of data
River Riddle
2022-12-11
1
-7
/
+37
*
[mlir] Add initial support for a binary serialization format
River Riddle
2022-08-22
2
-0
/
+4
*
[mlir] Refactor the Parser library in preparation for an MLIR binary format
River Riddle
2022-07-25
16
-7958
/
+16
*
Use callables directly in any_of, count_if, etc (NFC)
Kazu Hirata
2022-07-23
1
-1
/
+1
*
[mlir] (NFC) run clang-format on all files
Jeff Niu
2022-07-14
3
-11
/
+5
*
[mlir] Use value instead of getValue (NFC)
Kazu Hirata
2022-07-14
5
-6
/
+6
*
[mlir] Use has_value instead of hasValue (NFC)
Kazu Hirata
2022-07-13
5
-5
/
+5
*
[mlir] Allow empty lists for DenseArrayAttr.
Adrian Kuegel
2022-07-13
1
-6
/
+27
*
Read/write external resource alignment tag in little-endian
Ulrich Weigand
2022-07-12
1
-1
/
+2
*
[mlir:LSP] Add support for code completing attributes and types
River Riddle
2022-07-08
7
-61
/
+169
*
[mlir:LSP] Add support for keyword code completions
River Riddle
2022-07-08
3
-0
/
+27
*
[mlir:LSP] Add support for MLIR code completions
River Riddle
2022-07-07
10
-27
/
+261
*
[mlir:Parser] Don't use strings for the "ugly" form of Attribute/Type syntax
River Riddle
2022-07-05
3
-173
/
+102
*
[MLIR][Affine] Allow `<=` in IntegerSet constraints
Groverkss
2022-07-05
1
-0
/
+10
*
[MLIR][Affine] Allow affine-expr on RHS in IntegerSet
Groverkss
2022-07-03
1
-21
/
+23
*
[mlir] Allow for attaching external resources to .mlir files
River Riddle
2022-06-29
10
-63
/
+343
*
Introduce a new Dense Array attribute
Mehdi Amini
2022-06-28
2
-1
/
+71
*
Revert "Introduce a new Dense Array attribute"
Mehdi Amini
2022-06-28
2
-71
/
+1
*
Introduce a new Dense Array attribute
Mehdi Amini
2022-06-28
2
-1
/
+71
*
[MLIR][Parser] Fix AffineParser colliding bare identifiers with primitive types
Groverkss
2022-06-27
1
-6
/
+18
*
Revert "Don't use Optional::hasValue (NFC)"
Kazu Hirata
2022-06-25
5
-12
/
+12
*
Don't use Optional::hasValue (NFC)
Kazu Hirata
2022-06-25
5
-12
/
+12
*
[mlir] Don't use Optional::getValue (NFC)
Kazu Hirata
2022-06-20
3
-6
/
+6
*
[mlir] Don't use Optional::hasValue (NFC)
Kazu Hirata
2022-06-20
5
-11
/
+11
*
[mlir] Fix ClangTidy warning (NFC).
Adrian Kuegel
2022-06-03
1
-2
/
+2
*
Apply clang-tidy fixes for modernize-use-bool-literals in Parser.cpp (NFC)
Mehdi Amini
2022-05-23
1
-1
/
+1
*
[MLIR] Make `parseDimensionListRanked` configurable wrt parsing a trailing `x`
Frederik Gossen
2022-05-18
3
-12
/
+32
*
[mlir] Remove the `type` keyword from type alias definitions
River Riddle
2022-05-16
1
-5
/
+3
*
[ParseResult] Fix warning in flang build, incorporate feedback from River.
Chris Lattner
2022-05-13
1
-1
/
+1
*
[ParseResult] Mark this as LLVM_NODISCARD (like LogicalResult) and fix issues.
Chris Lattner
2022-05-13
1
-31
/
+24
*
[DenseElementAttr] Simplify the public API for creating these.
Chris Lattner
2022-05-12
1
-3
/
+2
*
[mlir:Parser] Emit a better diagnostic when a custom operation is unknown
River Riddle
2022-05-11
1
-32
/
+21
*
[AsmParser] Adopt emitWrongTokenError more, improving QoI
Chris Lattner
2022-05-11
5
-46
/
+49
*
[AsmParser] Improve error recovery again.
Chris Lattner
2022-05-11
1
-10
/
+22
*
[MLIR Parser] Improve QoI for "expected token" errors
Chris Lattner
2022-05-10
2
-25
/
+72
*
[mlir] Remove special case parsing/printing of `func` operations
River Riddle
2022-05-06
1
-5
/
+0
*
[mlir] Add a better error message when failing to parse an attribute
River Riddle
2022-05-05
1
-4
/
+7
*
[AsmParser] Introduce a new "Argument" abstraction + supporting logic
Chris Lattner
2022-04-29
2
-88
/
+82
*
[mlir:LSP] Improve conversion between SourceMgr and LSP locations
River Riddle
2022-04-28
1
-7
/
+42
*
[OpAsmParser] Simplify logic for requiredOperandCount in parseOperandList.
Chris Lattner
2022-04-28
1
-19
/
+2
*
[AsmParser] Rework logic around "region argument parsing"
Chris Lattner
2022-04-28
1
-46
/
+24
*
[mlir][ods] Extend the EnumAttr tablegen class to support BitEnum attributes
Jeremy Furtek
2022-04-25
3
-0
/
+14
*
[AsmParser/Printer] Rework sourceloc support for function arguments.
Chris Lattner
2022-04-21
1
-30
/
+20
*
[mlir] Fix two AttributeParser aborts
Jacques Pienaar
2022-04-18
1
-2
/
+8
*
[mlir:Parser][NFC] Replace SSAUseInfo with OpAsmParser::UnresolvedOperand
River Riddle
2022-04-06
1
-83
/
+59
*
[mlir] Rework the implementation of TypeID
River Riddle
2022-04-04
1
-4
/
+7
*
[mlir] Fix leak in case of failed parse
Jacques Pienaar
2022-03-28
1
-34
/
+34
*
[mlir] Make OpBuilder::createOperation to accept raw inputs
Chia-hung Duan
2022-03-23
1
-2
/
+2
*
[mlir] Fix emitting an error at EOF
Mogball
2022-03-23
1
-0
/
+6
[next]