index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mlir
/
lib
/
Dialect
/
LLVMIR
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-36
/
+36
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-15
/
+15
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
3
-39
/
+12
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-13
/
+13
*
LLVMFuncOp: implement addEntryBlock
Alex Zinenko
2019-12-19
1
-1
/
+15
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-2
/
+2
*
Replace code with equivalent satisfiesLLVMModule() function call.
Tres Popp
2019-12-17
1
-3
/
+1
*
Remove LLVM dependency on mlir::Module and instead check Traits.
Tres Popp
2019-12-16
1
-3
/
+13
*
NFC: Cleanup the various Op::print methods.
River Riddle
2019-12-12
3
-29
/
+22
*
Automated rollback of commit f68ac464d818629e0fe10c23b44ac782d64a12d2
Christian Sigg
2019-12-12
1
-2
/
+2
*
Switch from shfl.bfly to shfl.down.
Christian Sigg
2019-12-12
1
-2
/
+2
*
LLVM::GlobalOp: take address space as builder argument
Alex Zinenko
2019-12-06
1
-1
/
+4
*
LLVM::AddressOfOp: properly take into account the address space
Alex Zinenko
2019-12-06
1
-1
/
+2
*
Add MLIRIR as a dependency to LLVM and related dialects
Lei Zhang
2019-12-04
1
-3
/
+3
*
Add linkage support to LLVMFuncOp
Alex Zinenko
2019-12-03
1
-41
/
+125
*
Introduce Linkage attribute to the LLVM dialect
Alex Zinenko
2019-12-02
1
-7
/
+87
*
Split out FunctionLike printing/parsing into FunctionImplementation.{h,cpp}
Alex Zinenko
2019-11-28
1
-0
/
+1
*
Allow LLVM::ExtractElementOp to have non-i32 indices.
MLIR Team
2019-11-25
1
-17
/
+14
*
[llvm] Allow GlobalOp to take a region for complex initializers
James Molloy
2019-11-05
1
-1
/
+23
*
NFC: Rename parseOptionalAttributeDict -> parseOptionalAttrDict to match the ...
River Riddle
2019-11-05
3
-31
/
+28
*
[NVVM] Add mma.sync operation.
MLIR Team
2019-11-04
1
-0
/
+83
*
Remove the need for passing a location to parseAttribute/parseType.
River Riddle
2019-11-01
1
-2
/
+3
*
Add DialectAsmParser/Printer classes to simplify dialect attribute and type p...
River Riddle
2019-11-01
1
-3
/
+6
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-3
/
+3
*
Get active source lane predicate from shuffle instruction.
Christian Sigg
2019-10-19
2
-11
/
+24
*
Add support for function result attributes.
Sean Silva
2019-10-18
1
-0
/
+15
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-3
/
+3
*
Add LLVM IR dialect hooks for FP128 and X86_FP80 types
Eric Schweitz
2019-10-11
1
-1
/
+10
*
LLVM Dialect: introduce llvm.mlir.null operation
Alex Zinenko
2019-10-11
1
-0
/
+27
*
Add support for parsing/printing non bare-identifier SymbolRefs.
River Riddle
2019-10-08
1
-2
/
+3
*
[ROCm] Adding ROCDL Dialect.
Deven Desai
2019-09-27
2
-0
/
+91
*
Allow null Attribute for value when building GlobalOp.
Christian Sigg
2019-09-24
1
-1
/
+2
*
Make GlobalOp's value attribute optional.
Christian Sigg
2019-09-21
1
-11
/
+19
*
NFC: Pass OpAsmPrinter by reference instead of by pointer.
River Riddle
2019-09-20
2
-107
/
+107
*
NFC: Pass OperationState by reference instead of by pointer.
River Riddle
2019-09-20
2
-118
/
+118
*
NFC: Pass OpAsmParser by reference instead of by pointer.
River Riddle
2019-09-20
2
-203
/
+199
*
LLVM dialect: prefix auxiliary operations with "mlir."
Alex Zinenko
2019-09-03
1
-5
/
+6
*
Add 3 additional intrinsic ops to NVVM dialect, in preparation to implement b...
MLIR Team
2019-08-27
1
-7
/
+48
*
ConvertLaunchFuncToCudaCalls: use LLVM dialect globals
Alex Zinenko
2019-08-20
1
-0
/
+31
*
Add support for LLVM lowering of binary ops on n-D vector types
Nicolas Vasilache
2019-08-20
1
-0
/
+5
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
3
-0
/
+1499