llvm-project/llvm/test
Jozef Lawrynowicz 108ba4f4a4 [llvm-readobj] Refactor ELFDumper::printAttributes()
The current implementation of printAttributes makes it fiddly to extend
attribute support for new targets.

By refactoring the code so all target specific variables are
initialized in a switch/case statement, it becomes simpler to extend
attribute support for new targets.

Reviewed By: jhenderson, MaskRay

Differential Revision: https://reviews.llvm.org/D107968
2021-08-17 13:28:31 -07:00
..
Analysis [SVE] Remove usage of getMaxVScale for AArch64, in favour of IR Attribute 2021-08-17 14:42:47 +01:00
Assembler Replace "CHECK-NOT: #{{.*}}" with same-line positive checks. NFC. 2021-08-05 21:55:23 -07:00
Bindings
Bitcode [IR] Rename `comdat noduplicates` to `comdat nodeduplicate` 2021-07-20 12:47:10 -07:00
BugPoint
CodeGen [AMDGPU] Fix lowering of AMDGPU::G_CTTZ_ZERO_UNDEF to AMDGPU::G_AMDGPU_FFBL_B32 2021-08-17 18:09:57 +01:00
DebugInfo [DebugInfo][InstrRef] Honour too-much-debug-info cutouts 2021-08-17 11:34:49 +01:00
Demangle
Examples [Orc][examples] Temporarily disable tests for the C API due to failures on sanitizer bots 2021-08-06 11:33:01 +02:00
ExecutionEngine [Orc] Enable debug object tests only on x86_64 hosts 2021-08-11 12:07:46 +02:00
Feature
FileCheck
Instrumentation [hwasan] Prevent reordering of tag checks. 2021-08-17 10:21:23 +01:00
Integer
JitListener
LTO [InlineAdvisor] Add single quotes around caller/callee names 2021-08-10 11:51:31 -07:00
Linker [Linker] Import GlobalIFunc when importing symbols from another module 2021-08-14 22:01:11 -07:00
MC [AMDGPU] Make BVH isel consistent with other MIMG opcodes 2021-08-17 10:42:22 +09:00
MachineVerifier [X86] AVX512FP16 instructions enabling 1/6 2021-08-10 12:46:01 +08:00
Object [llvm-ar] Fix for handling thin archive with SYM64 and a test case for it 2021-08-05 10:06:34 -07:00
ObjectYAML [yaml2obj][MachO] Rename PayloadString to Content 2021-07-26 09:04:51 -07:00
Other [test] Avoid unportable echo in Other/lit-quoting.txt 2021-08-15 00:20:47 +02:00
SafepointIRVerifier
Support
SymbolRewriter [IR] Rename `comdat noduplicates` to `comdat nodeduplicate` 2021-07-20 12:47:10 -07:00
TableGen
ThinLTO/X86 [InlineAdvisor] Add single quotes around caller/callee names 2021-08-10 11:51:31 -07:00
Transforms [InstCombine] add tests for min/max with 'not' ops; NFC 2021-08-17 14:14:25 -04:00
Unit
Verifier [VP] Add vector-predicated reduction intrinsics 2021-08-17 17:56:35 +01:00
YAMLParser
tools [llvm-readobj] Refactor ELFDumper::printAttributes() 2021-08-17 13:28:31 -07:00
.clang-format
CMakeLists.txt [test] Add llvm-stress to LLVM_TEST_DEPENDS and lit substitutions 2021-07-22 09:37:01 -07:00
TestRunner.sh
lit.cfg.py [llvm][MC] Disable cfi-version test for Windows on Arm 2021-08-04 11:18:05 +00:00
lit.site.cfg.py.in