summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/ComplexToLibm
AgeCommit message (Expand)Author
2025-07-22[mlir][NFC] update `Conversion` create APIs (5/n) (#149887)Maksim Levental
2025-07-04[mlir] Remove unused includes (NFC) (#147101)Kazu Hirata
2025-02-17[MLIR][NFC] Retire `let constructor` for passes in Conversion directory (part...lorenzo chelini
2024-01-18[mlir][complex] Convert complex.tan to libm ctan call (#78250)Kai Sasaki
2024-01-03[mlir] Add config for PDL (#69927)Jacques Pienaar
2023-11-24[MLIR][NFC] Fix build on recent GCC with C++20 enabled (#73308)Alexander Batashev
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2022-12-17[mlir] std::optional::value => operator*/operator->Fangrui Song
2022-12-10[ComplexToLibm] Use std::optional in ComplexToLibm.cpp (NFC)Kazu Hirata
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-15[mlir][complex] Mark all supported operation illegal explicitly for complex t...Kai Sasaki
2022-07-13[mlir] Use has_value instead of hasValue (NFC)Kazu Hirata
2022-07-11[mlir][complex] Lower complex.log to libm log callKai Sasaki
2022-07-08[mlir][complex] Lower complex.angle to libmlewuathe
2022-07-08[mlir][complex] Convert complex.abs to libmlewuathe
2022-06-20[mlir][complex] Convert complex.conj to libmlewuathe
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball
2022-06-02[mlir][complex] Lower complex.sin/cos to libmlewuathe
2022-05-18[mlir][complex] Add pow/sqrt/tanh ops and lowering to libmBenjamin Kramer