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