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
/
Analysis
/
LoopAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir][RFC] Refactor layout representation in MemRefType
Vladislav Vinogradov
2021-10-19
1
-8
/
+1
*
[MLIR][NFC] Drop unnecessary use of OpBuilder in build trip count map
Uday Bondhugula
2021-10-03
1
-13
/
+7
*
[mlir] Create a generic reduction detection utility
Diego Caballero
2021-09-24
1
-0
/
+104
*
[mlir][Affine] Fix vectorizability check for multiple load/stores
Sergei Grechanik
2020-12-09
1
-2
/
+14
*
[mlir][NFC] Remove usernames and google bug numbers from TODO comments.
River Riddle
2020-07-07
1
-6
/
+5
*
[MLIR][NFC] Adopt variadic isa<>
Rahul Joshi
2020-06-24
1
-2
/
+1
*
[MLIR] Improve support for 0-dimensional Affine Maps.
Jeremy Bruestle
2020-04-15
1
-2
/
+2
*
[MLIR][NFC] loop transforms/analyis utils cleanup / modernize
Uday Bondhugula
2020-04-01
1
-6
/
+3
*
[MLIR][NFC] std::is_same || -> llvm::is_one_of
Uday Bondhugula
2020-03-25
1
-3
/
+3
*
[mlir][NFC] Cleanup AffineOps directory structure
Rob Suderman
2020-03-20
1
-2
/
+2
*
[mlir][NFC] modernize / clean up some loop transform utils, affine analysis u...
Uday Bondhugula
2020-03-13
1
-4
/
+2
*
[MLIR][Affine] NFC: Move AffineValueMap and MutableAffineMap
Frank Laub
2020-02-10
1
-1
/
+2
*
Mass update the MLIR license header to mention "Part of the LLVM project"
Mehdi Amini
2020-01-26
1
-1
/
+1
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-2
/
+2
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-13
/
+12
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-15
/
+15
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-4
/
+4
*
NFC - fix name / comments - isAccessInvariant
Uday Bondhugula
2019-12-04
1
-3
/
+18
*
Refactor dependencies to expose Vector transformations as patterns - NFC
Nicolas Vasilache
2019-12-03
1
-12
/
+9
*
Unify vector op names with other dialects.
Jean-Michel Gorius
2019-11-22
1
-2
/
+1
*
Replace some remnant uses of "inst" with "op".
Sean Silva
2019-11-06
1
-3
/
+3
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-1
/
+1
*
Add rewrite pattern to compose maps into affine load/stores
Uday Bondhugula
2019-09-17
1
-1
/
+1
*
Clean up build trip count analysis method - avoid mutating IR
Uday Bondhugula
2019-09-14
1
-39
/
+24
*
NFC: Move AffineOps dialect to the Dialect sub-directory.
River Riddle
2019-08-20
1
-1
/
+1
*
Move Linalg and VectorOps dialects to the Dialect subdir - NFC
Nicolas Vasilache
2019-08-19
1
-1
/
+1
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
Add a higher-order vector.extractelement operation in MLIR
Nicolas Vasilache
2019-08-09
1
-1
/
+2
*
Globally change load/store/dma_start/dma_wait operations over to affine.load/...
Andy Davis
2019-07-03
1
-18
/
+28
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
1
-1
/
+1
*
Remove "size" property of affine maps.
MLIR Team
2019-06-01
1
-2
/
+2
*
Add user iterators to IRObjects, i.e. Values.
River Riddle
2019-05-20
1
-2
/
+2
*
Replace Operation::isa with llvm::isa.
River Riddle
2019-05-20
1
-2
/
+2
*
Replace Operation::cast with llvm::cast.
River Riddle
2019-05-20
1
-1
/
+1
*
Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...
River Riddle
2019-05-20
1
-4
/
+4
*
Automated rollback of changelist 247778391.
MLIR Team
2019-05-20
1
-4
/
+4
*
Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...
River Riddle
2019-05-20
1
-4
/
+4
*
Add support for basic remark diagnostics. This is the minimal functionali...
River Riddle
2019-05-06
1
-1
/
+1
*
Cleanup SuperVectorization dialect printing and parsing.
Nicolas Vasilache
2019-03-29
1
-1
/
+1
*
Refactor vectorization patterns
Nicolas Vasilache
2019-03-29
1
-40
/
+45
*
Rename InstOperand to OpOperand.
River Riddle
2019-03-29
1
-1
/
+1
*
Make vectorization aware of loop semantics
Nicolas Vasilache
2019-03-29
1
-21
/
+15
*
Give the Vectorize pass a virtualVectorSize argument.
Nicolas Vasilache
2019-03-29
1
-12
/
+9
*
Replace usages of Instruction with Operation in the /Analysis directory.
River Riddle
2019-03-29
1
-22
/
+22
*
Replace usages of Instruction with Operation in the /IR directory.
River Riddle
2019-03-29
1
-5
/
+5
*
Rename the Instruction class to Operation. This just renames the class, usage...
River Riddle
2019-03-29
1
-1
/
+1
*
Replace usages of "Op::operator->" with ".".
River Riddle
2019-03-29
1
-5
/
+5
*
Replace usages of "operator->" with "." for the AffineOps.
River Riddle
2019-03-29
1
-17
/
+17
*
Using getContext() instead of getInstruction()->getContext() on Operation (NFC)
Mehdi Amini
2019-03-29
1
-1
/
+1
[next]