1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test
Valentin Clement 948efbf02a [flang][openmp] Check clauses allowed semantic with tablegen generated map
Summary:
This patch is enabling the generation of clauses enum sets for semantics check in Flang through
tablegen. Enum sets and directive - sets map is generated by the new tablegen infrsatructure for OpenMP
and other directive languages.
The semantic checks for OpenMP are modified to use this newly generated map.

Reviewers: DavidTruby, sscalpone, kiranchandramohan, ichoyjx, jdoerfert

Reviewed By: DavidTruby, ichoyjx

Subscribers: mgorny, yaxunl, hiraditya, guansong, sstefan1, aaron.ballman, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D83326
2020-07-11 12:45:12 -04:00
..
Analysis Revert "[BasicAA] Enable -basic-aa-recphi by default" 2020-07-10 13:43:54 +01:00
Assembler
Bindings
Bitcode [LLVM] Accept noundef attribute in function definitions/calls 2020-07-08 19:02:04 +00:00
BugPoint
CodeGen [AMDGPU] Move LowerSwitch pass to CodeGenPrepare. 2020-07-11 16:33:38 +05:30
DebugInfo Revert "Re-land [CodeView] Add full repro to LF_BUILDINFO record" 2020-07-10 19:46:16 -04:00
Demangle
Examples
ExecutionEngine [RuntimeDyld][test] Fix ExecutionEngine/RuntimeDyld/X86/ELF_x86-64_none.yaml after D60122 2020-07-07 15:05:50 -07:00
Feature
FileCheck [FileCheck] Implement -dump-input-filter 2020-07-10 11:02:11 -04:00
Instrumentation [LPM] Port CGProfilePass from NPM to LPM 2020-07-10 09:04:51 -07:00
Integer
JitListener
Linker
LTO
MachineVerifier GlobalISel: Verify G_BITCAST changes the type 2020-07-08 17:16:27 -04:00
MC [COFF] Add cg_profile directive and .llvm.call-graph-profile section 2020-07-10 17:07:30 -07:00
Object [test] Run llvm/test/**/*.yaml & don't run llvm/test/**/*.cxx (not exist) 2020-07-08 10:22:49 -07:00
ObjectYAML [test] Run llvm/test/**/*.yaml & don't run llvm/test/**/*.cxx (not exist) 2020-07-08 10:22:49 -07:00
Other [LPM] Port CGProfilePass from NPM to LPM 2020-07-10 09:04:51 -07:00
Reduce [llvm-reduce] Reducing attributes 2020-07-09 23:10:43 +03:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen [flang][openmp] Check clauses allowed semantic with tablegen generated map 2020-07-11 12:45:12 -04:00
ThinLTO/X86 [InstCombine] Always try to invert non-canonical predicate of an icmp 2020-07-04 18:12:04 +03:00
tools Fix check-all with -DLLVM_USE_SANITIZER=Address 2020-07-10 01:47:51 -07:00
Transforms [fix-irreducible] Skip unreachable predecessors. 2020-07-11 10:08:44 -04:00
Unit
Verifier [matrix] Add some more Verifier negative tests. NFC. 2020-07-08 17:11:53 +01:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py [test] Run llvm/test/**/*.yaml & don't run llvm/test/**/*.cxx (not exist) 2020-07-08 10:22:49 -07:00
lit.site.cfg.py.in
TestRunner.sh