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
Commit message (
Expand
)
Author
Age
Files
Lines
*
MLIR can't support -Bsymbolic link option, fail at CMake time with a helpful ...
Mehdi Amini
2021-11-08
1
-0
/
+6
*
[mlir] Avoid including <alloca.h> on FreeBSD and NetBSD
Dimitry Andric
2021-08-10
1
-0
/
+4
*
Fix a couple regression tests I missed updating in 2a284782
Eli Friedman
2021-08-04
1
-4
/
+4
*
[mlir] Change ABI breaking use of NDEBUG to LLVM_ENABLE_ABI_BREAKING_CHECKS
Markus Böck
2021-08-03
2
-4
/
+4
*
[mlir][openacc] Initial translation for DataOp to LLVM IR
Valentin Clement
2021-07-27
2
-66
/
+282
*
[mlir] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]
Fangrui Song
2021-07-27
1
-1
/
+1
*
Add llvm::equal convenient wrapper for ranges around std::equal
Mehdi Amini
2021-07-28
1
-4
/
+1
*
[PDL] Mark PatternOp as SingleBlock
River Riddle
2021-07-27
1
-1
/
+3
*
[PDL] Fix the builders for OperationOp and PatternOp
River Riddle
2021-07-27
2
-2
/
+2
*
[mlir] Add a FailureOr copy constructor from a FailureOr of a convertible type.
River Riddle
2021-07-27
1
-0
/
+4
*
[PDL] Remove RewriteEndOp and mark RewriteOp as NoTerminator
River Riddle
2021-07-27
2
-18
/
+5
*
[mlir] Math: add algebraic simplification patterns to math transforms
Eugene Zhulenev
2021-07-27
7
-0
/
+219
*
Re-engineer MLIR python build support.
Stella Laurenzo
2021-07-27
20
-387
/
+811
*
[mlir][sparse] fixed bug in verification
Aart Bik
2021-07-27
2
-4
/
+22
*
[mlir] Fix typo s/applyPermuationMap/applyPermutationMap/
Benjamin Kramer
2021-07-27
3
-10
/
+10
*
Define the namespace for the Affine dialect in ODS (NFC)
Mehdi Amini
2021-07-27
2
-2
/
+3
*
[MLIR][NFC] Rework some comments.
Rahul Joshi
2021-07-26
4
-7
/
+8
*
[mlir] Make ValueShapeRange a new class
Jacques Pienaar
2021-07-26
3
-10
/
+32
*
[MLIR][SCF][NFC] Fix typo in documentation of scf.while
Rahul Joshi
2021-07-26
1
-2
/
+2
*
[mlir][tosa] Disable tosa shape verification between operands/results
Rob Suderman
2021-07-26
3
-25
/
+44
*
[mlir] split type conversion to two lines for GCC's sake
Tres Popp
2021-07-26
1
-1
/
+4
*
[mlir] Fix RankedTensorType::walkImmediateSubElements method
Vladislav Vinogradov
2021-07-26
3
-0
/
+7
*
[mlir] Added new RegionBranchTerminatorOpInterface and adapted uses of hasTra...
Marcel Koester
2021-07-26
12
-71
/
+208
*
[mlir] Async: lower SCF operations into CFG inside coroutines
Eugene Zhulenev
2021-07-24
3
-1
/
+58
*
[mlir] Restore markUnknownOpDynamicallyLegal to call isDynamicallyLegal by de...
Benjamin Kramer
2021-07-24
1
-1
/
+2
*
[mlir] ConversionTarget legality callbacks refactoring
Butygin
2021-07-24
2
-25
/
+23
*
[MLIR][NFC] Minor cleanup in liveness.
Rahul Joshi
2021-07-23
2
-23
/
+15
*
[mlir][linalg] Add pooling_nchw_max, conv_2d_nchw as yaml ops.
Yi Zhang
2021-07-23
6
-10
/
+229
*
[mlir][linalg] Fix bug in contraction op vectorization with output perm
thomasraoux
2021-07-23
4
-21
/
+71
*
[mlir][Complex]: Add lowerings for AddOp and SubOp from Complex dialect to
Adrian Kuegel
2021-07-23
2
-6
/
+63
*
[mlir] Async: special handling for parallel loops with zero iterations
Eugene Zhulenev
2021-07-23
3
-56
/
+104
*
[mlir][Linalg] Fix a missing copy when source of insert_slice is not inplace.
Nicolas Vasilache
2021-07-23
2
-8
/
+88
*
[mlir] Fix comment typos
Jacques Pienaar
2021-07-22
1
-6
/
+6
*
[mlir][tosa] Make tosa MakeBroadcastable pass handle unreanked tensors.
Rob Suderman
2021-07-22
1
-19
/
+32
*
[mlir][tosa] Quantized Conv2DOp lowering to linalg added.
Rob Suderman
2021-07-22
5
-12
/
+201
*
[mlir] Also update inferReturnTensorTypes (NFC)
Jacques Pienaar
2021-07-22
2
-2
/
+2
*
[mlir] Update to use ValueShapeRange (NFC)
Jacques Pienaar
2021-07-22
2
-19
/
+19
*
[mlir] Improve description of interface options
Marius Brehler
2021-07-22
1
-8
/
+14
*
[MLIR][memref] Fix findDealloc() to handle > 1 dealloc for the given alloc.
Rahul Joshi
2021-07-22
6
-26
/
+82
*
[mlir] Fix various issues in TimerImpl.
rdzhabarov
2021-07-22
1
-4
/
+4
*
[MLIR] Fix affine.for empty loop body folder
Uday Bondhugula
2021-07-22
2
-7
/
+13
*
[mlir] Extend scf pipeling to support loop carried dependencies
thomasraoux
2021-07-21
2
-9
/
+207
*
[mlir] Add workaround for false positive in -Wfree-nonheap-object
Fangrui Song
2021-07-21
1
-3
/
+8
*
Add verifier for insert/extract element/value on type match between container...
Mehdi Amini
2021-07-21
4
-1
/
+141
*
[mlir][LLVM] Revert bareptr calling convention handling as an argument materi...
Nicolas Vasilache
2021-07-21
3
-13
/
+84
*
Revert "Add workaround for false positive in -Wfree-nonheap-object"
Christopher Di Bella
2021-07-21
1
-8
/
+3
*
[mlir] Add alias for input to shaped type op interface
Jacques Pienaar
2021-07-21
2
-1
/
+5
*
[MLIR] Add folder for zero trip count affine.for
Uday Bondhugula
2021-07-21
3
-9
/
+51
*
[MLIR] Introduce a new rewrite driver to simplify supplied list of ops
Uday Bondhugula
2021-07-21
8
-53
/
+225
*
[llvm] Add enum iteration to Sequence
Guillaume Chatelet
2021-07-21
1
-2
/
+2
[next]