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
/
SymbolTable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-2
/
+2
*
[mlir] Add support for attaching a visibility to symbols.
River Riddle
2020-01-13
1
-0
/
+50
*
[mlir] Update the use-list algorithms in SymbolTable to support nested refere...
River Riddle
2020-01-13
1
-103
/
+380
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
minor spelling tweaks
Kazuaki Ishizaki
2019-12-06
1
-1
/
+1
*
Move ModuleManager functionality into mlir::SymbolTable.
Tres Popp
2019-12-05
1
-20
/
+39
*
Add support for replacing all uses of a symbol.
River Riddle
2019-10-24
1
-37
/
+165
*
Add a Symbol trait to simplify defining operations that represent symbols.
River Riddle
2019-10-21
1
-1
/
+8
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-1
/
+1
*
NFC: Cleanup the implementation of walkSymbolUses.
River Riddle
2019-10-18
1
-66
/
+35
*
Update the symbol utility methods to handle the case of unknown operations.
River Riddle
2019-10-08
1
-24
/
+68
*
Add support for walking the uses of a symbol.
River Riddle
2019-10-08
1
-0
/
+157
*
Add initial callgraph support.
River Riddle
2019-09-23
1
-0
/
+30
*
Generalize the symbol table functionality of ModuleOp into a trait 'OpTrait::...
River Riddle
2019-07-08
1
-25
/
+66
*
NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.
River Riddle
2019-07-08
1
-1
/
+1
*
Replace the implementation of Function and Module with FuncOp and ModuleOp.
River Riddle
2019-07-03
1
-5
/
+5
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
1
-2
/
+2
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-11
/
+11
*
Extract the automatic function renaming and symbol table out of Module.
River Riddle
2019-07-01
1
-1
/
+11
*
Extract the function symbol table functionality, i.e. mapping and name uniqui...
River Riddle
2019-06-19
1
-0
/
+63