platform/upstream/llvm.git
2019-05-06 Alex Zinenko Implement the conversion between SDBMExpr and Affin...
2019-05-06 Alex Zinenko Decouple region argument parsing from their type...
2019-05-06 River Riddle Enable multi-threading in the pass manager by default.
2019-05-06 Alex Zinenko Start building SDBM infrastructure
2019-05-06 Stephan Herhut Add a new NVVM dialect that extends the LLVM dialec...
2019-05-06 River Riddle Refactor the generic storage object uniquing functi...
2019-05-06 Lei Zhang [TableGen] Support multiple variadic operands/results
2019-05-06 River Riddle Add support for Unit Attributes.
2019-05-06 Rob Suderman GetMemRefType failed on 0-D tensors. Loosened check...
2019-05-06 Lei Zhang [TableGen] Refine OpTrait classes and defs to be...
2019-05-06 Alex Zinenko Introduce functionality for defining region ancesto...
2019-05-06 Lei Zhang Add MultiResultTraitBase
2019-04-24 River Riddle Fix flaky Linalg roundtrip test. This removes an...
2019-04-24 Mehdi Amini Use -force_load instead of -all_load on MacOS
2019-04-24 River Riddle Rename isa_nonnull to isa_and_nonnull to match...
2019-04-24 Nicolas Vasilache [Linalg] Add basic linalg ops
2019-04-24 MLIR Team Minor typo in integer type definition.
2019-04-24 Alex Zinenko Factor out thread-safe uniqu'ing backed by vector...
2019-04-24 Alex Zinenko ExecutionEngine: update to reflect LLVM API changes
2019-04-24 Smit Hinsu Fix unused variable warning in opt build
2019-04-24 Stella Laurenzo Implement lowering of quant.dcast to the fxpmathops...
2019-04-24 Feng Liu Apply patterns repeatly if the function is modified
2019-04-24 Lei Zhang [TableGen] Clean up comments regarding op and result
2019-04-24 Lei Zhang [TableGen] Unify cOp and tAttr into NativeCodeCall
2019-04-24 Lei Zhang [TableGen] Capture bound source ops in PatternState
2019-04-24 Jacques Pienaar Update lib path in whole_archive_link.
2019-04-24 Lei Zhang Use StringRef::drop_while() to simplify a while...
2019-04-24 Mehdi Amini Add references to the EuroLLVM talks in the README
2019-04-24 Stella Laurenzo Simplify and enable pretty-parsing/printing of...
2019-04-24 Nicolas Vasilache [Linalg] Add a slice op
2019-04-24 Nicolas Vasilache [Linalg] Add a view type with base_view op
2019-04-24 Stella Laurenzo Implement lowering of element-wise fixed point...
2019-04-24 Guangda Lai Fix typo (transpose -> reshape).
2019-04-24 Nicolas Vasilache [Linalg] Add a simple buffer type with alloc/deallo...
2019-04-18 Nicolas Vasilache Start a Linalg dialect
2019-04-18 Lei Zhang Fix MLIRTableGenTests target_link_libraries typo
2019-04-18 Lei Zhang [TableGen] Simplify NOperands trait generation
2019-04-18 Jacques Pienaar Simplify build instructions.
2019-04-18 Nicolas Vasilache Use proper C++ casts in Types.h
2019-04-18 Nicolas Vasilache Use proper C++ casts in Location.h
2019-04-18 Amit Sabne Fix LLVM_DEBUG instances
2019-04-18 Amit Sabne Loop invariant code motion.
2019-04-18 Feng Liu Move QuantTypes out of QuantOps to match the file...
2019-04-18 Stella Laurenzo Bring naming of some quant ops in alignment with...
2019-04-18 MLIR Team Add NewLine for Attribute dump()
2019-04-18 Yanan Cao Add DebugStringHelper, which makes it easier to...
2019-04-18 Nicolas Vasilache Fix SliceAnalysis comment
2019-04-18 Lei Zhang [TableGen] Fix builder for ops with one variadic...
2019-04-18 Jacques Pienaar Abort via report_fatal_error if dialect has been...
2019-04-18 Geoffrey Martin... TypedTuple: Add support for tuples with type constr...
2019-04-18 Lei Zhang [TableGen] Fix support for ops whose names have...
2019-04-18 Chris Lattner Expand the pretty dialect type system to support...
2019-04-18 Smit HinsuFix CHECK-EMPTY directives without trailing colon
2019-04-18 Smit Hinsu NFC: Simplify named attribute in TableGen generators
2019-04-18 Lei Zhang [TableGen] Allocate `Operator` object on heap in...
2019-04-18 Lei Zhang [TableGen] Use `tgfmt` to format various predicates...
2019-04-18 Lei Zhang [TableGen] Better support for predicate and rewrite...
2019-04-18 Chris Lattner Update the Rationale's description about signed...
2019-04-18 Mehdi Amini Update documentation for the DialectOpconversion...
2019-04-11 Lei Zhang Add missing dependencies for EDSC and linalg libraries
2019-04-11 Geoffrey Martin... Add support for statically shaped and typed tensors
2019-04-11 Stella LaurenzoUpdate custom rewrite example, which seems to have...
2019-04-11 Stella Laurenzo Update the FxpMathOps to better reflect what is...
2019-04-11 Lei Zhang [TableGen] Support naming rewrite rules
2019-04-11 Lei Zhang Remove checks guaranteed to be true by the type
2019-04-11 Lei Zhang Add parentheses in various asserts to group predicates
2019-04-11 Lei Zhang Use hexadecimal constants instead of binary constants
2019-04-11 Stephan Herhut Add conversion of StandardOps and, or and xor to...
2019-04-11 Andy Davis Factor code to compute dependence components out...
2019-04-11 Amit Sabne Fix typos in LoopFusion
2019-04-11 Nicolas Vasilache Start a Linalg doc
2019-04-11 Mehdi Amini Expose `setupTargetTriple` as a public static metho...
2019-04-09 Mehdi Amini Fix Toy cmake build: add missing includes
2019-04-09 Mehdi Amini Toy tutorial Chapter 5: Lowering to Linalg and...
2019-04-09 Mehdi Amini Automated rollback of changelist 242546977.
2019-04-09 Mehdi Amini Use c++14 for building with CMake
2019-04-09 Lei Zhang [TableGen] Make sure op in pattern has the same...
2019-04-09 Nicolas Vasilache De-templatize TensorContractionBase (Linalg example...
2019-04-09 Ashwin Murthy Add TabelGen support to logically AND a list of...
2019-04-09 Nicolas Vasilache Add CMakeLists rules for Linalg
2019-04-09 Stephan Herhut Add xor bitwise operation to StandardOps.
2019-04-09 Nicolas Vasilache Fix build for the Linalg example dialect with MacOS
2019-04-09 Alex Zinenko Example Linalg3: manually register the Linalg dialect
2019-04-09 Alex Zinenko Change initialization syntax for ScopedContext...
2019-04-09 Stephan Herhut Add and and or bitwise operations to StandardOps.
2019-04-09 Mehdi Amini Fix bug in Toy tutorial where IR emission stopped...
2019-04-08 Mehdi Amini Introduce std.varargs attribute to mark variadic...
2019-04-08 Mehdi Amini Do not mark llvm.return, llvm.br, llvm.cond_br...
2019-04-08 Mehdi Amini Fix Linalg3 lowering to use the floating point...
2019-04-08 Mehdi Amini Add support for f64 type conversion for Linalg...
2019-04-08 Tatiana ShpeismanFix cond_br example.
2019-04-08 Tatiana ShpeismanDocumentation fix - use '_' instead of '.' in the type...
2019-04-08 Tatiana ShpeismanDocumentation fix - complex type is a standard type
2019-04-08 Mehdi Amini Filter DialectConversion pattern to be considered...
2019-04-08 Mehdi Amini Provide a default implementation for matching:...
2019-04-08 Chris Lattner Change the asmprinter to use pretty syntax for...
2019-04-08 Chris Lattner Introduce support for parsing pretty dialect types...
2019-04-08 Andy DavisRemove/replace TPU-specific instruction references...
2019-04-08 River Riddle Add iterator support to DenseIntElementsAttr and...
2019-04-08 Ashwin Murthy Add attr constraint support to constrain IntegerArr...
next