llvm-project/flang/lib
River Riddle 31bb8efd69 [mlir][StorageUniquer] Properly call the destructor on non-trivially destructible storage instances
This allows for storage instances to store data that isn't uniqued in the context, or contain otherwise non-trivial logic, in the rare situations that they occur. Storage instances with trivial destructors will still have their destructor skipped. A consequence of this is that the storage instance definition must be visible from the place that registers the type.

Differential Revision: https://reviews.llvm.org/D98311
2021-03-11 11:35:32 -08:00
..
Common [flang] Use the Flang cmake-functions to add targets. 2020-04-16 15:51:30 +01:00
Decimal [flang] Readability improvement in binary->decimal conversion 2020-10-01 15:49:27 -07:00
Evaluate [flang] Detect circularly defined interfaces of procedures 2021-03-02 10:53:44 -08:00
Frontend [flang][driver] Add -fdebug-module-writer option 2021-03-11 08:04:37 -05:00
FrontendTool [flang][driver] Add `-fdebug-dump-parsing-log` 2021-03-10 12:09:16 +00:00
Lower [flang][fir] Upstream the pre-FIR tree changes. 2021-03-10 07:45:58 -08:00
Optimizer [mlir][StorageUniquer] Properly call the destructor on non-trivially destructible storage instances 2021-03-11 11:35:32 -08:00
Parser [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
Semantics [flang] Handle type-bound procedures with alternate returns 2021-03-11 10:20:34 -08:00
CMakeLists.txt [flang] Remove `LINK_WITH_FIR` cmake switch 2021-02-11 22:52:13 +05:30