Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-17[mlir] Update LLVMIR Fastmath flags use of MLIR BitEnum functionalityjfurtek
2022-05-13[ParseResult] Mark this as LLVM_NODISCARD (like LogicalResult) and fix issues.Chris Lattner
2022-05-10[mlir] Remove unused using declaration (NFC)Adrian Kuegel
2022-05-09[mlir] Refactoring dialect and test code to use parseCommaSeparatedListJakub Tucholski
2022-04-30[MLIR][Presburger] subtraction: add support for divs defined by equaltiesArjun P
2022-04-28[mlir] Attach InferTypeOpInterface on SameOperandsAndResultType operations wh...River Riddle
2022-04-28[mlir][msan][test] Disable jit testsVitaly Buka
2022-04-25[mlir][ods] Add tablegen field for concise printing of BitEnum attributesjfurtek
2022-04-21[mlir][NFC] Update textual references of `func` to `func.func` in tool/runner...River Riddle
2022-04-19[mlir][interfaces] Fix infinite loop in insideMutuallyExclusiveRegionsMatthias Springer
2022-04-19[mlir][interfaces] Add helpers for detecting recursive regionsMatthias Springer
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-04-18[MLIR][Presburger] Make IntegerRelation::mergeLocalIds not delete duplicatesGroverkss
2022-04-15[mlir][ods][NFC] Move enum attribute definitions from OpBase.td to EnumAttr.tdjfurtek
2022-04-13[mlir][ods] Remove StrEnumAttrMogball
2022-04-08[mlir] Width parameterization of BitEnum attributesJeremy Furtek
2022-04-06[MLIR][Affine][Analysis] Merge FAC and FACVGroverkss
2022-04-05[MLIR][Presburger] IntegerPolyhedron: add support for symbolic integer lexminArjun P
2022-04-05Revert "[MLIR][Presburger] IntegerPolyhedron: add support for symbolic intege...Arjun P
2022-04-05[MLIR][Presburger] IntegerPolyhedron: add support for symbolic integer lexminArjun P
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2022-04-02[MLIR][Presburger] LexSimplex: support is{Redundant,Separate}InequalityArjun P
2022-04-01[MLIR][Presburger] subtract: fix bug when an input set has duplicate divisionsArjun P
2022-04-01[MLIR][Presburger] Use PresburgerSpace in constructorsGroverkss
2022-03-31[MLIR][Presburger] IntegerRelation::truncate: fix bug when truncating equalitiesArjun P
2022-03-31[MLIR][Presburger] MultiAffineFunction:eliminateRedundantLocalId: fix bug whe...Arjun P
2022-03-31Revert "[MLIR][Presburger] LexSimplex::addEquality: add equalities as fixed c...Arjun P
2022-03-24[MLIR][Presburger] PWMAFunction::valueAt: support local idsArjun P
2022-03-24[MLIR][Presburger] LexSimplex::addEquality: add equalities as fixed columnsArjun P
2022-03-23[MLIR][Presburger] support IntegerRelation::convertIdKindArjun P
2022-03-23[MLIR][Presburger] add Simplex:addDivisionVariableArjun P
2022-03-22[MLIR][Presburger] Fix a comment in the unittestsCynthia Shen
2022-03-22[MLIR][Presburger] MultiAffineFunction::removeIdRange: fix bug where kind was...Arjun P
2022-03-21[MLIR][Presburger] unittests: move more util functions into Utils.h (NFC)Arjun P
2022-03-21[MLIR][Presburger] fix the names of some tests (NFC)Arjun P
2022-03-21[MLIR][Presburger] IntegerPolyhedronTest: remove unused include (NFC)Arjun P
2022-03-17[mlir] Refactor DialectRegistry delayed interface support into a general Dial...River Riddle
2022-03-17[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-13[MLIR][Presburger] Add support for PresburgerRelationGroverkss
2022-03-10[MLIR][Presburger] Remove `spaceKind` from PresburgerSpaceGroverkss
2022-03-10[MLIR][Presburger] fix vector update in coalesceMichel Weber
2022-03-10[MLIR][Presburger] Use IdKind for removeIdRange in PresburgerSpaceGroverkss
2022-03-08[mlir][NFC] Update the Builtin dialect to use "Both" accessorsRiver Riddle
2022-03-08Update more `parseSourceString()` call sites.Christian Sigg
2022-03-08[MLIR][Presburger] Silence warnings in GCC (NFC)Lorenzo Chelini
2022-03-08[MLIR][Presburger][NFC] Cleanup PresburgerSetGroverkss
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle
2022-03-07[mlir][NFC] Move Parser.h to Parser/River Riddle
2022-03-05[mlir][Pass] Add support for an InterfacePass and pass filtering based on Ope...River Riddle
2022-03-04[mlir] Region/BranchOpInterface: Allow implicit type conversions along contro...Mogball