llvm-capstone/flang/tools
Valentin Clement (バレンタイン クレメン) f0812480d2
[flang][openacc] Support fixed form sentinel format (#69970)
The OpenACC standard mentions directive format for fixed form source
files. The following sentinels are accepted:

```
!$acc directive-name [clause-list]
c$acc directive-name [clause-list]
*$acc directive-name [clause-list]
```

Update the parser to accepts these. A new option is added to `bbc` so
the change can be tested.
2023-10-23 14:27:39 -07:00
..
bbc [flang][openacc] Support fixed form sentinel format (#69970) 2023-10-23 14:27:39 -07:00
f18 [flang] Add a subset of PowerPC MMA (Matrix Multiply Accelerate) intrinsics 2023-07-27 14:30:06 -04:00
f18-parse-demo
fir-opt [flang][HLFIR] add more memory effects interfaces 2023-09-06 10:29:57 +00:00
flang-driver [flang] Remove unused using decls (NFC) 2023-10-10 18:57:13 -07:00
tco [flang][NFCI]Use config structure for MLIR to LLVM pass creation (#67792) 2023-10-03 14:01:50 +01:00
.clang-tidy
CMakeLists.txt