| Commit message (Expand) | Author | Age | Files | Lines |
| * | [mlir] Add support for attaching a visibility to symbols. | River Riddle | 2020-01-13 | 1 | -2/+5 |
| * | Adjust License.txt file to use the LLVM license | Mehdi Amini | 2019-12-23 | 1 | -13/+4 |
| * | NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in... | River Riddle | 2019-12-18 | 1 | -1/+1 |
| * | Rename the current parseSymbolName to parseOptionalSymbolName | River Riddle | 2019-11-13 | 1 | -2/+2 |
| * | Add (parse|print)OptionalAttrDictWithKeyword hooks to simplify parsing attrib... | River Riddle | 2019-11-05 | 1 | -10/+5 |
| * | NFC: Rename parseOptionalAttributeDict -> parseOptionalAttrDict to match the ... | River Riddle | 2019-11-05 | 1 | -1/+1 |
| * | Add a utility accessor 'has_single_element' for ranges. | River Riddle | 2019-10-30 | 1 | -1/+1 |
| * | Add support for parsing/printing non bare-identifier SymbolRefs. | River Riddle | 2019-10-08 | 1 | -2/+4 |
| * | Make Module::getName return Optional<StringRef> | Alex Zinenko | 2019-10-03 | 1 | -14/+12 |
| * | Give modules a name | Alex Zinenko | 2019-10-03 | 1 | -7/+31 |
| * | NFC: Pass OpAsmPrinter by reference instead of by pointer. | River Riddle | 2019-09-20 | 1 | -6/+6 |
| * | NFC: Pass OperationState by reference instead of by pointer. | River Riddle | 2019-09-20 | 1 | -7/+7 |
| * | NFC: Pass OpAsmParser by reference instead of by pointer. | River Riddle | 2019-09-20 | 1 | -5/+5 |
| * | NFC: Fix stray character in error message: 1 -> ' | River Riddle | 2019-09-14 | 1 | -1/+1 |
| * | Verify that ModuleOps only contain dialect specific attributes. | River Riddle | 2019-09-13 | 1 | -0/+8 |
| * | NFC: Simplify ModuleTerminatorOp by using the HasParent trait. | River Riddle | 2019-08-06 | 1 | -11/+0 |
| * | NFC: Simplify ModuleOp by using the SingleBlockImplicitTerminator trait. | River Riddle | 2019-08-06 | 1 | -18/+2 |
| * | Update ModuleOp::create(...) to take a Location instead of a context. | River Riddle | 2019-07-10 | 1 | -3/+3 |
| * | Relax the restriction that Modules cannot contain operations producing results. | River Riddle | 2019-07-09 | 1 | -9/+0 |
| * | Generalize the symbol table functionality of ModuleOp into a trait 'OpTrait::... | River Riddle | 2019-07-08 | 1 | -11/+0 |
| * | 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 | -6/+41 |
| * | Define a ModuleOp that represents a Module as an Operation. | River Riddle | 2019-06-22 | 1 | -0/+100 |
| * | Extract the function symbol table functionality, i.e. mapping and name uniqui... | River Riddle | 2019-06-19 | 1 | -34/+0 |
| * | Implement initial support for function attributes, including parser, printer, | Chris Lattner | 2019-03-29 | 1 | -2/+2 |
| * | Implement a module-level symbol table for functions, enforcing uniqueness of | Chris Lattner | 2019-03-29 | 1 | -0/+13 |
| * | Introduce the start of IR builder APIs, which makes it easier and less error | Chris Lattner | 2019-03-29 | 1 | -3/+1 |
| * | Implement parser/IR support for CFG functions, basic blocks and return instru... | Chris Lattner | 2019-03-29 | 1 | -11/+0 |
| * | Continue sketching out basic infrastructure, including an input and output | Chris Lattner | 2019-03-29 | 1 | -0/+34 |