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-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
2022-03-04[MLIR][Presburger] skip IntegerPolyhedrons with LocalIds in coalesceMichel Weber
2022-03-04[MLIR][Presburger] support a heuristic for the "cut case" in coalesceMichel Weber
2022-03-02[MLIR][Presburger] Move functionality from IntegerPolyhedron to IntegerRelationGroverkss
2022-03-01[mlir] Trim a huge number of unnecessary dependencies on the Func dialectRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-02-26[MLIR][Presburger] Move IdKind specific insert/appendGroverkss
2022-02-26[MLIR][Presburger] fix double increment in coalesceMichel Weber
2022-02-25[MLIR][Presburger] Refactor looping strategy in coalesceMichel Weber
2022-02-25[MLIR][Presburger] Move Presburger/ files to presburger namespaceGroverkss
2022-02-23[MLIR][Presburger] unittests: use an MLIRContext declared in parsePolyArjun P
2022-02-22[MLIR][Presburger] rename get*LexMin -> find*LexMinArjun P
2022-02-22[MLIR][Presburger] Support finding integer lexmin in IntegerPolyhedronArjun P
2022-02-20[MLIR][Presburger] Inequality Typing in coalesceMichel Weber
2022-02-20[MLIR][Presburger] Introduce MaybeOptimum type to represent computed optimaArjun P
2022-02-18[mlir][Presburger] Introduce Domain and Range identifiers in PresburgerSpaceGroverkss