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
/
FunctionSupport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce gpu.func
Alex Zinenko
2019-11-25
1
-41
/
+61
*
Don't force newline before function attributes
Alex Zinenko
2019-11-21
1
-5
/
+1
*
Rename the current parseSymbolName to parseOptionalSymbolName
River Riddle
2019-11-13
1
-5
/
+3
*
Add support for nested symbol references.
River Riddle
2019-11-11
1
-1
/
+1
*
Add (parse|print)OptionalAttrDictWithKeyword hooks to simplify parsing attrib...
River Riddle
2019-11-05
1
-3
/
+2
*
NFC: Rename parseOptionalAttributeDict -> parseOptionalAttrDict to match the ...
River Riddle
2019-11-05
1
-3
/
+3
*
Add a Symbol trait to simplify defining operations that represent symbols.
River Riddle
2019-10-21
1
-0
/
+1
*
Add support for function result attributes.
Sean Silva
2019-10-18
1
-15
/
+96
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-1
/
+1
*
Add support for parsing/printing non bare-identifier SymbolRefs.
River Riddle
2019-10-08
1
-1
/
+2
*
NFC: Pass OpAsmPrinter by reference instead of by pointer.
River Riddle
2019-09-20
1
-17
/
+17
*
NFC: Pass OperationState by reference instead of by pointer.
River Riddle
2019-09-20
1
-8
/
+8
*
NFC: Pass OpAsmParser by reference instead of by pointer.
River Riddle
2019-09-20
1
-30
/
+29
*
FunctionSupport: wrap around bool to have a more semantic callback type
Alex Zinenko
2019-08-08
1
-2
/
+2
*
Introduce support for variadic function signatures for the LLVM dialect
Alex Zinenko
2019-08-08
1
-10
/
+35
*
Introduce custom syntax for llvm.func
Alex Zinenko
2019-08-05
1
-1
/
+7
*
Genericize function-like printer and parser. NFC
Alex Zinenko
2019-07-25
1
-0
/
+203