summaryrefslogtreecommitdiff
path: root/mlir/lib/IR/Location.cpp
AgeCommit message (Expand)Author
2025-09-01[MLIR] Apply clang-tidy fixes for performance-move-const-arg in Location.cpp ...Mehdi Amini
2025-07-24[mlir] Remove unused includes (NFC) (#150476)Kazu Hirata
2025-05-12[NFCI][LLVM/MLIR] Adopt `TrailingObjects` convenience API (#138554)Rahul Joshi
2025-05-07[NFC][Support] Add llvm::uninitialized_copy (#138174)Rahul Joshi
2025-03-20[mlir] Use *Set::insert_range (NFC) (#132326)Kazu Hirata
2025-01-24[mlir] Allow fallback from file line col range to loc (#124321)Jacques Pienaar
2024-11-23[mlir] Add FileRange location type. (#80213)Jacques Pienaar
2024-10-03[mlir] Add the ability to define dialect-specific location attrs. (#105584)Aman LaChapelle
2023-05-12[mlir] Update method cast calls to function callsTres Popp
2022-11-04[mlir] Infer SubElementInterface implementations using the storage KeyTyRiver Riddle
2022-10-24[mlir] Update Location to use new casting infraNick Kreeger
2022-10-21[mlir] Implement the SubElement interfaces for the builtin locationsRiver Riddle
2022-01-04[mlir] Retain metadata for single loc fusedlocJacques Pienaar
2021-11-16[mlir][NFC] Replace references to Identifier with StringAttrRiver Riddle
2021-04-15[mlir] Add support for walking locations similarly to OperationsRiver Riddle
2021-03-11[mlir][StorageUniquer] Properly call the destructor on non-trivially destruct...River Riddle
2021-03-08[mlir][IR][NFC] Define the Location classes in ODS instead of C++River Riddle
2021-02-26[mlir] Simplify various pieces of code now that Identifier has access to the ...River Riddle
2020-08-18[mlir] Remove the use of "kinds" from Attributes and TypesRiver Riddle
2020-08-07[mlir][Attribute] Remove usages of Attribute::getKindRiver Riddle
2020-04-10[mlir][NFC] Refactor ClassID into a TypeID class.River Riddle
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini
2019-10-07Add OpaqueLoc to MLIR locations.MLIR Team
2019-08-26NFC: Remove unnecessary context parameters from several Location getters.River Riddle
2019-06-25NFC: Uniformize the return of the LocationAttr 'get' methods to 'Location'.River Riddle
2019-06-22Refactor the location classes to be attributes instead of separate IR classes.River Riddle
2019-06-19Replace usages of 'UniquedFilename' with 'Identifier' and remove it. Identifi...River Riddle
2019-05-20 Refactor NameLoc so that it also holds a child location. This removes the...River Riddle
2019-05-20 NFC: Cleanup the definitions of the Location classes.River Riddle
2019-03-29Support NameLoc and CallSiteLoc for mlir::LocationFeng Liu
2019-03-29- Add support for fused locations.River Riddle
2019-03-29Implement value type abstraction for locations.River Riddle