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
/
unittests
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] Use getDenseElementBitwidth instead of Type::getElementTypeBitWidth.
River Riddle
2020-01-09
1
-0
/
+10
*
[mlir] Fix indexed_accessor_range to properly forward the derived class.
River Riddle
2020-01-03
3
-0
/
+56
*
[mlir] Enhance classof() checks in StructsGen
Lei Zhang
2020-01-03
2
-3
/
+28
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-4
/
+4
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
18
-234
/
+72
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-4
/
+4
*
Add a new utility class TypeSwitch to ADT.
River Riddle
2019-12-17
3
-0
/
+103
*
minor spelling tweaks
Kazuaki Ishizaki
2019-12-06
1
-1
/
+1
*
Allow analyses to provide a hook 'isInvalidated' to determine if they are tru...
River Riddle
2019-12-03
1
-0
/
+33
*
Move BitEnumAttr from SPIRVBase.td to OpBase.td
Lei Zhang
2019-11-01
2
-0
/
+47
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
3
-3
/
+3
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-1
/
+1
*
Switch explicit create methods to match generated build's order
Jacques Pienaar
2019-09-28
1
-2
/
+2
*
Handle OpMemberName instruction in SPIR-V deserializer.
Mahesh Ravishankar
2019-09-23
1
-4
/
+72
*
Refactor DiagnosticEngine to support multiple registered diagnostic handlers.
River Riddle
2019-09-23
1
-1
/
+1
*
NFC: Pass OperationState by reference instead of by pointer.
River Riddle
2019-09-20
1
-1
/
+1
*
SDBM: support sum expressions on the LHS of stripe expressions
Alex Zinenko
2019-09-18
1
-2
/
+22
*
Simplify SDBM expressions more aggressively in operators and conversions
Alex Zinenko
2019-09-18
1
-0
/
+14
*
Overhaul the SDBM expression kind hierarchy
Alex Zinenko
2019-09-16
1
-4
/
+63
*
Introduce SDBMDirect expression into the SDBM expression hierarchy
Alex Zinenko
2019-09-16
1
-0
/
+4
*
Rename SDBMPositiveExpr to SDBMTermExpr
Alex Zinenko
2019-09-11
1
-3
/
+3
*
Fix typos in SDBMTest.cpp
Alex Zinenko
2019-09-11
1
-2
/
+2
*
Avoid sign-compare warning
Jacques Pienaar
2019-09-09
1
-3
/
+3
*
Add missing link dependency to MLIRTableGenTests
Lei Zhang
2019-08-31
1
-1
/
+1
*
Fix StructsGenTest.cpp CMakeFile build error
Rob Suderman
2019-08-30
1
-1
/
+1
*
Added a TableGen generator for structured data
Rob Suderman
2019-08-30
3
-0
/
+182
*
Generalize the analysis manager framework to work on any operation at any nes...
River Riddle
2019-08-28
1
-15
/
+20
*
[spirv] Fix the entry block to start with OpLabel
Lei Zhang
2019-08-27
1
-5
/
+29
*
[spirv] Add Block decoration for spv.struct.
Denis Khalikov
2019-08-27
2
-0
/
+127
*
NFC: Remove the explicit context from Operation::create and OperationState.
River Riddle
2019-08-26
1
-1
/
+1
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-3
/
+3
*
Add missing include file to StringExtrasTest.cpp
Mahesh Ravishankar
2019-07-30
1
-1
/
+1
*
Add support for (de)serialization of SPIR-V Op Decorations
Mahesh Ravishankar
2019-07-30
2
-0
/
+75
*
[spirv] Add basic infrastructure for negative deserializer tests
Lei Zhang
2019-07-30
3
-0
/
+213
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
1
-5
/
+5
*
Update ModuleOp::create(...) to take a Location instead of a context.
River Riddle
2019-07-10
1
-3
/
+3
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-8
/
+8
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
1
-8
/
+8
*
[ODS] NFC: Rename EnumAttr to StrEnumAttr to be consistent with IntEnumAttr
Lei Zhang
2019-07-02
1
-3
/
+3
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-10
/
+10
*
[ODS] Introduce IntEnumAttr
Lei Zhang
2019-07-01
2
-20
/
+25
*
Simplify usages of SplatElementsAttr now that it inherits from DenseElementsA...
River Riddle
2019-06-19
1
-1
/
+1
*
Fix the detection of boolean splat values in DenseElementsAttr for arrays wit...
River Riddle
2019-06-19
1
-0
/
+11
*
Add an overloaded 'get' method to DenseElementsAttr that accepts an initializ...
River Riddle
2019-06-19
1
-8
/
+4
*
Explicitly construct ArrayRef in AttributeTest.cpp
Alex Zinenko
2019-06-19
1
-4
/
+8
*
Refactor SplatElementsAttr to inherit from DenseElementsAttr as opposed to be...
River Riddle
2019-06-19
1
-1
/
+1
*
NFC: Fix a narrowing conversion from size_t to int64_t when constructing a Ve...
River Riddle
2019-06-19
1
-1
/
+1
*
Refactor DenseElementsAttr to support auto-splatting the dense data on constr...
River Riddle
2019-06-19
2
-0
/
+137
*
[TableGen] Generating enum definitions and utility functions
Lei Zhang
2019-06-09
3
-0
/
+106
*
Remove the explicit attribute kinds for DenseIntElementsAttr and DenseFPEleme...
River Riddle
2019-06-09
1
-1
/
+1
[next]