llvm/flang/lib
River Riddle f8479d9de5 [mlir] Set the namespace of the BuiltinDialect to 'builtin'
Historically the builtin dialect has had an empty namespace. This has unfortunately created a very awkward situation, where many utilities either have to special case the empty namespace, or just don't work at all right now. This revision adds a namespace to the builtin dialect, and starts to cleanup some of the utilities to no longer handle empty namespaces. For now, the assembly form of builtin operations does not require the `builtin.` prefix. (This should likely be re-evaluated though)

Differential Revision: https://reviews.llvm.org/D105149
2021-07-28 21:00:10 +00:00
..
Common
Decimal [flang] Fix MSVC build breakage 2021-04-02 08:28:48 -07:00
Evaluate [flang] Disallow BOZ literal constants as output list items 2021-07-27 13:01:26 -07:00
Frontend [flang][driver] Extend the flang bash script to act as a driver 2021-07-01 13:56:38 +01:00
FrontendTool [flang] Revert "PoC for Flang Driver Plugins" 2021-07-01 08:27:31 +00:00
Lower [flang] Add clang-tidy check for braces around if 2021-06-16 09:13:53 +00:00
Optimizer [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
Parser [flang] Allow large and erroneous ac-implied-do's 2021-05-11 10:04:18 -07:00
Semantics [flang] Disallow BOZ literal constants as output list items 2021-07-27 13:01:26 -07:00
CMakeLists.txt [flang] Remove LINK_WITH_FIR cmake switch 2021-02-11 22:52:13 +05:30