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
/
Quantizer
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
4
-26
/
+26
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
2
-8
/
+8
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
11
-143
/
+44
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
3
-9
/
+9
*
NFC: Cleanup non-conforming usages of namespaces.
River Riddle
2019-12-18
2
-16
/
+7
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
6
-29
/
+25
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-1
/
+1
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-2
/
+2
*
Fix typos, NFC.
Christian Sigg
2019-10-04
1
-1
/
+1
*
Add `axis` attribute to the quant.stats op
Feng Liu
2019-10-03
1
-3
/
+3
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
3
-3
/
+5
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
5
-6
/
+6
*
Refactor ElementsAttr::getValue and DenseElementsAttr::getSplatValue.
River Riddle
2019-08-14
2
-6
/
+4
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
3
-6
/
+7
*
NFC: Update usages of OwningRewritePatternList to pass by & instead of &&.
River Riddle
2019-08-09
1
-1
/
+1
*
NFC: Implement OwningRewritePatternList as a class instead of a using directive.
River Riddle
2019-08-05
1
-6
/
+3
*
NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.
River Riddle
2019-07-08
1
-1
/
+1
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
3
-3
/
+3
*
Internal change
Jacques Pienaar
2019-06-28
1
-2
/
+1
*
Update cmake depedency.
Jacques Pienaar
2019-06-27
1
-0
/
+1
*
Move the emitError/Warning/Remark utility methods out of MLIRContext and into...
River Riddle
2019-06-25
2
-11
/
+8
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
2
-4
/
+4
*
Fix an msan warning for use of an uninitialized variable.
River Riddle
2019-06-01
1
-1
/
+1
*
Avoid dyn_cast to ShapedType
Geoffrey Martin-Noble
2019-06-01
1
-3
/
+2
*
Address some build warnings.
Jacques Pienaar
2019-06-01
3
-10
/
+3
*
Upstream the Quantizer tool (part 4).
Stella Laurenzo
2019-06-01
5
-1
/
+554
*
Upstream the Quantizer tool (part 3).
Stella Laurenzo
2019-05-20
2
-0
/
+558
*
Rename VectorOrTensorType to ShapedType
Geoffrey Martin-Noble
2019-05-20
2
-8
/
+8
*
Upstreaming Quantizer tool (part 2).
Stella Laurenzo
2019-05-20
4
-0
/
+303
*
Start to introduce the "Quantizer" tool, which is responsible for transfo...
Stella Laurenzo
2019-05-20
2
-0
/
+269