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
/
IR
/
Function.cpp
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
-2
/
+2
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-3
/
+3
*
Split out FunctionLike printing/parsing into FunctionImplementation.{h,cpp}
Alex Zinenko
2019-11-28
1
-0
/
+1
*
Add FuncOp::eraseArgument
Sean Silva
2019-11-13
1
-0
/
+35
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-1
/
+1
*
NFC: Pass OpAsmPrinter by reference instead of by pointer.
River Riddle
2019-09-20
1
-1
/
+1
*
NFC: Pass OperationState by reference instead of by pointer.
River Riddle
2019-09-20
1
-10
/
+10
*
NFC: Pass OpAsmParser by reference instead of by pointer.
River Riddle
2019-09-20
1
-1
/
+1
*
[spirv] Add support for spv.loop (de)serialization
Lei Zhang
2019-09-11
1
-0
/
+8
*
FunctionSupport: wrap around bool to have a more semantic callback type
Alex Zinenko
2019-08-08
1
-1
/
+2
*
Introduce support for variadic function signatures for the LLVM dialect
Alex Zinenko
2019-08-08
1
-5
/
+9
*
NFC: Update FuncOp::addEntryBlock to return the newly inserted block.
River Riddle
2019-08-07
1
-1
/
+2
*
Introduce custom syntax for llvm.func
Alex Zinenko
2019-08-05
1
-3
/
+2
*
Genericize function-like printer and parser. NFC
Alex Zinenko
2019-07-25
1
-160
/
+7
*
Introduce LLVMFuncOp
Alex Zinenko
2019-07-23
1
-99
/
+6
*
Update the dialect attribute verifiers related to functions.
River Riddle
2019-07-12
1
-3
/
+4
*
Rename FunctionAttr to SymbolRefAttr.
River Riddle
2019-07-12
1
-2
/
+2
*
FuncOp::eraseBody: drop all references before erasing blocks
Alex Zinenko
2019-07-12
1
-0
/
+8
*
Drop the trailing newline from the FuncOp syntax.
River Riddle
2019-07-12
1
-4
/
+1
*
NFC: Remove Function::getModule.
River Riddle
2019-07-12
1
-6
/
+0
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-10
/
+10
*
Generalize the symbol table functionality of ModuleOp into a trait 'OpTrait::...
River Riddle
2019-07-08
1
-3
/
+17
*
Replace the implementation of Function and Module with FuncOp and ModuleOp.
River Riddle
2019-07-03
1
-165
/
+116
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
1
-7
/
+9
*
NFC: Update the Operation 'walk' methods to use llvm::function_ref instead of...
River Riddle
2019-07-02
1
-1
/
+1
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-26
/
+33
*
Extract the automatic function renaming and symbol table out of Module.
River Riddle
2019-07-01
1
-8
/
+1
*
Cleanup the 'clone' methods and remove the need to explicitly pass in the con...
River Riddle
2019-06-27
1
-1
/
+1
*
Move the emitError/Warning/Remark utility methods out of MLIRContext and into...
River Riddle
2019-06-25
1
-3
/
+3
*
Extract the function symbol table functionality, i.e. mapping and name uniqui...
River Riddle
2019-06-19
1
-28
/
+3
*
Add a utility to OpAsmPrinter for printing an optional trailing arrow type li...
River Riddle
2019-06-19
1
-21
/
+1
*
Add a verify method to FuncOp and check that the type signature matches the s...
River Riddle
2019-06-09
1
-0
/
+23
*
Add a few utility overloads for OpAsmParser methods:
River Riddle
2019-06-09
1
-2
/
+1
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
1
-3
/
+1
*
Add support to FuncOp for managing argument attributes. The syntax for argume...
River Riddle
2019-06-09
1
-20
/
+79
*
Start defining a new operation 'FuncOp' that replicates all of the functional...
River Riddle
2019-06-03
1
-0
/
+200
*
Refactor FunctionAttr to hold the internal function reference by name ins...
River Riddle
2019-06-01
1
-5
/
+0
*
Allow a function to take the name of another existing function.
River Riddle
2019-05-20
1
-0
/
+8
*
Refactor the includes of Function.h now that the dependency on Operation ...
River Riddle
2019-05-20
1
-3
/
+5
*
Simplify several usages of attributes now that they always have a type an...
River Riddle
2019-05-10
1
-4
/
+2
*
Make the Twine parameter of the current diagnostic emit functions optiona...
River Riddle
2019-05-06
1
-10
/
+10
*
Add an MLIRContext::emitWarning utility method.
River Riddle
2019-05-06
1
-3
/
+1
*
Introduce a new API for emitting diagnostics with Diagnostic and InFlight...
River Riddle
2019-05-06
1
-7
/
+8
*
Add support for basic remark diagnostics. This is the minimal functionali...
River Riddle
2019-05-06
1
-6
/
+5
*
Start sketching out a new diagnostics infrastructure. Create a new class ...
River Riddle
2019-05-06
1
-4
/
+5
*
Remove the non-postorder walk functions from Function/Block/Instruction a...
River Riddle
2019-04-05
1
-6
/
+0
*
Update the dialect attribute verification hooks to return LogicalResult i...
River Riddle
2019-04-02
1
-4
/
+4
*
Simplify API uses of `getContext()` (NFC)
Mehdi Amini
2019-03-29
1
-1
/
+1
*
Replace usages of Instruction with Operation in the /IR directory.
River Riddle
2019-03-29
1
-5
/
+4
[next]