summaryrefslogtreecommitdiffstats
path: root/mlir/unittests/IR/OperationSupportTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-4/+4
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-4/+4
* Switch explicit create methods to match generated build's orderJacques Pienaar2019-09-281-2/+2
* NFC: Remove the explicit context from Operation::create and OperationState.River Riddle2019-08-261-1/+1
* Fix -Wsign-compare in OperationSupportTest.cppAlex Zinenko2019-06-011-5/+5
* Replace remaining usages of the Instruction class with Operation.River Riddle2019-03-291-6/+6
* Rename the Instruction class to Operation. This just renames the class, usage...River Riddle2019-03-291-0/+117
OpenPOWER on IntegriCloud