| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[flang][flang-omp-report] Removed unnecessary comments in flang-omp-report plugin tests This patch removes unnecessary comments in the flang-omp-report plugin tests which can be implied from the file name and run command. Reviewed By: awarzynski Differential Revision: https://reviews.llvm.org/D112817 | 4 年前 | |
[flang][flang-omp-report] Removed unnecessary comments in flang-omp-report plugin tests This patch removes unnecessary comments in the flang-omp-report plugin tests which can be implied from the file name and run command. Reviewed By: awarzynski Differential Revision: https://reviews.llvm.org/D112817 | 4 年前 | |
[flang][flang-omp-report] Removed unnecessary comments in flang-omp-report plugin tests This patch removes unnecessary comments in the flang-omp-report plugin tests which can be implied from the file name and run command. Reviewed By: awarzynski Differential Revision: https://reviews.llvm.org/D112817 | 4 年前 | |
[flang][OpenMP] Added parser support for in_reduction clause OpenMP 5.0 adds a new clause in_reduction on OpenMP directives. This patch adds parser support for the same. Reviewed By: kiranchandramohan Differential Revision: https://reviews.llvm.org/D124156 | 3 年前 | |
[flang][flang-omp-report] Remove the loop workarounds for nowait clause In a "Worksharing-loop construct", one can add a nowait clause at the end of the loop (i.e. at the loop tail). This clause wasn't associated with the corresponding loop when originally worked on in flang-omp-report. Note that this refers to parsing and parse-tree generation. To work around it, it was needed to track such clauses and the loops. This should no longer be required (and in fact no longer works) and so was removed. This results in 'curLoopLogRecord' and 'loopLogRecordStack' and all references to them being removed. This also allows for 'constructClauses' to be swapped from std::deque to llvm::SmallVector. Lastly a new test has been added testing the "nowait" clauses in a variety of ways. Reviewed By: awarzynski, kiranchandramohan Differential Revision: https://reviews.llvm.org/D112217 | 4 年前 | |
[flang][Parser] Add a node for individual sections in sections construct This patch adds parser nodes for each indivudual section in sections construct. This should help with the translation to FIR. !$omp section was not recognized as a construct and hence needed special handling. OpenMPSectionsConstruct contains a list of OpenMPConstruct. Each such OpenMPConstruct wraps an OpenMPSectionConstruct (section, not sections). An OpenMPSectionConstruct is a wrapper around a Block. Reviewed By: kiranchandramohan, peixin Differential Revision: https://reviews.llvm.org/D121680 | 4 年前 | |
[flang][test] Remove RUN COMMAND/EXPECTED OUTPUT/INPUT markers from other directories | 3 年前 | |
[flang][test] Remove RUN COMMAND/EXPECTED OUTPUT/INPUT markers from other directories | 3 年前 | |
[flang][test] Remove RUN COMMAND/EXPECTED OUTPUT/INPUT markers from other directories | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 4 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 3 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 |