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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace the implementation of Function and Module with FuncOp and ModuleOp.
River Riddle
2019-07-03
1
-1
/
+1
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
3
-12
/
+11
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
2
-17
/
+18
*
Add a new AttributeElementIterator to DenseElementsAttr.
River Riddle
2019-06-26
1
-3
/
+1
*
Move the emitError/Warning/Remark utility methods out of MLIRContext and into...
River Riddle
2019-06-25
1
-12
/
+7
*
NVVM target: emit nvvm.annotations for kernel functions
Alex Zinenko
2019-06-25
2
-4
/
+33
*
Simplify usages of SplatElementsAttr now that it inherits from DenseElementsA...
River Riddle
2019-06-19
1
-8
/
+1
*
Refactor DenseElementsAttr to support auto-splatting the dense data on constr...
River Riddle
2019-06-19
1
-0
/
+7
*
Fix translation of NVVM special registers to intrinsics.
Stephan Herhut
2019-06-01
1
-3
/
+3
*
Add support for llvm.constant with StringAttr as value.
Stephan Herhut
2019-06-01
1
-0
/
+5
*
Refactor FunctionAttr to hold the internal function reference by name ins...
River Riddle
2019-06-01
1
-3
/
+2
*
Add support for streaming an OperationName into a Diagnostic.
River Riddle
2019-05-20
1
-2
/
+1
*
Remove unnecessary C++ specifier in CPP files. NFC.
Jacques Pienaar
2019-05-20
3
-3
/
+3
*
Add a utility method to MLIRContext get a registered dialect with the der...
River Riddle
2019-05-20
1
-3
/
+2
*
Replace Operation::isa with llvm::isa.
River Riddle
2019-05-20
1
-2
/
+2
*
Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...
River Riddle
2019-05-20
1
-3
/
+3
*
Automated rollback of changelist 247778391.
MLIR Team
2019-05-20
1
-3
/
+3
*
Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...
River Riddle
2019-05-20
1
-3
/
+3
*
Introduce a new API for emitting diagnostics with Diagnostic and InFlight...
River Riddle
2019-05-06
1
-2
/
+4
*
Add transformation of the NVVM dialect to an LLVM module. Only handles
Stephan Herhut
2019-05-06
5
-457
/
+547
*
Introduce std.varargs attribute to mark variadic arguments functions
Mehdi Amini
2019-04-07
1
-6
/
+10
*
ExecutionEngine: allow for running MLIR passes during JIT-compilation
Alex Zinenko
2019-04-07
1
-2
/
+2
*
Add build files and update README.
Jacques Pienaar
2019-03-30
2
-0
/
+10
*
Replace remaining usages of the Instruction class with Operation.
River Riddle
2019-03-29
1
-27
/
+27
*
Replace remaining usages of "Op::operator->" with "." and remove it.
River Riddle
2019-03-29
1
-6
/
+6
*
Remove const from Value, Instruction, Argument, and the various methods on the
Chris Lattner
2019-03-29
1
-10
/
+9
*
Remove const from mlir::Block.
Chris Lattner
2019-03-29
1
-15
/
+14
*
Continue pushing const out of the core IR types - in this case, remove const
Chris Lattner
2019-03-29
1
-9
/
+9
*
Continue pushing const out of the IR types - removing the notion of a 'const
Chris Lattner
2019-03-29
1
-6
/
+5
*
TableGen most of the LLVM IR Dialect to LLVM IR conversions
Alex Zinenko
2019-03-29
1
-122
/
+23
*
Using llvm.noalias attribute when generating LLVMIR.
Dimitrios Vytiniotis
2019-03-29
1
-1
/
+18
*
Use consistent names for dialect op source files
Lei Zhang
2019-03-29
1
-1
/
+1
*
LLVM IR Dialect: unify call and call0 operations
Alex Zinenko
2019-03-29
1
-7
/
+8
*
Add a Function::isExternal utility to simplify checks for external functions.
River Riddle
2019-03-29
1
-1
/
+1
*
LLVM IR dialect and translation: support conditional branches with arguments
Alex Zinenko
2019-03-29
1
-2
/
+6
*
LLVM dialect conversion and target: support indirect calls
Alex Zinenko
2019-03-29
1
-17
/
+35
*
Reimplement LLVM IR translation to use the MLIR LLVM IR dialect
Alex Zinenko
2019-03-29
1
-709
/
+317
*
Remove remaining references to OperationInst in all directories except for li...
River Riddle
2019-03-29
1
-12
/
+11
*
Fold the functionality of OperationInst into Instruction. OperationInst still...
River Riddle
2019-03-29
1
-1
/
+1
*
Fix use of llvm::Module::getOrInsertFunction after the upstream opaque pointe...
River Riddle
2019-03-29
1
-5
/
+6
*
Use formatv for the error instead of string stream.
Jacques Pienaar
2019-03-29
1
-5
/
+3
*
Migrate VectorOrTensorType/MemRefType shape api to use int64_t instead of int.
River Riddle
2019-03-29
1
-1
/
+1
*
Fix outdated comments
Uday Bondhugula
2019-03-29
1
-11
/
+9
*
Extract openInputFile() into Support/FileUtilities
Lei Zhang
2019-03-29
1
-0
/
+1
*
LLVM IR lowering: support integer division and remainder operations
Alex Zinenko
2019-03-29
1
-0
/
+16
*
Split the standard types from builtin types and move them into separate sourc...
River Riddle
2019-03-29
1
-4
/
+4
*
LLVM IR Lowering: support "select"
Alex Zinenko
2019-03-29
1
-0
/
+8
*
Simplify the remapFunctionAttrs logic, merging CFG/ML function handling.
Chris Lattner
2019-03-29
1
-14
/
+11
*
Tidy up references to "basic blocks" that should refer to blocks now. NFC.
Chris Lattner
2019-03-29
1
-2
/
+2
*
Standardize naming of statements -> instructions, revisting the code base to be
Chris Lattner
2019-03-29
1
-1
/
+1
[prev]
[next]