platform/upstream/llvm.git
2019-04-01 Mehdi Amini Minor fixes to README.md (NFC)
2019-04-01 Mehdi Amini Add a getLoc() method on mlir::Value that returns...
2019-04-01 Mehdi Amini Add a getContext() convenient accessor on mlir...
2019-04-01 Mehdi Amini Fix MacOS build
2019-04-01 River Riddle Rewrite ResultTypeIterator to be a mapped_iterator...
2019-04-01 Feng Liu Support 0-d tensor type attributes
2019-04-01 Feng Liu Minor fixes on the typo/naming/style in the Pattern...
2019-04-01 Lei Zhang [TableGen] Add EnumAttrCase and EnumAttr
2019-04-01 River Riddle Add a flag to Dialect that allows for dialects...
2019-04-01 River Riddle Update variable in PassTiming to refer to system_cl...
2019-03-30 River Riddle Rename the 'namePrefix' field in the Dialect class...
2019-03-30 Chris Lattner Implement basic IR support for a builtin complex...
2019-03-30 Jacques Pienaar Add build files and update README.
2019-03-30 River Riddle Assert that registered dialects have unique names...
2019-03-30 River Riddle Remove the MLIRContext parameter from Dialect:...
2019-03-30 River Riddle Update TypeBase::verifyConstructionInvariants to...
2019-03-30 River RiddleReplace usages of instruction with operation in the...
2019-03-30 Nicolas VasilacheCleanup SuperVectorization dialect printing and parsing.
2019-03-30 Feng Liuremove the const quantifier before temp variable
2019-03-30 Nicolas VasilacheMake createMaterializeVectorsPass take a vectorSize...
2019-03-30 Feng Liu[TableGen] Support benefit score in pattern definition.
2019-03-30 Nicolas VasilacheRefactor vectorization patterns
2019-03-30 River RiddleSlight rewording of TupleType rationale.
2019-03-30 River RiddleUpdate the QuickstartRewrites document to include infor...
2019-03-30 River Riddle[PassManager] Add a utility class, PrettyStackTracePara...
2019-03-30 MLIR TeamEnable input-reuse fusion to search function arguments...
2019-03-30 River RiddleChange the vectorizer test pass to output via diagnosti...
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...
next