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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir][LLVMIR] Add support for InlineAsmOp
Nicolas Vasilache
2020-11-30
2
-0
/
+37
*
[mlir] Let ModuleTranslate propagate LLVM triple
Nicolas Vasilache
2020-11-27
1
-0
/
+3
*
[mlir][BuiltinDialect] Resolve comments from D91571
River Riddle
2020-11-19
4
-4
/
+4
*
[mlir][NFC] Remove references to Module.h and Function.h
River Riddle
2020-11-17
4
-5
/
+4
*
[MLIR] Allow setting "CodeView" flag in LLVMIR translation on MSVC.
Scott Todd
2020-11-13
1
-0
/
+11
*
[mlir][llvm] Expose getters for alias and align attribute names
Stephan Herhut
2020-11-11
1
-2
/
+4
*
[OMPIRBuilder] Start 'Create' methods with lower case. NFC.
Michael Kruse
2020-11-09
1
-5
/
+5
*
Check for nullptr before dereferencing in translateModuleToLLVMIR()
Mehdi Amini
2020-11-06
1
-1
/
+3
*
[MLIR] NFC : Move OpenMP dialect include to translation
Kiran Chandramohan
2020-11-03
1
-0
/
+1
*
[mlir] NFC: fix trivial typos
Kazuaki Ishizaki
2020-10-29
1
-1
/
+1
*
[OpenMP][MLIR] Fix for nested parallel regions
Kiran Chandramohan
2020-10-19
1
-12
/
+15
*
[MLIR][LLVM] Fixed `topologicalSort()` to iterative version
George Mitenkov
2020-10-02
1
-14
/
+8
*
[MLIR] Avoid adding debuginfo for a function if it contains calls that has no...
Tim Shen
2020-09-29
2
-1
/
+18
*
[mlir] Fix shared libs build
Andrzej Warzynski
2020-09-29
1
-1
/
+1
*
Remove dependency from LLVM Dialect on the OpenMP dialect
Mehdi Amini
2020-09-29
3
-4
/
+6
*
[mlir][ODS] Use c++ types for integer attributes of fixed width when possible.
River Riddle
2020-09-01
1
-1
/
+1
*
Fix build failures caused by f4257c5832aa51e960e7351929ca3d37031985b7
David Sherwood
2020-08-28
1
-4
/
+4
*
Add a `dialect_registration` callback for "translations" registered with mlir...
Mehdi Amini
2020-08-23
4
-5
/
+19
*
[mlir] fix build after llvm made ElementCount constructor private
Alex Zinenko
2020-08-19
1
-1
/
+1
*
Separate the Registration from Loading dialects in the Context
Mehdi Amini
2020-08-19
2
-3
/
+3
*
Revert "Separate the Registration from Loading dialects in the Context"
Mehdi Amini
2020-08-19
2
-3
/
+3
*
Separate the Registration from Loading dialects in the Context
Mehdi Amini
2020-08-18
2
-3
/
+3
*
Revert "Separate the Registration from Loading dialects in the Context"
Mehdi Amini
2020-08-18
2
-3
/
+3
*
Separate the Registration from Loading dialects in the Context
Mehdi Amini
2020-08-18
2
-3
/
+3
*
[mlir] Move data layout from LLVMDialect to module Op attributes
Alex Zinenko
2020-08-17
1
-4
/
+4
*
Revert "Separate the Registration from Loading dialects in the Context"
Mehdi Amini
2020-08-15
2
-3
/
+3
*
Separate the Registration from Loading dialects in the Context
Mehdi Amini
2020-08-15
2
-3
/
+3
*
Revert "Separate the Registration from Loading dialects in the Context"
Mehdi Amini
2020-08-15
2
-3
/
+3
*
Separate the Registration from Loading dialects in the Context
Mehdi Amini
2020-08-14
2
-3
/
+3
*
[MLIR,OpenMP] Lowering of parallel operation: proc_bind clause 2/n
Kiran Chandramohan
2020-08-12
1
-29
/
+29
*
[OpenMP,MLIR] Translation of parallel operation: num_threads, if clauses 3/n
Kiran Chandramohan
2020-08-07
1
-0
/
+5
*
[mlir][Attribute] Remove usages of Attribute::getKind
River Riddle
2020-08-07
1
-19
/
+11
*
[mlir] do not require LLVMDialect in conversion from LLVM IR
Alex Zinenko
2020-08-07
1
-11
/
+5
*
[mlir] take LLVMContext in MLIR-to-LLVM-IR translation
Alex Zinenko
2020-08-07
5
-38
/
+33
*
[mlir] use the new stateful LLVM type translator by default
Alex Zinenko
2020-08-06
3
-95
/
+54
*
[mlir] Fix GCC5 compilation problem in MLIR->LLVM type translation
Alex Zinenko
2020-08-04
1
-2
/
+2
*
[mlir] switch the modeling of LLVM types to use the new mechanism
Alex Zinenko
2020-08-04
2
-24
/
+27
*
[mlir] translate types between MLIR LLVM dialect and LLVM IR
Alex Zinenko
2020-08-04
2
-0
/
+310
*
[MLIR,OpenMP][NFCI] Removed loop for accessing regions of ParallelOp
Sourabh Singh Tomar
2020-07-31
1
-8
/
+7
*
[MLIR][OpenMP] Fix OpenMPIRBuilder usage after D82470
Johannes Doerfert
2020-07-30
1
-1
/
+5
*
[mlir] LLVMType: make getUnderlyingType private
Alex Zinenko
2020-07-29
2
-14
/
+15
*
[MLIR][LLVMDialect] Added branch weights attribute to CondBrOp
George Mitenkov
2020-07-24
1
-1
/
+15
*
[mlir] Support translating function linkage between MLIR and LLVM IR
Alex Zinenko
2020-07-20
2
-2
/
+4
*
Lowering of OpenMP Parallel operation to LLVM IR 1/n
Kiran Chandramohan
2020-07-13
1
-71
/
+160
*
[MLIR] Change ODS collective params build method to provide an empty default ...
Rahul Joshi
2020-07-13
1
-4
/
+3
*
[mlir] Convert function signatures before converting globals
Sean Silva
2020-07-07
1
-2
/
+11
*
[mlir][NFC] Remove usernames and google bug numbers from TODO comments.
River Riddle
2020-07-07
3
-4
/
+4
*
[MLIR] Add variadic isa<> for Type, Value, and Attribute
Rahul Joshi
2020-06-29
1
-2
/
+1
*
[SVE] Remove calls to VectorType::getNumElements from mlir
Christopher Tetreault
2020-06-29
1
-1
/
+1
*
[mlir] LLVM dialect: use addressof instead of constant to create function poi...
Alex Zinenko
2020-06-29
2
-2
/
+10
[next]