platform/upstream/llvm.git
2019-03-30 MLIR Team Support for type constraints across operand and...
2019-03-30 Tatiana ShpeismanFixed a few instances of inconsistent grammar.
2019-03-30 Jacques PienaarAddress some errors from g++
2019-03-30 Jacques PienaarAdd README file for MLIR.
2019-03-30 River RiddleRemove the LowerEDSCTestPass.
2019-03-30 River RiddleTidy up a few comments and error messages related to...
2019-03-30 Jacques PienaarRemove extra qualification
2019-03-30 Alex ZinenkoLLVM IR Dialect: separate the conversion tool from...
2019-03-30 Alex ZinenkoDialect Conversion: convert regions of operations when...
2019-03-30 Nicolas VasilacheNFC - Handle IndexedValue corner case
2019-03-30 River RiddleChange the muli-return syntax for operations. The name...
2019-03-30 MLIR TeamRemove overly conservative check in LoopFusion pass...
2019-03-30 River Riddle[PassManager] Define a ParallelDiagnosticHandler to...
2019-03-30 River RiddleRename InstOperand to OpOperand.
2019-03-30 Dimitrios VytiniotisRemove global LLVM CLI variables from library code
2019-03-30 River RiddleReplace remaining usages of the Instruction class with...
2019-03-30 Nicolas VasilacheCleanup vectorize_1d.mlir test - NFC
2019-03-30 Nicolas VasilacheMake vectorization aware of loop semantics
2019-03-30 River RiddleUpdate the multi-threaded pass timing to not assume...
2019-03-30 Jacques PienaarMove test of trait using dialect ops, to dialects of...
2019-03-30 MLIR TeamSmall edit for clarity. ("Zero dimensions" reads to...
2019-03-30 Jacques PienaarMove TF dialect test to dialect.
2019-03-30 Nicolas VasilacheGive the Vectorize pass a virtualVectorSize argument.
2019-03-30 Lei Zhang[TableGen] Change names for Builder* and OperationState...
2019-03-30 River RiddleAdd support for multi-threaded pass timing.
2019-03-30 River RiddleReplace usages of Instruction with Operation in the...
2019-03-30 Mehdi AminiSimplify API uses of `getContext()` (NFC)
2019-03-30 Mehdi AminiAllow to mutate the type of MLIR Value in-place
2019-03-30 Jacques PienaarFix include path in test pass.
2019-03-30 Jacques PienaarInitialize std::atomic directly.
2019-03-30 Mehdi AminiAdd a method to swap the type of a function in-place
2019-03-30 Jacques PienaarUse dereference instead of implicit conversion for...
2019-03-30 Jacques PienaarAdd missing numeric header for std::accumulate.
2019-03-30 Alex ZinenkoLLVM IR Conversion: support zero-dimensional memrefs
2019-03-30 Alex ZinenkoLLVM IR Conversion: keep LLVM dialect types as is durin...
2019-03-30 River RiddleReplace usages of Instruction with Operation in the...
2019-03-30 Nicolas VasilachePort api-test::tile_2d to the edsc::Builder API
2019-03-30 Alex ZinenkoIntroduce affine terminator
2019-03-30 River RiddleAdd experimental support for multi-threading the pass...
2019-03-30 Jacques PienaarInclude numeric header for std::accumulate.
2019-03-30 River RiddleReplace usages of Instruction with Operation in the...
2019-03-30 Jacques PienaarUpdate header notices.
2019-03-30 Feng LiuAdd a trait to set the result type by attribute
2019-03-30 River RiddleRename the Instruction class to Operation. This just...
2019-03-30 Mehdi AminiAdd a getContext() utility to the Module/FunctionPass...
2019-03-30 River RiddleAdd a utility Instruction::getDialect method to return...
2019-03-30 River RiddleUpdate the canonicalization patterns for AffineApply...
2019-03-30 Nicolas VasilacheFix createAffineComputationSlice comments
2019-03-30 Rob SudermanTablegen changes to add support for tuples.
2019-03-30 Nicolas VasilacheAdd an IndexedValue::operator Value*
2019-03-30 Alex ZinenkoAllow creating standalone Regions
2019-03-30 Chris LattnerMake FunctionPass::getFunction() return a reference...
2019-03-30 River RiddleReplace remaining usages of "Op::operator->" with ...
2019-03-30 River RiddleReplace usages of "Op::operator->" with ".".
2019-03-30 Jacques PienaarQualify string in OpDefinitionsGen. NFC.
2019-03-30 River RiddleRefactor the Pattern framework to allow for combined...
2019-03-30 River RiddleReplace usages of "operator->" with "." for the AffineOps.
2019-03-30 River RiddleNFC: Rename the 'for' operation in the AffineOps dialec...
2019-03-30 Lei Zhang[TableGen] Consolidate constraint related concepts
2019-03-30 Mehdi AminiUsing getContext() instead of getInstruction()->getCont...
2019-03-30 River RiddleUpdate some of the derived type classes to use getImpl...
2019-03-30 Chris LattnerVarious small cleanups to the code, mostly removing...
2019-03-30 Mehdi AminiAdd a `getImpl()` utility method to the `TypeBase`...
2019-03-30 Mehdi AminiChange TypeStorage from a struct into a class (NFC)
2019-03-30 Mehdi AminiMove TypeStorage out of the detail namespace
2019-03-30 River RiddleNFC: Rename the 'if' operation in the AffineOps dialect...
2019-03-30 Mehdi AminiRemove `alignas(8) from TypeStorage class
2019-03-30 Chris LattnerRemove OpPointer, cleaning up a ton of code. This...
2019-03-30 Jacques PienaarFix missing parenthesis around negation.
2019-03-30 Mehdi AminiAdd a routine to allow registering a dialect without...
2019-03-30 Chris LattnerPush a bunch of 'consts' out of the *Op structure,...
2019-03-30 Nicolas VasilacheCleanup ValueHandleArray
2019-03-30 Chris LattnerDeconst-ify MLIRContext, and detemplatize some stuff...
2019-03-30 Mehdi AminiAdd a convenience getContext() method in OpState to...
2019-03-30 Chris LattnerRemove const from Value, Instruction, Argument, and...
2019-03-30 Jacques PienaarReturn operand_range instead for generated variadic...
2019-03-30 River RiddleClarify the comment on valid data during DenseElementsA...
2019-03-30 Chris LattnerNow that ConstOpPointer is gone, we can change the...
2019-03-30 Jacques PienaarVerify first body is not empty before testing last...
2019-03-30 River RiddleCleanup the construction of attributes and fix a opt...
2019-03-30 Mehdi AminiAt missing mlir:: namespace qualifier in front of funct...
2019-03-30 Mehdi AminiAdd a parserSourceFile function that takes a file path...
2019-03-30 Geoffrey Martin... Add tablegen aliases for OpTraits ResultsAreFloatLike...
2019-03-30 River RiddleRemove "<label>" from the llvm basic block CHECK names.
2019-03-30 Jacques PienaarStart elemental type constraint specification modelling.
2019-03-30 Feng LiuDefine the base class for attributes containing types
2019-03-30 Nicolas VasilacheRename edsc::EDSCxxxBuilder to edsc::xxxBuilder - NFC
2019-03-30 Nicolas VasilacheSupport composition of symbols in AffineApplyOp
2019-03-30 Mehdi AminiRemove declaration and unused reference to non-existent...
2019-03-30 Chris LattnerRemove const from mlir::Block.
2019-03-30 Chris LattnerRemove const support from mlir::Region
2019-03-30 Chris LattnerContinue pushing const out of the core IR types - in...
2019-03-30 River RiddleAdd support for building a DenseIntElementsAttr with...
2019-03-30 Nicolas VasilacheBetter document TemplatedIndexedValue
2019-03-30 Nicolas VasilacheMake edsc::IndexedValue templated - NFC
2019-03-30 Mehdi AminiAdd 10 "private" kind ranges for MLIR type kind.
2019-03-30 Nicolas VasilacheReserve type range for the Linalg dialect
2019-03-30 Mehdi AminiFix class description for Attributes: the instance...
2019-03-30 Nicolas VasilacheAdd intrinsics for constants
2019-03-30 Nicolas VasilacheImprove comment for `augmentMapAndBounds`
next