llvm-project/llvm/test
Dmitry Preobrazhensky 06d058afec [AMDGPU] Corrected directive to use for ELF weak refs
WeakRefDirective should specify a directive to declare "a global as being a weak undefined symbol".
The directive used by AMDGPU was incorrect - ".weakref" was intended for other purposes.
The correct directive is ".weak" and it is already defined as default for ELF.
So the redefinition was removed.

Reviewers: arsenm, rampitec

Differential Revision: https://reviews.llvm.org/D87762
2020-09-16 18:51:26 +03:00
..
Analysis [MemorySSA] Report unoptimized as None, not MayAlias. 2020-09-15 23:58:53 -07:00
Assembler [ConstantFold] Make areGlobalsPotentiallyEqual less aggressive. 2020-09-11 17:23:08 -07:00
Bindings Fix OCaml bindings 2020-08-26 16:11:11 -07:00
Bitcode [ARM][BFloat16] Change types of some Arm and AArch64 bf16 intrinsics 2020-08-27 18:52:59 +01:00
BugPoint [Bugpoint][NewPM] Pin bugpoint to legacy PM 2020-09-15 11:29:10 -07:00
CodeGen [AMDGPU] Corrected directive to use for ELF weak refs 2020-09-16 18:51:26 +03:00
DebugInfo [DebugInfo][flang] DISubrange support for fortran assumed size array 2020-09-16 14:15:53 +05:30
Demangle
Examples [ORC] Add a LLJITWithThinLTOSummaries example in OrcV2Examples 2020-08-23 14:02:10 +02:00
ExecutionEngine
Feature [EarlyCSE] Verify hash code in regression tests 2020-09-04 10:40:35 -04:00
FileCheck [FileCheck] Add precision to format specifier 2020-08-30 19:40:57 +01:00
Instrumentation [TSAN] Handle musttail call properly in EscapeEnumerator (and TSAN) 2020-09-15 15:20:05 -07:00
Integer
JitListener
LTO [ThinLTO] add post-thinlto-merge option to -lto-embed-bitcode 2020-09-15 15:56:11 -07:00
Linker
MC [X86] Always use 16-bit displacement in 16-bit mode when there is no base or index register. 2020-09-15 19:31:48 -07:00
MachineVerifier [Test] Tidy up loose ends from LLVM_HAS_GLOBAL_ISEL 2020-08-27 16:36:27 +01:00
Object
ObjectYAML [obj2yaml][test] Test generating and dumping a broken debug_ranges section. 2020-09-09 08:48:39 +08:00
Other [NewPM] Fix opt-hot-cold-split.ll under NPM 2020-09-15 20:29:20 -07:00
Reduce [llvm-reduce] Create returns with undef values for non-void functions. 2020-08-31 16:33:46 +01:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen AMDGPU/GlobalISel/Emitter Recognize additional 'same operand checks' 2020-09-14 12:10:59 +02:00
ThinLTO/X86 [ThinLTO] Fix a metadata lost issue with DICompileUnit import. 2020-09-02 14:40:41 -07:00
Transforms [AMDGPU] Add v3f16/v3i16 support to SDag 2020-09-16 17:20:27 +02:00
Unit
Verifier Reland [AssumeBundles] Use operand bundles to encode alignment assumptions 2020-09-12 15:36:06 +02:00
YAMLParser
tools [llvm-readobj][test] - Improve section-symbols.test 2020-09-16 12:36:09 +03:00
.clang-format
CMakeLists.txt [CMake] Simplify CMake handling for libxml2 2020-09-09 21:44:44 -07:00
TestRunner.sh
lit.cfg.py [CMake] Simplify CMake handling for libxml2 2020-09-09 21:44:44 -07:00
lit.site.cfg.py.in [CMake] Simplify CMake handling for libxml2 2020-09-09 21:44:44 -07:00