platform/upstream/llvm.git
2019-04-04 Rob Suderman Added memref to OpBase.td as specific memref types...
2019-04-04 Smit HinsuRemove links to internal google docs, updating them...
2019-04-04 Chris Lattner Remove links to internal google docs, updating...
2019-04-04 Stella LaurenzoRefactor Quantization.md to separate TFLite native...
2019-04-04 Nicolas Vasilache Linalg portion of the tutorial - part 3-2
2019-04-04 Lei Zhang [TableGen] Allow additional result patterns not...
2019-04-04 Stella LaurenzoInitial release of the Quantization dialect
2019-04-04 Lei Zhang [TableGen] Fix convertFromStorage for OptionalAttr
2019-04-04 Alex Zinenko Tutorial Linalg1: implement conversion to the LLVM...
2019-04-03 Mehdi AminiAdd mention of the TensorFlow Code of Conduct in the...
2019-04-03 Mehdi Amini Add missing source file in CMakeLists.txt
2019-04-03 Lei Zhang [TableGen] Remove asserts for attributes in aggrega...
2019-04-03 Mehdi Amini Fix CMake build
2019-04-03 Mehdi Amini Update Readme to mention that the TensorFlow specif...
2019-04-03 Alex Zinenko Drop MLIREmitter-based version of the EDSC
2019-04-03 Alex Zinenko Python bindings: drop MLIREmitter and related funct...
2019-04-03 Alex Zinenko Python bindings: support __floordiv__ for index...
2019-04-03 Mehdi Amini Remove section of the README copied from the Ration...
2019-04-03 Nicolas Vasilache Fix test that fails on non-determinism in LowerVect...
2019-04-03 Mehdi AminiFix path for the examples in Toy tutorial Ch1
2019-04-03 Mehdi Amini Add link to the Toy tutorial in the Readme
2019-04-02 River Riddle Add fake-use for variable in LLVMDialect.cpp to...
2019-04-02 Mehdi Amini Fix minor typo (triggered a GCC warning, NFC)
2019-04-02 Alex Zinenko Introduce custom format for the LLVM IR Dialect
2019-04-02 Mehdi Amini Add -DLLVM_BUILD_EXAMPLES to the mlir build instruc...
2019-04-02 Mehdi Amini Fix Toy tutorial gcc 7 build (NFC)
2019-04-02 Nicolas Vasilache Linalg portion of the tutorial - part 3
2019-04-02 River Riddle Update the dialect attribute verification hooks...
2019-04-02 Mehdi Amini Provide default `affineMapComposition` and memory...
2019-04-02 Mehdi Amini Chapter 2 of the Toy tutorial
2019-04-02 River Riddle Rewrite the verify hooks on operations to use Logic...
2019-04-02 Nicolas Vasilache Linalg portion of the tutorial - part 2
2019-04-02 River Riddle Update the Function and Module verifiers to return...
2019-04-02 Mehdi Amini Initial version for chapter 1 of the Toy tutorial
2019-04-02 Andy Davis Enable producer-consumer fusion for liveout memrefs...
2019-04-02 River Riddle Update the pass ir-printing test to not rely on...
2019-04-02 River Riddle Remove MLPatternLoweringPass and rewrite LowerVecto...
2019-04-02 Lei Zhang [TableGen] Add Confined, IntMinValue, and ArrayMinC...
2019-04-02 Nicolas Vasilache Linalg portion of the tutorial - part 1
2019-04-01 Mehdi Amini Use `this->` to access inherited member from depend...
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.
next