summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
AgeCommit message (Expand)Author
2020-01-31[mlir] [VectorOps] fixed bug in vector.insert_strided_slice loweringaartbik
2020-01-27[mlir] [VectorOps] Lowering of vector.extract/insert_slices to LLVM IRaartbik
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini
2020-01-23[mlir] Shrink-wrap anonymous namespaces around the classes it's supposed to e...Benjamin Kramer
2020-01-20[mlir] NFC: Fix trivial typos in commentsKazuaki Ishizaki
2020-01-14Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer
2020-01-11[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle
2020-01-09[mlir][VectorOps] Implement insert_strided_slice conversionNicolas Vasilache
2020-01-09[mlir][VectorOps] Implement strided_slice conversionNicolas Vasilache
2019-12-23NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini
2019-12-22NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle
2019-12-20[VectorOps] unify vector dialect "subscripts"Aart Bik
2019-12-18[VectorOps] Add vector.print definition, with lowering supportAart Bik
2019-12-16[VectorOps] Add [insert/extract]element definition together with lowering to ...Aart Bik
2019-12-12[VectorOps] Add lowering of vector.shuffle to LLVM IRAart Bik
2019-12-10[VectorOps] Add lowering of vector.insert to LLVM IRAart Bik
2019-12-06[VecOps] Rename vector.[insert|extract]element to just vector.[insert|extract]Aart Bik
2019-12-06[VectorOps] Add lowering of vector.broadcast to LLVM IRAart Bik
2019-12-03Refactor dependencies to expose Vector transformations as patterns - NFCNicolas Vasilache